mirror of
https://github.com/paulscherrerinstitute/ch.psi.imagej.hdf5.git
synced 2026-01-17 10:09:21 +01:00
Fixed problem with that not all entries were shown ...
This commit is contained in:
@@ -64,6 +64,7 @@ public class HDF5Reader implements PlugIn {
|
||||
H5File file = null;
|
||||
try {
|
||||
file = new H5File(filename, H5File.READ);
|
||||
file.setMaxMembers(Integer.MAX_VALUE);
|
||||
file.open();
|
||||
|
||||
List<Dataset> datasets = HDF5Utilities.getDatasets(file);
|
||||
|
||||
Reference in New Issue
Block a user