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.

Bug 597 - Checking the 'Stack position' option screws up the result window
Checking the 'Stack position' option screws up the result window
Status: RESOLVED FIXED
Product: Fiji
Classification: Unclassified
Component: Other
unspecified
PC Windows
: P3 critical
Assigned To: ImageJ Bugs Mailing List
Depends on:
Blocks:
 
Reported: 2013-04-29 10:22 CDT by Claudio Collinet
Modified: 2013-04-29 11:56 CDT
3 users (show)

See Also:

Description Claudio Collinet 2013-04-29 10:22:24 CDT
Dear FIJI developers,
since the automatic update of this morning (29-4-13) the result window is not displaying correctly when the 'Stack position' option is enabled. If 'Stack position' is enabled no matter how many parameters are selected in the 'set measurement' menu the result window will show only one column with the "Slice" title. The missing columns are present in the file after saving but the first raw (i.e. the first measurement of a batch) is not correct.
This problem is occurring specifically after the update of this morning and is affecting everyone who made the update in our lab. People which did not updated this morning are not affected by this problem.
I hope you can solve this problem.
Best regards
Claudio Collinet
Comment 1 Jan Eglinger 2013-04-29 10:53:41 CDT
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...
Comment 2 Wayne Rasband 2013-04-29 11:46:06 CDT
This regression is fixed in the ImageJ 1.47p daily build. You can upgrade by using the Help>Update ImageJ command and selecting "daily build" from the drop down menu.
Comment 3 Johannes Schindelin 2013-04-29 11:56:58 CDT
In the hope that 1.47p will be released soon, I mark this tentatively as resolved.