MoBiE has problems accepting ilastik h5 as "first" image... The following line looks suspicious - or is that fine? I tried with a tif as first image and h5 as "secondary", and this worked fine.
|
public CanonicalDatasetMetadata getMetadata( int datasetIndex ) |
|
{ |
|
if ( !isOpen ) open(); |
|
|
|
return null; |
MoBiE has problems accepting ilastik h5 as "first" image... The following line looks suspicious - or is that fine? I tried with a tif as first image and h5 as "secondary", and this worked fine.
mobie-io/src/main/java/org/embl/mobie/io/imagedata/IlastikImageData.java
Lines 104 to 108 in a3f7321