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

Add floattype support #28

Open
NicoKiaru opened this issue May 30, 2024 · 0 comments
Open

Add floattype support #28

NicoKiaru opened this issue May 30, 2024 · 0 comments

Comments

@NicoKiaru
Copy link
Member

java.lang.UnsupportedOperationException: Unhandled pixel type class: net.imglib2.type.numeric.real.FloatType
at ch.epfl.biop.kheops.ometiff.OMETiffExporter$OMETiffExporterBuilder$Data$DataBuilder.validate(OMETiffExporter.java:881)
at ch.epfl.biop.kheops.ometiff.OMETiffExporter$OMETiffExporterBuilder$Data$DataBuilder.putXYZRAI(OMETiffExporter.java:816)
at ch.epfl.biop.kheops.ometiff.OMETiffExporter$OMETiffExporterBuilder$Data$DataBuilder.put(OMETiffExporter.java:743)
at ch.epfl.biop.kheops.ometiff.OMETiffExporter$OMETiffExporterBuilder$Data$DataBuilder.put(OMETiffExporter.java:785)
at ch.epfl.biop.kheops.ometiff.OMETiffExporter$OMETiffExporterBuilder$Data$DataBuilder.put(OMETiffExporter.java:771)
at ch.epfl.biop.kheops.command.KheopsExportSourcesCommand.run(KheopsExportSourcesCommand.java:135)
at org.scijava.command.CommandModule.run(CommandModule.java:196)
at org.scijava.module.ModuleRunner.run(ModuleRunner.java:165)
at org.scijava.module.ModuleRunner.call(ModuleRunner.java:125)
at org.scijava.module.ModuleRunner.call(ModuleRunner.java:64)
at org.scijava.thread.DefaultThreadService.lambda$wrap$2(DefaultThreadService.java:247)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)

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

1 participant