Class BDVReader

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

public class BDVReader extends FormatReader
Reader for BDV files.
  • Field Details

    • HDF_MAGIC_STRING

      public static final String HDF_MAGIC_STRING
      See Also:
    • BDV_MAGIC_STRING

      public static final String BDV_MAGIC_STRING
      See Also:
    • COLORS

      private final int[][] COLORS
    • store

      private MetadataStore store
    • bdvxml

      private String bdvxml
    • h5Id

      private String h5Id
    • sizeC

      private int sizeC
    • timepointUsePattern

      private boolean timepointUsePattern
    • firstTimepoint

      private Integer firstTimepoint
    • lastTimepoint

      private Integer lastTimepoint
    • timepointIncrement

      private Integer timepointIncrement
    • seriesCount

      private int seriesCount
    • jhdf

      private transient JHDFService jhdf
    • lastChannel

      private int lastChannel
    • H5PositionList

      private List<BDVReader.H5Coordinate> H5PositionList
    • H5PathsToImageData

      private List<String> H5PathsToImageData
    • cellObjectNames

      private List<String> cellObjectNames
    • channelIndexes

      private List<Integer> channelIndexes
    • setupAttributeList

      private HashMap<Integer,HashMap<String,String>> setupAttributeList
    • setupVoxelSizes

      private HashMap<Integer,ArrayList<ome.units.quantity.Length>> setupVoxelSizes
    • setupResolutionCounts

      private HashMap<Integer,Integer> setupResolutionCounts
    • times

      private ch.systemsx.cisd.hdf5.HDF5CompoundDataMap[] times
    • classes

      private ch.systemsx.cisd.hdf5.HDF5CompoundDataMap[] classes
    • bbox

      private ch.systemsx.cisd.hdf5.HDF5CompoundDataMap[] bbox
  • Constructor Details

    • BDVReader

      public BDVReader()
      Constructs a new BDV reader.
  • Method Details