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
It would be great to implement HDF5 as IJ2 plugin so one could work with Datasets directly. This could be implemented quite quickly... Of course SCIFIO would be the next step, but this would require some architecture decisions.
For example, IOService.open(String source) only takes one argument, yet HDF5 requires both filename and dataset name. One could return some kind of lazily-loaded Dataset pointing to separate HDF5 datasets, but yeah... This really needs architecture decisions...
It would be great to implement HDF5 as IJ2 plugin so one could work with
Dataset
s directly. This could be implemented quite quickly... Of course SCIFIO would be the next step, but this would require some architecture decisions.For example,
IOService.open(String source)
only takes one argument, yet HDF5 requires both filename and dataset name. One could return some kind of lazily-loaded Dataset pointing to separate HDF5 datasets, but yeah... This really needs architecture decisions...@ctrueden your thoughts on this?
The text was updated successfully, but these errors were encountered: