fmi-basel / faim-imagej-stitching

BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Add calibration to output image #12

Open imagejan opened 3 years ago

imagejan commented 3 years ago

The calibration of the result image is currently set here for the 2D case:

https://github.com/fmi-basel/faim-imagej-stitching/blob/8b149d56920518db04b4eb4c3b954ee1f2ce2fb5/src/main/java/ch/fmi/stitching/visiview/StitchVisiviewDatasetCommand.java#L202-L206

... but not in the (more common) 3D case:

https://github.com/fmi-basel/faim-imagej-stitching/blob/8b149d56920518db04b4eb4c3b954ee1f2ce2fb5/src/main/java/ch/fmi/stitching/visiview/StitchVisiviewDatasetCommand.java#L263