File tree Expand file tree Collapse file tree
src/main/java/net/preibisch/mvrecon/process/export Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -245,6 +245,8 @@ else if ( storageType == StorageFormat.N5 || storageType == StorageFormat.ZARR )
245245 final Function <Integer , AffineTransform3D > levelToMipmapTransform =
246246 (level ) -> MipmapTransforms .getMipmapTransformDefault ( mrInfoZarr [level ].absoluteDownsamplingDouble () );
247247
248+ // at this point the pixel size has already been set
249+ // - here we adjust the S0 resolution based on selected downsampling and anisotropy before exporting to N5
248250 double [] resolutionS0 = OMEZarrAttibutes .getResolutionS0 ( cal , anisoF , downsamplingF );
249251
250252 IOFunctions .println ( "Calibration: " + Util .printCoordinates ( cal ) + " micrometer; resolution at S0: " + Util .printCoordinates ( resolutionS0 ) + " " + unit );
You can’t perform that action at this time.
0 commit comments