Open imagejan opened 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
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