public class ObjectiveData extends DataObject
Constructor and Description |
---|
ObjectiveData(omero.model.Objective objective)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
double |
getCalibratedMagnification()
Returns the objective's calibrated magnification factor.
|
String |
getCorrection()
Returns the correction value of the objective.
|
String |
getImmersion()
Returns the immersion value of the objective.
|
double |
getLensNA()
Returns the objective's LensNA.
|
String |
getLotNumber()
Returns the lot number of the detector.
|
String |
getManufacturer()
Returns the manufacturer of the detector.
|
String |
getModel()
Returns the model of the objective.
|
double |
getNominalMagnification()
Returns the objective's nominal magnification factor.
|
String |
getSerialNumber()
Returns the serial number of the objective.
|
double |
getWorkingDistance()
Deprecated.
Replaced by
getWorkingDistance(UnitsLength) |
omero.model.Length |
getWorkingDistance(omero.model.enums.UnitsLength unit)
Returns the working distance.
|
Object |
hasIris()
Returns a boolean flag if the value has been set,
null
otherwise. |
asAnnotation, asChannel, asDataset, asExperimenter, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, canAnnotate, 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 ObjectiveData(omero.model.Objective objective)
objective
- The objective. Mustn't be null
.public omero.model.Length getWorkingDistance(omero.model.enums.UnitsLength 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 occurred@Deprecated public double getWorkingDistance()
getWorkingDistance(UnitsLength)
public String getSerialNumber()
public String getModel()
public Object hasIris()
null
otherwise.public String getCorrection()
public double getCalibratedMagnification()
public double getNominalMagnification()
public double getLensNA()
public String getImmersion()
public String getManufacturer()
public String getLotNumber()
Version: 5.1.2-ice35-b45
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.