Class CellSensReader.Pyramid

java.lang.Object
loci.formats.in.CellSensReader.Pyramid
Enclosing class:
CellSensReader

class CellSensReader.Pyramid extends Object
  • Field Details

    • name

      public String name
    • magnification

      public Double magnification
    • numericalAperture

      public Double numericalAperture
    • objectiveName

      public String objectiveName
    • refractiveIndex

      public Double refractiveIndex
    • workingDistance

      public Double workingDistance
    • width

      public Integer width
    • height

      public Integer height
    • tileOriginX

      public Integer tileOriginX
    • tileOriginY

      public Integer tileOriginY
    • originX

      public Double originX
    • originY

      public Double originY
    • physicalSizeX

      public Double physicalSizeX
    • physicalSizeY

      public Double physicalSizeY
    • acquisitionTime

      public Long acquisitionTime
    • bitDepth

      public Integer bitDepth
    • binningX

      public Integer binningX
    • binningY

      public Integer binningY
    • gain

      public Double gain
    • offset

      public Double offset
    • redGain

      public Double redGain
    • greenGain

      public Double greenGain
    • blueGain

      public Double blueGain
    • redOffset

      public Double redOffset
    • greenOffset

      public Double greenOffset
    • blueOffset

      public Double blueOffset
    • fillColor

      public Byte fillColor
    • channelNames

      public ArrayList<String> channelNames
    • channelWavelengths

      public ArrayList<Double> channelWavelengths
    • exposureTimes

      public ArrayList<Long> exposureTimes
    • otherExposureTimes

      public transient ArrayList<Long> otherExposureTimes
    • defaultExposureTime

      public Long defaultExposureTime
    • objectiveNames

      public ArrayList<String> objectiveNames
    • objectiveTypes

      public ArrayList<Integer> objectiveTypes
    • deviceNames

      public ArrayList<String> deviceNames
    • deviceTypes

      public ArrayList<String> deviceTypes
    • deviceIDs

      public ArrayList<String> deviceIDs
    • deviceManufacturers

      public ArrayList<String> deviceManufacturers
    • originalMetadata

      public Hashtable<String,Object> originalMetadata
    • dimensionOrdering

      public HashMap<String,Integer> dimensionOrdering
    • zStart

      public transient Double zStart
    • zIncrement

      public transient Double zIncrement
    • zValues

      public transient ArrayList<Double> zValues
    • tValues

      public transient ArrayList<Double> tValues
    • HasAssociatedEtsFile

      public boolean HasAssociatedEtsFile
  • Constructor Details

    • Pyramid

      Pyramid()