|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpojos.DataObject
pojos.ChannelAcquisitionData
public class ChannelAcquisitionData
Object hosting the acquisition related to a logical channel.
Constructor Summary | |
---|---|
ChannelAcquisitionData(omero.model.LogicalChannel channel)
Creates a new instance. |
Method Summary | |
---|---|
DetectorData |
getDetector()
Returns the detector used for that channel. |
omero.model.Binning |
getDetectorBinningAsEnum()
Returns the binning enumeration value. |
String |
getDetectorSettingsBinning()
Returns the Binning factor. |
Double |
getDetectorSettingsGain()
Returns the gain set on the detector. |
Double |
getDetectorSettingsOffset()
Returns the offset set on the detector. |
Double |
getDetectorSettingsReadOutRate()
Returns the Read out rate set on the detector. |
Double |
getDetectorSettingsVoltage()
Returns the voltage set on the detector. |
FilterSetData |
getFilterSet()
Returns the filter set or null . |
LightPathData |
getLightPath()
Returns the light path or null . |
LightSourceData |
getLightSource()
Returns the source of light. |
Double |
getLigthSettingsAttenuation()
Returns the attenuation of the light source, percent value between 0 and 1. |
Integer |
getLigthSettingsWavelength()
Returns the wavelength of the light source. |
boolean |
hasDectector()
Returns true if there is a detector for that channel,
false otherwise. |
boolean |
hasFilter()
Returns true if there is a filter set linked to the channel
false otherwise. |
boolean |
hasLightPath()
Returns true if there is a light path described
for that channel, false otherwise. |
boolean |
isDetectorSettingsDirty()
Returns true if the detector settings has been updated,
false otherwise. |
boolean |
isLightSourceSettingsDirty()
Returns true if the light source settings has been updated,
false otherwise. |
void |
setDetectorSettingBinning(omero.model.Binning binning)
Sets the detector's binning. |
void |
setDetectorSettingOffset(double value)
Sets the detector's setting offset. |
void |
setDetectorSettingsGain(double value)
Sets the detector setting's gain. |
void |
setDetectorSettingsReadOutRate(double value)
Sets the detector setting's read out rate. |
void |
setDetectorSettingsVoltage(double value)
Sets the detector setting's voltage. |
void |
setLigthSettingsAttenuation(double value)
Sets the attenuation of the light settings. |
void |
setLigthSettingsWavelength(int value)
Returns the wavelength of the light source. |
Methods inherited from class pojos.DataObject |
---|
asAnnotation, asChannel, asDataset, asExperimenter, asGroup, asIAnnotated, asImage, asIObject, asPixels, asPlate, asPojo, asPojos, asPojos, asProject, asScreen, asWell, asWellSample, getCreated, getDetails, getId, getOwner, getPermissions, getUpdated, getVersion, isDirty, isLoaded, nullDetails, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, nullSafe, setDirty, setId, setValue, setVersion, timeOfEvent, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ChannelAcquisitionData(omero.model.LogicalChannel channel)
channel
- The image the acquisition data is related to.
Mustn't be null
.Method Detail |
---|
public DetectorData getDetector()
public Double getDetectorSettingsOffset()
public Double getDetectorSettingsGain()
public Double getDetectorSettingsVoltage()
public Double getDetectorSettingsReadOutRate()
public String getDetectorSettingsBinning()
public Double getLigthSettingsAttenuation()
public Integer getLigthSettingsWavelength()
public boolean hasFilter()
true
if there is a filter set linked to the channel
false
otherwise.
public boolean hasLightPath()
true
if there is a light path described
for that channel, false
otherwise.
public boolean hasDectector()
true
if there is a detector for that channel,
false
otherwise.
public void setLigthSettingsAttenuation(double value)
value
- The value to set.public void setLigthSettingsWavelength(int value)
value
- The value to set.public void setDetectorSettingOffset(double value)
value
- The value to set.public void setDetectorSettingsGain(double value)
value
- The value to set.public void setDetectorSettingsReadOutRate(double value)
value
- The value to set.public void setDetectorSettingsVoltage(double value)
value
- The value to set.public void setDetectorSettingBinning(omero.model.Binning binning)
binning
- The value to set.public omero.model.Binning getDetectorBinningAsEnum()
public boolean isDetectorSettingsDirty()
true
if the detector settings has been updated,
false
otherwise.
public boolean isLightSourceSettingsDirty()
true
if the light source settings has been updated,
false
otherwise.
public LightSourceData getLightSource()
public LightPathData getLightPath()
null
.
public FilterSetData getFilterSet()
null
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Version: Beta-4.2.0-r7571-b29
Copyright © 2009 The University of Dundee. All Rights Reserved.