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
Seems that the channel indexes are 0-based and that the resave plugin is 1-based
java.lang.RuntimeException: File 'BOB.czi' has only channels [0 ... 1], but you want to open channel 2. Stopping. at spim.fiji.spimdata.imgloaders.LegacyStackImgLoaderLOCI.openLOCI(LegacyStackImgLoaderLOCI.java:290) at spim.fiji.spimdata.imgloaders.LegacyStackImgLoaderLOCI.getImage(LegacyStackImgLoaderLOCI.java:125) at mpicbg.spim.data.legacy.LegacyImgLoaderWrapper$SetupImgLoaderWrapper.getImage(LegacyImgLoaderWrapper.java:79) at bdv.export.WriteSequenceToHdf5.writeHdf5PartitionFile(WriteSequenceToHdf5.java:441) at bdv.export.WriteSequenceToHdf5.writeHdf5File(WriteSequenceToHdf5.java:154) at spim.fiji.plugin.resave.Generic_Resave_HDF5.writeHDF5(Generic_Resave_HDF5.java:220) at spim.fiji.plugin.resave.Resave_HDF5.run(Resave_HDF5.java:88) at ij.IJ.runUserPlugIn(IJ.java:212) at ij.IJ.runPlugIn(IJ.java:176) at ij.Executer.runCommand(Executer.java:136) at ij.Executer.run(Executer.java:65) at java.lang.Thread.run(Thread.java:662)
The text was updated successfully, but these errors were encountered:
Seems that the channel indexes are 0-based and that the resave plugin is 1-based
java.lang.RuntimeException: File 'BOB.czi' has only channels [0 ... 1], but you want to open channel 2. Stopping. at spim.fiji.spimdata.imgloaders.LegacyStackImgLoaderLOCI.openLOCI(LegacyStackImgLoaderLOCI.java:290) at spim.fiji.spimdata.imgloaders.LegacyStackImgLoaderLOCI.getImage(LegacyStackImgLoaderLOCI.java:125) at mpicbg.spim.data.legacy.LegacyImgLoaderWrapper$SetupImgLoaderWrapper.getImage(LegacyImgLoaderWrapper.java:79) at bdv.export.WriteSequenceToHdf5.writeHdf5PartitionFile(WriteSequenceToHdf5.java:441) at bdv.export.WriteSequenceToHdf5.writeHdf5File(WriteSequenceToHdf5.java:154) at spim.fiji.plugin.resave.Generic_Resave_HDF5.writeHDF5(Generic_Resave_HDF5.java:220) at spim.fiji.plugin.resave.Resave_HDF5.run(Resave_HDF5.java:88) at ij.IJ.runUserPlugIn(IJ.java:212) at ij.IJ.runPlugIn(IJ.java:176) at ij.Executer.runCommand(Executer.java:136) at ij.Executer.run(Executer.java:65) at java.lang.Thread.run(Thread.java:662)
The text was updated successfully, but these errors were encountered: