Class DeltavisionReader.DVExtHdrFields

java.lang.Object
loci.formats.in.DeltavisionReader.DVExtHdrFields
Enclosing class:
DeltavisionReader

private static class DeltavisionReader.DVExtHdrFields extends Object
This private class structure holds the details for the extended header. Instances of the class should NOT leak out of the containing instance.
Author:
Brian W. Loranger
  • Field Details

    • photosensorReading

      public float photosensorReading
      Photosensor reading. Typically in mV.
    • timeStampSeconds

      public float timeStampSeconds
      Time stamp in seconds since the experiment began.
    • stageXCoord

      public ome.units.quantity.Length stageXCoord
      X stage coordinates.
    • stageYCoord

      public ome.units.quantity.Length stageYCoord
      Y stage coordinates.
    • stageZCoord

      public ome.units.quantity.Length stageZCoord
      Z stage coordinates.
    • minInten

      public float minInten
      Minimum intensity
    • maxInten

      public float maxInten
      Maxiumum intensity.
    • expTime

      public float expTime
      Exposure time in seconds.
    • ndFilter

      public float ndFilter
      Neutral density value.
    • exWavelen

      public float exWavelen
      Excitation filter wavelength.
    • emWavelen

      public float emWavelen
      Emission filter wavelength.
    • intenScaling

      public float intenScaling
      Intensity scaling factor. Usually 1.
    • energyConvFactor

      public float energyConvFactor
      Energy conversion factor. Usually 1.
  • Constructor Details

    • DVExtHdrFields

      private DVExtHdrFields(loci.common.RandomAccessInputStream in)
  • Method Details

    • asMap

      public Map<String,Object> asMap()
    • toString

      public String toString()
      Helper function which overrides toString, printing out the values in the header section.
      Overrides:
      toString in class Object