Class ScanrReader

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

public class ScanrReader extends FormatReader
ScanrReader is the file format reader for Olympus ScanR datasets.
Author:
Melissa Linkert melissa at glencoesoftware.com
  • Field Details

    • XML_FILE

      private static final String XML_FILE
      See Also:
    • EXPERIMENT_FILE

      private static final String EXPERIMENT_FILE
      See Also:
    • ACQUISITION_FILE

      private static final String ACQUISITION_FILE
      See Also:
    • METADATA_SUFFIXES

      private static final String[] METADATA_SUFFIXES
    • SKIP_MISSING_WELLS

      public static final String SKIP_MISSING_WELLS
      See Also:
    • SKIP_MISSING_WELLS_DEFAULT

      public static final boolean SKIP_MISSING_WELLS_DEFAULT
      See Also:
    • metadataFiles

      private final List<String> metadataFiles
    • wellRows

      private int wellRows
    • wellColumns

      private int wellColumns
    • fieldRows

      private int fieldRows
    • fieldColumns

      private int fieldColumns
    • wellCount

      private int wellCount
    • channelNames

      private final List<String> channelNames
    • wellLabels

      private Map<String,Integer> wellLabels
    • wellNumbers

      private Map<Integer,Integer> wellNumbers
    • plateName

      private String plateName
    • pixelSize

      private Double pixelSize
    • tileWidth

      private int tileWidth
    • tileHeight

      private int tileHeight
    • tiffs

      private String[] tiffs
    • reader

      private MinimalTiffReader reader
    • foundPositions

      private boolean foundPositions
    • fieldPositionX

      private ome.units.quantity.Length[] fieldPositionX
    • fieldPositionY

      private ome.units.quantity.Length[] fieldPositionY
    • exposures

      private final List<Double> exposures
    • deltaT

      private Double deltaT
    • seriesFiles

      private Map<Integer,String[]> seriesFiles
  • Constructor Details

    • ScanrReader

      public ScanrReader()
      Constructs a new ScanR reader.
  • Method Details