You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: