|
Hi,
1. I would like to be able to run bunwarpj from within a python script. I can do this right now, except I cannot figure out the command for importing bUnwarpJ. If I simply type "import bunwarpj" then it can't find the module. I can't figure out where to dig it from, "from ij.plugin import bunwarpj" doesn't work. The only thing that works is actually going to the menu and running Plugins->Registration->bUnwarpJ, then running my python script. Would be great to be able to start it directly from my python script by importing it directly.
2. I cannot get bunwarpj to work from the command line per the description in the web page:
Here is what I try on a redhat linux box:
java -Xmx512m -cp ~/bin/Fiji.app/jars/ij-1.47q.jar:~/bin/Fiji.app/plugins/bUnwarpJ_.jar bUnwarpJ_ -help
I get a "Could not find the main class: bUnwarpJ_. Program will exit."
I played around with a lot of options, couldn't really get anything to work. bUnwarpJ works totally fine from the GUI within Fiji.
Thank you for any help. I wonder if these are both and the same problem.
|