Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when resaving multichannel CZI to HDF5 #91

Open
lacan opened this issue Feb 11, 2016 · 3 comments
Open

Error when resaving multichannel CZI to HDF5 #91

lacan opened this issue Feb 11, 2016 · 3 comments

Comments

@lacan
Copy link

lacan commented Feb 11, 2016

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)

@tpietzsch
Copy link
Member

@lacan Can you provide example data that shows the problem?

@lacan
Copy link
Author

lacan commented Feb 11, 2016

@tpietzsch I could. The whole multiangle dataset is 65Gb, but a single angle is 10GB. Is there some service you would know that can accept this size?

@spimager
Copy link

Google Drive comes with 15GB storage by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants