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

Calibration in saved stitched images is lost #60

Closed manerotoni closed 1 year ago

manerotoni commented 4 years ago

Hello, I realized that for stitched images saved to disk the calibration is lost. The calibration is present in the original images.

Greetings

Antonio

imagejan commented 4 years ago

Thanks for reporting this, @manerotoni! I've seen this behavior for years, but never got around to actually opening an issue about that.

I agree it would be good to have something like:

fused.setCalibration(firstTile.getCalibration());