Class SVSReader

All Implemented Interfaces:
Closeable, AutoCloseable, ICompressedTileReader, IFormatHandler, IFormatReader, IMetadataConfigurable, IPyramidHandler
Direct Known Subclasses:
MikroscanTiffReader

public class SVSReader extends BaseTiffReader
SVSReader is the file format reader for Aperio SVS TIFF files.
  • Field Details

    • REMOVE_THUMBNAIL_KEY

      public static final String REMOVE_THUMBNAIL_KEY
      See Also:
    • REMOVE_THUMBNAIL_DEFAULT

      public static final boolean REMOVE_THUMBNAIL_DEFAULT
      See Also:
    • LOGGER

      private static final org.slf4j.Logger LOGGER
      Logger for this class.
    • APERIO_IMAGE_DESCRIPTION_PREFIX

      private static final String APERIO_IMAGE_DESCRIPTION_PREFIX
      TIFF image description prefix for Aperio SVS files.
      See Also:
    • DATE_FORMAT

      private static final String DATE_FORMAT
      See Also:
    • zPosition

      private Double[] zPosition
    • comments

      private String[] comments
    • emissionWavelength

      private Double emissionWavelength
    • excitationWavelength

      private Double excitationWavelength
    • exposureTime

      private Double exposureTime
    • exposureScale

      private Double exposureScale
    • magnification

      private Double magnification
    • date

      private String date
    • time

      private String time
    • dyeNames

      private ArrayList<String> dyeNames
    • displayColor

      private transient ome.xml.model.primitives.Color displayColor
    • labelIndex

      private int labelIndex
    • macroIndex

      private int macroIndex
    • extraImages

      private int extraImages
    • physicalDistanceFromLeftEdge

      private transient Double physicalDistanceFromLeftEdge
    • physicalDistanceFromTopEdge

      private transient Double physicalDistanceFromTopEdge
  • Constructor Details

    • SVSReader

      public SVSReader()
      Constructs a new SVS reader.
    • SVSReader

      public SVSReader(String name, String[] suffixes)
  • Method Details