fiji / Stitching

Fiji's Stitching plugins reconstruct big images from tiled input images.
http://imagej.net/Stitching
GNU General Public License v2.0
96 stars 64 forks source link

Fix fusion display timing #14

Closed hinerm closed 10 years ago

hinerm commented 10 years ago

Corrects a bug when calculating the time since a fusion has last been drawn. This should avoid cases where, if the fusion steps occur too rapidly, you will never see updates of the displayed fusion.

StephanPreibisch commented 10 years ago

thanks @hinerm ! My bad ... wonder why it did work for me, a mystery :)

hinerm commented 10 years ago

No problem @StephanPreibisch ! Sorry if I was grumpy in any of my communications this morning :( I was just sad to come in and see my new feature not working - but it totally makes sense, given the nature of the problem, that you weren't able to reproduce (as it could definitely vary by dataset/system/etc).

Thanks again for cleaning up the code.