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

Supporting formats that split data into multiple files #272

Open
marcpabst opened this issue Aug 20, 2020 · 1 comment
Open

Supporting formats that split data into multiple files #272

marcpabst opened this issue Aug 20, 2020 · 1 comment

Comments

@marcpabst
Copy link

Hi, how should we deal with formats that use multiple different files to store data? Think of formats that consist of a data file and a header file with the metadata. It makes sense to load them together but I'm not sure if something like that is currently possible.

@timholy
Copy link
Member

timholy commented Mar 3, 2021

NRRD is an example. In that case we recognize the header file which has a pointer to the data file. We don't do anything with the data file. So if there's a "top level" file I think you can just add support for that format here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants