|
Bugzilla – Bug 1129 |
Running Gaussian Blur filter from script editor broken - does not overwrite existing sigma + scaling settings in GUI |
Last modified: 2015-07-31 05:21:56 CDT |
| ⚠ |
NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug. The Fiji project now uses GitHub Issues for issue tracking. Please file all new issues there. |
| Running Gaussian Blur filter from script editor broken - does not overwrite e... | |
|
|
|
||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||
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.