-
Notifications
You must be signed in to change notification settings - Fork 49
Read hdf5 files generated by bioread #458
Copy link
Copy link
Open
Labels
EnhancementNew feature or requestNew feature or requestHacktoberfestIssue/PR for hacktoberfest. Completing this issue/PR might not grant the all-contributor recognitionIssue/PR for hacktoberfest. Completing this issue/PR might not grant the all-contributor recognition
Metadata
Metadata
Assignees
Labels
EnhancementNew feature or requestNew feature or requestHacktoberfestIssue/PR for hacktoberfest. Completing this issue/PR might not grant the all-contributor recognitionIssue/PR for hacktoberfest. Completing this issue/PR might not grant the all-contributor recognition
The ability to read hdf5 would permit a better alternative to txt files, which is the easiest way of running phys2bids when you need to operate over the channels.
Detailed Description
Context / Motivation
Using hdf5 as interface would allow faster implementation of new formats.
Possible Implementation
Investing in sniffing the input file and trying to assign the best reader (a la nibabel) would be great.