Class WriteResolutionXml


public class WriteResolutionXml extends StackWriter
When writing a stack, an additional file is written to indicate the physical voxel sizes, if this information is known.

The path of this file is the raster-path with .xml appended, e.g. rasterFilename.tif.xml.

It contains physical extents of a single voxel (the resolution).

This file will only be present if the physical voxel sizes are known, otherwise no file is written.

Author:
Owen Feehan
  • Constructor Details

    • WriteResolutionXml

      public WriteResolutionXml()
  • Method Details