public class ImageAcquisitionData extends DataObject
Constructor and Description |
---|
ImageAcquisitionData(omero.model.Image image)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
double |
getAirPressure()
Deprecated.
Replaced by
getAirPressure(UnitsPressure) |
omero.model.Pressure |
getAirPressure(omero.model.enums.UnitsPressure unit)
Returns the air pressure.
|
double |
getCo2Percent()
Returns the Co2 level, this is a percent value in the interval [0, 1].
|
double |
getCorrectionCollar()
Returns the correction collar of the objective.
|
double |
getHumidity()
Returns the humidity level, this is a value in the interval [0, 1].
|
long |
getImagingEnvironmentId()
Returns the id of the
StageLabel or -1
if not already linked to the image. |
String |
getLabelName()
Returns the name of the stage label.
|
String |
getMedium()
Returns the medium of the objective.
|
omero.model.Medium |
getMediumAsEnum()
Returns the medium enumeration value.
|
ObjectiveData |
getObjective()
Returns the objective used to capture the image.
|
long |
getObjectiveSettingsId()
Returns the id of the
Objective settings or -1
if not already linked to the image. |
Object |
getPositionX()
Deprecated.
Replaced by
getPositionX(UnitsLength) |
omero.model.Length |
getPositionX(omero.model.enums.UnitsLength unit)
Returns the x-coordinate in the frame microscope.
|
Object |
getPositionY()
Deprecated.
Replaced by
getPositionY(UnitsLength) |
omero.model.Length |
getPositionY(omero.model.enums.UnitsLength unit)
Returns the y-coordinate in the frame microscope.
|
Object |
getPositionZ()
Deprecated.
Replaced by
getPositionZ(UnitsLength) |
omero.model.Length |
getPositionZ(omero.model.enums.UnitsLength unit)
Returns the z-coordinate in the frame microscope.
|
double |
getRefractiveIndex()
Returns the refractive index of the objective.
|
long |
getStageLabelId()
Returns the id of the
StageLabel or -1
if not already linked to the image. |
Object |
getTemperature()
Deprecated.
Replaced by
getTemperature(UnitsTemperature) |
omero.model.Temperature |
getTemperature(omero.model.enums.UnitsTemperature unit)
Returns the temperature.
|
boolean |
isImagingEnvironmentDirty()
Returns
true if the StageLabel has been updated,
false otherwise. |
boolean |
isObjectiveSettingsDirty()
Returns
true if the objective settings has been updated,
false otherwise. |
boolean |
isStageLabelDirty()
Returns
true if the position has been updated,
false otherwise. |
void |
setAirPressure(double pressure)
Deprecated.
Replaced by
setAirPressure(Pressure) |
void |
setAirPressure(omero.model.Pressure pressure)
Sets the air pressure.
|
void |
setCo2Percent(double co2)
Sets the co2 level.
|
void |
setCorrectionCollar(double correction)
Sets the correction of the objective.
|
void |
setHumidity(double humidity)
Sets the humidity.
|
void |
setLabelName(String name)
Sets the name of the stage label.
|
void |
setMedium(omero.model.Medium medium)
Sets the medium of the objective.
|
void |
setPositionX(double value)
Deprecated.
Replaced by
setPositionX(Length) |
void |
setPositionX(omero.model.Length value)
Sets the x-position.
|
void |
setPositionY(double value)
Deprecated.
Replaced by
setPositionY(Length) |
void |
setPositionY(omero.model.Length value)
Sets the y-position.
|
void |
setPositionZ(double value)
Deprecated.
Replaced by
setPositionZ(Length) |
void |
setPositionZ(omero.model.Length value)
Sets the z-position.
|
void |
setRefractiveIndex(double index)
Sets the refractive index of the objective.
|
void |
setTemperature(double temperature)
Deprecated.
Replaced by
setTemperature(Temperature) |
void |
setTemperature(omero.model.Temperature temperature)
Sets the temperature.
|
asAnnotation, asChannel, asDataset, asExperimenter, asFolder, 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 ImageAcquisitionData(omero.model.Image image)
image
- The image the acquisition data is related to.
Mustn't be null
.public ObjectiveData getObjective()
public String getLabelName()
public omero.model.Length getPositionX(omero.model.enums.UnitsLength unit) throws BigResult
unit
- The unit (may be null, in which case no conversion will be
performed)BigResult
- If an arithmetic under-/overflow occurred@Deprecated public Object getPositionX()
getPositionX(UnitsLength)
public omero.model.Length getPositionY(omero.model.enums.UnitsLength unit) throws BigResult
unit
- The unit (may be null, in which case no conversion will be
performed)BigResult
- If an arithmetic under-/overflow occurred@Deprecated public Object getPositionY()
getPositionY(UnitsLength)
public omero.model.Length getPositionZ(omero.model.enums.UnitsLength unit) throws BigResult
unit
- The unit (may be null, in which case no conversion will be
performed)BigResult
- If an arithmetic under-/overflow occurred@Deprecated public Object getPositionZ()
getPositionZ(UnitsLength)
public omero.model.Temperature getTemperature(omero.model.enums.UnitsTemperature unit) throws BigResult
unit
- The unit (may be null, in which case no conversion will be
performed)BigResult
- If an arithmetic under-/overflow occurred@Deprecated public Object getTemperature()
getTemperature(UnitsTemperature)
public omero.model.Pressure getAirPressure(omero.model.enums.UnitsPressure unit) throws BigResult
unit
- The unit (may be null, in which case no conversion will be
performed)BigResult
- If an arithmetic under-/overflow occurred@Deprecated public double getAirPressure()
getAirPressure(UnitsPressure)
public double getHumidity()
public double getCo2Percent()
public double getCorrectionCollar()
public double getRefractiveIndex()
public String getMedium()
public void setLabelName(String name)
name
- The value to set.public void setPositionX(omero.model.Length value)
value
- The value to set.@Deprecated public void setPositionX(double value)
setPositionX(Length)
value
- The value to set.public void setPositionY(omero.model.Length value)
value
- The value to set.@Deprecated public void setPositionY(double value)
setPositionY(Length)
value
- The value to set.public void setPositionZ(omero.model.Length value)
value
- The value to set.@Deprecated public void setPositionZ(double value)
setPositionZ(Length)
value
- The value to set.public void setTemperature(omero.model.Temperature temperature)
temperature
- The value to set.@Deprecated public void setTemperature(double temperature)
setTemperature(Temperature)
temperature
- The value to set.public void setAirPressure(omero.model.Pressure pressure)
pressure
- The value to set.@Deprecated public void setAirPressure(double pressure)
setAirPressure(Pressure)
pressure
- The value to set.public void setHumidity(double humidity)
humidity
- The value to set.public void setCo2Percent(double co2)
co2
- The value to set.public void setCorrectionCollar(double correction)
correction
- The value to set.public void setRefractiveIndex(double index)
index
- The value to set.public void setMedium(omero.model.Medium medium)
medium
- The value to set.public boolean isStageLabelDirty()
true
if the position has been updated,
false
otherwise.public boolean isImagingEnvironmentDirty()
true
if the StageLabel has been updated,
false
otherwise.public boolean isObjectiveSettingsDirty()
true
if the objective settings has been updated,
false
otherwise.public long getStageLabelId()
StageLabel
or -1
if not already linked to the image.public long getImagingEnvironmentId()
StageLabel
or -1
if not already linked to the image.public long getObjectiveSettingsId()
Objective settings
or -1
if not already linked to the image.public omero.model.Medium getMediumAsEnum()
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.