[ImageJ-bugs] [Bug 1129] Running Gaussian Blur filter from script editor broken - does not overwrite existing sigma + scaling settings in GUI
bugzilla at fiji.sc
bugzilla at fiji.sc
Fri Jul 31 05:21:56 CDT 2015
http://fiji.sc/bugzilla/show_bug.cgi?id=1129
Jan Eglinger <jan.eglinger at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |jan.eglinger at gmail.com
Resolution|--- |INVALID
--- Comment #1 from Jan Eglinger <jan.eglinger at gmail.com> ---
If you used the recorder ('Plugins > Macros > Record...') to record your
command, you would have got this command:
IJ.run(imp, "Gaussian Blur...", "sigma=0.0001 scaled");
In order to parse the sigma value correctly, no spaces are allowed around the
'=' sign in the parameters.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://imagej.net/pipermail/imagej-bugs/attachments/20150731/c527770d/attachment.html>
More information about the Imagej-bugs
mailing list