Class DetectorData


  • public class DetectorData
    extends DataObject
    Hosts a detector.
    Since:
    3.0-Beta4
    • Constructor Detail

      • DetectorData

        public DetectorData​(omero.model.Detector detector)
        Creates a new instance.
        Parameters:
        detector - The detector to host. Mustn't be null.
    • Method Detail

      • getVoltage

        public omero.model.ElectricPotential getVoltage​(omero.model.enums.UnitsElectricPotential unit)
                                                 throws ome.model.units.BigResult
        Returns the voltage of the detector.
        Parameters:
        unit - The unit (may be null, in which case no conversion will be performed)
        Returns:
        See above
        Throws:
        ome.model.units.BigResult - If an arithmetic under-/overflow occurred
      • getAmplificationGain

        public java.lang.Double getAmplificationGain()
        Returns the amplification gain of the detector.
        Returns:
        See above
      • getGain

        public java.lang.Double getGain()
        Returns the gain of the detector.
        Returns:
        See above
      • getOffset

        public java.lang.Double getOffset()
        Returns the offset of the detector.
        Returns:
        See above
      • getZoom

        public java.lang.Double getZoom()
        Returns the offset of the detector.
        Returns:
        See above
      • getType

        public java.lang.String getType()
        Returns the type of the detector.
        Returns:
        See above.
      • getManufacturer

        public java.lang.String getManufacturer()
        Returns the manufacturer of the detector.
        Returns:
        See above.
      • getModel

        public java.lang.String getModel()
        Returns the manufacturer of the detector.
        Returns:
        See above.
      • getSerialNumber

        public java.lang.String getSerialNumber()
        Returns the serial number of the detector.
        Returns:
        See above.
      • getLotNumber

        public java.lang.String getLotNumber()
        Returns the lot number of the detector.
        Returns:
        See above.