-
Notifications
You must be signed in to change notification settings - Fork 3
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 using transformImage #13
Comments
Thanks for trying that out. I'll have a look and have some answers next week (today is super busy) Are you using the 0.1.0 release? or current master? |
|
If you'd like, you could give the master branch a try while you're waiting on me |
Thanks, I will check it out when I get a chance. |
master branch seems better behaved for me, see my longer answer here: |
I am having problems using the transformImage command, but can't quite figure out what the error message means. I am trying to apply a transform from a BigWarp landmarks.csv file using the following command, and getting the following error message. On thing I was thinking is perhaps I have missed a step in my set up, but I installed Maven and jgo and have tested both. I would go look in the code myself, but I am not really sure where jgo is linking to...
Exception in thread "main" picocli.CommandLine$ExecutionException: Error while calling command (process.TransformImage@32a068d1): java.lang.NullPointerException at picocli.CommandLine.execute(CommandLine.java:1068) at picocli.CommandLine.access$900(CommandLine.java:142) at picocli.CommandLine$RunLast.handle(CommandLine.java:1255) at picocli.CommandLine$RunLast.handle(CommandLine.java:1223) at picocli.CommandLine$AbstractParseResultHandler.handleParseResult(CommandLine.java:1131) at picocli.CommandLine.parseWithHandlers(CommandLine.java:1414) at picocli.CommandLine.call(CommandLine.java:1690) at picocli.CommandLine.call(CommandLine.java:1614) at process.TransformImage.main(TransformImage.java:89) Caused by: java.lang.NullPointerException at net.imglib2.realtransform.AbstractRealTransformSequence.add(AbstractRealTransformSequence.java:73) at org.janelia.saalfeldlab.transform.io.TransformReader.readTransforms(TransformReader.java:46) at process.TransformImage.setup(TransformImage.java:114) at process.TransformImage.call(TransformImage.java:134) at process.TransformImage.call(TransformImage.java:46) at picocli.CommandLine.execute(CommandLine.java:1061) ... 8 more
The text was updated successfully, but these errors were encountered: