Sam Powell
Sam Powell
Following meeting of May 24 it was decided that: - We should encourage users to use seperate data blocks to store raw, and post-processed data. It was not the intent...
One representation would be that each channel (measurementList entry) has optional fields for a temporal multiplex index, and frequency multiplex index. Without any further information, one would be able to...
@sstucker @dboas thank you for your prompt responses. **Array of a compound type** Switching from a group per descriptor to an array of a compound type containing the same information...
Hi @fangq, your use of a structure of arrays rather than an array of structures would certainly keep the size of the metadata manageable (this is basically equivalent to the...
@dboas I understand, thank you. To clarify, the approach I tested above was to have an array of a compound type, where the compound type contains each of the fields...
@fangq thank you for offering to take a look at the files, please see attached. Any insights welcome! [group_enumeration.zip](https://github.com/fNIRS/snirf/files/8253866/group_enumeration.zip) contains SNIRF compliant metadata (~200MiB) [array_enumeration.zip](https://github.com/fNIRS/snirf/files/8253865/array_enumeration.zip) contains the same enumeration data,...
Brief note that creating the HDF5 file with compatibility limited to more recent versions of the library, e.g., ```C hid_t fapl = H5Pcreate(H5P_FILE_ACCESS); H5Pset_libver_bounds(fapl, H5F_LIBVER_LATEST, H5F_LIBVER_LATEST); fid = H5Fcreate("file.h5", ......
@dboas this would certainly fix the problem I have described, and is probably the simplest / least intrusive way to do so. One thought. Perhaps when using the structure of...
@huppertt are you saying that the choice of the current design is such that one might choose to prune a particular channel `k` by deleting its entry in the metadata,...
Splendid, thank you @sstucker . We're about to release a MATLAB package for conversion of LUMO data - I'll make sure we include the proposed solution as an option and...