|
Bugzilla – Bug 597 |
Checking the 'Stack position' option screws up the result window |
Last modified: 2013-04-29 11:56:58 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. |
| Checking the 'Stack position' option screws up the result window | |
|
|
|
||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||
I can confirm this regression. Results are written into the wrong column when using "Stack position" in "Set Measurements...", as shown by this macro: run("Confocal Series (2.2MB)"); run("Set Measurements...", "area mean stack redirect=None decimal=3"); run("Measure"); run("Measure"); setSlice(2); run("Measure"); The ImageJ 1.47o commit seems to be the culprit: https://github.com/fiji/imagej1/commit/c90f4774a658223e1ccd3ea6c578fb98312a1d3b A temporary workaround is to downgrade to ImageJ 1.46 via Help > Update ImageJ...