Class CellWorxReader

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

public class CellWorxReader extends FormatReader
CellWorxReader is the file format reader for CellWorx .pnl files.
  • Field Details

    • DATE_FORMAT

      protected static final String DATE_FORMAT
      See Also:
    • fieldMap

      private boolean[][] fieldMap
    • wellFiles

      protected String[][][] wellFiles
    • logFiles

      private String[][] logFiles
    • fieldCount

      protected int fieldCount
    • doChannels

      protected boolean doChannels
    • plateLogFile

      private String plateLogFile
    • zMapFile

      private String zMapFile
    • lastFile

      private String lastFile
    • lastReader

      private IFormatReader lastReader
    • service

      private OMEXMLService service
    • timestamps

      private HashMap<Integer,ome.xml.model.primitives.Timestamp> timestamps
    • directoryList

      protected String[] directoryList
    • subdirectories

      protected boolean subdirectories
    • wavelengths

      protected String[] wavelengths
    • nTimepoints

      protected int nTimepoints
    • zSteps

      protected int zSteps
    • wellCount

      protected int wellCount
  • Constructor Details

    • CellWorxReader

      public CellWorxReader()
      Constructs a new CellWorx reader.
    • CellWorxReader

      public CellWorxReader(String name, String[] extensions)
  • Method Details