Class TillVisionReader

All Implemented Interfaces:
Closeable, AutoCloseable, ICompressedTileReader, IFormatHandler, IFormatReader, IMetadataConfigurable, IPyramidHandler

public class TillVisionReader extends FormatReader
TillVisionReader is the file format reader for TillVision files.
  • Field Details

    • MARKER_0

      private static final byte[] MARKER_0
    • MARKER_1

      private static final byte[] MARKER_1
    • MARKER_2

      private static final byte[] MARKER_2
    • MARKER_3

      private static final byte[] MARKER_3
    • DESCRIPTION_MARKER

      private static final byte[] DESCRIPTION_MARKER
    • DATE_FORMATS

      private static final String[] DATE_FORMATS
    • pixelsFiles

      private String[] pixelsFiles
    • pixelsStream

      private transient loci.common.RandomAccessInputStream pixelsStream
    • exposureTimes

      private Map<Integer,Double> exposureTimes
    • embeddedImages

      private boolean embeddedImages
    • embeddedOffset

      private long[] embeddedOffset
    • infFiles

      private String[] infFiles
    • imageNames

      private final List<String> imageNames
    • types

      private final List<String> types
    • dates

      private final List<String> dates
  • Constructor Details

    • TillVisionReader

      public TillVisionReader()
      Constructs a new TillVision reader.
  • Method Details