Hello, I have a compound dataset which is something like: INT64, INT8, INT16, INT8
What I would like to do is only read INT64 and INT8 (1st and 3rd position). Can I achieve that using hyperslab selection ? I tried but it seems that hyperslab selection works in number of "elements" (in my cas compound type which is (INT64+INT8+INT16+INT8). Is there any way around ? I also saw that H5TB (in code H5TBread_fields_index) is using hyperslab to select rows and creates a compound type using offsets for reading. It is the only way ? What I like with hyperslab is the possibility to save a selection in a dataset, if i'm using the H5TB way I loose the ability to save selection. Thanks for you help. Guillaume. -- View this message in context: http://hdf-forum.184993.n3.nabble.com/Hyperslab-selection-of-compound-dataset-tp3379104p3379104.html Sent from the hdf-forum mailing list archive at Nabble.com. _______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org
