imagej / ImageJ

Public domain software for processing and analyzing scientific images
http://imagej.org
Other
513 stars 218 forks source link

Fixed hyperstack bug in doAverageFloatProjection. #199

Closed Sethur closed 1 year ago

Sethur commented 1 year ago

There was a bug in ZProjector.java that lead to 32-bit hyperstacks not being average-projected correctly (increment was ignored). For other image types (i.e. 16-bit), this was not a problem, because the calculation was not done via doAverageFloatProjection()

rasband commented 1 year ago

This fix is in the ImageJ 1.54c12 daily build.