-
Notifications
You must be signed in to change notification settings - Fork 22
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
interest point detection via beanshell broken #16
Comments
I fixed a similar bug before changing the interface slightly ... can you check that your macro command is still up-to-date? |
The details of the changes are explained in the release version announcement: https://github.com/bigdataviewer/SPIM_Registration/releases/tag/SPIM_Registration-2.1.2 |
|
issue solved for me |
I get the problem...it can be solved by running it for each channel individually, but I will fix it. We need a better macro language, this is just horrible!! |
Fixed with commit e0fe09b |
@StephanPreibisch wrote:
Well, the ImageJ2 parameterized scripting is supposed to help a lot with that. It is usable now, so people can migrate uses of |
I am also very busy right now, but moving forward would be great. I hope that from September on I will have more resources ... |
Okay, after updating Fiji yesterday the interest point detection does not work anymore on the cluster.
Check the 2nd last line in the Fiji output at the very bottom. It uses the default values for the DoG instead of the passed in values. Sigma and Threshold are ignored.
calling code
$beanShellScript
what the closer got:
Output:
The text was updated successfully, but these errors were encountered: