|
Bugzilla – Bug 406 |
Manual Tracking when using 4D data increments z not t when you pick a point |
Last modified: 2012-02-23 19:34:03 CST |
| ⚠ |
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. |
| Manual Tracking when using 4D data increments z not t when you pick a point | |
|
|
|
||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||
The crucial tidbit of information was that the data were converted to Image5D. Since I do not have access to any of your data, I used the Mitosis sample from the File>Open Samples menu, and happily, I could reproduce the problem now, without spending another hour. Since I needed to have a quick way to reproduce, I recorded this macro (tip for the future: such a recorded macro saves me even more time, making it much more likely that I can squeeze a bug fix into my work schedule): -- snip -- run("Mitosis (26MB, 5D stack)"); run("Stack to Image5D", "3rd=ch 4th=z 3rd_dimension_size=2 4th_dimension_size=5 assign"); run("Manual Tracking"); -- snap -- After that, I had to spend another hour fighting with the incompatibilities in ImageJ1 with regards to Image5D, but I think I managed to beat it into submission. I uploaded a new version, please call Help>Update Fiji, restart, and test. Thank you.