public class DetectorData extends DataObject
Constructor and Description |
---|
DetectorData(omero.model.Detector detector)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getAmplificationGain()
Returns the amplification gain of the detector.
|
java.lang.Double |
getGain()
Returns the gain of the detector.
|
java.lang.String |
getLotNumber()
Returns the lot number of the detector.
|
java.lang.String |
getManufacturer()
Returns the manufacturer of the detector.
|
java.lang.String |
getModel()
Returns the manufacturer of the detector.
|
java.lang.Double |
getOffset()
Returns the offset of the detector.
|
java.lang.String |
getSerialNumber()
Returns the serial number of the detector.
|
java.lang.String |
getType()
Returns the type of the detector.
|
omero.model.ElectricPotential |
getVoltage(omero.model.enums.UnitsElectricPotential unit)
Returns the voltage of the detector.
|
java.lang.Double |
getZoom()
Returns the offset of the detector.
|
asAnnotation, asChannel, asDataset, asExperimenter, asFolder, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, canAnnotate, canChgrp, canChown, canDelete, canEdit, canLink, getCreated, getDetails, getGroupId, getId, getOwner, getPermissions, getUpdated, getVersion, isDirty, isLoaded, nullDetails, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, setDirty, setId, setValue, setVersion, timeOfEvent, toString
public DetectorData(omero.model.Detector detector)
detector
- The detector to host. Mustn't be null
.public omero.model.ElectricPotential getVoltage(omero.model.enums.UnitsElectricPotential unit) throws ome.model.units.BigResult
unit
- The unit (may be null, in which case no conversion will be
performed)ome.model.units.BigResult
- If an arithmetic under-/overflow occurredpublic java.lang.Double getAmplificationGain()
public java.lang.Double getGain()
public java.lang.Double getOffset()
public java.lang.Double getZoom()
public java.lang.String getType()
public java.lang.String getManufacturer()
public java.lang.String getModel()
public java.lang.String getSerialNumber()
public java.lang.String getLotNumber()