Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a new userfile model for HDF files #1338

Open
prioux opened this issue Jun 2, 2023 · 0 comments
Open

Create a new userfile model for HDF files #1338

prioux opened this issue Jun 2, 2023 · 0 comments
Labels
Enhancement Priority: Low To implement when someone actually requests it!

Comments

@prioux
Copy link
Member

prioux commented Jun 2, 2023

Typical extension: see wikipedia at https://en.wikipedia.org/wiki/Hierarchical_Data_Format

Viewers: just report some information from the content of the file using the h5stat and h5ls commands (if installed). only show a message if the file is compressed (these tools don't handle gzipped HDF files).

Once this is done, maybe make the MINC2 model in cbrain-plugins-neuro inherit from HdfFile.

Name things properly, e.g.

irb> 'hdf_file'.classify
 => "HdfFile" 
irb> 'hdf_file'.classify.underscore
 => "hdf_file" 
@prioux prioux added Priority: Low To implement when someone actually requests it! and removed Priority: Normal labels Sep 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Priority: Low To implement when someone actually requests it!
Projects
None yet
Development

No branches or pull requests

1 participant