Table Of Contents

Previous topic

omero.metadatastore package

Next topic

omero.model.enums package

This Page

omero.model package

Module contents

class omero.model.AcquisitionMode(_id=None, _details=None, _loaded=False, _value=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1bbb7e0>
_op_getValue = <IcePy.Operation object at 0x1bbb7f8>
_op_setValue = <IcePy.Operation object at 0x1bbb810>
getValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setValue(theValue, current=None)
class omero.model.AcquisitionModeI(id=None, loaded=None)

Bases: omero.model.AcquisitionMode

DETAILS = 'ome.model.enums.AcquisitionMode_details'
VALUE = 'ome.model.enums.AcquisitionMode_value'
_field_info = FieldInfo(value=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getValue(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setValue(_value, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadValue()
class omero.model.AcquisitionModePrx

Bases: omero.model.IObjectPrx

begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(theValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getValue(_r)
end_setValue(_r)
getValue(_ctx=None)
setValue(theValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Annotation(_id=None, _details=None, _loaded=False, _version=None, _ns=None, _name=None, _description=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1a8ffa8>
_op_addAllAnnotationAnnotationLinkSet = <IcePy.Operation object at 0x1f3ba08>
_op_addAnnotationAnnotationLinkToBoth = <IcePy.Operation object at 0x1f3bab0>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x1f3ba80>
_op_getDescription = <IcePy.Operation object at 0x1f3b978>
_op_getName = <IcePy.Operation object at 0x1f3b948>
_op_getNs = <IcePy.Operation object at 0x1f3b918>
_op_getVersion = <IcePy.Operation object at 0x1f3b8e8>
_op_linkAnnotation = <IcePy.Operation object at 0x1f3ba98>
_op_linkedAnnotationList = <IcePy.Operation object at 0x1f3bb10>
_op_removeAllAnnotationAnnotationLinkSet = <IcePy.Operation object at 0x1f3ba38>
_op_removeAnnotationAnnotationLinkFromBoth = <IcePy.Operation object at 0x1f3baf8>
_op_setDescription = <IcePy.Operation object at 0x1f3b990>
_op_setName = <IcePy.Operation object at 0x1f3b960>
_op_setNs = <IcePy.Operation object at 0x1f3b930>
_op_setVersion = <IcePy.Operation object at 0x1f3b900>
_op_unlinkAnnotation = <IcePy.Operation object at 0x1f3bae0>
addAllAnnotationAnnotationLinkSet(targets, current=None)
addAnnotationAnnotationLinkToBoth(link, bothSides, current=None)
getAnnotationLinksCountPerOwner(current=None)
getDescription(current=None)
getName(current=None)
getNs(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
removeAllAnnotationAnnotationLinkSet(targets, current=None)
removeAnnotationAnnotationLinkFromBoth(link, bothSides, current=None)
setDescription(theDescription, current=None)
setName(theName, current=None)
setNs(theNs, current=None)
setVersion(theVersion, current=None)
unlinkAnnotation(removal, current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1f3b378>
_op_getChild = <IcePy.Operation object at 0x1f3b3f0>
_op_getParent = <IcePy.Operation object at 0x1f3b3c0>
_op_getVersion = <IcePy.Operation object at 0x1f3b390>
_op_setChild = <IcePy.Operation object at 0x1f3b408>
_op_setParent = <IcePy.Operation object at 0x1f3b3d8>
_op_setVersion = <IcePy.Operation object at 0x1f3b3a8>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.AnnotationAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.AnnotationAnnotationLink

CHILD = 'ome.model.annotations.AnnotationAnnotationLink_child'
DETAILS = 'ome.model.annotations.AnnotationAnnotationLink_details'
PARENT = 'ome.model.annotations.AnnotationAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.AnnotationAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.AnnotationPrx

Bases: omero.model.IObjectPrx

addAllAnnotationAnnotationLinkSet(targets, _ctx=None)
addAnnotationAnnotationLinkToBoth(link, bothSides, _ctx=None)
begin_addAllAnnotationAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAnnotationAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDescription(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getName(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getNs(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllAnnotationAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAnnotationAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDescription(theDescription, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setName(theName, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setNs(theNs, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_addAllAnnotationAnnotationLinkSet(_r)
end_addAnnotationAnnotationLinkToBoth(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getDescription(_r)
end_getName(_r)
end_getNs(_r)
end_getVersion(_r)
end_linkAnnotation(_r)
end_linkedAnnotationList(_r)
end_removeAllAnnotationAnnotationLinkSet(_r)
end_removeAnnotationAnnotationLinkFromBoth(_r)
end_setDescription(_r)
end_setName(_r)
end_setNs(_r)
end_setVersion(_r)
end_unlinkAnnotation(_r)
getAnnotationLinksCountPerOwner(_ctx=None)
getDescription(_ctx=None)
getName(_ctx=None)
getNs(_ctx=None)
getVersion(_ctx=None)
linkAnnotation(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
removeAllAnnotationAnnotationLinkSet(targets, _ctx=None)
removeAnnotationAnnotationLinkFromBoth(link, bothSides, _ctx=None)
setDescription(theDescription, _ctx=None)
setName(theName, _ctx=None)
setNs(theNs, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
class omero.model.Arc(_id=None, _details=None, _loaded=False, _version=None, _manufacturer=None, _model=None, _power=None, _lotNumber=None, _serialNumber=None, _instrument=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _type=None)

Bases: omero.model.LightSource

_ice_type = <IcePy.TypeInfo object at 0x1a8ffd8>
_op_getType = <IcePy.Operation object at 0x1f3b7f8>
_op_setType = <IcePy.Operation object at 0x1f3b810>
getType(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setType(theType, current=None)
class omero.model.ArcI(id=None, loaded=None)

Bases: omero.model.Arc

DETAILS = 'ome.model.acquisition.Arc_details'
INSTRUMENT = 'ome.model.acquisition.Arc_instrument'
LOTNUMBER = 'ome.model.acquisition.Arc_lotNumber'
MANUFACTURER = 'ome.model.acquisition.Arc_manufacturer'
MODEL = 'ome.model.acquisition.Arc_model'
POWER = 'ome.model.acquisition.Arc_power'
SERIALNUMBER = 'ome.model.acquisition.Arc_serialNumber'
TYPE = 'ome.model.acquisition.Arc_type'
_field_info = FieldInfo(type=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), manufacturer=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), model=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), power=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), lotNumber=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), serialNumber=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), instrument=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllLightSourceAnnotationLinkSet(targets, current=None)
addLightSourceAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDetails(current=None)
getId(current=None)
getInstrument(current=None)
getLotNumber(current=None)
getManufacturer(current=None)
getModel(current=None)
getPower(current=None)
getSerialNumber(current=None)
getType(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllLightSourceAnnotationLinkSet(targets, current=None)
removeLightSourceAnnotationLinkFromBoth(link, bothSides, current=None)
setId(_id, current=None)
setInstrument(_instrument, current=None, wrap=False)
setLotNumber(_lotNumber, current=None, wrap=False)
setManufacturer(_manufacturer, current=None, wrap=False)
setModel(_model, current=None, wrap=False)
setPower(_power, current=None, wrap=False)
setSerialNumber(_serialNumber, current=None, wrap=False)
setType(_type, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadInstrument()
unloadLotNumber()
unloadManufacturer()
unloadModel()
unloadPower()
unloadSerialNumber()
unloadType()
class omero.model.ArcPrx

Bases: omero.model.LightSourcePrx

begin_getType(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setType(theType, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getType(_r)
end_setType(_r)
getType(_ctx=None)
setType(theType, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.ArcType(_id=None, _details=None, _loaded=False, _value=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1f3b7c8>
_op_getValue = <IcePy.Operation object at 0x1f3b828>
_op_setValue = <IcePy.Operation object at 0x1f3b840>
getValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setValue(theValue, current=None)
class omero.model.ArcTypeI(id=None, loaded=None)

Bases: omero.model.ArcType

DETAILS = 'ome.model.enums.ArcType_details'
VALUE = 'ome.model.enums.ArcType_value'
_field_info = FieldInfo(value=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getValue(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setValue(_value, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadValue()
class omero.model.ArcTypePrx

Bases: omero.model.IObjectPrx

begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(theValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getValue(_r)
end_setValue(_r)
getValue(_ctx=None)
setValue(theValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.BasicAnnotation(_id=None, _details=None, _loaded=False, _version=None, _ns=None, _name=None, _description=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None)

Bases: omero.model.Annotation

_ice_type = <IcePy.TypeInfo object at 0x1f3bb40>
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
class omero.model.BasicAnnotationPrx

Bases: omero.model.AnnotationPrx

static checkedCast(proxy, facetOrCtx=None, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Binning(_id=None, _details=None, _loaded=False, _value=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1f3b870>
_op_getValue = <IcePy.Operation object at 0x1f3b888>
_op_setValue = <IcePy.Operation object at 0x1f3b8a0>
getValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setValue(theValue, current=None)
class omero.model.BinningI(id=None, loaded=None)

Bases: omero.model.Binning

DETAILS = 'ome.model.enums.Binning_details'
VALUE = 'ome.model.enums.Binning_value'
_field_info = FieldInfo(value=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getValue(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setValue(_value, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadValue()
class omero.model.BinningPrx

Bases: omero.model.IObjectPrx

begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(theValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getValue(_r)
end_setValue(_r)
getValue(_ctx=None)
setValue(theValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.BooleanAnnotation(_id=None, _details=None, _loaded=False, _version=None, _ns=None, _name=None, _description=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _boolValue=None)

Bases: omero.model.BasicAnnotation

_ice_type = <IcePy.TypeInfo object at 0x1b1a048>
_op_getBoolValue = <IcePy.Operation object at 0x1f3bb58>
_op_setBoolValue = <IcePy.Operation object at 0x1f3bb70>
getBoolValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setBoolValue(theBoolValue, current=None)
class omero.model.BooleanAnnotationI(id=None, loaded=None)

Bases: omero.model.BooleanAnnotation

BOOLVALUE = 'ome.model.annotations.BooleanAnnotation_boolValue'
DESCRIPTION = 'ome.model.annotations.BooleanAnnotation_description'
DETAILS = 'ome.model.annotations.BooleanAnnotation_details'
NAME = 'ome.model.annotations.BooleanAnnotation_name'
NS = 'ome.model.annotations.BooleanAnnotation_ns'
_field_info = FieldInfo(boolValue=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=True), ns=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), name=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), description=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllAnnotationAnnotationLinkSet(targets, current=None)
addAnnotationAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getBoolValue(current=None)
getDescription(current=None)
getDetails(current=None)
getId(current=None)
getName(current=None)
getNs(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllAnnotationAnnotationLinkSet(targets, current=None)
removeAnnotationAnnotationLinkFromBoth(link, bothSides, current=None)
setBoolValue(_boolValue, current=None, wrap=False)
setDescription(_description, current=None, wrap=False)
setId(_id, current=None)
setName(_name, current=None, wrap=False)
setNs(_ns, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadBoolValue()
unloadCollections(current=None)
unloadDescription()
unloadDetails(current=None)
unloadName()
unloadNs()
class omero.model.BooleanAnnotationPrx

Bases: omero.model.BasicAnnotationPrx

begin_getBoolValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setBoolValue(theBoolValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getBoolValue(_r)
end_setBoolValue(_r)
getBoolValue(_ctx=None)
setBoolValue(theBoolValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Channel(_id=None, _details=None, _loaded=False, _version=None, _statsInfo=None, _red=None, _green=None, _blue=None, _alpha=None, _lookupTable=None, _logicalChannel=None, _pixels=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1f3bc30>
_op_addAllChannelAnnotationLinkSet = <IcePy.Operation object at 0x1f3be58>
_op_addChannelAnnotationLinkToBoth = <IcePy.Operation object at 0x1f3bf00>
_op_getAlpha = <IcePy.Operation object at 0x1f3bd38>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x1f3bed0>
_op_getBlue = <IcePy.Operation object at 0x1f3bd08>
_op_getGreen = <IcePy.Operation object at 0x1f3bcd8>
_op_getLogicalChannel = <IcePy.Operation object at 0x1f3bd98>
_op_getLookupTable = <IcePy.Operation object at 0x1f3bd68>
_op_getPixels = <IcePy.Operation object at 0x1f3bdc8>
_op_getRed = <IcePy.Operation object at 0x1f3bca8>
_op_getStatsInfo = <IcePy.Operation object at 0x1f3bc78>
_op_getVersion = <IcePy.Operation object at 0x1f3bc48>
_op_linkAnnotation = <IcePy.Operation object at 0x1f3bee8>
_op_linkedAnnotationList = <IcePy.Operation object at 0x1f3bf60>
_op_removeAllChannelAnnotationLinkSet = <IcePy.Operation object at 0x1f3be88>
_op_removeChannelAnnotationLinkFromBoth = <IcePy.Operation object at 0x1f3bf48>
_op_setAlpha = <IcePy.Operation object at 0x1f3bd50>
_op_setBlue = <IcePy.Operation object at 0x1f3bd20>
_op_setGreen = <IcePy.Operation object at 0x1f3bcf0>
_op_setLogicalChannel = <IcePy.Operation object at 0x1f3bdb0>
_op_setLookupTable = <IcePy.Operation object at 0x1f3bd80>
_op_setPixels = <IcePy.Operation object at 0x1f3bde0>
_op_setRed = <IcePy.Operation object at 0x1f3bcc0>
_op_setStatsInfo = <IcePy.Operation object at 0x1f3bc90>
_op_setVersion = <IcePy.Operation object at 0x1f3bc60>
_op_unlinkAnnotation = <IcePy.Operation object at 0x1f3bf30>
addAllChannelAnnotationLinkSet(targets, current=None)
addChannelAnnotationLinkToBoth(link, bothSides, current=None)
getAlpha(current=None)
getAnnotationLinksCountPerOwner(current=None)
getBlue(current=None)
getGreen(current=None)
getLogicalChannel(current=None)
getLookupTable(current=None)
getPixels(current=None)
getRed(current=None)
getStatsInfo(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
removeAllChannelAnnotationLinkSet(targets, current=None)
removeChannelAnnotationLinkFromBoth(link, bothSides, current=None)
setAlpha(theAlpha, current=None)
setBlue(theBlue, current=None)
setGreen(theGreen, current=None)
setLogicalChannel(theLogicalChannel, current=None)
setLookupTable(theLookupTable, current=None)
setPixels(thePixels, current=None)
setRed(theRed, current=None)
setStatsInfo(theStatsInfo, current=None)
setVersion(theVersion, current=None)
unlinkAnnotation(removal, current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1f3bbb8>
_op_getChild = <IcePy.Operation object at 0x1f3bfd8>
_op_getParent = <IcePy.Operation object at 0x1f3bfa8>
_op_getVersion = <IcePy.Operation object at 0x1f3bf78>
_op_setChild = <IcePy.Operation object at 0x1dbc030>
_op_setParent = <IcePy.Operation object at 0x1f3bfc0>
_op_setVersion = <IcePy.Operation object at 0x1f3bf90>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.ChannelAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.ChannelAnnotationLink

CHILD = 'ome.model.annotations.ChannelAnnotationLink_child'
DETAILS = 'ome.model.annotations.ChannelAnnotationLink_details'
PARENT = 'ome.model.annotations.ChannelAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.ChannelAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.ChannelBinding(_id=None, _details=None, _loaded=False, _version=None, _renderingDef=None, _family=None, _coefficient=None, _inputStart=None, _inputEnd=None, _active=None, _noiseReduction=None, _red=None, _green=None, _blue=None, _alpha=None, _lookupTable=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1dbc078>
_op_getActive = <IcePy.Operation object at 0x1dbc1b0>
_op_getAlpha = <IcePy.Operation object at 0x1dbc2a0>
_op_getBlue = <IcePy.Operation object at 0x1dbc270>
_op_getCoefficient = <IcePy.Operation object at 0x1dbc120>
_op_getFamily = <IcePy.Operation object at 0x1dbc0f0>
_op_getGreen = <IcePy.Operation object at 0x1dbc240>
_op_getInputEnd = <IcePy.Operation object at 0x1dbc180>
_op_getInputStart = <IcePy.Operation object at 0x1dbc150>
_op_getLookupTable = <IcePy.Operation object at 0x1dbc2d0>
_op_getNoiseReduction = <IcePy.Operation object at 0x1dbc1e0>
_op_getRed = <IcePy.Operation object at 0x1dbc210>
_op_getRenderingDef = <IcePy.Operation object at 0x1dbc0c0>
_op_getVersion = <IcePy.Operation object at 0x1dbc090>
_op_setActive = <IcePy.Operation object at 0x1dbc1c8>
_op_setAlpha = <IcePy.Operation object at 0x1dbc2b8>
_op_setBlue = <IcePy.Operation object at 0x1dbc288>
_op_setCoefficient = <IcePy.Operation object at 0x1dbc138>
_op_setFamily = <IcePy.Operation object at 0x1dbc108>
_op_setGreen = <IcePy.Operation object at 0x1dbc258>
_op_setInputEnd = <IcePy.Operation object at 0x1dbc198>
_op_setInputStart = <IcePy.Operation object at 0x1dbc168>
_op_setLookupTable = <IcePy.Operation object at 0x1dbc2e8>
_op_setNoiseReduction = <IcePy.Operation object at 0x1dbc1f8>
_op_setRed = <IcePy.Operation object at 0x1dbc228>
_op_setRenderingDef = <IcePy.Operation object at 0x1dbc0d8>
_op_setVersion = <IcePy.Operation object at 0x1dbc0a8>
getActive(current=None)
getAlpha(current=None)
getBlue(current=None)
getCoefficient(current=None)
getFamily(current=None)
getGreen(current=None)
getInputEnd(current=None)
getInputStart(current=None)
getLookupTable(current=None)
getNoiseReduction(current=None)
getRed(current=None)
getRenderingDef(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setActive(theActive, current=None)
setAlpha(theAlpha, current=None)
setBlue(theBlue, current=None)
setCoefficient(theCoefficient, current=None)
setFamily(theFamily, current=None)
setGreen(theGreen, current=None)
setInputEnd(theInputEnd, current=None)
setInputStart(theInputStart, current=None)
setLookupTable(theLookupTable, current=None)
setNoiseReduction(theNoiseReduction, current=None)
setRed(theRed, current=None)
setRenderingDef(theRenderingDef, current=None)
setVersion(theVersion, current=None)
class omero.model.ChannelBindingI(id=None, loaded=None)

Bases: omero.model.ChannelBinding

ACTIVE = 'ome.model.display.ChannelBinding_active'
ALPHA = 'ome.model.display.ChannelBinding_alpha'
BLUE = 'ome.model.display.ChannelBinding_blue'
COEFFICIENT = 'ome.model.display.ChannelBinding_coefficient'
DETAILS = 'ome.model.display.ChannelBinding_details'
FAMILY = 'ome.model.display.ChannelBinding_family'
GREEN = 'ome.model.display.ChannelBinding_green'
INPUTEND = 'ome.model.display.ChannelBinding_inputEnd'
INPUTSTART = 'ome.model.display.ChannelBinding_inputStart'
LOOKUPTABLE = 'ome.model.display.ChannelBinding_lookupTable'
NOISEREDUCTION = 'ome.model.display.ChannelBinding_noiseReduction'
RED = 'ome.model.display.ChannelBinding_red'
RENDERINGDEF = 'ome.model.display.ChannelBinding_renderingDef'
_field_info = FieldInfo(renderingDef=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), family=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), coefficient=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=False), inputStart=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=False), inputEnd=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=False), active=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=False), noiseReduction=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=False), red=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), green=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), blue=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), alpha=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), lookupTable=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getActive(current=None)
getAlpha(current=None)
getBlue(current=None)
getCoefficient(current=None)
getDetails(current=None)
getFamily(current=None)
getGreen(current=None)
getId(current=None)
getInputEnd(current=None)
getInputStart(current=None)
getLookupTable(current=None)
getNoiseReduction(current=None)
getRed(current=None)
getRenderingDef(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setActive(_active, current=None, wrap=False)
setAlpha(_alpha, current=None, wrap=False)
setBlue(_blue, current=None, wrap=False)
setCoefficient(_coefficient, current=None, wrap=False)
setFamily(_family, current=None, wrap=False)
setGreen(_green, current=None, wrap=False)
setId(_id, current=None)
setInputEnd(_inputEnd, current=None, wrap=False)
setInputStart(_inputStart, current=None, wrap=False)
setLookupTable(_lookupTable, current=None, wrap=False)
setNoiseReduction(_noiseReduction, current=None, wrap=False)
setRed(_red, current=None, wrap=False)
setRenderingDef(_renderingDef, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadActive()
unloadAlpha()
unloadBlue()
unloadCoefficient()
unloadCollections(current=None)
unloadDetails(current=None)
unloadFamily()
unloadGreen()
unloadInputEnd()
unloadInputStart()
unloadLookupTable()
unloadNoiseReduction()
unloadRed()
unloadRenderingDef()
class omero.model.ChannelBindingPrx

Bases: omero.model.IObjectPrx

begin_getActive(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getAlpha(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getBlue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getCoefficient(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getFamily(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getGreen(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getInputEnd(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getInputStart(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getLookupTable(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getNoiseReduction(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getRed(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getRenderingDef(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setActive(theActive, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setAlpha(theAlpha, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setBlue(theBlue, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setCoefficient(theCoefficient, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setFamily(theFamily, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setGreen(theGreen, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setInputEnd(theInputEnd, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setInputStart(theInputStart, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setLookupTable(theLookupTable, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setNoiseReduction(theNoiseReduction, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setRed(theRed, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setRenderingDef(theRenderingDef, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getActive(_r)
end_getAlpha(_r)
end_getBlue(_r)
end_getCoefficient(_r)
end_getFamily(_r)
end_getGreen(_r)
end_getInputEnd(_r)
end_getInputStart(_r)
end_getLookupTable(_r)
end_getNoiseReduction(_r)
end_getRed(_r)
end_getRenderingDef(_r)
end_getVersion(_r)
end_setActive(_r)
end_setAlpha(_r)
end_setBlue(_r)
end_setCoefficient(_r)
end_setFamily(_r)
end_setGreen(_r)
end_setInputEnd(_r)
end_setInputStart(_r)
end_setLookupTable(_r)
end_setNoiseReduction(_r)
end_setRed(_r)
end_setRenderingDef(_r)
end_setVersion(_r)
getActive(_ctx=None)
getAlpha(_ctx=None)
getBlue(_ctx=None)
getCoefficient(_ctx=None)
getFamily(_ctx=None)
getGreen(_ctx=None)
getInputEnd(_ctx=None)
getInputStart(_ctx=None)
getLookupTable(_ctx=None)
getNoiseReduction(_ctx=None)
getRed(_ctx=None)
getRenderingDef(_ctx=None)
getVersion(_ctx=None)
setActive(theActive, _ctx=None)
setAlpha(theAlpha, _ctx=None)
setBlue(theBlue, _ctx=None)
setCoefficient(theCoefficient, _ctx=None)
setFamily(theFamily, _ctx=None)
setGreen(theGreen, _ctx=None)
setInputEnd(theInputEnd, _ctx=None)
setInputStart(theInputStart, _ctx=None)
setLookupTable(theLookupTable, _ctx=None)
setNoiseReduction(theNoiseReduction, _ctx=None)
setRed(theRed, _ctx=None)
setRenderingDef(theRenderingDef, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.ChannelI(id=None, loaded=None)

Bases: omero.model.Channel

ALPHA = 'ome.model.core.Channel_alpha'
BLUE = 'ome.model.core.Channel_blue'
DETAILS = 'ome.model.core.Channel_details'
GREEN = 'ome.model.core.Channel_green'
LOGICALCHANNEL = 'ome.model.core.Channel_logicalChannel'
LOOKUPTABLE = 'ome.model.core.Channel_lookupTable'
PIXELS = 'ome.model.core.Channel_pixels'
RED = 'ome.model.core.Channel_red'
STATSINFO = 'ome.model.core.Channel_statsInfo'
_field_info = FieldInfo(statsInfo=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), red=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), green=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), blue=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), alpha=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), lookupTable=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), logicalChannel=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), pixels=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllChannelAnnotationLinkSet(targets, current=None)
addChannelAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAlpha(current=None)
getAnnotationLinksCountPerOwner(current=None)
getBlue(current=None)
getDetails(current=None)
getGreen(current=None)
getId(current=None)
getLogicalChannel(current=None)
getLookupTable(current=None)
getPixels(current=None)
getRed(current=None)
getStatsInfo(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllChannelAnnotationLinkSet(targets, current=None)
removeChannelAnnotationLinkFromBoth(link, bothSides, current=None)
setAlpha(_alpha, current=None, wrap=False)
setBlue(_blue, current=None, wrap=False)
setGreen(_green, current=None, wrap=False)
setId(_id, current=None)
setLogicalChannel(_logicalChannel, current=None, wrap=False)
setLookupTable(_lookupTable, current=None, wrap=False)
setPixels(_pixels, current=None, wrap=False)
setRed(_red, current=None, wrap=False)
setStatsInfo(_statsInfo, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadAlpha()
unloadBlue()
unloadCollections(current=None)
unloadDetails(current=None)
unloadGreen()
unloadLogicalChannel()
unloadLookupTable()
unloadPixels()
unloadRed()
unloadStatsInfo()
class omero.model.ChannelPrx

Bases: omero.model.IObjectPrx

addAllChannelAnnotationLinkSet(targets, _ctx=None)
addChannelAnnotationLinkToBoth(link, bothSides, _ctx=None)
begin_addAllChannelAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addChannelAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getAlpha(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getBlue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getGreen(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getLogicalChannel(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getLookupTable(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPixels(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getRed(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getStatsInfo(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllChannelAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeChannelAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setAlpha(theAlpha, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setBlue(theBlue, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setGreen(theGreen, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setLogicalChannel(theLogicalChannel, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setLookupTable(theLookupTable, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPixels(thePixels, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setRed(theRed, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setStatsInfo(theStatsInfo, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_addAllChannelAnnotationLinkSet(_r)
end_addChannelAnnotationLinkToBoth(_r)
end_getAlpha(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getBlue(_r)
end_getGreen(_r)
end_getLogicalChannel(_r)
end_getLookupTable(_r)
end_getPixels(_r)
end_getRed(_r)
end_getStatsInfo(_r)
end_getVersion(_r)
end_linkAnnotation(_r)
end_linkedAnnotationList(_r)
end_removeAllChannelAnnotationLinkSet(_r)
end_removeChannelAnnotationLinkFromBoth(_r)
end_setAlpha(_r)
end_setBlue(_r)
end_setGreen(_r)
end_setLogicalChannel(_r)
end_setLookupTable(_r)
end_setPixels(_r)
end_setRed(_r)
end_setStatsInfo(_r)
end_setVersion(_r)
end_unlinkAnnotation(_r)
getAlpha(_ctx=None)
getAnnotationLinksCountPerOwner(_ctx=None)
getBlue(_ctx=None)
getGreen(_ctx=None)
getLogicalChannel(_ctx=None)
getLookupTable(_ctx=None)
getPixels(_ctx=None)
getRed(_ctx=None)
getStatsInfo(_ctx=None)
getVersion(_ctx=None)
linkAnnotation(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
removeAllChannelAnnotationLinkSet(targets, _ctx=None)
removeChannelAnnotationLinkFromBoth(link, bothSides, _ctx=None)
setAlpha(theAlpha, _ctx=None)
setBlue(theBlue, _ctx=None)
setGreen(theGreen, _ctx=None)
setLogicalChannel(theLogicalChannel, _ctx=None)
setLookupTable(theLookupTable, _ctx=None)
setPixels(thePixels, _ctx=None)
setRed(theRed, _ctx=None)
setStatsInfo(theStatsInfo, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
class omero.model.ChecksumAlgorithm(_id=None, _details=None, _loaded=False, _value=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a078>
_op_getValue = <IcePy.Operation object at 0x1dbc300>
_op_setValue = <IcePy.Operation object at 0x1dbc318>
getValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setValue(theValue, current=None)
class omero.model.ChecksumAlgorithmI(id=None, loaded=None)

Bases: omero.model.ChecksumAlgorithm

DETAILS = 'ome.model.enums.ChecksumAlgorithm_details'
VALUE = 'ome.model.enums.ChecksumAlgorithm_value'
_field_info = FieldInfo(value=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getValue(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setValue(_value, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadValue()
class omero.model.ChecksumAlgorithmPrx

Bases: omero.model.IObjectPrx

begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(theValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getValue(_r)
end_setValue(_r)
getValue(_ctx=None)
setValue(theValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.CodomainMapContext(_id=None, _details=None, _loaded=False, _version=None, _renderingDef=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1dbc408>
_op_getRenderingDef = <IcePy.Operation object at 0x1dbc450>
_op_getVersion = <IcePy.Operation object at 0x1dbc420>
_op_setRenderingDef = <IcePy.Operation object at 0x1dbc468>
_op_setVersion = <IcePy.Operation object at 0x1dbc438>
getRenderingDef(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setRenderingDef(theRenderingDef, current=None)
setVersion(theVersion, current=None)
class omero.model.CodomainMapContextPrx

Bases: omero.model.IObjectPrx

begin_getRenderingDef(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setRenderingDef(theRenderingDef, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getRenderingDef(_r)
end_getVersion(_r)
end_setRenderingDef(_r)
end_setVersion(_r)
getRenderingDef(_ctx=None)
getVersion(_ctx=None)
setRenderingDef(theRenderingDef, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.CommentAnnotation(_id=None, _details=None, _loaded=False, _version=None, _ns=None, _name=None, _description=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _textValue=None)

Bases: omero.model.TextAnnotation

_ice_type = <IcePy.TypeInfo object at 0x1dbc378>
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
class omero.model.CommentAnnotationI(id=None, loaded=None)

Bases: omero.model.CommentAnnotation

DESCRIPTION = 'ome.model.annotations.CommentAnnotation_description'
DETAILS = 'ome.model.annotations.CommentAnnotation_details'
NAME = 'ome.model.annotations.CommentAnnotation_name'
NS = 'ome.model.annotations.CommentAnnotation_ns'
TEXTVALUE = 'ome.model.annotations.CommentAnnotation_textValue'
_field_info = FieldInfo(textValue=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), ns=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), name=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), description=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllAnnotationAnnotationLinkSet(targets, current=None)
addAnnotationAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDescription(current=None)
getDetails(current=None)
getId(current=None)
getName(current=None)
getNs(current=None)
getTextValue(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllAnnotationAnnotationLinkSet(targets, current=None)
removeAnnotationAnnotationLinkFromBoth(link, bothSides, current=None)
setDescription(_description, current=None, wrap=False)
setId(_id, current=None)
setName(_name, current=None, wrap=False)
setNs(_ns, current=None, wrap=False)
setTextValue(_textValue, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDescription()
unloadDetails(current=None)
unloadName()
unloadNs()
unloadTextValue()
class omero.model.CommentAnnotationPrx

Bases: omero.model.TextAnnotationPrx

static checkedCast(proxy, facetOrCtx=None, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.ContrastMethod(_id=None, _details=None, _loaded=False, _value=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1dbc3a8>
_op_getValue = <IcePy.Operation object at 0x1dbc3c0>
_op_setValue = <IcePy.Operation object at 0x1dbc3d8>
getValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setValue(theValue, current=None)
class omero.model.ContrastMethodI(id=None, loaded=None)

Bases: omero.model.ContrastMethod

DETAILS = 'ome.model.enums.ContrastMethod_details'
VALUE = 'ome.model.enums.ContrastMethod_value'
_field_info = FieldInfo(value=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getValue(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setValue(_value, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadValue()
class omero.model.ContrastMethodPrx

Bases: omero.model.IObjectPrx

begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(theValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getValue(_r)
end_setValue(_r)
getValue(_ctx=None)
setValue(theValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.ContrastStretchingContext(_id=None, _details=None, _loaded=False, _version=None, _renderingDef=None, _xstart=None, _ystart=None, _xend=None, _yend=None)

Bases: omero.model.CodomainMapContext

_ice_type = <IcePy.TypeInfo object at 0x1dbc498>
_op_getXend = <IcePy.Operation object at 0x1dbc510>
_op_getXstart = <IcePy.Operation object at 0x1dbc4b0>
_op_getYend = <IcePy.Operation object at 0x1dbc540>
_op_getYstart = <IcePy.Operation object at 0x1dbc4e0>
_op_setXend = <IcePy.Operation object at 0x1dbc528>
_op_setXstart = <IcePy.Operation object at 0x1dbc4c8>
_op_setYend = <IcePy.Operation object at 0x1dbc558>
_op_setYstart = <IcePy.Operation object at 0x1dbc4f8>
getXend(current=None)
getXstart(current=None)
getYend(current=None)
getYstart(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setXend(theXend, current=None)
setXstart(theXstart, current=None)
setYend(theYend, current=None)
setYstart(theYstart, current=None)
class omero.model.ContrastStretchingContextI(id=None, loaded=None)

Bases: omero.model.ContrastStretchingContext

DETAILS = 'ome.model.display.ContrastStretchingContext_details'
RENDERINGDEF = 'ome.model.display.ContrastStretchingContext_renderingDef'
XEND = 'ome.model.display.ContrastStretchingContext_xend'
XSTART = 'ome.model.display.ContrastStretchingContext_xstart'
YEND = 'ome.model.display.ContrastStretchingContext_yend'
YSTART = 'ome.model.display.ContrastStretchingContext_ystart'
_field_info = FieldInfo(xstart=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), ystart=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), xend=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), yend=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), renderingDef=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getRenderingDef(current=None)
getVersion(current=None)
getXend(current=None)
getXstart(current=None)
getYend(current=None)
getYstart(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setRenderingDef(_renderingDef, current=None, wrap=False)
setVersion(version, current=None)
setXend(_xend, current=None, wrap=False)
setXstart(_xstart, current=None, wrap=False)
setYend(_yend, current=None, wrap=False)
setYstart(_ystart, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadRenderingDef()
unloadXend()
unloadXstart()
unloadYend()
unloadYstart()
class omero.model.ContrastStretchingContextPrx

Bases: omero.model.CodomainMapContextPrx

begin_getXend(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getXstart(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getYend(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getYstart(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setXend(theXend, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setXstart(theXstart, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setYend(theYend, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setYstart(theYstart, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getXend(_r)
end_getXstart(_r)
end_getYend(_r)
end_getYstart(_r)
end_setXend(_r)
end_setXstart(_r)
end_setYend(_r)
end_setYstart(_r)
getXend(_ctx=None)
getXstart(_ctx=None)
getYend(_ctx=None)
getYstart(_ctx=None)
setXend(theXend, _ctx=None)
setXstart(theXstart, _ctx=None)
setYend(theYend, _ctx=None)
setYstart(theYstart, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Correction(_id=None, _details=None, _loaded=False, _value=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1dbc588>
_op_getValue = <IcePy.Operation object at 0x1dbc5a0>
_op_setValue = <IcePy.Operation object at 0x1dbc5b8>
getValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setValue(theValue, current=None)
class omero.model.CorrectionI(id=None, loaded=None)

Bases: omero.model.Correction

DETAILS = 'ome.model.enums.Correction_details'
VALUE = 'ome.model.enums.Correction_value'
_field_info = FieldInfo(value=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getValue(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setValue(_value, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadValue()
class omero.model.CorrectionPrx

Bases: omero.model.IObjectPrx

begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(theValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getValue(_r)
end_setValue(_r)
getValue(_ctx=None)
setValue(theValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.DBPatch(_id=None, _details=None, _loaded=False, _currentVersion=None, _currentPatch=None, _previousVersion=None, _previousPatch=None, _finished=None, _message=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1dbc5e8>
_op_getCurrentPatch = <IcePy.Operation object at 0x1dbc630>
_op_getCurrentVersion = <IcePy.Operation object at 0x1dbc600>
_op_getFinished = <IcePy.Operation object at 0x1dbc6c0>
_op_getMessage = <IcePy.Operation object at 0x1dbc6f0>
_op_getPreviousPatch = <IcePy.Operation object at 0x1dbc690>
_op_getPreviousVersion = <IcePy.Operation object at 0x1dbc660>
_op_setCurrentPatch = <IcePy.Operation object at 0x1dbc648>
_op_setCurrentVersion = <IcePy.Operation object at 0x1dbc618>
_op_setFinished = <IcePy.Operation object at 0x1dbc6d8>
_op_setMessage = <IcePy.Operation object at 0x1dbc708>
_op_setPreviousPatch = <IcePy.Operation object at 0x1dbc6a8>
_op_setPreviousVersion = <IcePy.Operation object at 0x1dbc678>
getCurrentPatch(current=None)
getCurrentVersion(current=None)
getFinished(current=None)
getMessage(current=None)
getPreviousPatch(current=None)
getPreviousVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setCurrentPatch(theCurrentPatch, current=None)
setCurrentVersion(theCurrentVersion, current=None)
setFinished(theFinished, current=None)
setMessage(theMessage, current=None)
setPreviousPatch(thePreviousPatch, current=None)
setPreviousVersion(thePreviousVersion, current=None)
class omero.model.DBPatchI(id=None, loaded=None)

Bases: omero.model.DBPatch

CURRENTPATCH = 'ome.model.meta.DBPatch_currentPatch'
CURRENTVERSION = 'ome.model.meta.DBPatch_currentVersion'
DETAILS = 'ome.model.meta.DBPatch_details'
FINISHED = 'ome.model.meta.DBPatch_finished'
MESSAGE = 'ome.model.meta.DBPatch_message'
PREVIOUSPATCH = 'ome.model.meta.DBPatch_previousPatch'
PREVIOUSVERSION = 'ome.model.meta.DBPatch_previousVersion'
_field_info = FieldInfo(currentVersion=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), currentPatch=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), previousVersion=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), previousPatch=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), finished=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), message=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getCurrentPatch(current=None)
getCurrentVersion(current=None)
getDetails(current=None)
getFinished(current=None)
getId(current=None)
getMessage(current=None)
getPreviousPatch(current=None)
getPreviousVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setCurrentPatch(_currentPatch, current=None, wrap=False)
setCurrentVersion(_currentVersion, current=None, wrap=False)
setFinished(_finished, current=None, wrap=False)
setId(_id, current=None)
setMessage(_message, current=None, wrap=False)
setPreviousPatch(_previousPatch, current=None, wrap=False)
setPreviousVersion(_previousVersion, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadCurrentPatch()
unloadCurrentVersion()
unloadDetails(current=None)
unloadFinished()
unloadMessage()
unloadPreviousPatch()
unloadPreviousVersion()
class omero.model.DBPatchPrx

Bases: omero.model.IObjectPrx

begin_getCurrentPatch(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getCurrentVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getFinished(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getMessage(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPreviousPatch(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPreviousVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setCurrentPatch(theCurrentPatch, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setCurrentVersion(theCurrentVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setFinished(theFinished, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setMessage(theMessage, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPreviousPatch(thePreviousPatch, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPreviousVersion(thePreviousVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getCurrentPatch(_r)
end_getCurrentVersion(_r)
end_getFinished(_r)
end_getMessage(_r)
end_getPreviousPatch(_r)
end_getPreviousVersion(_r)
end_setCurrentPatch(_r)
end_setCurrentVersion(_r)
end_setFinished(_r)
end_setMessage(_r)
end_setPreviousPatch(_r)
end_setPreviousVersion(_r)
getCurrentPatch(_ctx=None)
getCurrentVersion(_ctx=None)
getFinished(_ctx=None)
getMessage(_ctx=None)
getPreviousPatch(_ctx=None)
getPreviousVersion(_ctx=None)
setCurrentPatch(theCurrentPatch, _ctx=None)
setCurrentVersion(theCurrentVersion, _ctx=None)
setFinished(theFinished, _ctx=None)
setMessage(theMessage, _ctx=None)
setPreviousPatch(thePreviousPatch, _ctx=None)
setPreviousVersion(thePreviousVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Dataset(_id=None, _details=None, _loaded=False, _version=None, _projectLinksSeq=None, _projectLinksLoaded=False, _projectLinksCountPerOwner=None, _imageLinksSeq=None, _imageLinksLoaded=False, _imageLinksCountPerOwner=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _name=None, _description=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a0a8>
_op_addAllDatasetAnnotationLinkSet = <IcePy.Operation object at 0x1dbcbd0>
_op_addAllDatasetImageLinkSet = <IcePy.Operation object at 0x1dbca50>
_op_addAllProjectDatasetLinkSet = <IcePy.Operation object at 0x1dbc8d0>
_op_addDatasetAnnotationLinkToBoth = <IcePy.Operation object at 0x1dbcc78>
_op_addDatasetImageLinkToBoth = <IcePy.Operation object at 0x1dbcaf8>
_op_addProjectDatasetLinkToBoth = <IcePy.Operation object at 0x1dbc978>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x1dbcc48>
_op_getDescription = <IcePy.Operation object at 0x1dbcd20>
_op_getImageLinksCountPerOwner = <IcePy.Operation object at 0x1dbcac8>
_op_getName = <IcePy.Operation object at 0x1dbccf0>
_op_getProjectLinksCountPerOwner = <IcePy.Operation object at 0x1dbc948>
_op_getVersion = <IcePy.Operation object at 0x1dbc840>
_op_linkAnnotation = <IcePy.Operation object at 0x1dbcc60>
_op_linkImage = <IcePy.Operation object at 0x1dbcae0>
_op_linkProject = <IcePy.Operation object at 0x1dbc960>
_op_linkedAnnotationList = <IcePy.Operation object at 0x1dbccd8>
_op_linkedImageList = <IcePy.Operation object at 0x1dbcb58>
_op_linkedProjectList = <IcePy.Operation object at 0x1dbc9d8>
_op_removeAllDatasetAnnotationLinkSet = <IcePy.Operation object at 0x1dbcc00>
_op_removeAllDatasetImageLinkSet = <IcePy.Operation object at 0x1dbca80>
_op_removeAllProjectDatasetLinkSet = <IcePy.Operation object at 0x1dbc900>
_op_removeDatasetAnnotationLinkFromBoth = <IcePy.Operation object at 0x1dbccc0>
_op_removeDatasetImageLinkFromBoth = <IcePy.Operation object at 0x1dbcb40>
_op_removeProjectDatasetLinkFromBoth = <IcePy.Operation object at 0x1dbc9c0>
_op_setDescription = <IcePy.Operation object at 0x1dbcd38>
_op_setName = <IcePy.Operation object at 0x1dbcd08>
_op_setVersion = <IcePy.Operation object at 0x1dbc858>
_op_unlinkAnnotation = <IcePy.Operation object at 0x1dbcca8>
_op_unlinkImage = <IcePy.Operation object at 0x1dbcb28>
_op_unlinkProject = <IcePy.Operation object at 0x1dbc9a8>
addAllDatasetAnnotationLinkSet(targets, current=None)
addAllDatasetImageLinkSet(targets, current=None)
addAllProjectDatasetLinkSet(targets, current=None)
addDatasetAnnotationLinkToBoth(link, bothSides, current=None)
addDatasetImageLinkToBoth(link, bothSides, current=None)
addProjectDatasetLinkToBoth(link, bothSides, current=None)
getAnnotationLinksCountPerOwner(current=None)
getDescription(current=None)
getImageLinksCountPerOwner(current=None)
getName(current=None)
getProjectLinksCountPerOwner(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkImage(addition, current=None)
linkProject(addition, current=None)
linkedAnnotationList(current=None)
linkedImageList(current=None)
linkedProjectList(current=None)
removeAllDatasetAnnotationLinkSet(targets, current=None)
removeAllDatasetImageLinkSet(targets, current=None)
removeAllProjectDatasetLinkSet(targets, current=None)
removeDatasetAnnotationLinkFromBoth(link, bothSides, current=None)
removeDatasetImageLinkFromBoth(link, bothSides, current=None)
removeProjectDatasetLinkFromBoth(link, bothSides, current=None)
setDescription(theDescription, current=None)
setName(theName, current=None)
setVersion(theVersion, current=None)
unlinkAnnotation(removal, current=None)
unlinkImage(removal, current=None)
unlinkProject(removal, current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1dbc780>
_op_getChild = <IcePy.Operation object at 0x1dbcdb0>
_op_getParent = <IcePy.Operation object at 0x1dbcd80>
_op_getVersion = <IcePy.Operation object at 0x1dbcd50>
_op_setChild = <IcePy.Operation object at 0x1dbcdc8>
_op_setParent = <IcePy.Operation object at 0x1dbcd98>
_op_setVersion = <IcePy.Operation object at 0x1dbcd68>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.DatasetAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.DatasetAnnotationLink

CHILD = 'ome.model.annotations.DatasetAnnotationLink_child'
DETAILS = 'ome.model.annotations.DatasetAnnotationLink_details'
PARENT = 'ome.model.annotations.DatasetAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.DatasetAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.DatasetI(id=None, loaded=None)

Bases: omero.model.Dataset

DESCRIPTION = 'ome.model.containers.Dataset_description'
DETAILS = 'ome.model.containers.Dataset_details'
NAME = 'ome.model.containers.Dataset_name'
_field_info = FieldInfo(projectLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), imageLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), name=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), description=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllDatasetAnnotationLinkSet(targets, current=None)
addAllDatasetImageLinkSet(targets, current=None)
addAllProjectDatasetLinkSet(targets, current=None)
addDatasetAnnotationLinkToBoth(link, bothSides)
addDatasetImageLinkToBoth(link, bothSides)
addProjectDatasetLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDescription(current=None)
getDetails(current=None)
getId(current=None)
getImageLinksCountPerOwner(current=None)
getName(current=None)
getProjectLinksCountPerOwner(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isImageLinksLoaded()
isLoaded(current=None)
isMutable(current=None)
isProjectLinksLoaded()
linkAnnotation(addition, current=None)
linkImage(addition, current=None)
linkProject(addition, current=None)
linkedAnnotationList(current=None)
linkedImageList(current=None)
linkedProjectList(current=None)
proxy(current=None)
removeAllDatasetAnnotationLinkSet(targets, current=None)
removeAllDatasetImageLinkSet(targets, current=None)
removeAllProjectDatasetLinkSet(targets, current=None)
removeDatasetAnnotationLinkFromBoth(link, bothSides, current=None)
removeDatasetImageLinkFromBoth(link, bothSides, current=None)
removeProjectDatasetLinkFromBoth(link, bothSides, current=None)
setDescription(_description, current=None, wrap=False)
setId(_id, current=None)
setName(_name, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unlinkImage(removal, current=None)
unlinkProject(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDescription()
unloadDetails(current=None)
unloadName()

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1dbc750>
_op_getChild = <IcePy.Operation object at 0x1dbce58>
_op_getParent = <IcePy.Operation object at 0x1dbce28>
_op_getVersion = <IcePy.Operation object at 0x1dbcdf8>
_op_setChild = <IcePy.Operation object at 0x1dbce70>
_op_setParent = <IcePy.Operation object at 0x1dbce40>
_op_setVersion = <IcePy.Operation object at 0x1dbce10>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.DatasetImageLinkI(id=None, loaded=None)

Bases: omero.model.DatasetImageLink

CHILD = 'ome.model.containers.DatasetImageLink_child'
DETAILS = 'ome.model.containers.DatasetImageLink_details'
PARENT = 'ome.model.containers.DatasetImageLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.DatasetImageLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.DatasetPrx

Bases: omero.model.IObjectPrx

addAllDatasetAnnotationLinkSet(targets, _ctx=None)
addAllDatasetImageLinkSet(targets, _ctx=None)
addAllProjectDatasetLinkSet(targets, _ctx=None)
addDatasetAnnotationLinkToBoth(link, bothSides, _ctx=None)
addDatasetImageLinkToBoth(link, bothSides, _ctx=None)
addProjectDatasetLinkToBoth(link, bothSides, _ctx=None)
begin_addAllDatasetAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllDatasetImageLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllProjectDatasetLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addDatasetAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addDatasetImageLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addProjectDatasetLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDescription(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getImageLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getName(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getProjectLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkImage(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkProject(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedImageList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedProjectList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllDatasetAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllDatasetImageLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllProjectDatasetLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeDatasetAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeDatasetImageLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeProjectDatasetLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDescription(theDescription, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setName(theName, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkImage(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkProject(removal, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_addAllDatasetAnnotationLinkSet(_r)
end_addAllDatasetImageLinkSet(_r)
end_addAllProjectDatasetLinkSet(_r)
end_addDatasetAnnotationLinkToBoth(_r)
end_addDatasetImageLinkToBoth(_r)
end_addProjectDatasetLinkToBoth(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getDescription(_r)
end_getImageLinksCountPerOwner(_r)
end_getName(_r)
end_getProjectLinksCountPerOwner(_r)
end_getVersion(_r)
end_linkAnnotation(_r)
end_linkImage(_r)
end_linkProject(_r)
end_linkedAnnotationList(_r)
end_linkedImageList(_r)
end_linkedProjectList(_r)
end_removeAllDatasetAnnotationLinkSet(_r)
end_removeAllDatasetImageLinkSet(_r)
end_removeAllProjectDatasetLinkSet(_r)
end_removeDatasetAnnotationLinkFromBoth(_r)
end_removeDatasetImageLinkFromBoth(_r)
end_removeProjectDatasetLinkFromBoth(_r)
end_setDescription(_r)
end_setName(_r)
end_setVersion(_r)
end_unlinkAnnotation(_r)
end_unlinkImage(_r)
end_unlinkProject(_r)
getAnnotationLinksCountPerOwner(_ctx=None)
getDescription(_ctx=None)
getImageLinksCountPerOwner(_ctx=None)
getName(_ctx=None)
getProjectLinksCountPerOwner(_ctx=None)
getVersion(_ctx=None)
linkAnnotation(addition, _ctx=None)
linkImage(addition, _ctx=None)
linkProject(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
linkedImageList(_ctx=None)
linkedProjectList(_ctx=None)
removeAllDatasetAnnotationLinkSet(targets, _ctx=None)
removeAllDatasetImageLinkSet(targets, _ctx=None)
removeAllProjectDatasetLinkSet(targets, _ctx=None)
removeDatasetAnnotationLinkFromBoth(link, bothSides, _ctx=None)
removeDatasetImageLinkFromBoth(link, bothSides, _ctx=None)
removeProjectDatasetLinkFromBoth(link, bothSides, _ctx=None)
setDescription(theDescription, _ctx=None)
setName(theName, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
unlinkImage(removal, _ctx=None)
unlinkProject(removal, _ctx=None)
class omero.model.Details(_owner=None, _group=None, _creationEvent=None, _updateEvent=None, _permissions=None, _externalInfo=None, _call=None, _event=None)

Bases: Ice.Object

Embedded component of every OMERO.blitz type. Since this is not an IObject subclass, no attempt is made to hide the state of this object, since it cannot be “unloaded”.

_ice_type = <IcePy.TypeInfo object at 0x1b1a0d8>
_op_getCreationEvent = <IcePy.Operation object at 0x1b1ae70>
_op_getExternalInfo = <IcePy.Operation object at 0x1b1af00>
_op_getGroup = <IcePy.Operation object at 0x1b1ae40>
_op_getOwner = <IcePy.Operation object at 0x1b1ae10>
_op_getPermissions = <IcePy.Operation object at 0x1b1aed0>
_op_getUpdateEvent = <IcePy.Operation object at 0x1b1aea0>
_op_setCreationEvent = <IcePy.Operation object at 0x1b1ae88>
_op_setExternalInfo = <IcePy.Operation object at 0x1b1af18>
_op_setGroup = <IcePy.Operation object at 0x1b1ae58>
_op_setOwner = <IcePy.Operation object at 0x1b1ae28>
_op_setPermissions = <IcePy.Operation object at 0x1b1aee8>
_op_setUpdateEvent = <IcePy.Operation object at 0x1b1aeb8>
getCreationEvent(current=None)
getExternalInfo(current=None)
getGroup(current=None)
getOwner(current=None)
getPermissions(current=None)
getUpdateEvent(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setCreationEvent(theCreationEvent, current=None)
setExternalInfo(theExternalInfo, current=None)
setGroup(theGroup, current=None)
setOwner(theOwner, current=None)
setPermissions(thePermissions, current=None)
setUpdateEvent(theUpdateEvent, current=None)
class omero.model.DetailsI(client=None)

Bases: omero.model.Details

getCallContext()
getClient()
getCreationEvent()
getEventContext()
getExternalInfo()
getGroup()
getOwner()
getPermissions()
getSession()
getUpdateEvent()
ice_postUnmarshal()

Provides additional initialization once all data loaded Required due to __getattr__ implementation.

ice_preMarshal()

Provides additional validation before data is sent Required due to __getattr__ implementation.

setCreationEvent(value)
setExternalInfo(value)
setGroup(value)
setOwner(value)
setPermissions(value)
setUpdateEvent(value)
class omero.model.DetailsPrx

Bases: IcePy.ObjectPrx

begin_getCreationEvent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getExternalInfo(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getGroup(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPermissions(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getUpdateEvent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setCreationEvent(theCreationEvent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setExternalInfo(theExternalInfo, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setGroup(theGroup, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setOwner(theOwner, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPermissions(thePermissions, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setUpdateEvent(theUpdateEvent, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getCreationEvent(_r)
end_getExternalInfo(_r)
end_getGroup(_r)
end_getOwner(_r)
end_getPermissions(_r)
end_getUpdateEvent(_r)
end_setCreationEvent(_r)
end_setExternalInfo(_r)
end_setGroup(_r)
end_setOwner(_r)
end_setPermissions(_r)
end_setUpdateEvent(_r)
getCreationEvent(_ctx=None)
getExternalInfo(_ctx=None)
getGroup(_ctx=None)
getOwner(_ctx=None)
getPermissions(_ctx=None)
getUpdateEvent(_ctx=None)
setCreationEvent(theCreationEvent, _ctx=None)
setExternalInfo(theExternalInfo, _ctx=None)
setGroup(theGroup, _ctx=None)
setOwner(theOwner, _ctx=None)
setPermissions(thePermissions, _ctx=None)
setUpdateEvent(theUpdateEvent, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Detector(_id=None, _details=None, _loaded=False, _version=None, _manufacturer=None, _model=None, _lotNumber=None, _serialNumber=None, _voltage=None, _gain=None, _offsetValue=None, _zoom=None, _amplificationGain=None, _type=None, _instrument=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1dbcf78>
_op_addAllDetectorAnnotationLinkSet = <IcePy.Operation object at 0x1e2a270>
_op_addDetectorAnnotationLinkToBoth = <IcePy.Operation object at 0x1e2a318>
_op_getAmplificationGain = <IcePy.Operation object at 0x1e2a180>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x1e2a2e8>
_op_getGain = <IcePy.Operation object at 0x1e2a0f0>
_op_getInstrument = <IcePy.Operation object at 0x1e2a1e0>
_op_getLotNumber = <IcePy.Operation object at 0x1e2a060>
_op_getManufacturer = <IcePy.Operation object at 0x1dbcfc0>
_op_getModel = <IcePy.Operation object at 0x1e2a030>
_op_getOffsetValue = <IcePy.Operation object at 0x1e2a120>
_op_getSerialNumber = <IcePy.Operation object at 0x1e2a090>
_op_getType = <IcePy.Operation object at 0x1e2a1b0>
_op_getVersion = <IcePy.Operation object at 0x1dbcf90>
_op_getVoltage = <IcePy.Operation object at 0x1e2a0c0>
_op_getZoom = <IcePy.Operation object at 0x1e2a150>
_op_linkAnnotation = <IcePy.Operation object at 0x1e2a300>
_op_linkedAnnotationList = <IcePy.Operation object at 0x1e2a378>
_op_removeAllDetectorAnnotationLinkSet = <IcePy.Operation object at 0x1e2a2a0>
_op_removeDetectorAnnotationLinkFromBoth = <IcePy.Operation object at 0x1e2a360>
_op_setAmplificationGain = <IcePy.Operation object at 0x1e2a198>
_op_setGain = <IcePy.Operation object at 0x1e2a108>
_op_setInstrument = <IcePy.Operation object at 0x1e2a1f8>
_op_setLotNumber = <IcePy.Operation object at 0x1e2a078>
_op_setManufacturer = <IcePy.Operation object at 0x1dbcfd8>
_op_setModel = <IcePy.Operation object at 0x1e2a048>
_op_setOffsetValue = <IcePy.Operation object at 0x1e2a138>
_op_setSerialNumber = <IcePy.Operation object at 0x1e2a0a8>
_op_setType = <IcePy.Operation object at 0x1e2a1c8>
_op_setVersion = <IcePy.Operation object at 0x1dbcfa8>
_op_setVoltage = <IcePy.Operation object at 0x1e2a0d8>
_op_setZoom = <IcePy.Operation object at 0x1e2a168>
_op_unlinkAnnotation = <IcePy.Operation object at 0x1e2a348>
addAllDetectorAnnotationLinkSet(targets, current=None)
addDetectorAnnotationLinkToBoth(link, bothSides, current=None)
getAmplificationGain(current=None)
getAnnotationLinksCountPerOwner(current=None)
getGain(current=None)
getInstrument(current=None)
getLotNumber(current=None)
getManufacturer(current=None)
getModel(current=None)
getOffsetValue(current=None)
getSerialNumber(current=None)
getType(current=None)
getVersion(current=None)
getVoltage(current=None)
getZoom(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
removeAllDetectorAnnotationLinkSet(targets, current=None)
removeDetectorAnnotationLinkFromBoth(link, bothSides, current=None)
setAmplificationGain(theAmplificationGain, current=None)
setGain(theGain, current=None)
setInstrument(theInstrument, current=None)
setLotNumber(theLotNumber, current=None)
setManufacturer(theManufacturer, current=None)
setModel(theModel, current=None)
setOffsetValue(theOffsetValue, current=None)
setSerialNumber(theSerialNumber, current=None)
setType(theType, current=None)
setVersion(theVersion, current=None)
setVoltage(theVoltage, current=None)
setZoom(theZoom, current=None)
unlinkAnnotation(removal, current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1dbcf00>
_op_getChild = <IcePy.Operation object at 0x1e2a3f0>
_op_getParent = <IcePy.Operation object at 0x1e2a3c0>
_op_getVersion = <IcePy.Operation object at 0x1e2a390>
_op_setChild = <IcePy.Operation object at 0x1e2a408>
_op_setParent = <IcePy.Operation object at 0x1e2a3d8>
_op_setVersion = <IcePy.Operation object at 0x1e2a3a8>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.DetectorAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.DetectorAnnotationLink

CHILD = 'ome.model.annotations.DetectorAnnotationLink_child'
DETAILS = 'ome.model.annotations.DetectorAnnotationLink_details'
PARENT = 'ome.model.annotations.DetectorAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.DetectorAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.DetectorI(id=None, loaded=None)

Bases: omero.model.Detector

AMPLIFICATIONGAIN = 'ome.model.acquisition.Detector_amplificationGain'
DETAILS = 'ome.model.acquisition.Detector_details'
GAIN = 'ome.model.acquisition.Detector_gain'
INSTRUMENT = 'ome.model.acquisition.Detector_instrument'
LOTNUMBER = 'ome.model.acquisition.Detector_lotNumber'
MANUFACTURER = 'ome.model.acquisition.Detector_manufacturer'
MODEL = 'ome.model.acquisition.Detector_model'
OFFSETVALUE = 'ome.model.acquisition.Detector_offsetValue'
SERIALNUMBER = 'ome.model.acquisition.Detector_serialNumber'
TYPE = 'ome.model.acquisition.Detector_type'
VOLTAGE = 'ome.model.acquisition.Detector_voltage'
ZOOM = 'ome.model.acquisition.Detector_zoom'
_field_info = FieldInfo(manufacturer=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), model=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), lotNumber=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), serialNumber=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), voltage=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), gain=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), offsetValue=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), zoom=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), amplificationGain=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), type=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), instrument=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllDetectorAnnotationLinkSet(targets, current=None)
addDetectorAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAmplificationGain(current=None)
getAnnotationLinksCountPerOwner(current=None)
getDetails(current=None)
getGain(current=None)
getId(current=None)
getInstrument(current=None)
getLotNumber(current=None)
getManufacturer(current=None)
getModel(current=None)
getOffsetValue(current=None)
getSerialNumber(current=None)
getType(current=None)
getVersion(current=None)
getVoltage(current=None)
getZoom(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllDetectorAnnotationLinkSet(targets, current=None)
removeDetectorAnnotationLinkFromBoth(link, bothSides, current=None)
setAmplificationGain(_amplificationGain, current=None, wrap=False)
setGain(_gain, current=None, wrap=False)
setId(_id, current=None)
setInstrument(_instrument, current=None, wrap=False)
setLotNumber(_lotNumber, current=None, wrap=False)
setManufacturer(_manufacturer, current=None, wrap=False)
setModel(_model, current=None, wrap=False)
setOffsetValue(_offsetValue, current=None, wrap=False)
setSerialNumber(_serialNumber, current=None, wrap=False)
setType(_type, current=None, wrap=False)
setVersion(version, current=None)
setVoltage(_voltage, current=None, wrap=False)
setZoom(_zoom, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadAmplificationGain()
unloadCollections(current=None)
unloadDetails(current=None)
unloadGain()
unloadInstrument()
unloadLotNumber()
unloadManufacturer()
unloadModel()
unloadOffsetValue()
unloadSerialNumber()
unloadType()
unloadVoltage()
unloadZoom()
class omero.model.DetectorPrx

Bases: omero.model.IObjectPrx

addAllDetectorAnnotationLinkSet(targets, _ctx=None)
addDetectorAnnotationLinkToBoth(link, bothSides, _ctx=None)
begin_addAllDetectorAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addDetectorAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getAmplificationGain(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getGain(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getInstrument(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getLotNumber(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getManufacturer(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getModel(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getOffsetValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSerialNumber(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getType(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVoltage(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getZoom(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllDetectorAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeDetectorAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setAmplificationGain(theAmplificationGain, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setGain(theGain, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setInstrument(theInstrument, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setLotNumber(theLotNumber, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setManufacturer(theManufacturer, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setModel(theModel, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setOffsetValue(theOffsetValue, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setSerialNumber(theSerialNumber, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setType(theType, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVoltage(theVoltage, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setZoom(theZoom, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_addAllDetectorAnnotationLinkSet(_r)
end_addDetectorAnnotationLinkToBoth(_r)
end_getAmplificationGain(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getGain(_r)
end_getInstrument(_r)
end_getLotNumber(_r)
end_getManufacturer(_r)
end_getModel(_r)
end_getOffsetValue(_r)
end_getSerialNumber(_r)
end_getType(_r)
end_getVersion(_r)
end_getVoltage(_r)
end_getZoom(_r)
end_linkAnnotation(_r)
end_linkedAnnotationList(_r)
end_removeAllDetectorAnnotationLinkSet(_r)
end_removeDetectorAnnotationLinkFromBoth(_r)
end_setAmplificationGain(_r)
end_setGain(_r)
end_setInstrument(_r)
end_setLotNumber(_r)
end_setManufacturer(_r)
end_setModel(_r)
end_setOffsetValue(_r)
end_setSerialNumber(_r)
end_setType(_r)
end_setVersion(_r)
end_setVoltage(_r)
end_setZoom(_r)
end_unlinkAnnotation(_r)
getAmplificationGain(_ctx=None)
getAnnotationLinksCountPerOwner(_ctx=None)
getGain(_ctx=None)
getInstrument(_ctx=None)
getLotNumber(_ctx=None)
getManufacturer(_ctx=None)
getModel(_ctx=None)
getOffsetValue(_ctx=None)
getSerialNumber(_ctx=None)
getType(_ctx=None)
getVersion(_ctx=None)
getVoltage(_ctx=None)
getZoom(_ctx=None)
linkAnnotation(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
removeAllDetectorAnnotationLinkSet(targets, _ctx=None)
removeDetectorAnnotationLinkFromBoth(link, bothSides, _ctx=None)
setAmplificationGain(theAmplificationGain, _ctx=None)
setGain(theGain, _ctx=None)
setInstrument(theInstrument, _ctx=None)
setLotNumber(theLotNumber, _ctx=None)
setManufacturer(theManufacturer, _ctx=None)
setModel(theModel, _ctx=None)
setOffsetValue(theOffsetValue, _ctx=None)
setSerialNumber(theSerialNumber, _ctx=None)
setType(theType, _ctx=None)
setVersion(theVersion, _ctx=None)
setVoltage(theVoltage, _ctx=None)
setZoom(theZoom, _ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
class omero.model.DetectorSettings(_id=None, _details=None, _loaded=False, _version=None, _voltage=None, _gain=None, _offsetValue=None, _readOutRate=None, _binning=None, _integration=None, _zoom=None, _detector=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1e2a480>
_op_getBinning = <IcePy.Operation object at 0x1e2a588>
_op_getDetector = <IcePy.Operation object at 0x1e2a618>
_op_getGain = <IcePy.Operation object at 0x1e2a4f8>
_op_getIntegration = <IcePy.Operation object at 0x1e2a5b8>
_op_getOffsetValue = <IcePy.Operation object at 0x1e2a528>
_op_getReadOutRate = <IcePy.Operation object at 0x1e2a558>
_op_getVersion = <IcePy.Operation object at 0x1e2a498>
_op_getVoltage = <IcePy.Operation object at 0x1e2a4c8>
_op_getZoom = <IcePy.Operation object at 0x1e2a5e8>
_op_setBinning = <IcePy.Operation object at 0x1e2a5a0>
_op_setDetector = <IcePy.Operation object at 0x1e2a630>
_op_setGain = <IcePy.Operation object at 0x1e2a510>
_op_setIntegration = <IcePy.Operation object at 0x1e2a5d0>
_op_setOffsetValue = <IcePy.Operation object at 0x1e2a540>
_op_setReadOutRate = <IcePy.Operation object at 0x1e2a570>
_op_setVersion = <IcePy.Operation object at 0x1e2a4b0>
_op_setVoltage = <IcePy.Operation object at 0x1e2a4e0>
_op_setZoom = <IcePy.Operation object at 0x1e2a600>
getBinning(current=None)
getDetector(current=None)
getGain(current=None)
getIntegration(current=None)
getOffsetValue(current=None)
getReadOutRate(current=None)
getVersion(current=None)
getVoltage(current=None)
getZoom(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setBinning(theBinning, current=None)
setDetector(theDetector, current=None)
setGain(theGain, current=None)
setIntegration(theIntegration, current=None)
setOffsetValue(theOffsetValue, current=None)
setReadOutRate(theReadOutRate, current=None)
setVersion(theVersion, current=None)
setVoltage(theVoltage, current=None)
setZoom(theZoom, current=None)
class omero.model.DetectorSettingsI(id=None, loaded=None)

Bases: omero.model.DetectorSettings

BINNING = 'ome.model.acquisition.DetectorSettings_binning'
DETAILS = 'ome.model.acquisition.DetectorSettings_details'
DETECTOR = 'ome.model.acquisition.DetectorSettings_detector'
GAIN = 'ome.model.acquisition.DetectorSettings_gain'
INTEGRATION = 'ome.model.acquisition.DetectorSettings_integration'
OFFSETVALUE = 'ome.model.acquisition.DetectorSettings_offsetValue'
READOUTRATE = 'ome.model.acquisition.DetectorSettings_readOutRate'
VOLTAGE = 'ome.model.acquisition.DetectorSettings_voltage'
ZOOM = 'ome.model.acquisition.DetectorSettings_zoom'
_field_info = FieldInfo(voltage=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), gain=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), offsetValue=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), readOutRate=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), binning=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), integration=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), zoom=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), detector=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getBinning(current=None)
getDetails(current=None)
getDetector(current=None)
getGain(current=None)
getId(current=None)
getIntegration(current=None)
getOffsetValue(current=None)
getReadOutRate(current=None)
getVersion(current=None)
getVoltage(current=None)
getZoom(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setBinning(_binning, current=None, wrap=False)
setDetector(_detector, current=None, wrap=False)
setGain(_gain, current=None, wrap=False)
setId(_id, current=None)
setIntegration(_integration, current=None, wrap=False)
setOffsetValue(_offsetValue, current=None, wrap=False)
setReadOutRate(_readOutRate, current=None, wrap=False)
setVersion(version, current=None)
setVoltage(_voltage, current=None, wrap=False)
setZoom(_zoom, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadBinning()
unloadCollections(current=None)
unloadDetails(current=None)
unloadDetector()
unloadGain()
unloadIntegration()
unloadOffsetValue()
unloadReadOutRate()
unloadVoltage()
unloadZoom()
class omero.model.DetectorSettingsPrx

Bases: omero.model.IObjectPrx

begin_getBinning(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDetector(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getGain(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getIntegration(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getOffsetValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getReadOutRate(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVoltage(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getZoom(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setBinning(theBinning, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDetector(theDetector, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setGain(theGain, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setIntegration(theIntegration, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setOffsetValue(theOffsetValue, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setReadOutRate(theReadOutRate, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVoltage(theVoltage, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setZoom(theZoom, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getBinning(_r)
end_getDetector(_r)
end_getGain(_r)
end_getIntegration(_r)
end_getOffsetValue(_r)
end_getReadOutRate(_r)
end_getVersion(_r)
end_getVoltage(_r)
end_getZoom(_r)
end_setBinning(_r)
end_setDetector(_r)
end_setGain(_r)
end_setIntegration(_r)
end_setOffsetValue(_r)
end_setReadOutRate(_r)
end_setVersion(_r)
end_setVoltage(_r)
end_setZoom(_r)
getBinning(_ctx=None)
getDetector(_ctx=None)
getGain(_ctx=None)
getIntegration(_ctx=None)
getOffsetValue(_ctx=None)
getReadOutRate(_ctx=None)
getVersion(_ctx=None)
getVoltage(_ctx=None)
getZoom(_ctx=None)
setBinning(theBinning, _ctx=None)
setDetector(theDetector, _ctx=None)
setGain(theGain, _ctx=None)
setIntegration(theIntegration, _ctx=None)
setOffsetValue(theOffsetValue, _ctx=None)
setReadOutRate(theReadOutRate, _ctx=None)
setVersion(theVersion, _ctx=None)
setVoltage(theVoltage, _ctx=None)
setZoom(theZoom, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.DetectorType(_id=None, _details=None, _loaded=False, _value=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1dbced0>
_op_getValue = <IcePy.Operation object at 0x1e2a648>
_op_setValue = <IcePy.Operation object at 0x1e2a660>
getValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setValue(theValue, current=None)
class omero.model.DetectorTypeI(id=None, loaded=None)

Bases: omero.model.DetectorType

DETAILS = 'ome.model.enums.DetectorType_details'
VALUE = 'ome.model.enums.DetectorType_value'
_field_info = FieldInfo(value=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getValue(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setValue(_value, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadValue()
class omero.model.DetectorTypePrx

Bases: omero.model.IObjectPrx

begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(theValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getValue(_r)
end_setValue(_r)
getValue(_ctx=None)
setValue(theValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Dichroic(_id=None, _details=None, _loaded=False, _version=None, _manufacturer=None, _model=None, _lotNumber=None, _serialNumber=None, _instrument=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1e2a6f0>
_op_addAllDichroicAnnotationLinkSet = <IcePy.Operation object at 0x1e2a888>
_op_addDichroicAnnotationLinkToBoth = <IcePy.Operation object at 0x1e2a930>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x1e2a900>
_op_getInstrument = <IcePy.Operation object at 0x1e2a7f8>
_op_getLotNumber = <IcePy.Operation object at 0x1e2a798>
_op_getManufacturer = <IcePy.Operation object at 0x1e2a738>
_op_getModel = <IcePy.Operation object at 0x1e2a768>
_op_getSerialNumber = <IcePy.Operation object at 0x1e2a7c8>
_op_getVersion = <IcePy.Operation object at 0x1e2a708>
_op_linkAnnotation = <IcePy.Operation object at 0x1e2a918>
_op_linkedAnnotationList = <IcePy.Operation object at 0x1e2a990>
_op_removeAllDichroicAnnotationLinkSet = <IcePy.Operation object at 0x1e2a8b8>
_op_removeDichroicAnnotationLinkFromBoth = <IcePy.Operation object at 0x1e2a978>
_op_setInstrument = <IcePy.Operation object at 0x1e2a810>
_op_setLotNumber = <IcePy.Operation object at 0x1e2a7b0>
_op_setManufacturer = <IcePy.Operation object at 0x1e2a750>
_op_setModel = <IcePy.Operation object at 0x1e2a780>
_op_setSerialNumber = <IcePy.Operation object at 0x1e2a7e0>
_op_setVersion = <IcePy.Operation object at 0x1e2a720>
_op_unlinkAnnotation = <IcePy.Operation object at 0x1e2a960>
addAllDichroicAnnotationLinkSet(targets, current=None)
addDichroicAnnotationLinkToBoth(link, bothSides, current=None)
getAnnotationLinksCountPerOwner(current=None)
getInstrument(current=None)
getLotNumber(current=None)
getManufacturer(current=None)
getModel(current=None)
getSerialNumber(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
removeAllDichroicAnnotationLinkSet(targets, current=None)
removeDichroicAnnotationLinkFromBoth(link, bothSides, current=None)
setInstrument(theInstrument, current=None)
setLotNumber(theLotNumber, current=None)
setManufacturer(theManufacturer, current=None)
setModel(theModel, current=None)
setSerialNumber(theSerialNumber, current=None)
setVersion(theVersion, current=None)
unlinkAnnotation(removal, current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1e2a678>
_op_getChild = <IcePy.Operation object at 0x1e2aa08>
_op_getParent = <IcePy.Operation object at 0x1e2a9d8>
_op_getVersion = <IcePy.Operation object at 0x1e2a9a8>
_op_setChild = <IcePy.Operation object at 0x1e2aa20>
_op_setParent = <IcePy.Operation object at 0x1e2a9f0>
_op_setVersion = <IcePy.Operation object at 0x1e2a9c0>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.DichroicAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.DichroicAnnotationLink

CHILD = 'ome.model.annotations.DichroicAnnotationLink_child'
DETAILS = 'ome.model.annotations.DichroicAnnotationLink_details'
PARENT = 'ome.model.annotations.DichroicAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.DichroicAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.DichroicI(id=None, loaded=None)

Bases: omero.model.Dichroic

DETAILS = 'ome.model.acquisition.Dichroic_details'
INSTRUMENT = 'ome.model.acquisition.Dichroic_instrument'
LOTNUMBER = 'ome.model.acquisition.Dichroic_lotNumber'
MANUFACTURER = 'ome.model.acquisition.Dichroic_manufacturer'
MODEL = 'ome.model.acquisition.Dichroic_model'
SERIALNUMBER = 'ome.model.acquisition.Dichroic_serialNumber'
_field_info = FieldInfo(manufacturer=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), model=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), lotNumber=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), serialNumber=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), instrument=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllDichroicAnnotationLinkSet(targets, current=None)
addDichroicAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDetails(current=None)
getId(current=None)
getInstrument(current=None)
getLotNumber(current=None)
getManufacturer(current=None)
getModel(current=None)
getSerialNumber(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllDichroicAnnotationLinkSet(targets, current=None)
removeDichroicAnnotationLinkFromBoth(link, bothSides, current=None)
setId(_id, current=None)
setInstrument(_instrument, current=None, wrap=False)
setLotNumber(_lotNumber, current=None, wrap=False)
setManufacturer(_manufacturer, current=None, wrap=False)
setModel(_model, current=None, wrap=False)
setSerialNumber(_serialNumber, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadInstrument()
unloadLotNumber()
unloadManufacturer()
unloadModel()
unloadSerialNumber()
class omero.model.DichroicPrx

Bases: omero.model.IObjectPrx

addAllDichroicAnnotationLinkSet(targets, _ctx=None)
addDichroicAnnotationLinkToBoth(link, bothSides, _ctx=None)
begin_addAllDichroicAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addDichroicAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getInstrument(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getLotNumber(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getManufacturer(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getModel(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSerialNumber(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllDichroicAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeDichroicAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setInstrument(theInstrument, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setLotNumber(theLotNumber, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setManufacturer(theManufacturer, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setModel(theModel, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setSerialNumber(theSerialNumber, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_addAllDichroicAnnotationLinkSet(_r)
end_addDichroicAnnotationLinkToBoth(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getInstrument(_r)
end_getLotNumber(_r)
end_getManufacturer(_r)
end_getModel(_r)
end_getSerialNumber(_r)
end_getVersion(_r)
end_linkAnnotation(_r)
end_linkedAnnotationList(_r)
end_removeAllDichroicAnnotationLinkSet(_r)
end_removeDichroicAnnotationLinkFromBoth(_r)
end_setInstrument(_r)
end_setLotNumber(_r)
end_setManufacturer(_r)
end_setModel(_r)
end_setSerialNumber(_r)
end_setVersion(_r)
end_unlinkAnnotation(_r)
getAnnotationLinksCountPerOwner(_ctx=None)
getInstrument(_ctx=None)
getLotNumber(_ctx=None)
getManufacturer(_ctx=None)
getModel(_ctx=None)
getSerialNumber(_ctx=None)
getVersion(_ctx=None)
linkAnnotation(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
removeAllDichroicAnnotationLinkSet(targets, _ctx=None)
removeDichroicAnnotationLinkFromBoth(link, bothSides, _ctx=None)
setInstrument(theInstrument, _ctx=None)
setLotNumber(theLotNumber, _ctx=None)
setManufacturer(theManufacturer, _ctx=None)
setModel(theModel, _ctx=None)
setSerialNumber(theSerialNumber, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
class omero.model.DimensionOrder(_id=None, _details=None, _loaded=False, _value=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1e2aa68>
_op_getValue = <IcePy.Operation object at 0x1e2aa80>
_op_setValue = <IcePy.Operation object at 0x1e2aa98>
getValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setValue(theValue, current=None)
class omero.model.DimensionOrderI(id=None, loaded=None)

Bases: omero.model.DimensionOrder

DETAILS = 'ome.model.enums.DimensionOrder_details'
VALUE = 'ome.model.enums.DimensionOrder_value'
_field_info = FieldInfo(value=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getValue(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setValue(_value, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadValue()
class omero.model.DimensionOrderPrx

Bases: omero.model.IObjectPrx

begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(theValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getValue(_r)
end_setValue(_r)
getValue(_ctx=None)
setValue(theValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.DoubleAnnotation(_id=None, _details=None, _loaded=False, _version=None, _ns=None, _name=None, _description=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _doubleValue=None)

Bases: omero.model.NumericAnnotation

_ice_type = <IcePy.TypeInfo object at 0x1e2aab0>
_op_getDoubleValue = <IcePy.Operation object at 0x1e2aac8>
_op_setDoubleValue = <IcePy.Operation object at 0x1e2aae0>
getDoubleValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setDoubleValue(theDoubleValue, current=None)
class omero.model.DoubleAnnotationI(id=None, loaded=None)

Bases: omero.model.DoubleAnnotation

DESCRIPTION = 'ome.model.annotations.DoubleAnnotation_description'
DETAILS = 'ome.model.annotations.DoubleAnnotation_details'
DOUBLEVALUE = 'ome.model.annotations.DoubleAnnotation_doubleValue'
NAME = 'ome.model.annotations.DoubleAnnotation_name'
NS = 'ome.model.annotations.DoubleAnnotation_ns'
_field_info = FieldInfo(doubleValue=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), ns=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), name=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), description=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllAnnotationAnnotationLinkSet(targets, current=None)
addAnnotationAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDescription(current=None)
getDetails(current=None)
getDoubleValue(current=None)
getId(current=None)
getName(current=None)
getNs(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllAnnotationAnnotationLinkSet(targets, current=None)
removeAnnotationAnnotationLinkFromBoth(link, bothSides, current=None)
setDescription(_description, current=None, wrap=False)
setDoubleValue(_doubleValue, current=None, wrap=False)
setId(_id, current=None)
setName(_name, current=None, wrap=False)
setNs(_ns, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDescription()
unloadDetails(current=None)
unloadDoubleValue()
unloadName()
unloadNs()
class omero.model.DoubleAnnotationPrx

Bases: omero.model.NumericAnnotationPrx

begin_getDoubleValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setDoubleValue(theDoubleValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getDoubleValue(_r)
end_setDoubleValue(_r)
getDoubleValue(_ctx=None)
setDoubleValue(theDoubleValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.ElectricPotential(_value=0.0, _unit=YOTTAVOLT)

Bases: Ice.Object

Unit of ElectricPotential which is used through the model. This is not an [omero::model::IObject] implementation and as such does not have an ID value. Instead, the entire object is embedded into the containing class, so that the value and unit rows can be found on the table itself (e.g. detectorSettings.volatage and detectorSettings.volatageUnit).

_ice_type = <IcePy.TypeInfo object at 0x1dbcea0>
_op_copy = <IcePy.Operation object at 0x35ddd50>
_op_getSymbol = <IcePy.Operation object at 0x35ddd38>
_op_getUnit = <IcePy.Operation object at 0x35ddd08>
_op_getValue = <IcePy.Operation object at 0x35ddcd8>
_op_setUnit = <IcePy.Operation object at 0x35ddd20>
_op_setValue = <IcePy.Operation object at 0x35ddcf0>
copy(current=None)
getSymbol(current=None)

Returns the possibly unicode representation of the “unit” value for display.

getUnit(current=None)

[omero::model::enums::UnitsElectricPotential] instance which is an [omero::model::IObject] meaning that its ID is sufficient for identifying equality.

getValue(current=None)

Actual value for this unit-based field. The interpretation of the value is only possible along with the [omero::model::enums::UnitsElectricPotential] enum.

ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setUnit(unit, current=None)
setValue(value, current=None)
class omero.model.ElectricPotentialI(value=None, unit=None)

Bases: omero.model.ElectricPotential, omero_model_UnitBase.UnitBase

CONVERSIONS = {YOTTAVOLT: {ZETTAVOLT: <omero.conversions.Mul object at 0x36bac90>, EXAVOLT: <omero.conversions.Mul object at 0x36ba150>, PETAVOLT: <omero.conversions.Mul object at 0x36ba810>, TERAVOLT: <omero.conversions.Mul object at 0x36ba990>, GIGAVOLT: <omero.conversions.Mul object at 0x36ba2d0>, MEGAVOLT: <omero.conversions.Mul object at 0x36ba510>, KILOVOLT: <omero.conversions.Mul object at 0x36ba450>, HECTOVOLT: <omero.conversions.Mul object at 0x36ba390>, DECAVOLT: <omero.conversions.Mul object at 0x36b8f90>, VOLT: <omero.conversions.Mul object at 0x36baa50>, DECIVOLT: <omero.conversions.Mul object at 0x36ba090>, CENTIVOLT: <omero.conversions.Mul object at 0x36b8ed0>, MILLIVOLT: <omero.conversions.Mul object at 0x36ba690>, MICROVOLT: <omero.conversions.Mul object at 0x36ba5d0>, NANOVOLT: <omero.conversions.Mul object at 0x36ba750>, PICOVOLT: <omero.conversions.Mul object at 0x36ba8d0>, FEMTOVOLT: <omero.conversions.Mul object at 0x36ba210>, ATTOVOLT: <omero.conversions.Mul object at 0x36b8e10>, ZEPTOVOLT: <omero.conversions.Mul object at 0x36babd0>, YOCTOVOLT: <omero.conversions.Mul object at 0x36bab10>}, ZETTAVOLT: {YOTTAVOLT: <omero.conversions.Mul object at 0x36bd490>, EXAVOLT: <omero.conversions.Mul object at 0x36bb950>, PETAVOLT: <omero.conversions.Mul object at 0x36bd050>, TERAVOLT: <omero.conversions.Mul object at 0x36bd1d0>, GIGAVOLT: <omero.conversions.Mul object at 0x36bbad0>, MEGAVOLT: <omero.conversions.Mul object at 0x36bbd10>, KILOVOLT: <omero.conversions.Mul object at 0x36bbc50>, HECTOVOLT: <omero.conversions.Mul object at 0x36bbb90>, DECAVOLT: <omero.conversions.Mul object at 0x36bb7d0>, VOLT: <omero.conversions.Mul object at 0x36bd290>, DECIVOLT: <omero.conversions.Mul object at 0x36bb890>, CENTIVOLT: <omero.conversions.Mul object at 0x36bb710>, MILLIVOLT: <omero.conversions.Mul object at 0x36bbe90>, MICROVOLT: <omero.conversions.Mul object at 0x36bbdd0>, NANOVOLT: <omero.conversions.Mul object at 0x36bbf50>, PICOVOLT: <omero.conversions.Mul object at 0x36bd110>, FEMTOVOLT: <omero.conversions.Mul object at 0x36bba10>, ATTOVOLT: <omero.conversions.Mul object at 0x36bb650>, ZEPTOVOLT: <omero.conversions.Mul object at 0x36bd550>, YOCTOVOLT: <omero.conversions.Mul object at 0x36bd350>}, EXAVOLT: {YOTTAVOLT: <omero.conversions.Mul object at 0x36a0f10>, ZETTAVOLT: <omero.conversions.Mul object at 0x36a3150>, PETAVOLT: <omero.conversions.Mul object at 0x36a0ad0>, TERAVOLT: <omero.conversions.Mul object at 0x36a0c50>, GIGAVOLT: <omero.conversions.Mul object at 0x36a0590>, MEGAVOLT: <omero.conversions.Mul object at 0x36a07d0>, KILOVOLT: <omero.conversions.Mul object at 0x36a0710>, HECTOVOLT: <omero.conversions.Mul object at 0x36a0650>, DECAVOLT: <omero.conversions.Mul object at 0x36a0350>, VOLT: <omero.conversions.Mul object at 0x36a0d10>, DECIVOLT: <omero.conversions.Mul object at 0x36a0410>, CENTIVOLT: <omero.conversions.Mul object at 0x36a0290>, MILLIVOLT: <omero.conversions.Mul object at 0x36a0950>, MICROVOLT: <omero.conversions.Mul object at 0x36a0890>, NANOVOLT: <omero.conversions.Mul object at 0x36a0a10>, PICOVOLT: <omero.conversions.Mul object at 0x36a0b90>, FEMTOVOLT: <omero.conversions.Mul object at 0x36a04d0>, ATTOVOLT: <omero.conversions.Mul object at 0x36a01d0>, ZEPTOVOLT: <omero.conversions.Mul object at 0x36a0fd0>, YOCTOVOLT: <omero.conversions.Mul object at 0x36a0dd0>}, PETAVOLT: {YOTTAVOLT: <omero.conversions.Mul object at 0x36aa510>, ZETTAVOLT: <omero.conversions.Mul object at 0x36aa710>, EXAVOLT: <omero.conversions.Mul object at 0x36aba90>, TERAVOLT: <omero.conversions.Mul object at 0x36aa250>, GIGAVOLT: <omero.conversions.Mul object at 0x36abc10>, MEGAVOLT: <omero.conversions.Mul object at 0x36abe50>, KILOVOLT: <omero.conversions.Mul object at 0x36abd90>, HECTOVOLT: <omero.conversions.Mul object at 0x36abcd0>, DECAVOLT: <omero.conversions.Mul object at 0x36ab890>, VOLT: <omero.conversions.Mul object at 0x36aa310>, DECIVOLT: <omero.conversions.Mul object at 0x36ab950>, CENTIVOLT: <omero.conversions.Mul object at 0x36ab7d0>, MILLIVOLT: <omero.conversions.Mul object at 0x36abfd0>, MICROVOLT: <omero.conversions.Mul object at 0x36abf10>, NANOVOLT: <omero.conversions.Mul object at 0x36aa0d0>, PICOVOLT: <omero.conversions.Mul object at 0x36aa190>, FEMTOVOLT: <omero.conversions.Mul object at 0x36abb50>, ATTOVOLT: <omero.conversions.Mul object at 0x36ab710>, ZEPTOVOLT: <omero.conversions.Mul object at 0x36aa5d0>, YOCTOVOLT: <omero.conversions.Mul object at 0x36aa3d0>}, TERAVOLT: {YOTTAVOLT: <omero.conversions.Mul object at 0x36aed90>, ZETTAVOLT: <omero.conversions.Mul object at 0x36aef90>, EXAVOLT: <omero.conversions.Mul object at 0x36ae2d0>, PETAVOLT: <omero.conversions.Mul object at 0x36aea10>, GIGAVOLT: <omero.conversions.Mul object at 0x36ae450>, MEGAVOLT: <omero.conversions.Mul object at 0x36ae690>, KILOVOLT: <omero.conversions.Mul object at 0x36ae5d0>, HECTOVOLT: <omero.conversions.Mul object at 0x36ae510>, DECAVOLT: <omero.conversions.Mul object at 0x36ae0d0>, VOLT: <omero.conversions.Mul object at 0x36aeb90>, DECIVOLT: <omero.conversions.Mul object at 0x36ae190>, CENTIVOLT: <omero.conversions.Mul object at 0x36adfd0>, MILLIVOLT: <omero.conversions.Mul object at 0x36ae810>, MICROVOLT: <omero.conversions.Mul object at 0x36ae750>, NANOVOLT: <omero.conversions.Mul object at 0x36ae8d0>, PICOVOLT: <omero.conversions.Mul object at 0x36aead0>, FEMTOVOLT: <omero.conversions.Mul object at 0x36ae390>, ATTOVOLT: <omero.conversions.Mul object at 0x36adf10>, ZEPTOVOLT: <omero.conversions.Mul object at 0x36aee50>, YOCTOVOLT: <omero.conversions.Mul object at 0x36aec50>}, GIGAVOLT: {YOTTAVOLT: <omero.conversions.Mul object at 0x36a48d0>, ZETTAVOLT: <omero.conversions.Mul object at 0x36a4ad0>, EXAVOLT: <omero.conversions.Mul object at 0x36a1d50>, PETAVOLT: <omero.conversions.Mul object at 0x36a4410>, TERAVOLT: <omero.conversions.Mul object at 0x36a4610>, MEGAVOLT: <omero.conversions.Mul object at 0x36a4090>, KILOVOLT: <omero.conversions.Mul object at 0x36a1f90>, HECTOVOLT: <omero.conversions.Mul object at 0x36a1ed0>, DECAVOLT: <omero.conversions.Mul object at 0x36a1b50>, VOLT: <omero.conversions.Mul object at 0x36a46d0>, DECIVOLT: <omero.conversions.Mul object at 0x36a1c10>, CENTIVOLT: <omero.conversions.Mul object at 0x36a1a90>, MILLIVOLT: <omero.conversions.Mul object at 0x36a4210>, MICROVOLT: <omero.conversions.Mul object at 0x36a4150>, NANOVOLT: <omero.conversions.Mul object at 0x36a42d0>, PICOVOLT: <omero.conversions.Mul object at 0x36a44d0>, FEMTOVOLT: <omero.conversions.Mul object at 0x36a1e10>, ATTOVOLT: <omero.conversions.Mul object at 0x36a19d0>, ZEPTOVOLT: <omero.conversions.Mul object at 0x36a4990>, YOCTOVOLT: <omero.conversions.Mul object at 0x36a4790>}, MEGAVOLT: {YOTTAVOLT: <omero.conversions.Mul object at 0x36a6150>, ZETTAVOLT: <omero.conversions.Mul object at 0x36a6350>, EXAVOLT: <omero.conversions.Mul object at 0x36a7550>, PETAVOLT: <omero.conversions.Mul object at 0x36a7c50>, TERAVOLT: <omero.conversions.Mul object at 0x36a7e50>, GIGAVOLT: <omero.conversions.Mul object at 0x36a7750>, KILOVOLT: <omero.conversions.Mul object at 0x36a78d0>, HECTOVOLT: <omero.conversions.Mul object at 0x36a7810>, DECAVOLT: <omero.conversions.Mul object at 0x36a7350>, VOLT: <omero.conversions.Mul object at 0x36a7f10>, DECIVOLT: <omero.conversions.Mul object at 0x36a7410>, CENTIVOLT: <omero.conversions.Mul object at 0x36a7290>, MILLIVOLT: <omero.conversions.Mul object at 0x36a7a50>, MICROVOLT: <omero.conversions.Mul object at 0x36a7990>, NANOVOLT: <omero.conversions.Mul object at 0x36a7b10>, PICOVOLT: <omero.conversions.Mul object at 0x36a7d10>, FEMTOVOLT: <omero.conversions.Mul object at 0x36a7610>, ATTOVOLT: <omero.conversions.Mul object at 0x36a71d0>, ZEPTOVOLT: <omero.conversions.Mul object at 0x36a6210>, YOCTOVOLT: <omero.conversions.Mul object at 0x36a7fd0>}, KILOVOLT: {YOTTAVOLT: <omero.conversions.Mul object at 0x36a5ed0>, ZETTAVOLT: <omero.conversions.Mul object at 0x36a7110>, EXAVOLT: <omero.conversions.Mul object at 0x36a5290>, PETAVOLT: <omero.conversions.Mul object at 0x36a5a10>, TERAVOLT: <omero.conversions.Mul object at 0x36a5c10>, GIGAVOLT: <omero.conversions.Mul object at 0x36a5490>, MEGAVOLT: <omero.conversions.Mul object at 0x36a5690>, HECTOVOLT: <omero.conversions.Mul object at 0x36a5550>, DECAVOLT: <omero.conversions.Mul object at 0x36a5090>, VOLT: <omero.conversions.Mul object at 0x36a5cd0>, DECIVOLT: <omero.conversions.Mul object at 0x36a5150>, CENTIVOLT: <omero.conversions.Mul object at 0x36a8f90>, MILLIVOLT: <omero.conversions.Mul object at 0x36a5810>, MICROVOLT: <omero.conversions.Mul object at 0x36a5750>, NANOVOLT: <omero.conversions.Mul object at 0x36a58d0>, PICOVOLT: <omero.conversions.Mul object at 0x36a5ad0>, FEMTOVOLT: <omero.conversions.Mul object at 0x36a5350>, ATTOVOLT: <omero.conversions.Mul object at 0x36a8ed0>, ZEPTOVOLT: <omero.conversions.Mul object at 0x36a5f90>, YOCTOVOLT: <omero.conversions.Mul object at 0x36a5d90>}, HECTOVOLT: {YOTTAVOLT: <omero.conversions.Mul object at 0x36a8c10>, ZETTAVOLT: <omero.conversions.Mul object at 0x36a8e10>, EXAVOLT: <omero.conversions.Mul object at 0x36a4f10>, PETAVOLT: <omero.conversions.Mul object at 0x36a8750>, TERAVOLT: <omero.conversions.Mul object at 0x36a8950>, GIGAVOLT: <omero.conversions.Mul object at 0x36a8150>, MEGAVOLT: <omero.conversions.Mul object at 0x36a83d0>, KILOVOLT: <omero.conversions.Mul object at 0x36a8290>, DECAVOLT: <omero.conversions.Mul object at 0x36a4d10>, VOLT: <omero.conversions.Mul object at 0x36a8a10>, DECIVOLT: <omero.conversions.Mul object at 0x36a4dd0>, CENTIVOLT: <omero.conversions.Mul object at 0x36a4c50>, MILLIVOLT: <omero.conversions.Mul object at 0x36a8550>, MICROVOLT: <omero.conversions.Mul object at 0x36a8490>, NANOVOLT: <omero.conversions.Mul object at 0x36a8610>, PICOVOLT: <omero.conversions.Mul object at 0x36a8810>, FEMTOVOLT: <omero.conversions.Mul object at 0x36a4fd0>, ATTOVOLT: <omero.conversions.Mul object at 0x36a4b90>, ZEPTOVOLT: <omero.conversions.Mul object at 0x36a8cd0>, YOCTOVOLT: <omero.conversions.Mul object at 0x36a8ad0>}, DECAVOLT: {YOTTAVOLT: <omero.conversions.Mul object at 0x369da10>, ZETTAVOLT: <omero.conversions.Mul object at 0x369dc10>, EXAVOLT: <omero.conversions.Mul object at 0x369ebd0>, PETAVOLT: <omero.conversions.Mul object at 0x369d550>, TERAVOLT: <omero.conversions.Mul object at 0x369d750>, GIGAVOLT: <omero.conversions.Mul object at 0x369edd0>, MEGAVOLT: <omero.conversions.Mul object at 0x369d1d0>, KILOVOLT: <omero.conversions.Mul object at 0x369d090>, HECTOVOLT: <omero.conversions.Mul object at 0x369ef10>, VOLT: <omero.conversions.Mul object at 0x369d810>, DECIVOLT: <omero.conversions.Mul object at 0x369ea90>, CENTIVOLT: <omero.conversions.Mul object at 0x369e9d0>, MILLIVOLT: <omero.conversions.Mul object at 0x369d350>, MICROVOLT: <omero.conversions.Mul object at 0x369d290>, NANOVOLT: <omero.conversions.Mul object at 0x369d410>, PICOVOLT: <omero.conversions.Mul object at 0x369d610>, FEMTOVOLT: <omero.conversions.Mul object at 0x369ec90>, ATTOVOLT: <omero.conversions.Mul object at 0x369e910>, ZEPTOVOLT: <omero.conversions.Mul object at 0x369dad0>, YOCTOVOLT: <omero.conversions.Mul object at 0x369d8d0>}, VOLT: {YOTTAVOLT: <omero.conversions.Mul object at 0x36b6210>, ZETTAVOLT: <omero.conversions.Mul object at 0x36b6410>, EXAVOLT: <omero.conversions.Mul object at 0x36b0490>, PETAVOLT: <omero.conversions.Mul object at 0x36b0dd0>, TERAVOLT: <omero.conversions.Mul object at 0x36b0fd0>, GIGAVOLT: <omero.conversions.Mul object at 0x36b0690>, MEGAVOLT: <omero.conversions.Mul object at 0x36b0a50>, KILOVOLT: <omero.conversions.Mul object at 0x36b0910>, HECTOVOLT: <omero.conversions.Mul object at 0x36b07d0>, DECAVOLT: <omero.conversions.Mul object at 0x36b0290>, DECIVOLT: <omero.conversions.Mul object at 0x36b0350>, CENTIVOLT: <omero.conversions.Mul object at 0x36b0150>, MILLIVOLT: <omero.conversions.Mul object at 0x36b0bd0>, MICROVOLT: <omero.conversions.Mul object at 0x36b0b10>, NANOVOLT: <omero.conversions.Mul object at 0x36b0c90>, PICOVOLT: <omero.conversions.Mul object at 0x36b0e90>, FEMTOVOLT: <omero.conversions.Mul object at 0x36b0550>, ATTOVOLT: <omero.conversions.Mul object at 0x36b0090>, ZEPTOVOLT: <omero.conversions.Mul object at 0x36b62d0>, YOCTOVOLT: <omero.conversions.Mul object at 0x36b60d0>}, DECIVOLT: {YOTTAVOLT: <omero.conversions.Mul object at 0x369fed0>, ZETTAVOLT: <omero.conversions.Mul object at 0x36a0110>, EXAVOLT: <omero.conversions.Mul object at 0x369f050>, PETAVOLT: <omero.conversions.Mul object at 0x369f990>, TERAVOLT: <omero.conversions.Mul object at 0x369fb90>, GIGAVOLT: <omero.conversions.Mul object at 0x369f250>, MEGAVOLT: <omero.conversions.Mul object at 0x369f610>, KILOVOLT: <omero.conversions.Mul object at 0x369f4d0>, HECTOVOLT: <omero.conversions.Mul object at 0x369f390>, DECAVOLT: <omero.conversions.Mul object at 0x369ded0>, VOLT: <omero.conversions.Mul object at 0x369fcd0>, CENTIVOLT: <omero.conversions.Mul object at 0x369dd90>, MILLIVOLT: <omero.conversions.Mul object at 0x369f790>, MICROVOLT: <omero.conversions.Mul object at 0x369f6d0>, NANOVOLT: <omero.conversions.Mul object at 0x369f850>, PICOVOLT: <omero.conversions.Mul object at 0x369fa50>, FEMTOVOLT: <omero.conversions.Mul object at 0x369f110>, ATTOVOLT: <omero.conversions.Mul object at 0x369dcd0>, ZEPTOVOLT: <omero.conversions.Mul object at 0x369ff90>, YOCTOVOLT: <omero.conversions.Mul object at 0x369fd90>}, CENTIVOLT: {YOTTAVOLT: <omero.conversions.Mul object at 0x369e650>, ZETTAVOLT: <omero.conversions.Mul object at 0x369e850>, EXAVOLT: <omero.conversions.Mul object at 0x36a2790>, PETAVOLT: <omero.conversions.Mul object at 0x369e110>, TERAVOLT: <omero.conversions.Mul object at 0x369e310>, GIGAVOLT: <omero.conversions.Mul object at 0x36a2990>, MEGAVOLT: <omero.conversions.Mul object at 0x36a2d50>, KILOVOLT: <omero.conversions.Mul object at 0x36a2c10>, HECTOVOLT: <omero.conversions.Mul object at 0x36a2ad0>, DECAVOLT: <omero.conversions.Mul object at 0x36a2510>, VOLT: <omero.conversions.Mul object at 0x369e450>, DECIVOLT: <omero.conversions.Mul object at 0x36a2650>, MILLIVOLT: <omero.conversions.Mul object at 0x36a2ed0>, MICROVOLT: <omero.conversions.Mul object at 0x36a2e10>, NANOVOLT: <omero.conversions.Mul object at 0x36a2f90>, PICOVOLT: <omero.conversions.Mul object at 0x369e1d0>, FEMTOVOLT: <omero.conversions.Mul object at 0x36a2850>, ATTOVOLT: <omero.conversions.Mul object at 0x36a23d0>, ZEPTOVOLT: <omero.conversions.Mul object at 0x369e710>, YOCTOVOLT: <omero.conversions.Mul object at 0x369e510>}, MILLIVOLT: {YOTTAVOLT: <omero.conversions.Mul object at 0x36a9d50>, ZETTAVOLT: <omero.conversions.Mul object at 0x36a9f50>, EXAVOLT: <omero.conversions.Mul object at 0x36acf50>, PETAVOLT: <omero.conversions.Mul object at 0x36a9810>, TERAVOLT: <omero.conversions.Mul object at 0x36a9a10>, GIGAVOLT: <omero.conversions.Mul object at 0x36a9190>, MEGAVOLT: <omero.conversions.Mul object at 0x36a9550>, KILOVOLT: <omero.conversions.Mul object at 0x36a9410>, HECTOVOLT: <omero.conversions.Mul object at 0x36a92d0>, DECAVOLT: <omero.conversions.Mul object at 0x36accd0>, VOLT: <omero.conversions.Mul object at 0x36a9b50>, DECIVOLT: <omero.conversions.Mul object at 0x36ace10>, CENTIVOLT: <omero.conversions.Mul object at 0x36acb90>, MICROVOLT: <omero.conversions.Mul object at 0x36a9610>, NANOVOLT: <omero.conversions.Mul object at 0x36a96d0>, PICOVOLT: <omero.conversions.Mul object at 0x36a98d0>, FEMTOVOLT: <omero.conversions.Mul object at 0x36a9050>, ATTOVOLT: <omero.conversions.Mul object at 0x36aca50>, ZEPTOVOLT: <omero.conversions.Mul object at 0x36a9e10>, YOCTOVOLT: <omero.conversions.Mul object at 0x36a9c10>}, MICROVOLT: {YOTTAVOLT: <omero.conversions.Mul object at 0x36ac790>, ZETTAVOLT: <omero.conversions.Mul object at 0x36ac990>, EXAVOLT: <omero.conversions.Mul object at 0x36a6910>, PETAVOLT: <omero.conversions.Mul object at 0x36ac250>, TERAVOLT: <omero.conversions.Mul object at 0x36ac450>, GIGAVOLT: <omero.conversions.Mul object at 0x36a6b10>, MEGAVOLT: <omero.conversions.Mul object at 0x36a6ed0>, KILOVOLT: <omero.conversions.Mul object at 0x36a6d90>, HECTOVOLT: <omero.conversions.Mul object at 0x36a6c50>, DECAVOLT: <omero.conversions.Mul object at 0x36a6690>, VOLT: <omero.conversions.Mul object at 0x36ac590>, DECIVOLT: <omero.conversions.Mul object at 0x36a67d0>, CENTIVOLT: <omero.conversions.Mul object at 0x36a6550>, MILLIVOLT: <omero.conversions.Mul object at 0x36ac050>, NANOVOLT: <omero.conversions.Mul object at 0x36ac110>, PICOVOLT: <omero.conversions.Mul object at 0x36ac310>, FEMTOVOLT: <omero.conversions.Mul object at 0x36a69d0>, ATTOVOLT: <omero.conversions.Mul object at 0x36a6410>, ZEPTOVOLT: <omero.conversions.Mul object at 0x36ac850>, YOCTOVOLT: <omero.conversions.Mul object at 0x36ac650>}, NANOVOLT: {YOTTAVOLT: <omero.conversions.Mul object at 0x36ab450>, ZETTAVOLT: <omero.conversions.Mul object at 0x36ab650>, EXAVOLT: <omero.conversions.Mul object at 0x36b7550>, PETAVOLT: <omero.conversions.Mul object at 0x36b7ed0>, TERAVOLT: <omero.conversions.Mul object at 0x36ab110>, GIGAVOLT: <omero.conversions.Mul object at 0x36b7750>, MEGAVOLT: <omero.conversions.Mul object at 0x36b7b10>, KILOVOLT: <omero.conversions.Mul object at 0x36b79d0>, HECTOVOLT: <omero.conversions.Mul object at 0x36b7890>, DECAVOLT: <omero.conversions.Mul object at 0x36b72d0>, VOLT: <omero.conversions.Mul object at 0x36ab250>, DECIVOLT: <omero.conversions.Mul object at 0x36b7410>, CENTIVOLT: <omero.conversions.Mul object at 0x36b7190>, MILLIVOLT: <omero.conversions.Mul object at 0x36b7d90>, MICROVOLT: <omero.conversions.Mul object at 0x36b7c50>, PICOVOLT: <omero.conversions.Mul object at 0x36b7f90>, FEMTOVOLT: <omero.conversions.Mul object at 0x36b7610>, ATTOVOLT: <omero.conversions.Mul object at 0x36b7050>, ZEPTOVOLT: <omero.conversions.Mul object at 0x36ab510>, YOCTOVOLT: <omero.conversions.Mul object at 0x36ab310>}, PICOVOLT: {YOTTAVOLT: <omero.conversions.Mul object at 0x36adc50>, ZETTAVOLT: <omero.conversions.Mul object at 0x36ade50>, EXAVOLT: <omero.conversions.Mul object at 0x36aacd0>, PETAVOLT: <omero.conversions.Mul object at 0x36ad7d0>, TERAVOLT: <omero.conversions.Mul object at 0x36ad910>, GIGAVOLT: <omero.conversions.Mul object at 0x36aaed0>, MEGAVOLT: <omero.conversions.Mul object at 0x36ad2d0>, KILOVOLT: <omero.conversions.Mul object at 0x36ad190>, HECTOVOLT: <omero.conversions.Mul object at 0x36ad050>, DECAVOLT: <omero.conversions.Mul object at 0x36aaa50>, VOLT: <omero.conversions.Mul object at 0x36ada50>, DECIVOLT: <omero.conversions.Mul object at 0x36aab90>, CENTIVOLT: <omero.conversions.Mul object at 0x36aa910>, MILLIVOLT: <omero.conversions.Mul object at 0x36ad550>, MICROVOLT: <omero.conversions.Mul object at 0x36ad410>, NANOVOLT: <omero.conversions.Mul object at 0x36ad690>, FEMTOVOLT: <omero.conversions.Mul object at 0x36aad90>, ATTOVOLT: <omero.conversions.Mul object at 0x36aa7d0>, ZEPTOVOLT: <omero.conversions.Mul object at 0x36add10>, YOCTOVOLT: <omero.conversions.Mul object at 0x36adb10>}, FEMTOVOLT: {YOTTAVOLT: <omero.conversions.Mul object at 0x36a1710>, ZETTAVOLT: <omero.conversions.Mul object at 0x36a1910>, EXAVOLT: <omero.conversions.Mul object at 0x36a3710>, PETAVOLT: <omero.conversions.Mul object at 0x36a1150>, TERAVOLT: <omero.conversions.Mul object at 0x36a13d0>, GIGAVOLT: <omero.conversions.Mul object at 0x36a3850>, MEGAVOLT: <omero.conversions.Mul object at 0x36a3c10>, KILOVOLT: <omero.conversions.Mul object at 0x36a3ad0>, HECTOVOLT: <omero.conversions.Mul object at 0x36a3990>, DECAVOLT: <omero.conversions.Mul object at 0x36a3490>, VOLT: <omero.conversions.Mul object at 0x36a1510>, DECIVOLT: <omero.conversions.Mul object at 0x36a35d0>, CENTIVOLT: <omero.conversions.Mul object at 0x36a3350>, MILLIVOLT: <omero.conversions.Mul object at 0x36a3e90>, MICROVOLT: <omero.conversions.Mul object at 0x36a3d50>, NANOVOLT: <omero.conversions.Mul object at 0x36a3fd0>, PICOVOLT: <omero.conversions.Mul object at 0x36a1290>, ATTOVOLT: <omero.conversions.Mul object at 0x36a3210>, ZEPTOVOLT: <omero.conversions.Mul object at 0x36a17d0>, YOCTOVOLT: <omero.conversions.Mul object at 0x36a15d0>}, ATTOVOLT: {YOTTAVOLT: <omero.conversions.Mul object at 0x36a2110>, ZETTAVOLT: <omero.conversions.Mul object at 0x36a2310>, EXAVOLT: <omero.conversions.Mul object at 0x369af90>, PETAVOLT: <omero.conversions.Mul object at 0x369cb10>, TERAVOLT: <omero.conversions.Mul object at 0x369cd90>, GIGAVOLT: <omero.conversions.Mul object at 0x369c250>, MEGAVOLT: <omero.conversions.Mul object at 0x369c610>, KILOVOLT: <omero.conversions.Mul object at 0x369c4d0>, HECTOVOLT: <omero.conversions.Mul object at 0x369c390>, DECAVOLT: <omero.conversions.Mul object at 0x369ad10>, VOLT: <omero.conversions.Mul object at 0x369ced0>, DECIVOLT: <omero.conversions.Mul object at 0x369ae50>, CENTIVOLT: <omero.conversions.Mul object at 0x369abd0>, MILLIVOLT: <omero.conversions.Mul object at 0x369c890>, MICROVOLT: <omero.conversions.Mul object at 0x369c750>, NANOVOLT: <omero.conversions.Mul object at 0x369c9d0>, PICOVOLT: <omero.conversions.Mul object at 0x369cc50>, FEMTOVOLT: <omero.conversions.Mul object at 0x369c110>, ZEPTOVOLT: <omero.conversions.Mul object at 0x36a21d0>, YOCTOVOLT: <omero.conversions.Mul object at 0x369cf90>}, ZEPTOVOLT: {YOTTAVOLT: <omero.conversions.Mul object at 0x36bb450>, ZETTAVOLT: <omero.conversions.Mul object at 0x36bb590>, EXAVOLT: <omero.conversions.Mul object at 0x36b9310>, PETAVOLT: <omero.conversions.Mul object at 0x36b9e50>, TERAVOLT: <omero.conversions.Mul object at 0x36bb110>, GIGAVOLT: <omero.conversions.Mul object at 0x36b9590>, MEGAVOLT: <omero.conversions.Mul object at 0x36b9950>, KILOVOLT: <omero.conversions.Mul object at 0x36b9810>, HECTOVOLT: <omero.conversions.Mul object at 0x36b96d0>, DECAVOLT: <omero.conversions.Mul object at 0x36b9090>, VOLT: <omero.conversions.Mul object at 0x36bb250>, DECIVOLT: <omero.conversions.Mul object at 0x36b91d0>, CENTIVOLT: <omero.conversions.Mul object at 0x36baf10>, MILLIVOLT: <omero.conversions.Mul object at 0x36b9bd0>, MICROVOLT: <omero.conversions.Mul object at 0x36b9a90>, NANOVOLT: <omero.conversions.Mul object at 0x36b9d10>, PICOVOLT: <omero.conversions.Mul object at 0x36b9f90>, FEMTOVOLT: <omero.conversions.Mul object at 0x36b9450>, ATTOVOLT: <omero.conversions.Mul object at 0x36badd0>, YOCTOVOLT: <omero.conversions.Mul object at 0x36bb310>}, YOCTOVOLT: {YOTTAVOLT: <omero.conversions.Mul object at 0x36b8ad0>, ZETTAVOLT: <omero.conversions.Mul object at 0x36b8d50>, EXAVOLT: <omero.conversions.Mul object at 0x36b6a50>, PETAVOLT: <omero.conversions.Mul object at 0x36b85d0>, TERAVOLT: <omero.conversions.Mul object at 0x36b8850>, GIGAVOLT: <omero.conversions.Mul object at 0x36b6cd0>, MEGAVOLT: <omero.conversions.Mul object at 0x36b80d0>, KILOVOLT: <omero.conversions.Mul object at 0x36b6f50>, HECTOVOLT: <omero.conversions.Mul object at 0x36b6e10>, DECAVOLT: <omero.conversions.Mul object at 0x36b67d0>, VOLT: <omero.conversions.Mul object at 0x36b8990>, DECIVOLT: <omero.conversions.Mul object at 0x36b6910>, CENTIVOLT: <omero.conversions.Mul object at 0x36b6690>, MILLIVOLT: <omero.conversions.Mul object at 0x36b8350>, MICROVOLT: <omero.conversions.Mul object at 0x36b8210>, NANOVOLT: <omero.conversions.Mul object at 0x36b8490>, PICOVOLT: <omero.conversions.Mul object at 0x36b8710>, FEMTOVOLT: <omero.conversions.Mul object at 0x36b6b90>, ATTOVOLT: <omero.conversions.Mul object at 0x36b6550>, ZEPTOVOLT: <omero.conversions.Mul object at 0x36b8c10>}}
SYMBOLS = {'DECAVOLT': 'daV', 'MICROVOLT': '\xc2\xb5V', 'KILOVOLT': 'kV', 'MILLIVOLT': 'mV', 'GIGAVOLT': 'GV', 'NANOVOLT': 'nV', 'DECIVOLT': 'dV', 'ZEPTOVOLT': 'zV', 'FEMTOVOLT': 'fV', 'YOTTAVOLT': 'YV', 'TERAVOLT': 'TV', 'HECTOVOLT': 'hV', 'YOCTOVOLT': 'yV', 'VOLT': 'V', 'PICOVOLT': 'pV', 'CENTIVOLT': 'cV', 'ATTOVOLT': 'aV', 'MEGAVOLT': 'MV', 'ZETTAVOLT': 'ZV', 'PETAVOLT': 'PV', 'EXAVOLT': 'EV'}
UNIT_VALUES = [YOTTAVOLT, ZETTAVOLT, EXAVOLT, PETAVOLT, TERAVOLT, GIGAVOLT, MEGAVOLT, KILOVOLT, HECTOVOLT, DECAVOLT, VOLT, DECIVOLT, CENTIVOLT, MILLIVOLT, MICROVOLT, NANOVOLT, PICOVOLT, FEMTOVOLT, ATTOVOLT, ZEPTOVOLT, YOCTOVOLT]
getSymbol(current=None)
getUnit(current=None)
getValue(current=None)
static lookupSymbol(unit)
setUnit(unit, current=None)
setValue(value, current=None)
val = YOCTOVOLT
class omero.model.ElectricPotentialPrx

Bases: IcePy.ObjectPrx

Actual value for this unit-based field. The interpretation of the value is only possible along with the [omero::model::enums::UnitsElectricPotential] enum.

begin_copy(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSymbol(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getUnit(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setUnit(unit, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(value, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
copy(_ctx=None)
end_copy(_r)
end_getSymbol(_r)
end_getUnit(_r)
end_getValue(_r)
end_setUnit(_r)
end_setValue(_r)
getSymbol(_ctx=None)
getUnit(_ctx=None)
getValue(_ctx=None)
setUnit(unit, _ctx=None)
setValue(value, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Ellipse(_id=None, _details=None, _loaded=False, _version=None, _theZ=None, _theT=None, _theC=None, _roi=None, _locked=None, _g=None, _transform=None, _vectorEffect=None, _visibility=None, _fillColor=None, _fillRule=None, _strokeColor=None, _strokeDashArray=None, _strokeDashOffset=None, _strokeLineCap=None, _strokeLineJoin=None, _strokeMiterLimit=None, _strokeWidth=None, _fontFamily=None, _fontSize=None, _fontStretch=None, _fontStyle=None, _fontVariant=None, _fontWeight=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _cx=None, _cy=None, _rx=None, _ry=None, _textValue=None)

Bases: omero.model.Shape

_ice_type = <IcePy.TypeInfo object at 0x201a210>
_op_getCx = <IcePy.Operation object at 0x201a228>
_op_getCy = <IcePy.Operation object at 0x201a258>
_op_getRx = <IcePy.Operation object at 0x201a288>
_op_getRy = <IcePy.Operation object at 0x201a2b8>
_op_getTextValue = <IcePy.Operation object at 0x201a2e8>
_op_setCx = <IcePy.Operation object at 0x201a240>
_op_setCy = <IcePy.Operation object at 0x201a270>
_op_setRx = <IcePy.Operation object at 0x201a2a0>
_op_setRy = <IcePy.Operation object at 0x201a2d0>
_op_setTextValue = <IcePy.Operation object at 0x201a300>
getCx(current=None)
getCy(current=None)
getRx(current=None)
getRy(current=None)
getTextValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setCx(theCx, current=None)
setCy(theCy, current=None)
setRx(theRx, current=None)
setRy(theRy, current=None)
setTextValue(theTextValue, current=None)
class omero.model.EllipseI(id=None, loaded=None)

Bases: omero.model.Ellipse

CX = 'ome.model.roi.Ellipse_cx'
CY = 'ome.model.roi.Ellipse_cy'
DETAILS = 'ome.model.roi.Ellipse_details'
FILLCOLOR = 'ome.model.roi.Ellipse_fillColor'
FILLRULE = 'ome.model.roi.Ellipse_fillRule'
FONTFAMILY = 'ome.model.roi.Ellipse_fontFamily'
FONTSIZE = 'ome.model.roi.Ellipse_fontSize'
FONTSTRETCH = 'ome.model.roi.Ellipse_fontStretch'
FONTSTYLE = 'ome.model.roi.Ellipse_fontStyle'
FONTVARIANT = 'ome.model.roi.Ellipse_fontVariant'
FONTWEIGHT = 'ome.model.roi.Ellipse_fontWeight'
G = 'ome.model.roi.Ellipse_g'
LOCKED = 'ome.model.roi.Ellipse_locked'
ROI = 'ome.model.roi.Ellipse_roi'
RX = 'ome.model.roi.Ellipse_rx'
RY = 'ome.model.roi.Ellipse_ry'
STROKECOLOR = 'ome.model.roi.Ellipse_strokeColor'
STROKEDASHARRAY = 'ome.model.roi.Ellipse_strokeDashArray'
STROKEDASHOFFSET = 'ome.model.roi.Ellipse_strokeDashOffset'
STROKELINECAP = 'ome.model.roi.Ellipse_strokeLineCap'
STROKELINEJOIN = 'ome.model.roi.Ellipse_strokeLineJoin'
STROKEMITERLIMIT = 'ome.model.roi.Ellipse_strokeMiterLimit'
STROKEWIDTH = 'ome.model.roi.Ellipse_strokeWidth'
TEXTVALUE = 'ome.model.roi.Ellipse_textValue'
THEC = 'ome.model.roi.Ellipse_theC'
THET = 'ome.model.roi.Ellipse_theT'
THEZ = 'ome.model.roi.Ellipse_theZ'
TRANSFORM = 'ome.model.roi.Ellipse_transform'
VECTOREFFECT = 'ome.model.roi.Ellipse_vectorEffect'
VISIBILITY = 'ome.model.roi.Ellipse_visibility'
_field_info = FieldInfo(cx=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), cy=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), rx=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), ry=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), textValue=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), theZ=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), theT=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), theC=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), roi=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), locked=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=True), g=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), transform=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), vectorEffect=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), visibility=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=True), fillColor=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), fillRule=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeColor=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeDashArray=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeDashOffset=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeLineCap=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeLineJoin=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeMiterLimit=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeWidth=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), fontFamily=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontSize=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), fontStretch=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontStyle=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontVariant=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontWeight=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllShapeAnnotationLinkSet(targets, current=None)
addShapeAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getCx(current=None)
getCy(current=None)
getDetails(current=None)
getFillColor(current=None)
getFillRule(current=None)
getFontFamily(current=None)
getFontSize(current=None)
getFontStretch(current=None)
getFontStyle(current=None)
getFontVariant(current=None)
getFontWeight(current=None)
getG(current=None)
getId(current=None)
getLocked(current=None)
getRoi(current=None)
getRx(current=None)
getRy(current=None)
getStrokeColor(current=None)
getStrokeDashArray(current=None)
getStrokeDashOffset(current=None)
getStrokeLineCap(current=None)
getStrokeLineJoin(current=None)
getStrokeMiterLimit(current=None)
getStrokeWidth(current=None)
getTextValue(current=None)
getTheC(current=None)
getTheT(current=None)
getTheZ(current=None)
getTransform(current=None)
getVectorEffect(current=None)
getVersion(current=None)
getVisibility(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllShapeAnnotationLinkSet(targets, current=None)
removeShapeAnnotationLinkFromBoth(link, bothSides, current=None)
setCx(_cx, current=None, wrap=False)
setCy(_cy, current=None, wrap=False)
setFillColor(_fillColor, current=None, wrap=False)
setFillRule(_fillRule, current=None, wrap=False)
setFontFamily(_fontFamily, current=None, wrap=False)
setFontSize(_fontSize, current=None, wrap=False)
setFontStretch(_fontStretch, current=None, wrap=False)
setFontStyle(_fontStyle, current=None, wrap=False)
setFontVariant(_fontVariant, current=None, wrap=False)
setFontWeight(_fontWeight, current=None, wrap=False)
setG(_g, current=None, wrap=False)
setId(_id, current=None)
setLocked(_locked, current=None, wrap=False)
setRoi(_roi, current=None, wrap=False)
setRx(_rx, current=None, wrap=False)
setRy(_ry, current=None, wrap=False)
setStrokeColor(_strokeColor, current=None, wrap=False)
setStrokeDashArray(_strokeDashArray, current=None, wrap=False)
setStrokeDashOffset(_strokeDashOffset, current=None, wrap=False)
setStrokeLineCap(_strokeLineCap, current=None, wrap=False)
setStrokeLineJoin(_strokeLineJoin, current=None, wrap=False)
setStrokeMiterLimit(_strokeMiterLimit, current=None, wrap=False)
setStrokeWidth(_strokeWidth, current=None, wrap=False)
setTextValue(_textValue, current=None, wrap=False)
setTheC(_theC, current=None, wrap=False)
setTheT(_theT, current=None, wrap=False)
setTheZ(_theZ, current=None, wrap=False)
setTransform(_transform, current=None, wrap=False)
setVectorEffect(_vectorEffect, current=None, wrap=False)
setVersion(version, current=None)
setVisibility(_visibility, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadCx()
unloadCy()
unloadDetails(current=None)
unloadFillColor()
unloadFillRule()
unloadFontFamily()
unloadFontSize()
unloadFontStretch()
unloadFontStyle()
unloadFontVariant()
unloadFontWeight()
unloadG()
unloadLocked()
unloadRoi()
unloadRx()
unloadRy()
unloadStrokeColor()
unloadStrokeDashArray()
unloadStrokeDashOffset()
unloadStrokeLineCap()
unloadStrokeLineJoin()
unloadStrokeMiterLimit()
unloadStrokeWidth()
unloadTextValue()
unloadTheC()
unloadTheT()
unloadTheZ()
unloadTransform()
unloadVectorEffect()
unloadVisibility()
class omero.model.EllipsePrx

Bases: omero.model.ShapePrx

begin_getCx(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getCy(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getRx(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getRy(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getTextValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setCx(theCx, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setCy(theCy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setRx(theRx, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setRy(theRy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setTextValue(theTextValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getCx(_r)
end_getCy(_r)
end_getRx(_r)
end_getRy(_r)
end_getTextValue(_r)
end_setCx(_r)
end_setCy(_r)
end_setRx(_r)
end_setRy(_r)
end_setTextValue(_r)
getCx(_ctx=None)
getCy(_ctx=None)
getRx(_ctx=None)
getRy(_ctx=None)
getTextValue(_ctx=None)
setCx(theCx, _ctx=None)
setCy(theCy, _ctx=None)
setRx(theRx, _ctx=None)
setRy(theRy, _ctx=None)
setTextValue(theTextValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Event(_id=None, _details=None, _loaded=False, _status=None, _time=None, _experimenter=None, _experimenterGroup=None, _type=None, _containingEvent=None, _logsSeq=None, _logsLoaded=False, _session=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a108>
_op_addAllEventLogSet = <IcePy.Operation object at 0x201a4e0>
_op_addEventLog = <IcePy.Operation object at 0x201a4c8>
_op_clearLogs = <IcePy.Operation object at 0x201a528>
_op_copyLogs = <IcePy.Operation object at 0x201a4b0>
_op_getContainingEvent = <IcePy.Operation object at 0x201a450>
_op_getExperimenter = <IcePy.Operation object at 0x201a3c0>
_op_getExperimenterGroup = <IcePy.Operation object at 0x201a3f0>
_op_getSession = <IcePy.Operation object at 0x201a558>
_op_getStatus = <IcePy.Operation object at 0x201a360>
_op_getTime = <IcePy.Operation object at 0x201a390>
_op_getType = <IcePy.Operation object at 0x201a420>
_op_reloadLogs = <IcePy.Operation object at 0x201a540>
_op_removeAllEventLogSet = <IcePy.Operation object at 0x201a510>
_op_removeEventLog = <IcePy.Operation object at 0x201a4f8>
_op_setContainingEvent = <IcePy.Operation object at 0x201a468>
_op_setExperimenter = <IcePy.Operation object at 0x201a3d8>
_op_setExperimenterGroup = <IcePy.Operation object at 0x201a408>
_op_setSession = <IcePy.Operation object at 0x201a570>
_op_setStatus = <IcePy.Operation object at 0x201a378>
_op_setTime = <IcePy.Operation object at 0x201a3a8>
_op_setType = <IcePy.Operation object at 0x201a438>
_op_sizeOfLogs = <IcePy.Operation object at 0x201a498>
_op_unloadLogs = <IcePy.Operation object at 0x201a480>
addAllEventLogSet(targets, current=None)
addEventLog(target, current=None)
clearLogs(current=None)
copyLogs(current=None)
getContainingEvent(current=None)
getExperimenter(current=None)
getExperimenterGroup(current=None)
getSession(current=None)
getStatus(current=None)
getTime(current=None)
getType(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
reloadLogs(toCopy, current=None)
removeAllEventLogSet(targets, current=None)
removeEventLog(theTarget, current=None)
setContainingEvent(theContainingEvent, current=None)
setExperimenter(theExperimenter, current=None)
setExperimenterGroup(theExperimenterGroup, current=None)
setSession(theSession, current=None)
setStatus(theStatus, current=None)
setTime(theTime, current=None)
setType(theType, current=None)
sizeOfLogs(current=None)
unloadLogs(current=None)
class omero.model.EventI(id=None, loaded=None)

Bases: omero.model.Event

CONTAININGEVENT = 'ome.model.meta.Event_containingEvent'
DETAILS = 'ome.model.meta.Event_details'
EXPERIMENTER = 'ome.model.meta.Event_experimenter'
EXPERIMENTERGROUP = 'ome.model.meta.Event_experimenterGroup'
LOGS = 'ome.model.meta.Event_logs'
SESSION = 'ome.model.meta.Event_session'
STATUS = 'ome.model.meta.Event_status'
TIME = 'ome.model.meta.Event_time'
TYPE = 'ome.model.meta.Event_type'
_field_info = FieldInfo(status=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), time=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=False), experimenter=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), experimenterGroup=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), type=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), containingEvent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), logs=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), session=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_getLogs(current=None)
_setLogs(_logs, current=None, wrap=False)
_toggleCollectionsLoaded(load)
addAllEventLogSet(targets, current=None)
addEventLog(target, current=None)
checkUnloadedProperty(value, loadedField)
clearLogs(current=None)
copyLogs(current=None)
errorIfUnloaded()
getContainingEvent(current=None)
getDetails(current=None)
getExperimenter(current=None)
getExperimenterGroup(current=None)
getId(current=None)
getSession(current=None)
getStatus(current=None)
getTime(current=None)
getType(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isLogsLoaded()
isMutable(current=None)
iterateLogs()
proxy(current=None)
reloadLogs(toCopy, current=None)
removeAllEventLogSet(targets, current=None)
removeEventLog(target, current=None)
setContainingEvent(_containingEvent, current=None, wrap=False)
setExperimenter(_experimenter, current=None, wrap=False)
setExperimenterGroup(_experimenterGroup, current=None, wrap=False)
setId(_id, current=None)
setSession(_session, current=None, wrap=False)
setStatus(_status, current=None, wrap=False)
setTime(_time, current=None, wrap=False)
setType(_type, current=None, wrap=False)
shallowCopy(current=None)
sizeOfLogs(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadContainingEvent()
unloadDetails(current=None)
unloadExperimenter()
unloadExperimenterGroup()
unloadLogs(current=None)
unloadSession()
unloadStatus()
unloadTime()
unloadType()
class omero.model.EventLog(_id=None, _details=None, _loaded=False, _entityId=None, _entityType=None, _action=None, _event=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a138>
_op_getAction = <IcePy.Operation object at 0x201a5e8>
_op_getEntityId = <IcePy.Operation object at 0x201a588>
_op_getEntityType = <IcePy.Operation object at 0x201a5b8>
_op_getEvent = <IcePy.Operation object at 0x201a618>
_op_setAction = <IcePy.Operation object at 0x201a600>
_op_setEntityId = <IcePy.Operation object at 0x201a5a0>
_op_setEntityType = <IcePy.Operation object at 0x201a5d0>
_op_setEvent = <IcePy.Operation object at 0x201a630>
getAction(current=None)
getEntityId(current=None)
getEntityType(current=None)
getEvent(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setAction(theAction, current=None)
setEntityId(theEntityId, current=None)
setEntityType(theEntityType, current=None)
setEvent(theEvent, current=None)
class omero.model.EventLogI(id=None, loaded=None)

Bases: omero.model.EventLog

ACTION = 'ome.model.meta.EventLog_action'
DETAILS = 'ome.model.meta.EventLog_details'
ENTITYID = 'ome.model.meta.EventLog_entityId'
ENTITYTYPE = 'ome.model.meta.EventLog_entityType'
EVENT = 'ome.model.meta.EventLog_event'
_field_info = FieldInfo(entityId=FieldData(wrapper=<function rlong at 0x1de7050>, nullable=False), entityType=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), action=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), event=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAction(current=None)
getDetails(current=None)
getEntityId(current=None)
getEntityType(current=None)
getEvent(current=None)
getId(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setAction(_action, current=None, wrap=False)
setEntityId(_entityId, current=None, wrap=False)
setEntityType(_entityType, current=None, wrap=False)
setEvent(_event, current=None, wrap=False)
setId(_id, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadAction()
unloadCollections(current=None)
unloadDetails(current=None)
unloadEntityId()
unloadEntityType()
unloadEvent()
class omero.model.EventLogPrx

Bases: omero.model.IObjectPrx

begin_getAction(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getEntityId(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getEntityType(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getEvent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setAction(theAction, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setEntityId(theEntityId, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setEntityType(theEntityType, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setEvent(theEvent, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getAction(_r)
end_getEntityId(_r)
end_getEntityType(_r)
end_getEvent(_r)
end_setAction(_r)
end_setEntityId(_r)
end_setEntityType(_r)
end_setEvent(_r)
getAction(_ctx=None)
getEntityId(_ctx=None)
getEntityType(_ctx=None)
getEvent(_ctx=None)
setAction(theAction, _ctx=None)
setEntityId(theEntityId, _ctx=None)
setEntityType(theEntityType, _ctx=None)
setEvent(theEvent, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.EventPrx

Bases: omero.model.IObjectPrx

addAllEventLogSet(targets, _ctx=None)
addEventLog(target, _ctx=None)
begin_addAllEventLogSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addEventLog(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_clearLogs(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyLogs(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getContainingEvent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getExperimenter(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getExperimenterGroup(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSession(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getStatus(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getTime(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getType(_response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadLogs(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllEventLogSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeEventLog(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setContainingEvent(theContainingEvent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setExperimenter(theExperimenter, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setExperimenterGroup(theExperimenterGroup, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setSession(theSession, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setStatus(theStatus, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setTime(theTime, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setType(theType, _response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfLogs(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadLogs(_response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
clearLogs(_ctx=None)
copyLogs(_ctx=None)
end_addAllEventLogSet(_r)
end_addEventLog(_r)
end_clearLogs(_r)
end_copyLogs(_r)
end_getContainingEvent(_r)
end_getExperimenter(_r)
end_getExperimenterGroup(_r)
end_getSession(_r)
end_getStatus(_r)
end_getTime(_r)
end_getType(_r)
end_reloadLogs(_r)
end_removeAllEventLogSet(_r)
end_removeEventLog(_r)
end_setContainingEvent(_r)
end_setExperimenter(_r)
end_setExperimenterGroup(_r)
end_setSession(_r)
end_setStatus(_r)
end_setTime(_r)
end_setType(_r)
end_sizeOfLogs(_r)
end_unloadLogs(_r)
getContainingEvent(_ctx=None)
getExperimenter(_ctx=None)
getExperimenterGroup(_ctx=None)
getSession(_ctx=None)
getStatus(_ctx=None)
getTime(_ctx=None)
getType(_ctx=None)
reloadLogs(toCopy, _ctx=None)
removeAllEventLogSet(targets, _ctx=None)
removeEventLog(theTarget, _ctx=None)
setContainingEvent(theContainingEvent, _ctx=None)
setExperimenter(theExperimenter, _ctx=None)
setExperimenterGroup(theExperimenterGroup, _ctx=None)
setSession(theSession, _ctx=None)
setStatus(theStatus, _ctx=None)
setTime(theTime, _ctx=None)
setType(theType, _ctx=None)
sizeOfLogs(_ctx=None)
static uncheckedCast(proxy, facet=None)
unloadLogs(_ctx=None)
class omero.model.EventType(_id=None, _details=None, _loaded=False, _value=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x201a318>
_op_getValue = <IcePy.Operation object at 0x201a648>
_op_setValue = <IcePy.Operation object at 0x201a660>
getValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setValue(theValue, current=None)
class omero.model.EventTypeI(id=None, loaded=None)

Bases: omero.model.EventType

DETAILS = 'ome.model.enums.EventType_details'
VALUE = 'ome.model.enums.EventType_value'
_field_info = FieldInfo(value=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getValue(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setValue(_value, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadValue()
class omero.model.EventTypePrx

Bases: omero.model.IObjectPrx

begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(theValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getValue(_r)
end_setValue(_r)
getValue(_ctx=None)
setValue(theValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Experiment(_id=None, _details=None, _loaded=False, _version=None, _type=None, _microbeamManipulationSeq=None, _microbeamManipulationLoaded=False, _description=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x201a708>
_op_addAllMicrobeamManipulationSet = <IcePy.Operation object at 0x201a7e0>
_op_addMicrobeamManipulation = <IcePy.Operation object at 0x201a7c8>
_op_clearMicrobeamManipulation = <IcePy.Operation object at 0x201a828>
_op_copyMicrobeamManipulation = <IcePy.Operation object at 0x201a7b0>
_op_getDescription = <IcePy.Operation object at 0x201a858>
_op_getType = <IcePy.Operation object at 0x201a750>
_op_getVersion = <IcePy.Operation object at 0x201a720>
_op_reloadMicrobeamManipulation = <IcePy.Operation object at 0x201a840>
_op_removeAllMicrobeamManipulationSet = <IcePy.Operation object at 0x201a810>
_op_removeMicrobeamManipulation = <IcePy.Operation object at 0x201a7f8>
_op_setDescription = <IcePy.Operation object at 0x201a870>
_op_setType = <IcePy.Operation object at 0x201a768>
_op_setVersion = <IcePy.Operation object at 0x201a738>
_op_sizeOfMicrobeamManipulation = <IcePy.Operation object at 0x201a798>
_op_unloadMicrobeamManipulation = <IcePy.Operation object at 0x201a780>
addAllMicrobeamManipulationSet(targets, current=None)
addMicrobeamManipulation(target, current=None)
clearMicrobeamManipulation(current=None)
copyMicrobeamManipulation(current=None)
getDescription(current=None)
getType(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
reloadMicrobeamManipulation(toCopy, current=None)
removeAllMicrobeamManipulationSet(targets, current=None)
removeMicrobeamManipulation(theTarget, current=None)
setDescription(theDescription, current=None)
setType(theType, current=None)
setVersion(theVersion, current=None)
sizeOfMicrobeamManipulation(current=None)
unloadMicrobeamManipulation(current=None)
class omero.model.ExperimentI(id=None, loaded=None)

Bases: omero.model.Experiment

DESCRIPTION = 'ome.model.experiment.Experiment_description'
DETAILS = 'ome.model.experiment.Experiment_details'
MICROBEAMMANIPULATION = 'ome.model.experiment.Experiment_microbeamManipulation'
TYPE = 'ome.model.experiment.Experiment_type'
_field_info = FieldInfo(type=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), microbeamManipulation=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), description=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_getMicrobeamManipulation(current=None)
_setMicrobeamManipulation(_microbeamManipulation, current=None, wrap=False)
_toggleCollectionsLoaded(load)
addAllMicrobeamManipulationSet(targets, current=None)
addMicrobeamManipulation(target, current=None)
checkUnloadedProperty(value, loadedField)
clearMicrobeamManipulation(current=None)
copyMicrobeamManipulation(current=None)
errorIfUnloaded()
getDescription(current=None)
getDetails(current=None)
getId(current=None)
getType(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMicrobeamManipulationLoaded()
isMutable(current=None)
iterateMicrobeamManipulation()
proxy(current=None)
reloadMicrobeamManipulation(toCopy, current=None)
removeAllMicrobeamManipulationSet(targets, current=None)
removeMicrobeamManipulation(target, current=None)
setDescription(_description, current=None, wrap=False)
setId(_id, current=None)
setType(_type, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
sizeOfMicrobeamManipulation(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDescription()
unloadDetails(current=None)
unloadMicrobeamManipulation(current=None)
unloadType()
class omero.model.ExperimentPrx

Bases: omero.model.IObjectPrx

addAllMicrobeamManipulationSet(targets, _ctx=None)
addMicrobeamManipulation(target, _ctx=None)
begin_addAllMicrobeamManipulationSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addMicrobeamManipulation(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_clearMicrobeamManipulation(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyMicrobeamManipulation(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDescription(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getType(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadMicrobeamManipulation(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllMicrobeamManipulationSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeMicrobeamManipulation(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDescription(theDescription, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setType(theType, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfMicrobeamManipulation(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadMicrobeamManipulation(_response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
clearMicrobeamManipulation(_ctx=None)
copyMicrobeamManipulation(_ctx=None)
end_addAllMicrobeamManipulationSet(_r)
end_addMicrobeamManipulation(_r)
end_clearMicrobeamManipulation(_r)
end_copyMicrobeamManipulation(_r)
end_getDescription(_r)
end_getType(_r)
end_getVersion(_r)
end_reloadMicrobeamManipulation(_r)
end_removeAllMicrobeamManipulationSet(_r)
end_removeMicrobeamManipulation(_r)
end_setDescription(_r)
end_setType(_r)
end_setVersion(_r)
end_sizeOfMicrobeamManipulation(_r)
end_unloadMicrobeamManipulation(_r)
getDescription(_ctx=None)
getType(_ctx=None)
getVersion(_ctx=None)
reloadMicrobeamManipulation(toCopy, _ctx=None)
removeAllMicrobeamManipulationSet(targets, _ctx=None)
removeMicrobeamManipulation(theTarget, _ctx=None)
setDescription(theDescription, _ctx=None)
setType(theType, _ctx=None)
setVersion(theVersion, _ctx=None)
sizeOfMicrobeamManipulation(_ctx=None)
static uncheckedCast(proxy, facet=None)
unloadMicrobeamManipulation(_ctx=None)
class omero.model.ExperimentType(_id=None, _details=None, _loaded=False, _value=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x201a678>
_op_getValue = <IcePy.Operation object at 0x201a888>
_op_setValue = <IcePy.Operation object at 0x201a8a0>
getValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setValue(theValue, current=None)
class omero.model.ExperimentTypeI(id=None, loaded=None)

Bases: omero.model.ExperimentType

DETAILS = 'ome.model.enums.ExperimentType_details'
VALUE = 'ome.model.enums.ExperimentType_value'
_field_info = FieldInfo(value=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getValue(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setValue(_value, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadValue()
class omero.model.ExperimentTypePrx

Bases: omero.model.IObjectPrx

begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(theValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getValue(_r)
end_setValue(_r)
getValue(_ctx=None)
setValue(theValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Experimenter(_id=None, _details=None, _loaded=False, _version=None, _groupExperimenterMapSeq=None, _groupExperimenterMapLoaded=False, _omeName=None, _firstName=None, _middleName=None, _lastName=None, _institution=None, _ldap=None, _email=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a168>
_op_addAllExperimenterAnnotationLinkSet = <IcePy.Operation object at 0x201ad20>
_op_addAllGroupExperimenterMapSet = <IcePy.Operation object at 0x201aa08>
_op_addExperimenterAnnotationLinkToBoth = <IcePy.Operation object at 0x201adc8>
_op_addGroupExperimenterMap = <IcePy.Operation object at 0x201a9f0>
_op_addGroupExperimenterMapToBoth = <IcePy.Operation object at 0x201aaf8>
_op_clearGroupExperimenterMap = <IcePy.Operation object at 0x201aa50>
_op_copyGroupExperimenterMap = <IcePy.Operation object at 0x201a9d8>
_op_findGroupExperimenterMap = <IcePy.Operation object at 0x201ab10>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x201ad98>
_op_getEmail = <IcePy.Operation object at 0x201ac90>
_op_getFirstName = <IcePy.Operation object at 0x201aba0>
_op_getGroupExperimenterMap = <IcePy.Operation object at 0x201aa80>
_op_getInstitution = <IcePy.Operation object at 0x201ac30>
_op_getLastName = <IcePy.Operation object at 0x201ac00>
_op_getLdap = <IcePy.Operation object at 0x201ac60>
_op_getMiddleName = <IcePy.Operation object at 0x201abd0>
_op_getOmeName = <IcePy.Operation object at 0x201ab70>
_op_getPrimaryGroupExperimenterMap = <IcePy.Operation object at 0x201aab0>
_op_getVersion = <IcePy.Operation object at 0x201a978>
_op_linkAnnotation = <IcePy.Operation object at 0x201adb0>
_op_linkExperimenterGroup = <IcePy.Operation object at 0x201aae0>
_op_linkedAnnotationList = <IcePy.Operation object at 0x201ae28>
_op_linkedExperimenterGroupList = <IcePy.Operation object at 0x201ab58>
_op_reloadGroupExperimenterMap = <IcePy.Operation object at 0x201aa68>
_op_removeAllExperimenterAnnotationLinkSet = <IcePy.Operation object at 0x201ad50>
_op_removeAllGroupExperimenterMapSet = <IcePy.Operation object at 0x201aa38>
_op_removeExperimenterAnnotationLinkFromBoth = <IcePy.Operation object at 0x201ae10>
_op_removeGroupExperimenterMap = <IcePy.Operation object at 0x201aa20>
_op_removeGroupExperimenterMapFromBoth = <IcePy.Operation object at 0x201ab40>
_op_setEmail = <IcePy.Operation object at 0x201aca8>
_op_setFirstName = <IcePy.Operation object at 0x201abb8>
_op_setGroupExperimenterMap = <IcePy.Operation object at 0x201aa98>
_op_setInstitution = <IcePy.Operation object at 0x201ac48>
_op_setLastName = <IcePy.Operation object at 0x201ac18>
_op_setLdap = <IcePy.Operation object at 0x201ac78>
_op_setMiddleName = <IcePy.Operation object at 0x201abe8>
_op_setOmeName = <IcePy.Operation object at 0x201ab88>
_op_setPrimaryGroupExperimenterMap = <IcePy.Operation object at 0x201aac8>
_op_setVersion = <IcePy.Operation object at 0x201a990>
_op_sizeOfGroupExperimenterMap = <IcePy.Operation object at 0x201a9c0>
_op_unlinkAnnotation = <IcePy.Operation object at 0x201adf8>
_op_unlinkExperimenterGroup = <IcePy.Operation object at 0x201ab28>
_op_unloadGroupExperimenterMap = <IcePy.Operation object at 0x201a9a8>
addAllExperimenterAnnotationLinkSet(targets, current=None)
addAllGroupExperimenterMapSet(targets, current=None)
addExperimenterAnnotationLinkToBoth(link, bothSides, current=None)
addGroupExperimenterMap(target, current=None)
addGroupExperimenterMapToBoth(link, bothSides, current=None)
clearGroupExperimenterMap(current=None)
copyGroupExperimenterMap(current=None)
findGroupExperimenterMap(removal, current=None)
getAnnotationLinksCountPerOwner(current=None)
getEmail(current=None)
getFirstName(current=None)
getGroupExperimenterMap(index, current=None)
getInstitution(current=None)
getLastName(current=None)
getLdap(current=None)
getMiddleName(current=None)
getOmeName(current=None)
getPrimaryGroupExperimenterMap(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkExperimenterGroup(addition, current=None)
linkedAnnotationList(current=None)
linkedExperimenterGroupList(current=None)
reloadGroupExperimenterMap(toCopy, current=None)
removeAllExperimenterAnnotationLinkSet(targets, current=None)
removeAllGroupExperimenterMapSet(targets, current=None)
removeExperimenterAnnotationLinkFromBoth(link, bothSides, current=None)
removeGroupExperimenterMap(theTarget, current=None)
removeGroupExperimenterMapFromBoth(link, bothSides, current=None)
setEmail(theEmail, current=None)
setFirstName(theFirstName, current=None)
setGroupExperimenterMap(index, theElement, current=None)
setInstitution(theInstitution, current=None)
setLastName(theLastName, current=None)
setLdap(theLdap, current=None)
setMiddleName(theMiddleName, current=None)
setOmeName(theOmeName, current=None)
setPrimaryGroupExperimenterMap(theElement, current=None)
setVersion(theVersion, current=None)
sizeOfGroupExperimenterMap(current=None)
unlinkAnnotation(removal, current=None)
unlinkExperimenterGroup(removal, current=None)
unloadGroupExperimenterMap(current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x201a8e8>
_op_getChild = <IcePy.Operation object at 0x201aea0>
_op_getParent = <IcePy.Operation object at 0x201ae70>
_op_getVersion = <IcePy.Operation object at 0x201ae40>
_op_setChild = <IcePy.Operation object at 0x201aeb8>
_op_setParent = <IcePy.Operation object at 0x201ae88>
_op_setVersion = <IcePy.Operation object at 0x201ae58>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.ExperimenterAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.ExperimenterAnnotationLink

CHILD = 'ome.model.annotations.ExperimenterAnnotationLink_child'
DETAILS = 'ome.model.annotations.ExperimenterAnnotationLink_details'
PARENT = 'ome.model.annotations.ExperimenterAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.ExperimenterAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.ExperimenterGroup(_id=None, _details=None, _loaded=False, _version=None, _name=None, _ldap=None, _groupExperimenterMapSeq=None, _groupExperimenterMapLoaded=False, _config=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _description=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a198>
_op_addAllExperimenterGroupAnnotationLinkSet = <IcePy.Operation object at 0x2358258>
_op_addAllGroupExperimenterMapSet = <IcePy.Operation object at 0x23580a8>
_op_addExperimenterGroupAnnotationLinkToBoth = <IcePy.Operation object at 0x2358300>
_op_addGroupExperimenterMap = <IcePy.Operation object at 0x2358090>
_op_addGroupExperimenterMapToBoth = <IcePy.Operation object at 0x2358138>
_op_clearGroupExperimenterMap = <IcePy.Operation object at 0x23580f0>
_op_copyGroupExperimenterMap = <IcePy.Operation object at 0x2358078>
_op_findGroupExperimenterMap = <IcePy.Operation object at 0x2358150>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x23582d0>
_op_getConfig = <IcePy.Operation object at 0x23581c8>
_op_getConfigAsMap = <IcePy.Operation object at 0x23581b0>
_op_getDescription = <IcePy.Operation object at 0x2358378>
_op_getLdap = <IcePy.Operation object at 0x201afd8>
_op_getName = <IcePy.Operation object at 0x201afa8>
_op_getVersion = <IcePy.Operation object at 0x201af78>
_op_linkAnnotation = <IcePy.Operation object at 0x23582e8>
_op_linkExperimenter = <IcePy.Operation object at 0x2358120>
_op_linkedAnnotationList = <IcePy.Operation object at 0x2358360>
_op_linkedExperimenterList = <IcePy.Operation object at 0x2358198>
_op_reloadGroupExperimenterMap = <IcePy.Operation object at 0x2358108>
_op_removeAllExperimenterGroupAnnotationLinkSet = <IcePy.Operation object at 0x2358288>
_op_removeAllGroupExperimenterMapSet = <IcePy.Operation object at 0x23580d8>
_op_removeExperimenterGroupAnnotationLinkFromBoth = <IcePy.Operation object at 0x2358348>
_op_removeGroupExperimenterMap = <IcePy.Operation object at 0x23580c0>
_op_removeGroupExperimenterMapFromBoth = <IcePy.Operation object at 0x2358180>
_op_setConfig = <IcePy.Operation object at 0x23581e0>
_op_setDescription = <IcePy.Operation object at 0x2358390>
_op_setLdap = <IcePy.Operation object at 0x2358030>
_op_setName = <IcePy.Operation object at 0x201afc0>
_op_setVersion = <IcePy.Operation object at 0x201af90>
_op_sizeOfGroupExperimenterMap = <IcePy.Operation object at 0x2358060>
_op_unlinkAnnotation = <IcePy.Operation object at 0x2358330>
_op_unlinkExperimenter = <IcePy.Operation object at 0x2358168>
_op_unloadGroupExperimenterMap = <IcePy.Operation object at 0x2358048>
addAllExperimenterGroupAnnotationLinkSet(targets, current=None)
addAllGroupExperimenterMapSet(targets, current=None)
addExperimenterGroupAnnotationLinkToBoth(link, bothSides, current=None)
addGroupExperimenterMap(target, current=None)
addGroupExperimenterMapToBoth(link, bothSides, current=None)
clearGroupExperimenterMap(current=None)
copyGroupExperimenterMap(current=None)
findGroupExperimenterMap(removal, current=None)
getAnnotationLinksCountPerOwner(current=None)
getConfig(current=None)
getConfigAsMap(current=None)
getDescription(current=None)
getLdap(current=None)
getName(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkExperimenter(addition, current=None)
linkedAnnotationList(current=None)
linkedExperimenterList(current=None)
reloadGroupExperimenterMap(toCopy, current=None)
removeAllExperimenterGroupAnnotationLinkSet(targets, current=None)
removeAllGroupExperimenterMapSet(targets, current=None)
removeExperimenterGroupAnnotationLinkFromBoth(link, bothSides, current=None)
removeGroupExperimenterMap(theTarget, current=None)
removeGroupExperimenterMapFromBoth(link, bothSides, current=None)
setConfig(theConfig, current=None)
setDescription(theDescription, current=None)
setLdap(theLdap, current=None)
setName(theName, current=None)
setVersion(theVersion, current=None)
sizeOfGroupExperimenterMap(current=None)
unlinkAnnotation(removal, current=None)
unlinkExperimenter(removal, current=None)
unloadGroupExperimenterMap(current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x201aee8>
_op_getChild = <IcePy.Operation object at 0x2358408>
_op_getParent = <IcePy.Operation object at 0x23583d8>
_op_getVersion = <IcePy.Operation object at 0x23583a8>
_op_setChild = <IcePy.Operation object at 0x2358420>
_op_setParent = <IcePy.Operation object at 0x23583f0>
_op_setVersion = <IcePy.Operation object at 0x23583c0>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.ExperimenterGroupAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.ExperimenterGroupAnnotationLink

CHILD = 'ome.model.annotations.ExperimenterGroupAnnotationLink_child'
DETAILS = 'ome.model.annotations.ExperimenterGroupAnnotationLink_details'
PARENT = 'ome.model.annotations.ExperimenterGroupAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.ExperimenterGroupAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.ExperimenterGroupI(id=None, loaded=None)

Bases: omero.model.ExperimenterGroup

CONFIG = 'ome.model.meta.ExperimenterGroup_config'
DESCRIPTION = 'ome.model.meta.ExperimenterGroup_description'
DETAILS = 'ome.model.meta.ExperimenterGroup_details'
GROUPEXPERIMENTERMAP = 'ome.model.meta.ExperimenterGroup_groupExperimenterMap'
LDAP = 'ome.model.meta.ExperimenterGroup_ldap'
NAME = 'ome.model.meta.ExperimenterGroup_name'
_field_info = FieldInfo(name=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), ldap=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=False), groupExperimenterMap=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), config=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), description=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_getGroupExperimenterMap(current=None)
_setGroupExperimenterMap(_groupExperimenterMap, current=None, wrap=False)
_toggleCollectionsLoaded(load)
addAllExperimenterGroupAnnotationLinkSet(targets, current=None)
addAllGroupExperimenterMapSet(targets, current=None)
addExperimenterGroupAnnotationLinkToBoth(link, bothSides)
addGroupExperimenterMap(target, current=None)
addGroupExperimenterMapToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
clearGroupExperimenterMap(current=None)
copyGroupExperimenterMap(current=None)
errorIfUnloaded()
findGroupExperimenterMap(removal, current=None)
getAnnotationLinksCountPerOwner(current=None)
getConfig(current=None)
getConfigAsMap(current=None)
getDescription(current=None)
getDetails(current=None)
getId(current=None)
getLdap(current=None)
getName(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isGroupExperimenterMapLoaded()
isLoaded(current=None)
isMutable(current=None)
iterateGroupExperimenterMap()
linkAnnotation(addition, current=None)
linkExperimenter(addition, current=None)
linkedAnnotationList(current=None)
linkedExperimenterList(current=None)
proxy(current=None)
reloadGroupExperimenterMap(toCopy, current=None)
removeAllExperimenterGroupAnnotationLinkSet(targets, current=None)
removeAllGroupExperimenterMapSet(targets, current=None)
removeExperimenterGroupAnnotationLinkFromBoth(link, bothSides, current=None)
removeGroupExperimenterMap(target, current=None)
removeGroupExperimenterMapFromBoth(link, bothSides, current=None)
setConfig(_config, current=None, wrap=False)
setDescription(_description, current=None, wrap=False)
setId(_id, current=None)
setLdap(_ldap, current=None, wrap=False)
setName(_name, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
sizeOfGroupExperimenterMap(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unlinkExperimenter(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadConfig()
unloadDescription()
unloadDetails(current=None)
unloadGroupExperimenterMap(current=None)
unloadLdap()
unloadName()
class omero.model.ExperimenterGroupPrx

Bases: omero.model.IObjectPrx

addAllExperimenterGroupAnnotationLinkSet(targets, _ctx=None)
addAllGroupExperimenterMapSet(targets, _ctx=None)
addExperimenterGroupAnnotationLinkToBoth(link, bothSides, _ctx=None)
addGroupExperimenterMap(target, _ctx=None)
addGroupExperimenterMapToBoth(link, bothSides, _ctx=None)
begin_addAllExperimenterGroupAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllGroupExperimenterMapSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addExperimenterGroupAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addGroupExperimenterMap(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addGroupExperimenterMapToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_clearGroupExperimenterMap(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyGroupExperimenterMap(_response=None, _ex=None, _sent=None, _ctx=None)
begin_findGroupExperimenterMap(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getConfig(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getConfigAsMap(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDescription(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getLdap(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getName(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkExperimenter(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedExperimenterList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadGroupExperimenterMap(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllExperimenterGroupAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllGroupExperimenterMapSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeExperimenterGroupAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeGroupExperimenterMap(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeGroupExperimenterMapFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setConfig(theConfig, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDescription(theDescription, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setLdap(theLdap, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setName(theName, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfGroupExperimenterMap(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkExperimenter(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadGroupExperimenterMap(_response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
clearGroupExperimenterMap(_ctx=None)
copyGroupExperimenterMap(_ctx=None)
end_addAllExperimenterGroupAnnotationLinkSet(_r)
end_addAllGroupExperimenterMapSet(_r)
end_addExperimenterGroupAnnotationLinkToBoth(_r)
end_addGroupExperimenterMap(_r)
end_addGroupExperimenterMapToBoth(_r)
end_clearGroupExperimenterMap(_r)
end_copyGroupExperimenterMap(_r)
end_findGroupExperimenterMap(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getConfig(_r)
end_getConfigAsMap(_r)
end_getDescription(_r)
end_getLdap(_r)
end_getName(_r)
end_getVersion(_r)
end_linkAnnotation(_r)
end_linkExperimenter(_r)
end_linkedAnnotationList(_r)
end_linkedExperimenterList(_r)
end_reloadGroupExperimenterMap(_r)
end_removeAllExperimenterGroupAnnotationLinkSet(_r)
end_removeAllGroupExperimenterMapSet(_r)
end_removeExperimenterGroupAnnotationLinkFromBoth(_r)
end_removeGroupExperimenterMap(_r)
end_removeGroupExperimenterMapFromBoth(_r)
end_setConfig(_r)
end_setDescription(_r)
end_setLdap(_r)
end_setName(_r)
end_setVersion(_r)
end_sizeOfGroupExperimenterMap(_r)
end_unlinkAnnotation(_r)
end_unlinkExperimenter(_r)
end_unloadGroupExperimenterMap(_r)
findGroupExperimenterMap(removal, _ctx=None)
getAnnotationLinksCountPerOwner(_ctx=None)
getConfig(_ctx=None)
getConfigAsMap(_ctx=None)
getDescription(_ctx=None)
getLdap(_ctx=None)
getName(_ctx=None)
getVersion(_ctx=None)
linkAnnotation(addition, _ctx=None)
linkExperimenter(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
linkedExperimenterList(_ctx=None)
reloadGroupExperimenterMap(toCopy, _ctx=None)
removeAllExperimenterGroupAnnotationLinkSet(targets, _ctx=None)
removeAllGroupExperimenterMapSet(targets, _ctx=None)
removeExperimenterGroupAnnotationLinkFromBoth(link, bothSides, _ctx=None)
removeGroupExperimenterMap(theTarget, _ctx=None)
removeGroupExperimenterMapFromBoth(link, bothSides, _ctx=None)
setConfig(theConfig, _ctx=None)
setDescription(theDescription, _ctx=None)
setLdap(theLdap, _ctx=None)
setName(theName, _ctx=None)
setVersion(theVersion, _ctx=None)
sizeOfGroupExperimenterMap(_ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
unlinkExperimenter(removal, _ctx=None)
unloadGroupExperimenterMap(_ctx=None)
class omero.model.ExperimenterI(id=None, loaded=None)

Bases: omero.model.Experimenter

DETAILS = 'ome.model.meta.Experimenter_details'
EMAIL = 'ome.model.meta.Experimenter_email'
FIRSTNAME = 'ome.model.meta.Experimenter_firstName'
GROUPEXPERIMENTERMAP = 'ome.model.meta.Experimenter_groupExperimenterMap'
INSTITUTION = 'ome.model.meta.Experimenter_institution'
LASTNAME = 'ome.model.meta.Experimenter_lastName'
LDAP = 'ome.model.meta.Experimenter_ldap'
MIDDLENAME = 'ome.model.meta.Experimenter_middleName'
OMENAME = 'ome.model.meta.Experimenter_omeName'
_field_info = FieldInfo(groupExperimenterMap=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), omeName=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), firstName=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), middleName=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), lastName=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), institution=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), ldap=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=False), email=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_getGroupExperimenterMap(current=None)
_setGroupExperimenterMap(_groupExperimenterMap, current=None, wrap=False)
_toggleCollectionsLoaded(load)
addAllExperimenterAnnotationLinkSet(targets, current=None)
addAllGroupExperimenterMapSet(targets, current=None)
addExperimenterAnnotationLinkToBoth(link, bothSides)
addGroupExperimenterMap(target, current=None)
addGroupExperimenterMapToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
clearGroupExperimenterMap(current=None)
copyGroupExperimenterMap(current=None)
errorIfUnloaded()
findGroupExperimenterMap(removal, current=None)
getAnnotationLinksCountPerOwner(current=None)
getDetails(current=None)
getEmail(current=None)
getFirstName(current=None)
getGroupExperimenterMap(index, current=None)
getId(current=None)
getInstitution(current=None)
getLastName(current=None)
getLdap(current=None)
getMiddleName(current=None)
getOmeName(current=None)
getPrimaryGroupExperimenterMap(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isGroupExperimenterMapLoaded()
isLoaded(current=None)
isMutable(current=None)
iterateGroupExperimenterMap()
linkAnnotation(addition, current=None)
linkExperimenterGroup(addition, current=None)
linkedAnnotationList(current=None)
linkedExperimenterGroupList(current=None)
proxy(current=None)
reloadGroupExperimenterMap(toCopy, current=None)
removeAllExperimenterAnnotationLinkSet(targets, current=None)
removeAllGroupExperimenterMapSet(targets, current=None)
removeExperimenterAnnotationLinkFromBoth(link, bothSides, current=None)
removeGroupExperimenterMap(target, current=None)
removeGroupExperimenterMapFromBoth(link, bothSides, current=None)
setEmail(_email, current=None, wrap=False)
setFirstName(_firstName, current=None, wrap=False)
setGroupExperimenterMap(index, element, current=None, wrap=False)
setId(_id, current=None)
setInstitution(_institution, current=None, wrap=False)
setLastName(_lastName, current=None, wrap=False)
setLdap(_ldap, current=None, wrap=False)
setMiddleName(_middleName, current=None, wrap=False)
setOmeName(_omeName, current=None, wrap=False)
setPrimaryGroupExperimenterMap(element, current=None)
setVersion(version, current=None)
shallowCopy(current=None)
sizeOfGroupExperimenterMap(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unlinkExperimenterGroup(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadEmail()
unloadFirstName()
unloadGroupExperimenterMap(current=None)
unloadInstitution()
unloadLastName()
unloadLdap()
unloadMiddleName()
unloadOmeName()
class omero.model.ExperimenterPrx

Bases: omero.model.IObjectPrx

addAllExperimenterAnnotationLinkSet(targets, _ctx=None)
addAllGroupExperimenterMapSet(targets, _ctx=None)
addExperimenterAnnotationLinkToBoth(link, bothSides, _ctx=None)
addGroupExperimenterMap(target, _ctx=None)
addGroupExperimenterMapToBoth(link, bothSides, _ctx=None)
begin_addAllExperimenterAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllGroupExperimenterMapSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addExperimenterAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addGroupExperimenterMap(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addGroupExperimenterMapToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_clearGroupExperimenterMap(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyGroupExperimenterMap(_response=None, _ex=None, _sent=None, _ctx=None)
begin_findGroupExperimenterMap(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getEmail(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getFirstName(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getGroupExperimenterMap(index, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getInstitution(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getLastName(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getLdap(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getMiddleName(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getOmeName(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPrimaryGroupExperimenterMap(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkExperimenterGroup(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedExperimenterGroupList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadGroupExperimenterMap(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllExperimenterAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllGroupExperimenterMapSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeExperimenterAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeGroupExperimenterMap(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeGroupExperimenterMapFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setEmail(theEmail, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setFirstName(theFirstName, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setGroupExperimenterMap(index, theElement, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setInstitution(theInstitution, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setLastName(theLastName, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setLdap(theLdap, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setMiddleName(theMiddleName, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setOmeName(theOmeName, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPrimaryGroupExperimenterMap(theElement, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfGroupExperimenterMap(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkExperimenterGroup(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadGroupExperimenterMap(_response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
clearGroupExperimenterMap(_ctx=None)
copyGroupExperimenterMap(_ctx=None)
end_addAllExperimenterAnnotationLinkSet(_r)
end_addAllGroupExperimenterMapSet(_r)
end_addExperimenterAnnotationLinkToBoth(_r)
end_addGroupExperimenterMap(_r)
end_addGroupExperimenterMapToBoth(_r)
end_clearGroupExperimenterMap(_r)
end_copyGroupExperimenterMap(_r)
end_findGroupExperimenterMap(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getEmail(_r)
end_getFirstName(_r)
end_getGroupExperimenterMap(_r)
end_getInstitution(_r)
end_getLastName(_r)
end_getLdap(_r)
end_getMiddleName(_r)
end_getOmeName(_r)
end_getPrimaryGroupExperimenterMap(_r)
end_getVersion(_r)
end_linkAnnotation(_r)
end_linkExperimenterGroup(_r)
end_linkedAnnotationList(_r)
end_linkedExperimenterGroupList(_r)
end_reloadGroupExperimenterMap(_r)
end_removeAllExperimenterAnnotationLinkSet(_r)
end_removeAllGroupExperimenterMapSet(_r)
end_removeExperimenterAnnotationLinkFromBoth(_r)
end_removeGroupExperimenterMap(_r)
end_removeGroupExperimenterMapFromBoth(_r)
end_setEmail(_r)
end_setFirstName(_r)
end_setGroupExperimenterMap(_r)
end_setInstitution(_r)
end_setLastName(_r)
end_setLdap(_r)
end_setMiddleName(_r)
end_setOmeName(_r)
end_setPrimaryGroupExperimenterMap(_r)
end_setVersion(_r)
end_sizeOfGroupExperimenterMap(_r)
end_unlinkAnnotation(_r)
end_unlinkExperimenterGroup(_r)
end_unloadGroupExperimenterMap(_r)
findGroupExperimenterMap(removal, _ctx=None)
getAnnotationLinksCountPerOwner(_ctx=None)
getEmail(_ctx=None)
getFirstName(_ctx=None)
getGroupExperimenterMap(index, _ctx=None)
getInstitution(_ctx=None)
getLastName(_ctx=None)
getLdap(_ctx=None)
getMiddleName(_ctx=None)
getOmeName(_ctx=None)
getPrimaryGroupExperimenterMap(_ctx=None)
getVersion(_ctx=None)
linkAnnotation(addition, _ctx=None)
linkExperimenterGroup(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
linkedExperimenterGroupList(_ctx=None)
reloadGroupExperimenterMap(toCopy, _ctx=None)
removeAllExperimenterAnnotationLinkSet(targets, _ctx=None)
removeAllGroupExperimenterMapSet(targets, _ctx=None)
removeExperimenterAnnotationLinkFromBoth(link, bothSides, _ctx=None)
removeGroupExperimenterMap(theTarget, _ctx=None)
removeGroupExperimenterMapFromBoth(link, bothSides, _ctx=None)
setEmail(theEmail, _ctx=None)
setFirstName(theFirstName, _ctx=None)
setGroupExperimenterMap(index, theElement, _ctx=None)
setInstitution(theInstitution, _ctx=None)
setLastName(theLastName, _ctx=None)
setLdap(theLdap, _ctx=None)
setMiddleName(theMiddleName, _ctx=None)
setOmeName(theOmeName, _ctx=None)
setPrimaryGroupExperimenterMap(theElement, _ctx=None)
setVersion(theVersion, _ctx=None)
sizeOfGroupExperimenterMap(_ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
unlinkExperimenterGroup(removal, _ctx=None)
unloadGroupExperimenterMap(_ctx=None)
class omero.model.ExternalInfo(_id=None, _details=None, _loaded=False, _entityId=None, _entityType=None, _lsid=None, _uuid=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a1c8>
_op_getEntityId = <IcePy.Operation object at 0x2358450>
_op_getEntityType = <IcePy.Operation object at 0x2358480>
_op_getLsid = <IcePy.Operation object at 0x23584b0>
_op_getUuid = <IcePy.Operation object at 0x23584e0>
_op_setEntityId = <IcePy.Operation object at 0x2358468>
_op_setEntityType = <IcePy.Operation object at 0x2358498>
_op_setLsid = <IcePy.Operation object at 0x23584c8>
_op_setUuid = <IcePy.Operation object at 0x23584f8>
getEntityId(current=None)
getEntityType(current=None)
getLsid(current=None)
getUuid(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setEntityId(theEntityId, current=None)
setEntityType(theEntityType, current=None)
setLsid(theLsid, current=None)
setUuid(theUuid, current=None)
class omero.model.ExternalInfoI(id=None, loaded=None)

Bases: omero.model.ExternalInfo

DETAILS = 'ome.model.meta.ExternalInfo_details'
ENTITYID = 'ome.model.meta.ExternalInfo_entityId'
ENTITYTYPE = 'ome.model.meta.ExternalInfo_entityType'
LSID = 'ome.model.meta.ExternalInfo_lsid'
UUID = 'ome.model.meta.ExternalInfo_uuid'
_field_info = FieldInfo(entityId=FieldData(wrapper=<function rlong at 0x1de7050>, nullable=False), entityType=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), lsid=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), uuid=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getEntityId(current=None)
getEntityType(current=None)
getId(current=None)
getLsid(current=None)
getUuid(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setEntityId(_entityId, current=None, wrap=False)
setEntityType(_entityType, current=None, wrap=False)
setId(_id, current=None)
setLsid(_lsid, current=None, wrap=False)
setUuid(_uuid, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadEntityId()
unloadEntityType()
unloadLsid()
unloadUuid()
class omero.model.ExternalInfoPrx

Bases: omero.model.IObjectPrx

begin_getEntityId(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getEntityType(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getLsid(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getUuid(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setEntityId(theEntityId, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setEntityType(theEntityType, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setLsid(theLsid, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setUuid(theUuid, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getEntityId(_r)
end_getEntityType(_r)
end_getLsid(_r)
end_getUuid(_r)
end_setEntityId(_r)
end_setEntityType(_r)
end_setLsid(_r)
end_setUuid(_r)
getEntityId(_ctx=None)
getEntityType(_ctx=None)
getLsid(_ctx=None)
getUuid(_ctx=None)
setEntityId(theEntityId, _ctx=None)
setEntityType(theEntityType, _ctx=None)
setLsid(theLsid, _ctx=None)
setUuid(theUuid, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Family(_id=None, _details=None, _loaded=False, _value=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a1f8>
_op_getValue = <IcePy.Operation object at 0x2358510>
_op_setValue = <IcePy.Operation object at 0x2358528>
getValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setValue(theValue, current=None)
class omero.model.FamilyI(id=None, loaded=None)

Bases: omero.model.Family

DETAILS = 'ome.model.enums.Family_details'
VALUE = 'ome.model.enums.Family_value'
_field_info = FieldInfo(value=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getValue(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setValue(_value, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadValue()
class omero.model.FamilyPrx

Bases: omero.model.IObjectPrx

begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(theValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getValue(_r)
end_setValue(_r)
getValue(_ctx=None)
setValue(theValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Filament(_id=None, _details=None, _loaded=False, _version=None, _manufacturer=None, _model=None, _power=None, _lotNumber=None, _serialNumber=None, _instrument=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _type=None)

Bases: omero.model.LightSource

_ice_type = <IcePy.TypeInfo object at 0x1b1a228>
_op_getType = <IcePy.Operation object at 0x2358570>
_op_setType = <IcePy.Operation object at 0x2358588>
getType(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setType(theType, current=None)
class omero.model.FilamentI(id=None, loaded=None)

Bases: omero.model.Filament

DETAILS = 'ome.model.acquisition.Filament_details'
INSTRUMENT = 'ome.model.acquisition.Filament_instrument'
LOTNUMBER = 'ome.model.acquisition.Filament_lotNumber'
MANUFACTURER = 'ome.model.acquisition.Filament_manufacturer'
MODEL = 'ome.model.acquisition.Filament_model'
POWER = 'ome.model.acquisition.Filament_power'
SERIALNUMBER = 'ome.model.acquisition.Filament_serialNumber'
TYPE = 'ome.model.acquisition.Filament_type'
_field_info = FieldInfo(type=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), manufacturer=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), model=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), power=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), lotNumber=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), serialNumber=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), instrument=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllLightSourceAnnotationLinkSet(targets, current=None)
addLightSourceAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDetails(current=None)
getId(current=None)
getInstrument(current=None)
getLotNumber(current=None)
getManufacturer(current=None)
getModel(current=None)
getPower(current=None)
getSerialNumber(current=None)
getType(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllLightSourceAnnotationLinkSet(targets, current=None)
removeLightSourceAnnotationLinkFromBoth(link, bothSides, current=None)
setId(_id, current=None)
setInstrument(_instrument, current=None, wrap=False)
setLotNumber(_lotNumber, current=None, wrap=False)
setManufacturer(_manufacturer, current=None, wrap=False)
setModel(_model, current=None, wrap=False)
setPower(_power, current=None, wrap=False)
setSerialNumber(_serialNumber, current=None, wrap=False)
setType(_type, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadInstrument()
unloadLotNumber()
unloadManufacturer()
unloadModel()
unloadPower()
unloadSerialNumber()
unloadType()
class omero.model.FilamentPrx

Bases: omero.model.LightSourcePrx

begin_getType(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setType(theType, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getType(_r)
end_setType(_r)
getType(_ctx=None)
setType(theType, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.FilamentType(_id=None, _details=None, _loaded=False, _value=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2358540>
_op_getValue = <IcePy.Operation object at 0x23585a0>
_op_setValue = <IcePy.Operation object at 0x23585b8>
getValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setValue(theValue, current=None)
class omero.model.FilamentTypeI(id=None, loaded=None)

Bases: omero.model.FilamentType

DETAILS = 'ome.model.enums.FilamentType_details'
VALUE = 'ome.model.enums.FilamentType_value'
_field_info = FieldInfo(value=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getValue(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setValue(_value, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadValue()
class omero.model.FilamentTypePrx

Bases: omero.model.IObjectPrx

begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(theValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getValue(_r)
end_setValue(_r)
getValue(_ctx=None)
setValue(theValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.FileAnnotation(_id=None, _details=None, _loaded=False, _version=None, _ns=None, _name=None, _description=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _file=None)

Bases: omero.model.TypeAnnotation

_ice_type = <IcePy.TypeInfo object at 0x2358618>
_op_getFile = <IcePy.Operation object at 0x2358630>
_op_setFile = <IcePy.Operation object at 0x2358648>
getFile(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setFile(theFile, current=None)
class omero.model.FileAnnotationI(id=None, loaded=None)

Bases: omero.model.FileAnnotation

DESCRIPTION = 'ome.model.annotations.FileAnnotation_description'
DETAILS = 'ome.model.annotations.FileAnnotation_details'
FILE = 'ome.model.annotations.FileAnnotation_file'
NAME = 'ome.model.annotations.FileAnnotation_name'
NS = 'ome.model.annotations.FileAnnotation_ns'
_field_info = FieldInfo(file=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), ns=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), name=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), description=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllAnnotationAnnotationLinkSet(targets, current=None)
addAnnotationAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDescription(current=None)
getDetails(current=None)
getFile(current=None)
getId(current=None)
getName(current=None)
getNs(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllAnnotationAnnotationLinkSet(targets, current=None)
removeAnnotationAnnotationLinkFromBoth(link, bothSides, current=None)
setDescription(_description, current=None, wrap=False)
setFile(_file, current=None, wrap=False)
setId(_id, current=None)
setName(_name, current=None, wrap=False)
setNs(_ns, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDescription()
unloadDetails(current=None)
unloadFile()
unloadName()
unloadNs()
class omero.model.FileAnnotationPrx

Bases: omero.model.TypeAnnotationPrx

begin_getFile(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setFile(theFile, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getFile(_r)
end_setFile(_r)
getFile(_ctx=None)
setFile(theFile, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Fileset(_id=None, _details=None, _loaded=False, _version=None, _usedFilesSeq=None, _usedFilesLoaded=False, _imagesSeq=None, _imagesLoaded=False, _jobLinksSeq=None, _jobLinksLoaded=False, _jobLinksCountPerOwner=None, _templatePrefix=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a258>
_op_addAllFilesetAnnotationLinkSet = <IcePy.Operation object at 0x2358c00>
_op_addAllFilesetEntrySet = <IcePy.Operation object at 0x23587e0>
_op_addAllFilesetJobLinkSet = <IcePy.Operation object at 0x23589f0>
_op_addAllImageSet = <IcePy.Operation object at 0x2358918>
_op_addFilesetAnnotationLinkToBoth = <IcePy.Operation object at 0x2358ca8>
_op_addFilesetEntry = <IcePy.Operation object at 0x23587c8>
_op_addFilesetJobLinkToBoth = <IcePy.Operation object at 0x2358af8>
_op_addImage = <IcePy.Operation object at 0x2358900>
_op_clearImages = <IcePy.Operation object at 0x2358960>
_op_clearUsedFiles = <IcePy.Operation object at 0x2358828>
_op_copyImages = <IcePy.Operation object at 0x23588e8>
_op_copyUsedFiles = <IcePy.Operation object at 0x23587b0>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x2358c78>
_op_getFilesetEntry = <IcePy.Operation object at 0x2358858>
_op_getJobLinksCountPerOwner = <IcePy.Operation object at 0x2358ac8>
_op_getPrimaryFilesetEntry = <IcePy.Operation object at 0x2358888>
_op_getTemplatePrefix = <IcePy.Operation object at 0x2358b70>
_op_getVersion = <IcePy.Operation object at 0x2358750>
_op_linkAnnotation = <IcePy.Operation object at 0x2358c90>
_op_linkJob = <IcePy.Operation object at 0x2358ae0>
_op_linkedAnnotationList = <IcePy.Operation object at 0x2358d08>
_op_linkedJobList = <IcePy.Operation object at 0x2358b58>
_op_reloadImages = <IcePy.Operation object at 0x2358978>
_op_reloadUsedFiles = <IcePy.Operation object at 0x2358840>
_op_removeAllFilesetAnnotationLinkSet = <IcePy.Operation object at 0x2358c30>
_op_removeAllFilesetEntrySet = <IcePy.Operation object at 0x2358810>
_op_removeAllFilesetJobLinkSet = <IcePy.Operation object at 0x2358a20>
_op_removeAllImageSet = <IcePy.Operation object at 0x2358948>
_op_removeFilesetAnnotationLinkFromBoth = <IcePy.Operation object at 0x2358cf0>
_op_removeFilesetEntry = <IcePy.Operation object at 0x23587f8>
_op_removeFilesetJobLinkFromBoth = <IcePy.Operation object at 0x2358b40>
_op_removeImage = <IcePy.Operation object at 0x2358930>
_op_setFilesetEntry = <IcePy.Operation object at 0x2358870>
_op_setPrimaryFilesetEntry = <IcePy.Operation object at 0x23588a0>
_op_setTemplatePrefix = <IcePy.Operation object at 0x2358b88>
_op_setVersion = <IcePy.Operation object at 0x2358768>
_op_sizeOfImages = <IcePy.Operation object at 0x23588d0>
_op_sizeOfUsedFiles = <IcePy.Operation object at 0x2358798>
_op_unlinkAnnotation = <IcePy.Operation object at 0x2358cd8>
_op_unlinkJob = <IcePy.Operation object at 0x2358b28>
_op_unloadImages = <IcePy.Operation object at 0x23588b8>
_op_unloadUsedFiles = <IcePy.Operation object at 0x2358780>
addAllFilesetAnnotationLinkSet(targets, current=None)
addAllFilesetEntrySet(targets, current=None)
addAllFilesetJobLinkSet(targets, current=None)
addAllImageSet(targets, current=None)
addFilesetAnnotationLinkToBoth(link, bothSides, current=None)
addFilesetEntry(target, current=None)
addFilesetJobLinkToBoth(link, bothSides, current=None)
addImage(target, current=None)
clearImages(current=None)
clearUsedFiles(current=None)
copyImages(current=None)
copyUsedFiles(current=None)
getAnnotationLinksCountPerOwner(current=None)
getFilesetEntry(index, current=None)
getJobLinksCountPerOwner(current=None)
getPrimaryFilesetEntry(current=None)
getTemplatePrefix(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkJob(addition, current=None)
linkedAnnotationList(current=None)
linkedJobList(current=None)
reloadImages(toCopy, current=None)
reloadUsedFiles(toCopy, current=None)
removeAllFilesetAnnotationLinkSet(targets, current=None)
removeAllFilesetEntrySet(targets, current=None)
removeAllFilesetJobLinkSet(targets, current=None)
removeAllImageSet(targets, current=None)
removeFilesetAnnotationLinkFromBoth(link, bothSides, current=None)
removeFilesetEntry(theTarget, current=None)
removeFilesetJobLinkFromBoth(link, bothSides, current=None)
removeImage(theTarget, current=None)
setFilesetEntry(index, theElement, current=None)
setPrimaryFilesetEntry(theElement, current=None)
setTemplatePrefix(theTemplatePrefix, current=None)
setVersion(theVersion, current=None)
sizeOfImages(current=None)
sizeOfUsedFiles(current=None)
unlinkAnnotation(removal, current=None)
unlinkJob(removal, current=None)
unloadImages(current=None)
unloadUsedFiles(current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2358690>
_op_getChild = <IcePy.Operation object at 0x2358d80>
_op_getParent = <IcePy.Operation object at 0x2358d50>
_op_getVersion = <IcePy.Operation object at 0x2358d20>
_op_setChild = <IcePy.Operation object at 0x2358d98>
_op_setParent = <IcePy.Operation object at 0x2358d68>
_op_setVersion = <IcePy.Operation object at 0x2358d38>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.FilesetAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.FilesetAnnotationLink

CHILD = 'ome.model.annotations.FilesetAnnotationLink_child'
DETAILS = 'ome.model.annotations.FilesetAnnotationLink_details'
PARENT = 'ome.model.annotations.FilesetAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.FilesetAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.FilesetEntry(_id=None, _details=None, _loaded=False, _version=None, _fileset=None, _originalFile=None, _clientPath=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2358660>
_op_getClientPath = <IcePy.Operation object at 0x2358e58>
_op_getFileset = <IcePy.Operation object at 0x2358df8>
_op_getOriginalFile = <IcePy.Operation object at 0x2358e28>
_op_getVersion = <IcePy.Operation object at 0x2358dc8>
_op_setClientPath = <IcePy.Operation object at 0x2358e70>
_op_setFileset = <IcePy.Operation object at 0x2358e10>
_op_setOriginalFile = <IcePy.Operation object at 0x2358e40>
_op_setVersion = <IcePy.Operation object at 0x2358de0>
getClientPath(current=None)
getFileset(current=None)
getOriginalFile(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setClientPath(theClientPath, current=None)
setFileset(theFileset, current=None)
setOriginalFile(theOriginalFile, current=None)
setVersion(theVersion, current=None)
class omero.model.FilesetEntryI(id=None, loaded=None)

Bases: omero.model.FilesetEntry

CLIENTPATH = 'ome.model.fs.FilesetEntry_clientPath'
DETAILS = 'ome.model.fs.FilesetEntry_details'
FILESET = 'ome.model.fs.FilesetEntry_fileset'
ORIGINALFILE = 'ome.model.fs.FilesetEntry_originalFile'
_field_info = FieldInfo(fileset=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), originalFile=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), clientPath=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getClientPath(current=None)
getDetails(current=None)
getFileset(current=None)
getId(current=None)
getOriginalFile(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setClientPath(_clientPath, current=None, wrap=False)
setFileset(_fileset, current=None, wrap=False)
setId(_id, current=None)
setOriginalFile(_originalFile, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadClientPath()
unloadCollections(current=None)
unloadDetails(current=None)
unloadFileset()
unloadOriginalFile()
class omero.model.FilesetEntryPrx

Bases: omero.model.IObjectPrx

begin_getClientPath(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getFileset(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getOriginalFile(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setClientPath(theClientPath, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setFileset(theFileset, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setOriginalFile(theOriginalFile, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getClientPath(_r)
end_getFileset(_r)
end_getOriginalFile(_r)
end_getVersion(_r)
end_setClientPath(_r)
end_setFileset(_r)
end_setOriginalFile(_r)
end_setVersion(_r)
getClientPath(_ctx=None)
getFileset(_ctx=None)
getOriginalFile(_ctx=None)
getVersion(_ctx=None)
setClientPath(theClientPath, _ctx=None)
setFileset(theFileset, _ctx=None)
setOriginalFile(theOriginalFile, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.FilesetI(id=None, loaded=None)

Bases: omero.model.Fileset

DETAILS = 'ome.model.fs.Fileset_details'
IMAGES = 'ome.model.fs.Fileset_images'
TEMPLATEPREFIX = 'ome.model.fs.Fileset_templatePrefix'
USEDFILES = 'ome.model.fs.Fileset_usedFiles'
_field_info = FieldInfo(usedFiles=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), images=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), jobLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), templatePrefix=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_getImages(current=None)
_getUsedFiles(current=None)
_setImages(_images, current=None, wrap=False)
_setUsedFiles(_usedFiles, current=None, wrap=False)
_toggleCollectionsLoaded(load)
addAllFilesetAnnotationLinkSet(targets, current=None)
addAllFilesetEntrySet(targets, current=None)
addAllFilesetJobLinkSet(targets, current=None)
addAllImageSet(targets, current=None)
addFilesetAnnotationLinkToBoth(link, bothSides)
addFilesetEntry(target, current=None)
addFilesetJobLinkToBoth(link, bothSides)
addImage(target, current=None)
checkUnloadedProperty(value, loadedField)
clearImages(current=None)
clearUsedFiles(current=None)
copyImages(current=None)
copyUsedFiles(current=None)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDetails(current=None)
getFilesetEntry(index, current=None)
getId(current=None)
getJobLinksCountPerOwner(current=None)
getPrimaryFilesetEntry(current=None)
getTemplatePrefix(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isImagesLoaded()
isJobLinksLoaded()
isLoaded(current=None)
isMutable(current=None)
isUsedFilesLoaded()
iterateImages()
iterateUsedFiles()
linkAnnotation(addition, current=None)
linkJob(addition, current=None)
linkedAnnotationList(current=None)
linkedJobList(current=None)
proxy(current=None)
reloadImages(toCopy, current=None)
reloadUsedFiles(toCopy, current=None)
removeAllFilesetAnnotationLinkSet(targets, current=None)
removeAllFilesetEntrySet(targets, current=None)
removeAllFilesetJobLinkSet(targets, current=None)
removeAllImageSet(targets, current=None)
removeFilesetAnnotationLinkFromBoth(link, bothSides, current=None)
removeFilesetEntry(target, current=None)
removeFilesetJobLinkFromBoth(link, bothSides, current=None)
removeImage(target, current=None)
setFilesetEntry(index, element, current=None, wrap=False)
setId(_id, current=None)
setPrimaryFilesetEntry(element, current=None)
setTemplatePrefix(_templatePrefix, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
sizeOfImages(current=None)
sizeOfUsedFiles(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unlinkJob(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadImages(current=None)
unloadTemplatePrefix()
unloadUsedFiles(current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a288>
_op_getChild = <IcePy.Operation object at 0x2358ee8>
_op_getParent = <IcePy.Operation object at 0x2358eb8>
_op_getVersion = <IcePy.Operation object at 0x2358e88>
_op_setChild = <IcePy.Operation object at 0x2358f00>
_op_setParent = <IcePy.Operation object at 0x2358ed0>
_op_setVersion = <IcePy.Operation object at 0x2358ea0>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.FilesetJobLinkI(id=None, loaded=None)

Bases: omero.model.FilesetJobLink

CHILD = 'ome.model.fs.FilesetJobLink_child'
DETAILS = 'ome.model.fs.FilesetJobLink_details'
PARENT = 'ome.model.fs.FilesetJobLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.FilesetJobLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.FilesetPrx

Bases: omero.model.IObjectPrx

addAllFilesetAnnotationLinkSet(targets, _ctx=None)
addAllFilesetEntrySet(targets, _ctx=None)
addAllFilesetJobLinkSet(targets, _ctx=None)
addAllImageSet(targets, _ctx=None)
addFilesetAnnotationLinkToBoth(link, bothSides, _ctx=None)
addFilesetEntry(target, _ctx=None)
addFilesetJobLinkToBoth(link, bothSides, _ctx=None)
addImage(target, _ctx=None)
begin_addAllFilesetAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllFilesetEntrySet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllFilesetJobLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllImageSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addFilesetAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addFilesetEntry(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addFilesetJobLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addImage(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_clearImages(_response=None, _ex=None, _sent=None, _ctx=None)
begin_clearUsedFiles(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyImages(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyUsedFiles(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getFilesetEntry(index, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getJobLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPrimaryFilesetEntry(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getTemplatePrefix(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkJob(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedJobList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadImages(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadUsedFiles(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllFilesetAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllFilesetEntrySet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllFilesetJobLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllImageSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeFilesetAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeFilesetEntry(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeFilesetJobLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeImage(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setFilesetEntry(index, theElement, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPrimaryFilesetEntry(theElement, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setTemplatePrefix(theTemplatePrefix, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfImages(_response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfUsedFiles(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkJob(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadImages(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadUsedFiles(_response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
clearImages(_ctx=None)
clearUsedFiles(_ctx=None)
copyImages(_ctx=None)
copyUsedFiles(_ctx=None)
end_addAllFilesetAnnotationLinkSet(_r)
end_addAllFilesetEntrySet(_r)
end_addAllFilesetJobLinkSet(_r)
end_addAllImageSet(_r)
end_addFilesetAnnotationLinkToBoth(_r)
end_addFilesetEntry(_r)
end_addFilesetJobLinkToBoth(_r)
end_addImage(_r)
end_clearImages(_r)
end_clearUsedFiles(_r)
end_copyImages(_r)
end_copyUsedFiles(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getFilesetEntry(_r)
end_getJobLinksCountPerOwner(_r)
end_getPrimaryFilesetEntry(_r)
end_getTemplatePrefix(_r)
end_getVersion(_r)
end_linkAnnotation(_r)
end_linkJob(_r)
end_linkedAnnotationList(_r)
end_linkedJobList(_r)
end_reloadImages(_r)
end_reloadUsedFiles(_r)
end_removeAllFilesetAnnotationLinkSet(_r)
end_removeAllFilesetEntrySet(_r)
end_removeAllFilesetJobLinkSet(_r)
end_removeAllImageSet(_r)
end_removeFilesetAnnotationLinkFromBoth(_r)
end_removeFilesetEntry(_r)
end_removeFilesetJobLinkFromBoth(_r)
end_removeImage(_r)
end_setFilesetEntry(_r)
end_setPrimaryFilesetEntry(_r)
end_setTemplatePrefix(_r)
end_setVersion(_r)
end_sizeOfImages(_r)
end_sizeOfUsedFiles(_r)
end_unlinkAnnotation(_r)
end_unlinkJob(_r)
end_unloadImages(_r)
end_unloadUsedFiles(_r)
getAnnotationLinksCountPerOwner(_ctx=None)
getFilesetEntry(index, _ctx=None)
getJobLinksCountPerOwner(_ctx=None)
getPrimaryFilesetEntry(_ctx=None)
getTemplatePrefix(_ctx=None)
getVersion(_ctx=None)
linkAnnotation(addition, _ctx=None)
linkJob(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
linkedJobList(_ctx=None)
reloadImages(toCopy, _ctx=None)
reloadUsedFiles(toCopy, _ctx=None)
removeAllFilesetAnnotationLinkSet(targets, _ctx=None)
removeAllFilesetEntrySet(targets, _ctx=None)
removeAllFilesetJobLinkSet(targets, _ctx=None)
removeAllImageSet(targets, _ctx=None)
removeFilesetAnnotationLinkFromBoth(link, bothSides, _ctx=None)
removeFilesetEntry(theTarget, _ctx=None)
removeFilesetJobLinkFromBoth(link, bothSides, _ctx=None)
removeImage(theTarget, _ctx=None)
setFilesetEntry(index, theElement, _ctx=None)
setPrimaryFilesetEntry(theElement, _ctx=None)
setTemplatePrefix(theTemplatePrefix, _ctx=None)
setVersion(theVersion, _ctx=None)
sizeOfImages(_ctx=None)
sizeOfUsedFiles(_ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
unlinkJob(removal, _ctx=None)
unloadImages(_ctx=None)
unloadUsedFiles(_ctx=None)
class omero.model.Filter(_id=None, _details=None, _loaded=False, _version=None, _manufacturer=None, _model=None, _lotNumber=None, _serialNumber=None, _filterWheel=None, _type=None, _transmittanceRange=None, _instrument=None, _excitationFilterLinkSeq=None, _excitationFilterLinkLoaded=False, _excitationFilterLinkCountPerOwner=None, _emissionFilterLinkSeq=None, _emissionFilterLinkLoaded=False, _emissionFilterLinkCountPerOwner=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2249138>
_op_addAllFilterAnnotationLinkSet = <IcePy.Operation object at 0x2249660>
_op_addAllFilterSetEmissionFilterLinkSet = <IcePy.Operation object at 0x22494e0>
_op_addAllFilterSetExcitationFilterLinkSet = <IcePy.Operation object at 0x2249360>
_op_addFilterAnnotationLinkToBoth = <IcePy.Operation object at 0x2249708>
_op_addFilterSetEmissionFilterLinkToBoth = <IcePy.Operation object at 0x2249588>
_op_addFilterSetExcitationFilterLinkToBoth = <IcePy.Operation object at 0x2249408>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x22496d8>
_op_getEmissionFilterLinkCountPerOwner = <IcePy.Operation object at 0x2249558>
_op_getExcitationFilterLinkCountPerOwner = <IcePy.Operation object at 0x22493d8>
_op_getFilterWheel = <IcePy.Operation object at 0x2249240>
_op_getInstrument = <IcePy.Operation object at 0x22492d0>
_op_getLotNumber = <IcePy.Operation object at 0x22491e0>
_op_getManufacturer = <IcePy.Operation object at 0x2249180>
_op_getModel = <IcePy.Operation object at 0x22491b0>
_op_getSerialNumber = <IcePy.Operation object at 0x2249210>
_op_getTransmittanceRange = <IcePy.Operation object at 0x22492a0>
_op_getType = <IcePy.Operation object at 0x2249270>
_op_getVersion = <IcePy.Operation object at 0x2249150>
_op_linkAnnotation = <IcePy.Operation object at 0x22496f0>
_op_linkEmissionFilter = <IcePy.Operation object at 0x2249570>
_op_linkExcitationFilter = <IcePy.Operation object at 0x22493f0>
_op_linkedAnnotationList = <IcePy.Operation object at 0x2249768>
_op_linkedEmissionFilterList = <IcePy.Operation object at 0x22495e8>
_op_linkedExcitationFilterList = <IcePy.Operation object at 0x2249468>
_op_removeAllFilterAnnotationLinkSet = <IcePy.Operation object at 0x2249690>
_op_removeAllFilterSetEmissionFilterLinkSet = <IcePy.Operation object at 0x2249510>
_op_removeAllFilterSetExcitationFilterLinkSet = <IcePy.Operation object at 0x2249390>
_op_removeFilterAnnotationLinkFromBoth = <IcePy.Operation object at 0x2249750>
_op_removeFilterSetEmissionFilterLinkFromBoth = <IcePy.Operation object at 0x22495d0>
_op_removeFilterSetExcitationFilterLinkFromBoth = <IcePy.Operation object at 0x2249450>
_op_setFilterWheel = <IcePy.Operation object at 0x2249258>
_op_setInstrument = <IcePy.Operation object at 0x22492e8>
_op_setLotNumber = <IcePy.Operation object at 0x22491f8>
_op_setManufacturer = <IcePy.Operation object at 0x2249198>
_op_setModel = <IcePy.Operation object at 0x22491c8>
_op_setSerialNumber = <IcePy.Operation object at 0x2249228>
_op_setTransmittanceRange = <IcePy.Operation object at 0x22492b8>
_op_setType = <IcePy.Operation object at 0x2249288>
_op_setVersion = <IcePy.Operation object at 0x2249168>
_op_unlinkAnnotation = <IcePy.Operation object at 0x2249738>
_op_unlinkEmissionFilter = <IcePy.Operation object at 0x22495b8>
_op_unlinkExcitationFilter = <IcePy.Operation object at 0x2249438>
addAllFilterAnnotationLinkSet(targets, current=None)
addAllFilterSetEmissionFilterLinkSet(targets, current=None)
addAllFilterSetExcitationFilterLinkSet(targets, current=None)
addFilterAnnotationLinkToBoth(link, bothSides, current=None)
addFilterSetEmissionFilterLinkToBoth(link, bothSides, current=None)
addFilterSetExcitationFilterLinkToBoth(link, bothSides, current=None)
getAnnotationLinksCountPerOwner(current=None)
getEmissionFilterLinkCountPerOwner(current=None)
getExcitationFilterLinkCountPerOwner(current=None)
getFilterWheel(current=None)
getInstrument(current=None)
getLotNumber(current=None)
getManufacturer(current=None)
getModel(current=None)
getSerialNumber(current=None)
getTransmittanceRange(current=None)
getType(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkEmissionFilter(addition, current=None)
linkExcitationFilter(addition, current=None)
linkedAnnotationList(current=None)
linkedEmissionFilterList(current=None)
linkedExcitationFilterList(current=None)
removeAllFilterAnnotationLinkSet(targets, current=None)
removeAllFilterSetEmissionFilterLinkSet(targets, current=None)
removeAllFilterSetExcitationFilterLinkSet(targets, current=None)
removeFilterAnnotationLinkFromBoth(link, bothSides, current=None)
removeFilterSetEmissionFilterLinkFromBoth(link, bothSides, current=None)
removeFilterSetExcitationFilterLinkFromBoth(link, bothSides, current=None)
setFilterWheel(theFilterWheel, current=None)
setInstrument(theInstrument, current=None)
setLotNumber(theLotNumber, current=None)
setManufacturer(theManufacturer, current=None)
setModel(theModel, current=None)
setSerialNumber(theSerialNumber, current=None)
setTransmittanceRange(theTransmittanceRange, current=None)
setType(theType, current=None)
setVersion(theVersion, current=None)
unlinkAnnotation(removal, current=None)
unlinkEmissionFilter(removal, current=None)
unlinkExcitationFilter(removal, current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2249060>
_op_getChild = <IcePy.Operation object at 0x22497e0>
_op_getParent = <IcePy.Operation object at 0x22497b0>
_op_getVersion = <IcePy.Operation object at 0x2249780>
_op_setChild = <IcePy.Operation object at 0x22497f8>
_op_setParent = <IcePy.Operation object at 0x22497c8>
_op_setVersion = <IcePy.Operation object at 0x2249798>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.FilterAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.FilterAnnotationLink

CHILD = 'ome.model.annotations.FilterAnnotationLink_child'
DETAILS = 'ome.model.annotations.FilterAnnotationLink_details'
PARENT = 'ome.model.annotations.FilterAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.FilterAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.FilterI(id=None, loaded=None)

Bases: omero.model.Filter

DETAILS = 'ome.model.acquisition.Filter_details'
FILTERWHEEL = 'ome.model.acquisition.Filter_filterWheel'
INSTRUMENT = 'ome.model.acquisition.Filter_instrument'
LOTNUMBER = 'ome.model.acquisition.Filter_lotNumber'
MANUFACTURER = 'ome.model.acquisition.Filter_manufacturer'
MODEL = 'ome.model.acquisition.Filter_model'
SERIALNUMBER = 'ome.model.acquisition.Filter_serialNumber'
TRANSMITTANCERANGE = 'ome.model.acquisition.Filter_transmittanceRange'
TYPE = 'ome.model.acquisition.Filter_type'
_field_info = FieldInfo(manufacturer=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), model=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), lotNumber=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), serialNumber=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), filterWheel=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), type=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), transmittanceRange=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), instrument=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), excitationFilterLink=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), emissionFilterLink=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllFilterAnnotationLinkSet(targets, current=None)
addAllFilterSetEmissionFilterLinkSet(targets, current=None)
addAllFilterSetExcitationFilterLinkSet(targets, current=None)
addFilterAnnotationLinkToBoth(link, bothSides)
addFilterSetEmissionFilterLinkToBoth(link, bothSides)
addFilterSetExcitationFilterLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDetails(current=None)
getEmissionFilterLinkCountPerOwner(current=None)
getExcitationFilterLinkCountPerOwner(current=None)
getFilterWheel(current=None)
getId(current=None)
getInstrument(current=None)
getLotNumber(current=None)
getManufacturer(current=None)
getModel(current=None)
getSerialNumber(current=None)
getTransmittanceRange(current=None)
getType(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isEmissionFilterLinkLoaded()
isExcitationFilterLinkLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkEmissionFilter(addition, current=None)
linkExcitationFilter(addition, current=None)
linkedAnnotationList(current=None)
linkedEmissionFilterList(current=None)
linkedExcitationFilterList(current=None)
proxy(current=None)
removeAllFilterAnnotationLinkSet(targets, current=None)
removeAllFilterSetEmissionFilterLinkSet(targets, current=None)
removeAllFilterSetExcitationFilterLinkSet(targets, current=None)
removeFilterAnnotationLinkFromBoth(link, bothSides, current=None)
removeFilterSetEmissionFilterLinkFromBoth(link, bothSides, current=None)
removeFilterSetExcitationFilterLinkFromBoth(link, bothSides, current=None)
setFilterWheel(_filterWheel, current=None, wrap=False)
setId(_id, current=None)
setInstrument(_instrument, current=None, wrap=False)
setLotNumber(_lotNumber, current=None, wrap=False)
setManufacturer(_manufacturer, current=None, wrap=False)
setModel(_model, current=None, wrap=False)
setSerialNumber(_serialNumber, current=None, wrap=False)
setTransmittanceRange(_transmittanceRange, current=None, wrap=False)
setType(_type, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unlinkEmissionFilter(removal, current=None)
unlinkExcitationFilter(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadFilterWheel()
unloadInstrument()
unloadLotNumber()
unloadManufacturer()
unloadModel()
unloadSerialNumber()
unloadTransmittanceRange()
unloadType()
class omero.model.FilterPrx

Bases: omero.model.IObjectPrx

addAllFilterAnnotationLinkSet(targets, _ctx=None)
addAllFilterSetEmissionFilterLinkSet(targets, _ctx=None)
addAllFilterSetExcitationFilterLinkSet(targets, _ctx=None)
addFilterAnnotationLinkToBoth(link, bothSides, _ctx=None)
addFilterSetEmissionFilterLinkToBoth(link, bothSides, _ctx=None)
addFilterSetExcitationFilterLinkToBoth(link, bothSides, _ctx=None)
begin_addAllFilterAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllFilterSetEmissionFilterLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllFilterSetExcitationFilterLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addFilterAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addFilterSetEmissionFilterLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addFilterSetExcitationFilterLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getEmissionFilterLinkCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getExcitationFilterLinkCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getFilterWheel(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getInstrument(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getLotNumber(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getManufacturer(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getModel(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSerialNumber(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getTransmittanceRange(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getType(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkEmissionFilter(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkExcitationFilter(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedEmissionFilterList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedExcitationFilterList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllFilterAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllFilterSetEmissionFilterLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllFilterSetExcitationFilterLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeFilterAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeFilterSetEmissionFilterLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeFilterSetExcitationFilterLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setFilterWheel(theFilterWheel, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setInstrument(theInstrument, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setLotNumber(theLotNumber, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setManufacturer(theManufacturer, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setModel(theModel, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setSerialNumber(theSerialNumber, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setTransmittanceRange(theTransmittanceRange, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setType(theType, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkEmissionFilter(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkExcitationFilter(removal, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_addAllFilterAnnotationLinkSet(_r)
end_addAllFilterSetEmissionFilterLinkSet(_r)
end_addAllFilterSetExcitationFilterLinkSet(_r)
end_addFilterAnnotationLinkToBoth(_r)
end_addFilterSetEmissionFilterLinkToBoth(_r)
end_addFilterSetExcitationFilterLinkToBoth(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getEmissionFilterLinkCountPerOwner(_r)
end_getExcitationFilterLinkCountPerOwner(_r)
end_getFilterWheel(_r)
end_getInstrument(_r)
end_getLotNumber(_r)
end_getManufacturer(_r)
end_getModel(_r)
end_getSerialNumber(_r)
end_getTransmittanceRange(_r)
end_getType(_r)
end_getVersion(_r)
end_linkAnnotation(_r)
end_linkEmissionFilter(_r)
end_linkExcitationFilter(_r)
end_linkedAnnotationList(_r)
end_linkedEmissionFilterList(_r)
end_linkedExcitationFilterList(_r)
end_removeAllFilterAnnotationLinkSet(_r)
end_removeAllFilterSetEmissionFilterLinkSet(_r)
end_removeAllFilterSetExcitationFilterLinkSet(_r)
end_removeFilterAnnotationLinkFromBoth(_r)
end_removeFilterSetEmissionFilterLinkFromBoth(_r)
end_removeFilterSetExcitationFilterLinkFromBoth(_r)
end_setFilterWheel(_r)
end_setInstrument(_r)
end_setLotNumber(_r)
end_setManufacturer(_r)
end_setModel(_r)
end_setSerialNumber(_r)
end_setTransmittanceRange(_r)
end_setType(_r)
end_setVersion(_r)
end_unlinkAnnotation(_r)
end_unlinkEmissionFilter(_r)
end_unlinkExcitationFilter(_r)
getAnnotationLinksCountPerOwner(_ctx=None)
getEmissionFilterLinkCountPerOwner(_ctx=None)
getExcitationFilterLinkCountPerOwner(_ctx=None)
getFilterWheel(_ctx=None)
getInstrument(_ctx=None)
getLotNumber(_ctx=None)
getManufacturer(_ctx=None)
getModel(_ctx=None)
getSerialNumber(_ctx=None)
getTransmittanceRange(_ctx=None)
getType(_ctx=None)
getVersion(_ctx=None)
linkAnnotation(addition, _ctx=None)
linkEmissionFilter(addition, _ctx=None)
linkExcitationFilter(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
linkedEmissionFilterList(_ctx=None)
linkedExcitationFilterList(_ctx=None)
removeAllFilterAnnotationLinkSet(targets, _ctx=None)
removeAllFilterSetEmissionFilterLinkSet(targets, _ctx=None)
removeAllFilterSetExcitationFilterLinkSet(targets, _ctx=None)
removeFilterAnnotationLinkFromBoth(link, bothSides, _ctx=None)
removeFilterSetEmissionFilterLinkFromBoth(link, bothSides, _ctx=None)
removeFilterSetExcitationFilterLinkFromBoth(link, bothSides, _ctx=None)
setFilterWheel(theFilterWheel, _ctx=None)
setInstrument(theInstrument, _ctx=None)
setLotNumber(theLotNumber, _ctx=None)
setManufacturer(theManufacturer, _ctx=None)
setModel(theModel, _ctx=None)
setSerialNumber(theSerialNumber, _ctx=None)
setTransmittanceRange(theTransmittanceRange, _ctx=None)
setType(theType, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
unlinkEmissionFilter(removal, _ctx=None)
unlinkExcitationFilter(removal, _ctx=None)
class omero.model.FilterSet(_id=None, _details=None, _loaded=False, _version=None, _manufacturer=None, _model=None, _lotNumber=None, _serialNumber=None, _instrument=None, _excitationFilterLinkSeq=None, _excitationFilterLinkLoaded=False, _excitationFilterLinkCountPerOwner=None, _dichroic=None, _emissionFilterLinkSeq=None, _emissionFilterLinkLoaded=False, _emissionFilterLinkCountPerOwner=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2358fc0>
_op_addAllFilterSetEmissionFilterLinkSet = <IcePy.Operation object at 0x2249bb8>
_op_addAllFilterSetExcitationFilterLinkSet = <IcePy.Operation object at 0x2249a08>
_op_addFilterSetEmissionFilterLinkToBoth = <IcePy.Operation object at 0x2249c60>
_op_addFilterSetExcitationFilterLinkToBoth = <IcePy.Operation object at 0x2249ab0>
_op_getDichroic = <IcePy.Operation object at 0x2249b28>
_op_getEmissionFilterLinkCountPerOwner = <IcePy.Operation object at 0x2249c30>
_op_getExcitationFilterLinkCountPerOwner = <IcePy.Operation object at 0x2249a80>
_op_getInstrument = <IcePy.Operation object at 0x2249978>
_op_getLotNumber = <IcePy.Operation object at 0x2249918>
_op_getManufacturer = <IcePy.Operation object at 0x22498b8>
_op_getModel = <IcePy.Operation object at 0x22498e8>
_op_getSerialNumber = <IcePy.Operation object at 0x2249948>
_op_getVersion = <IcePy.Operation object at 0x2249888>
_op_linkEmissionFilter = <IcePy.Operation object at 0x2249c48>
_op_linkExcitationFilter = <IcePy.Operation object at 0x2249a98>
_op_linkedEmissionFilterList = <IcePy.Operation object at 0x2249cc0>
_op_linkedExcitationFilterList = <IcePy.Operation object at 0x2249b10>
_op_removeAllFilterSetEmissionFilterLinkSet = <IcePy.Operation object at 0x2249be8>
_op_removeAllFilterSetExcitationFilterLinkSet = <IcePy.Operation object at 0x2249a38>
_op_removeFilterSetEmissionFilterLinkFromBoth = <IcePy.Operation object at 0x2249ca8>
_op_removeFilterSetExcitationFilterLinkFromBoth = <IcePy.Operation object at 0x2249af8>
_op_setDichroic = <IcePy.Operation object at 0x2249b40>
_op_setInstrument = <IcePy.Operation object at 0x2249990>
_op_setLotNumber = <IcePy.Operation object at 0x2249930>
_op_setManufacturer = <IcePy.Operation object at 0x22498d0>
_op_setModel = <IcePy.Operation object at 0x2249900>
_op_setSerialNumber = <IcePy.Operation object at 0x2249960>
_op_setVersion = <IcePy.Operation object at 0x22498a0>
_op_unlinkEmissionFilter = <IcePy.Operation object at 0x2249c90>
_op_unlinkExcitationFilter = <IcePy.Operation object at 0x2249ae0>
addAllFilterSetEmissionFilterLinkSet(targets, current=None)
addAllFilterSetExcitationFilterLinkSet(targets, current=None)
addFilterSetEmissionFilterLinkToBoth(link, bothSides, current=None)
addFilterSetExcitationFilterLinkToBoth(link, bothSides, current=None)
getDichroic(current=None)
getEmissionFilterLinkCountPerOwner(current=None)
getExcitationFilterLinkCountPerOwner(current=None)
getInstrument(current=None)
getLotNumber(current=None)
getManufacturer(current=None)
getModel(current=None)
getSerialNumber(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkEmissionFilter(addition, current=None)
linkExcitationFilter(addition, current=None)
linkedEmissionFilterList(current=None)
linkedExcitationFilterList(current=None)
removeAllFilterSetEmissionFilterLinkSet(targets, current=None)
removeAllFilterSetExcitationFilterLinkSet(targets, current=None)
removeFilterSetEmissionFilterLinkFromBoth(link, bothSides, current=None)
removeFilterSetExcitationFilterLinkFromBoth(link, bothSides, current=None)
setDichroic(theDichroic, current=None)
setInstrument(theInstrument, current=None)
setLotNumber(theLotNumber, current=None)
setManufacturer(theManufacturer, current=None)
setModel(theModel, current=None)
setSerialNumber(theSerialNumber, current=None)
setVersion(theVersion, current=None)
unlinkEmissionFilter(removal, current=None)
unlinkExcitationFilter(removal, current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2249030>
_op_getChild = <IcePy.Operation object at 0x2249d38>
_op_getParent = <IcePy.Operation object at 0x2249d08>
_op_getVersion = <IcePy.Operation object at 0x2249cd8>
_op_setChild = <IcePy.Operation object at 0x2249d50>
_op_setParent = <IcePy.Operation object at 0x2249d20>
_op_setVersion = <IcePy.Operation object at 0x2249cf0>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.FilterSetEmissionFilterLinkI(id=None, loaded=None)

Bases: omero.model.FilterSetEmissionFilterLink

CHILD = 'ome.model.acquisition.FilterSetEmissionFilterLink_child'
DETAILS = 'ome.model.acquisition.FilterSetEmissionFilterLink_details'
PARENT = 'ome.model.acquisition.FilterSetEmissionFilterLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.FilterSetEmissionFilterLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2358f90>
_op_getChild = <IcePy.Operation object at 0x2249de0>
_op_getParent = <IcePy.Operation object at 0x2249db0>
_op_getVersion = <IcePy.Operation object at 0x2249d80>
_op_setChild = <IcePy.Operation object at 0x2249df8>
_op_setParent = <IcePy.Operation object at 0x2249dc8>
_op_setVersion = <IcePy.Operation object at 0x2249d98>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.FilterSetExcitationFilterLinkI(id=None, loaded=None)

Bases: omero.model.FilterSetExcitationFilterLink

CHILD = 'ome.model.acquisition.FilterSetExcitationFilterLink_child'
DETAILS = 'ome.model.acquisition.FilterSetExcitationFilterLink_details'
PARENT = 'ome.model.acquisition.FilterSetExcitationFilterLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.FilterSetExcitationFilterLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.FilterSetI(id=None, loaded=None)

Bases: omero.model.FilterSet

DETAILS = 'ome.model.acquisition.FilterSet_details'
DICHROIC = 'ome.model.acquisition.FilterSet_dichroic'
INSTRUMENT = 'ome.model.acquisition.FilterSet_instrument'
LOTNUMBER = 'ome.model.acquisition.FilterSet_lotNumber'
MANUFACTURER = 'ome.model.acquisition.FilterSet_manufacturer'
MODEL = 'ome.model.acquisition.FilterSet_model'
SERIALNUMBER = 'ome.model.acquisition.FilterSet_serialNumber'
_field_info = FieldInfo(manufacturer=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), model=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), lotNumber=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), serialNumber=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), instrument=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), excitationFilterLink=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), dichroic=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), emissionFilterLink=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllFilterSetEmissionFilterLinkSet(targets, current=None)
addAllFilterSetExcitationFilterLinkSet(targets, current=None)
addFilterSetEmissionFilterLinkToBoth(link, bothSides)
addFilterSetExcitationFilterLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getDichroic(current=None)
getEmissionFilterLinkCountPerOwner(current=None)
getExcitationFilterLinkCountPerOwner(current=None)
getId(current=None)
getInstrument(current=None)
getLotNumber(current=None)
getManufacturer(current=None)
getModel(current=None)
getSerialNumber(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isEmissionFilterLinkLoaded()
isExcitationFilterLinkLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkEmissionFilter(addition, current=None)
linkExcitationFilter(addition, current=None)
linkedEmissionFilterList(current=None)
linkedExcitationFilterList(current=None)
proxy(current=None)
removeAllFilterSetEmissionFilterLinkSet(targets, current=None)
removeAllFilterSetExcitationFilterLinkSet(targets, current=None)
removeFilterSetEmissionFilterLinkFromBoth(link, bothSides, current=None)
removeFilterSetExcitationFilterLinkFromBoth(link, bothSides, current=None)
setDichroic(_dichroic, current=None, wrap=False)
setId(_id, current=None)
setInstrument(_instrument, current=None, wrap=False)
setLotNumber(_lotNumber, current=None, wrap=False)
setManufacturer(_manufacturer, current=None, wrap=False)
setModel(_model, current=None, wrap=False)
setSerialNumber(_serialNumber, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkEmissionFilter(removal, current=None)
unlinkExcitationFilter(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadDichroic()
unloadInstrument()
unloadLotNumber()
unloadManufacturer()
unloadModel()
unloadSerialNumber()
class omero.model.FilterSetPrx

Bases: omero.model.IObjectPrx

addAllFilterSetEmissionFilterLinkSet(targets, _ctx=None)
addAllFilterSetExcitationFilterLinkSet(targets, _ctx=None)
addFilterSetEmissionFilterLinkToBoth(link, bothSides, _ctx=None)
addFilterSetExcitationFilterLinkToBoth(link, bothSides, _ctx=None)
begin_addAllFilterSetEmissionFilterLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllFilterSetExcitationFilterLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addFilterSetEmissionFilterLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addFilterSetExcitationFilterLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getDichroic(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getEmissionFilterLinkCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getExcitationFilterLinkCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getInstrument(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getLotNumber(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getManufacturer(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getModel(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSerialNumber(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkEmissionFilter(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkExcitationFilter(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedEmissionFilterList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedExcitationFilterList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllFilterSetEmissionFilterLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllFilterSetExcitationFilterLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeFilterSetEmissionFilterLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeFilterSetExcitationFilterLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDichroic(theDichroic, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setInstrument(theInstrument, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setLotNumber(theLotNumber, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setManufacturer(theManufacturer, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setModel(theModel, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setSerialNumber(theSerialNumber, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkEmissionFilter(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkExcitationFilter(removal, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_addAllFilterSetEmissionFilterLinkSet(_r)
end_addAllFilterSetExcitationFilterLinkSet(_r)
end_addFilterSetEmissionFilterLinkToBoth(_r)
end_addFilterSetExcitationFilterLinkToBoth(_r)
end_getDichroic(_r)
end_getEmissionFilterLinkCountPerOwner(_r)
end_getExcitationFilterLinkCountPerOwner(_r)
end_getInstrument(_r)
end_getLotNumber(_r)
end_getManufacturer(_r)
end_getModel(_r)
end_getSerialNumber(_r)
end_getVersion(_r)
end_linkEmissionFilter(_r)
end_linkExcitationFilter(_r)
end_linkedEmissionFilterList(_r)
end_linkedExcitationFilterList(_r)
end_removeAllFilterSetEmissionFilterLinkSet(_r)
end_removeAllFilterSetExcitationFilterLinkSet(_r)
end_removeFilterSetEmissionFilterLinkFromBoth(_r)
end_removeFilterSetExcitationFilterLinkFromBoth(_r)
end_setDichroic(_r)
end_setInstrument(_r)
end_setLotNumber(_r)
end_setManufacturer(_r)
end_setModel(_r)
end_setSerialNumber(_r)
end_setVersion(_r)
end_unlinkEmissionFilter(_r)
end_unlinkExcitationFilter(_r)
getDichroic(_ctx=None)
getEmissionFilterLinkCountPerOwner(_ctx=None)
getExcitationFilterLinkCountPerOwner(_ctx=None)
getInstrument(_ctx=None)
getLotNumber(_ctx=None)
getManufacturer(_ctx=None)
getModel(_ctx=None)
getSerialNumber(_ctx=None)
getVersion(_ctx=None)
linkEmissionFilter(addition, _ctx=None)
linkExcitationFilter(addition, _ctx=None)
linkedEmissionFilterList(_ctx=None)
linkedExcitationFilterList(_ctx=None)
removeAllFilterSetEmissionFilterLinkSet(targets, _ctx=None)
removeAllFilterSetExcitationFilterLinkSet(targets, _ctx=None)
removeFilterSetEmissionFilterLinkFromBoth(link, bothSides, _ctx=None)
removeFilterSetExcitationFilterLinkFromBoth(link, bothSides, _ctx=None)
setDichroic(theDichroic, _ctx=None)
setInstrument(theInstrument, _ctx=None)
setLotNumber(theLotNumber, _ctx=None)
setManufacturer(theManufacturer, _ctx=None)
setModel(theModel, _ctx=None)
setSerialNumber(theSerialNumber, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkEmissionFilter(removal, _ctx=None)
unlinkExcitationFilter(removal, _ctx=None)
class omero.model.FilterType(_id=None, _details=None, _loaded=False, _value=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2358f30>
_op_getValue = <IcePy.Operation object at 0x2249e28>
_op_setValue = <IcePy.Operation object at 0x2249e40>
getValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setValue(theValue, current=None)
class omero.model.FilterTypeI(id=None, loaded=None)

Bases: omero.model.FilterType

DETAILS = 'ome.model.enums.FilterType_details'
VALUE = 'ome.model.enums.FilterType_value'
_field_info = FieldInfo(value=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getValue(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setValue(_value, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadValue()
class omero.model.FilterTypePrx

Bases: omero.model.IObjectPrx

begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(theValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getValue(_r)
end_setValue(_r)
getValue(_ctx=None)
setValue(theValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Format(_id=None, _details=None, _loaded=False, _value=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a2b8>
_op_getValue = <IcePy.Operation object at 0x2249e58>
_op_setValue = <IcePy.Operation object at 0x2249e70>
getValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setValue(theValue, current=None)
class omero.model.FormatI(id=None, loaded=None)

Bases: omero.model.Format

DETAILS = 'ome.model.enums.Format_details'
VALUE = 'ome.model.enums.Format_value'
_field_info = FieldInfo(value=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getValue(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setValue(_value, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadValue()
class omero.model.FormatPrx

Bases: omero.model.IObjectPrx

begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(theValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getValue(_r)
end_setValue(_r)
getValue(_ctx=None)
setValue(theValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Frequency(_value=0.0, _unit=YOTTAHERTZ)

Bases: Ice.Object

Unit of Frequency which is used through the model. This is not an [omero::model::IObject] implementation and as such does not have an ID value. Instead, the entire object is embedded into the containing class, so that the value and unit rows can be found on the table itself (e.g. detectorSettings.readOutRate and detectorSettings.readOutRateUnit).

_ice_type = <IcePy.TypeInfo object at 0x1e2a438>
_op_copy = <IcePy.Operation object at 0x35ddde0>
_op_getSymbol = <IcePy.Operation object at 0x35dddc8>
_op_getUnit = <IcePy.Operation object at 0x35ddd98>
_op_getValue = <IcePy.Operation object at 0x35ddd68>
_op_setUnit = <IcePy.Operation object at 0x35dddb0>
_op_setValue = <IcePy.Operation object at 0x35ddd80>
copy(current=None)
getSymbol(current=None)

Returns the possibly unicode representation of the “unit” value for display.

getUnit(current=None)

[omero::model::enums::UnitsFrequency] instance which is an [omero::model::IObject] meaning that its ID is sufficient for identifying equality.

getValue(current=None)

Actual value for this unit-based field. The interpretation of the value is only possible along with the [omero::model::enums::UnitsFrequency] enum.

ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setUnit(unit, current=None)
setValue(value, current=None)
class omero.model.FrequencyI(value=None, unit=None)

Bases: omero.model.Frequency, omero_model_UnitBase.UnitBase

CONVERSIONS = {YOTTAHERTZ: {ZETTAHERTZ: <omero.conversions.Mul object at 0x38dc610>, EXAHERTZ: <omero.conversions.Mul object at 0x38dba90>, PETAHERTZ: <omero.conversions.Mul object at 0x38dc250>, TERAHERTZ: <omero.conversions.Mul object at 0x38dc3d0>, GIGAHERTZ: <omero.conversions.Mul object at 0x38dbc10>, MEGAHERTZ: <omero.conversions.Mul object at 0x38dbf10>, KILOHERTZ: <omero.conversions.Mul object at 0x38dbe50>, HECTOHERTZ: <omero.conversions.Mul object at 0x38dbcd0>, DECAHERTZ: <omero.conversions.Mul object at 0x38db910>, HERTZ: <omero.conversions.Mul object at 0x38dbd90>, DECIHERTZ: <omero.conversions.Mul object at 0x38db9d0>, CENTIHERTZ: <omero.conversions.Mul object at 0x38db850>, MILLIHERTZ: <omero.conversions.Mul object at 0x38dc0d0>, MICROHERTZ: <omero.conversions.Mul object at 0x38dbfd0>, NANOHERTZ: <omero.conversions.Mul object at 0x38dc190>, PICOHERTZ: <omero.conversions.Mul object at 0x38dc310>, FEMTOHERTZ: <omero.conversions.Mul object at 0x38dbb50>, ATTOHERTZ: <omero.conversions.Mul object at 0x38db790>, ZEPTOHERTZ: <omero.conversions.Mul object at 0x38dc550>, YOCTOHERTZ: <omero.conversions.Mul object at 0x38dc490>}, ZETTAHERTZ: {YOTTAHERTZ: <omero.conversions.Mul object at 0x38e0dd0>, EXAHERTZ: <omero.conversions.Mul object at 0x38e02d0>, PETAHERTZ: <omero.conversions.Mul object at 0x38e0a50>, TERAHERTZ: <omero.conversions.Mul object at 0x38e0bd0>, GIGAHERTZ: <omero.conversions.Mul object at 0x38e0450>, MEGAHERTZ: <omero.conversions.Mul object at 0x38e0750>, KILOHERTZ: <omero.conversions.Mul object at 0x38e0690>, HECTOHERTZ: <omero.conversions.Mul object at 0x38e0510>, DECAHERTZ: <omero.conversions.Mul object at 0x38e0150>, HERTZ: <omero.conversions.Mul object at 0x38e05d0>, DECIHERTZ: <omero.conversions.Mul object at 0x38e0210>, CENTIHERTZ: <omero.conversions.Mul object at 0x38e0090>, MILLIHERTZ: <omero.conversions.Mul object at 0x38e08d0>, MICROHERTZ: <omero.conversions.Mul object at 0x38e0810>, NANOHERTZ: <omero.conversions.Mul object at 0x38e0990>, PICOHERTZ: <omero.conversions.Mul object at 0x38e0b10>, FEMTOHERTZ: <omero.conversions.Mul object at 0x38e0390>, ATTOHERTZ: <omero.conversions.Mul object at 0x38ddf90>, ZEPTOHERTZ: <omero.conversions.Mul object at 0x38e0e90>, YOCTOHERTZ: <omero.conversions.Mul object at 0x38e0c90>}, EXAHERTZ: {YOTTAHERTZ: <omero.conversions.Mul object at 0x38c6890>, ZETTAHERTZ: <omero.conversions.Mul object at 0x38c6a90>, PETAHERTZ: <omero.conversions.Mul object at 0x38c6510>, TERAHERTZ: <omero.conversions.Mul object at 0x38c6690>, GIGAHERTZ: <omero.conversions.Mul object at 0x38c7ed0>, MEGAHERTZ: <omero.conversions.Mul object at 0x38c6210>, KILOHERTZ: <omero.conversions.Mul object at 0x38c6150>, HECTOHERTZ: <omero.conversions.Mul object at 0x38c7f90>, DECAHERTZ: <omero.conversions.Mul object at 0x38c7c90>, HERTZ: <omero.conversions.Mul object at 0x38c6090>, DECIHERTZ: <omero.conversions.Mul object at 0x38c7d50>, CENTIHERTZ: <omero.conversions.Mul object at 0x38c7bd0>, MILLIHERTZ: <omero.conversions.Mul object at 0x38c6390>, MICROHERTZ: <omero.conversions.Mul object at 0x38c62d0>, NANOHERTZ: <omero.conversions.Mul object at 0x38c6450>, PICOHERTZ: <omero.conversions.Mul object at 0x38c65d0>, FEMTOHERTZ: <omero.conversions.Mul object at 0x38c7e10>, ATTOHERTZ: <omero.conversions.Mul object at 0x38c7b10>, ZEPTOHERTZ: <omero.conversions.Mul object at 0x38c6950>, YOCTOHERTZ: <omero.conversions.Mul object at 0x38c6750>}, PETAHERTZ: {YOTTAHERTZ: <omero.conversions.Mul object at 0x38d42d0>, ZETTAHERTZ: <omero.conversions.Mul object at 0x38d44d0>, EXAHERTZ: <omero.conversions.Mul object at 0x38d5850>, TERAHERTZ: <omero.conversions.Mul object at 0x38d40d0>, GIGAHERTZ: <omero.conversions.Mul object at 0x38d59d0>, MEGAHERTZ: <omero.conversions.Mul object at 0x38d5cd0>, KILOHERTZ: <omero.conversions.Mul object at 0x38d5c10>, HECTOHERTZ: <omero.conversions.Mul object at 0x38d5a90>, DECAHERTZ: <omero.conversions.Mul object at 0x38d5650>, HERTZ: <omero.conversions.Mul object at 0x38d5b50>, DECIHERTZ: <omero.conversions.Mul object at 0x38d5710>, CENTIHERTZ: <omero.conversions.Mul object at 0x38d5590>, MILLIHERTZ: <omero.conversions.Mul object at 0x38d5e50>, MICROHERTZ: <omero.conversions.Mul object at 0x38d5d90>, NANOHERTZ: <omero.conversions.Mul object at 0x38d5f10>, PICOHERTZ: <omero.conversions.Mul object at 0x38d5fd0>, FEMTOHERTZ: <omero.conversions.Mul object at 0x38d5910>, ATTOHERTZ: <omero.conversions.Mul object at 0x38d54d0>, ZEPTOHERTZ: <omero.conversions.Mul object at 0x38d4390>, YOCTOHERTZ: <omero.conversions.Mul object at 0x38d4190>}, TERAHERTZ: {YOTTAHERTZ: <omero.conversions.Mul object at 0x38d8b50>, ZETTAHERTZ: <omero.conversions.Mul object at 0x38d8d50>, EXAHERTZ: <omero.conversions.Mul object at 0x38d8090>, PETAHERTZ: <omero.conversions.Mul object at 0x38d8890>, GIGAHERTZ: <omero.conversions.Mul object at 0x38d8210>, MEGAHERTZ: <omero.conversions.Mul object at 0x38d8510>, KILOHERTZ: <omero.conversions.Mul object at 0x38d8450>, HECTOHERTZ: <omero.conversions.Mul object at 0x38d82d0>, DECAHERTZ: <omero.conversions.Mul object at 0x38d9e50>, HERTZ: <omero.conversions.Mul object at 0x38d8390>, DECIHERTZ: <omero.conversions.Mul object at 0x38d9f10>, CENTIHERTZ: <omero.conversions.Mul object at 0x38d9d90>, MILLIHERTZ: <omero.conversions.Mul object at 0x38d8690>, MICROHERTZ: <omero.conversions.Mul object at 0x38d85d0>, NANOHERTZ: <omero.conversions.Mul object at 0x38d8750>, PICOHERTZ: <omero.conversions.Mul object at 0x38d8950>, FEMTOHERTZ: <omero.conversions.Mul object at 0x38d8150>, ATTOHERTZ: <omero.conversions.Mul object at 0x38d9cd0>, ZEPTOHERTZ: <omero.conversions.Mul object at 0x38d8c10>, YOCTOHERTZ: <omero.conversions.Mul object at 0x38d8a10>}, GIGAHERTZ: {YOTTAHERTZ: <omero.conversions.Mul object at 0x38c9250>, ZETTAHERTZ: <omero.conversions.Mul object at 0x38c9450>, EXAHERTZ: <omero.conversions.Mul object at 0x38ca6d0>, PETAHERTZ: <omero.conversions.Mul object at 0x38cae10>, TERAHERTZ: <omero.conversions.Mul object at 0x38c9050>, MEGAHERTZ: <omero.conversions.Mul object at 0x38caa90>, KILOHERTZ: <omero.conversions.Mul object at 0x38ca9d0>, HECTOHERTZ: <omero.conversions.Mul object at 0x38ca850>, DECAHERTZ: <omero.conversions.Mul object at 0x38ca4d0>, HERTZ: <omero.conversions.Mul object at 0x38ca910>, DECIHERTZ: <omero.conversions.Mul object at 0x38ca590>, CENTIHERTZ: <omero.conversions.Mul object at 0x38ca410>, MILLIHERTZ: <omero.conversions.Mul object at 0x38cac10>, MICROHERTZ: <omero.conversions.Mul object at 0x38cab50>, NANOHERTZ: <omero.conversions.Mul object at 0x38cacd0>, PICOHERTZ: <omero.conversions.Mul object at 0x38caed0>, FEMTOHERTZ: <omero.conversions.Mul object at 0x38ca790>, ATTOHERTZ: <omero.conversions.Mul object at 0x38ca350>, ZEPTOHERTZ: <omero.conversions.Mul object at 0x38c9310>, YOCTOHERTZ: <omero.conversions.Mul object at 0x38c9110>}, MEGAHERTZ: {YOTTAHERTZ: <omero.conversions.Mul object at 0x38cbed0>, ZETTAHERTZ: <omero.conversions.Mul object at 0x38ce110>, EXAHERTZ: <omero.conversions.Mul object at 0x38cb310>, PETAHERTZ: <omero.conversions.Mul object at 0x38cbad0>, TERAHERTZ: <omero.conversions.Mul object at 0x38cbcd0>, GIGAHERTZ: <omero.conversions.Mul object at 0x38cb510>, KILOHERTZ: <omero.conversions.Mul object at 0x38cb750>, HECTOHERTZ: <omero.conversions.Mul object at 0x38cb5d0>, DECAHERTZ: <omero.conversions.Mul object at 0x38cb110>, HERTZ: <omero.conversions.Mul object at 0x38cb690>, DECIHERTZ: <omero.conversions.Mul object at 0x38cb1d0>, CENTIHERTZ: <omero.conversions.Mul object at 0x38cb050>, MILLIHERTZ: <omero.conversions.Mul object at 0x38cb8d0>, MICROHERTZ: <omero.conversions.Mul object at 0x38cb810>, NANOHERTZ: <omero.conversions.Mul object at 0x38cb990>, PICOHERTZ: <omero.conversions.Mul object at 0x38cbb90>, FEMTOHERTZ: <omero.conversions.Mul object at 0x38cb3d0>, ATTOHERTZ: <omero.conversions.Mul object at 0x38cdf50>, ZEPTOHERTZ: <omero.conversions.Mul object at 0x38cbf90>, YOCTOHERTZ: <omero.conversions.Mul object at 0x38cbd90>}, KILOHERTZ: {YOTTAHERTZ: <omero.conversions.Mul object at 0x38cdc90>, ZETTAHERTZ: <omero.conversions.Mul object at 0x38cde90>, EXAHERTZ: <omero.conversions.Mul object at 0x38cd050>, PETAHERTZ: <omero.conversions.Mul object at 0x38cd890>, TERAHERTZ: <omero.conversions.Mul object at 0x38cda90>, GIGAHERTZ: <omero.conversions.Mul object at 0x38cd250>, MEGAHERTZ: <omero.conversions.Mul object at 0x38cd510>, HECTOHERTZ: <omero.conversions.Mul object at 0x38cd310>, DECAHERTZ: <omero.conversions.Mul object at 0x38d0e10>, HERTZ: <omero.conversions.Mul object at 0x38cd3d0>, DECIHERTZ: <omero.conversions.Mul object at 0x38d0ed0>, CENTIHERTZ: <omero.conversions.Mul object at 0x38d0d50>, MILLIHERTZ: <omero.conversions.Mul object at 0x38cd690>, MICROHERTZ: <omero.conversions.Mul object at 0x38cd5d0>, NANOHERTZ: <omero.conversions.Mul object at 0x38cd750>, PICOHERTZ: <omero.conversions.Mul object at 0x38cd950>, FEMTOHERTZ: <omero.conversions.Mul object at 0x38cd110>, ATTOHERTZ: <omero.conversions.Mul object at 0x38d0c90>, ZEPTOHERTZ: <omero.conversions.Mul object at 0x38cdd50>, YOCTOHERTZ: <omero.conversions.Mul object at 0x38cdb50>}, HECTOHERTZ: {YOTTAHERTZ: <omero.conversions.Mul object at 0x38cc590>, ZETTAHERTZ: <omero.conversions.Mul object at 0x38cc790>, EXAHERTZ: <omero.conversions.Mul object at 0x38c9890>, PETAHERTZ: <omero.conversions.Mul object at 0x38cc190>, TERAHERTZ: <omero.conversions.Mul object at 0x38cc390>, GIGAHERTZ: <omero.conversions.Mul object at 0x38c9a90>, MEGAHERTZ: <omero.conversions.Mul object at 0x38c9dd0>, KILOHERTZ: <omero.conversions.Mul object at 0x38c9c90>, DECAHERTZ: <omero.conversions.Mul object at 0x38c9690>, HERTZ: <omero.conversions.Mul object at 0x38c9b50>, DECIHERTZ: <omero.conversions.Mul object at 0x38c9750>, CENTIHERTZ: <omero.conversions.Mul object at 0x38c95d0>, MILLIHERTZ: <omero.conversions.Mul object at 0x38c9f50>, MICROHERTZ: <omero.conversions.Mul object at 0x38c9e90>, NANOHERTZ: <omero.conversions.Mul object at 0x38cc050>, PICOHERTZ: <omero.conversions.Mul object at 0x38cc250>, FEMTOHERTZ: <omero.conversions.Mul object at 0x38c9950>, ATTOHERTZ: <omero.conversions.Mul object at 0x38c9510>, ZEPTOHERTZ: <omero.conversions.Mul object at 0x38cc650>, YOCTOHERTZ: <omero.conversions.Mul object at 0x38cc450>}, DECAHERTZ: {YOTTAHERTZ: <omero.conversions.Mul object at 0x38c5390>, ZETTAHERTZ: <omero.conversions.Mul object at 0x38c5590>, EXAHERTZ: <omero.conversions.Mul object at 0x38c4550>, PETAHERTZ: <omero.conversions.Mul object at 0x38c4f50>, TERAHERTZ: <omero.conversions.Mul object at 0x38c5190>, GIGAHERTZ: <omero.conversions.Mul object at 0x38c4750>, MEGAHERTZ: <omero.conversions.Mul object at 0x38c4bd0>, KILOHERTZ: <omero.conversions.Mul object at 0x38c4a90>, HECTOHERTZ: <omero.conversions.Mul object at 0x38c4890>, HERTZ: <omero.conversions.Mul object at 0x38c4950>, DECIHERTZ: <omero.conversions.Mul object at 0x38c4410>, CENTIHERTZ: <omero.conversions.Mul object at 0x38c4350>, MILLIHERTZ: <omero.conversions.Mul object at 0x38c4d50>, MICROHERTZ: <omero.conversions.Mul object at 0x38c4c90>, NANOHERTZ: <omero.conversions.Mul object at 0x38c4e10>, PICOHERTZ: <omero.conversions.Mul object at 0x38c5050>, FEMTOHERTZ: <omero.conversions.Mul object at 0x38c4610>, ATTOHERTZ: <omero.conversions.Mul object at 0x38c4290>, ZEPTOHERTZ: <omero.conversions.Mul object at 0x38c5450>, YOCTOHERTZ: <omero.conversions.Mul object at 0x38c5250>}, HERTZ: {YOTTAHERTZ: <omero.conversions.Mul object at 0x38d09d0>, ZETTAHERTZ: <omero.conversions.Mul object at 0x38d0bd0>, EXAHERTZ: <omero.conversions.Mul object at 0x38ccc50>, PETAHERTZ: <omero.conversions.Mul object at 0x38d05d0>, TERAHERTZ: <omero.conversions.Mul object at 0x38d07d0>, GIGAHERTZ: <omero.conversions.Mul object at 0x38cce50>, MEGAHERTZ: <omero.conversions.Mul object at 0x38d0250>, KILOHERTZ: <omero.conversions.Mul object at 0x38d0110>, HECTOHERTZ: <omero.conversions.Mul object at 0x38ccf90>, DECAHERTZ: <omero.conversions.Mul object at 0x38cca50>, DECIHERTZ: <omero.conversions.Mul object at 0x38ccb10>, CENTIHERTZ: <omero.conversions.Mul object at 0x38cc910>, MILLIHERTZ: <omero.conversions.Mul object at 0x38d03d0>, MICROHERTZ: <omero.conversions.Mul object at 0x38d0310>, NANOHERTZ: <omero.conversions.Mul object at 0x38d0490>, PICOHERTZ: <omero.conversions.Mul object at 0x38d0690>, FEMTOHERTZ: <omero.conversions.Mul object at 0x38ccd10>, ATTOHERTZ: <omero.conversions.Mul object at 0x38cc850>, ZEPTOHERTZ: <omero.conversions.Mul object at 0x38d0a90>, YOCTOHERTZ: <omero.conversions.Mul object at 0x38d0890>}, DECIHERTZ: {YOTTAHERTZ: <omero.conversions.Mul object at 0x38c7850>, ZETTAHERTZ: <omero.conversions.Mul object at 0x38c7a50>, EXAHERTZ: <omero.conversions.Mul object at 0x38c5990>, PETAHERTZ: <omero.conversions.Mul object at 0x38c7450>, TERAHERTZ: <omero.conversions.Mul object at 0x38c7650>, GIGAHERTZ: <omero.conversions.Mul object at 0x38c5b90>, MEGAHERTZ: <omero.conversions.Mul object at 0x38c70d0>, KILOHERTZ: <omero.conversions.Mul object at 0x38c5f50>, HECTOHERTZ: <omero.conversions.Mul object at 0x38c5cd0>, DECAHERTZ: <omero.conversions.Mul object at 0x38c5850>, HERTZ: <omero.conversions.Mul object at 0x38c5e10>, CENTIHERTZ: <omero.conversions.Mul object at 0x38c5710>, MILLIHERTZ: <omero.conversions.Mul object at 0x38c7250>, MICROHERTZ: <omero.conversions.Mul object at 0x38c7190>, NANOHERTZ: <omero.conversions.Mul object at 0x38c7310>, PICOHERTZ: <omero.conversions.Mul object at 0x38c7510>, FEMTOHERTZ: <omero.conversions.Mul object at 0x38c5a50>, ATTOHERTZ: <omero.conversions.Mul object at 0x38c5650>, ZEPTOHERTZ: <omero.conversions.Mul object at 0x38c7910>, YOCTOHERTZ: <omero.conversions.Mul object at 0x38c7710>}, CENTIHERTZ: {YOTTAHERTZ: <omero.conversions.Mul object at 0x38f6f90>, ZETTAHERTZ: <omero.conversions.Mul object at 0x38c41d0>, EXAHERTZ: <omero.conversions.Mul object at 0x38f6110>, PETAHERTZ: <omero.conversions.Mul object at 0x38f6b90>, TERAHERTZ: <omero.conversions.Mul object at 0x38f6d90>, GIGAHERTZ: <omero.conversions.Mul object at 0x38f6310>, MEGAHERTZ: <omero.conversions.Mul object at 0x38f6810>, KILOHERTZ: <omero.conversions.Mul object at 0x38f66d0>, HECTOHERTZ: <omero.conversions.Mul object at 0x38f6450>, DECAHERTZ: <omero.conversions.Mul object at 0x36c7e50>, HERTZ: <omero.conversions.Mul object at 0x38f6590>, DECIHERTZ: <omero.conversions.Mul object at 0x36c7f90>, MILLIHERTZ: <omero.conversions.Mul object at 0x38f6990>, MICROHERTZ: <omero.conversions.Mul object at 0x38f68d0>, NANOHERTZ: <omero.conversions.Mul object at 0x38f6a50>, PICOHERTZ: <omero.conversions.Mul object at 0x38f6c50>, FEMTOHERTZ: <omero.conversions.Mul object at 0x38f61d0>, ATTOHERTZ: <omero.conversions.Mul object at 0x36c7d10>, ZEPTOHERTZ: <omero.conversions.Mul object at 0x38c4090>, YOCTOHERTZ: <omero.conversions.Mul object at 0x38f6e50>}, MILLIHERTZ: {YOTTAHERTZ: <omero.conversions.Mul object at 0x38cfb10>, ZETTAHERTZ: <omero.conversions.Mul object at 0x38cfd10>, EXAHERTZ: <omero.conversions.Mul object at 0x38d3d10>, PETAHERTZ: <omero.conversions.Mul object at 0x38cf710>, TERAHERTZ: <omero.conversions.Mul object at 0x38cf910>, GIGAHERTZ: <omero.conversions.Mul object at 0x38d3f10>, MEGAHERTZ: <omero.conversions.Mul object at 0x38cf450>, KILOHERTZ: <omero.conversions.Mul object at 0x38cf310>, HECTOHERTZ: <omero.conversions.Mul object at 0x38cf090>, DECAHERTZ: <omero.conversions.Mul object at 0x38d3a90>, HERTZ: <omero.conversions.Mul object at 0x38cf1d0>, DECIHERTZ: <omero.conversions.Mul object at 0x38d3bd0>, CENTIHERTZ: <omero.conversions.Mul object at 0x38d3950>, MICROHERTZ: <omero.conversions.Mul object at 0x38cf510>, NANOHERTZ: <omero.conversions.Mul object at 0x38cf5d0>, PICOHERTZ: <omero.conversions.Mul object at 0x38cf7d0>, FEMTOHERTZ: <omero.conversions.Mul object at 0x38d3dd0>, ATTOHERTZ: <omero.conversions.Mul object at 0x38d3810>, ZEPTOHERTZ: <omero.conversions.Mul object at 0x38cfbd0>, YOCTOHERTZ: <omero.conversions.Mul object at 0x38cf9d0>}, MICROHERTZ: {YOTTAHERTZ: <omero.conversions.Mul object at 0x38d3550>, ZETTAHERTZ: <omero.conversions.Mul object at 0x38d3750>, EXAHERTZ: <omero.conversions.Mul object at 0x38ce6d0>, PETAHERTZ: <omero.conversions.Mul object at 0x38d3150>, TERAHERTZ: <omero.conversions.Mul object at 0x38d3350>, GIGAHERTZ: <omero.conversions.Mul object at 0x38ce8d0>, MEGAHERTZ: <omero.conversions.Mul object at 0x38cedd0>, KILOHERTZ: <omero.conversions.Mul object at 0x38cec90>, HECTOHERTZ: <omero.conversions.Mul object at 0x38cea10>, DECAHERTZ: <omero.conversions.Mul object at 0x38ce450>, HERTZ: <omero.conversions.Mul object at 0x38ceb50>, DECIHERTZ: <omero.conversions.Mul object at 0x38ce590>, CENTIHERTZ: <omero.conversions.Mul object at 0x38ce310>, MILLIHERTZ: <omero.conversions.Mul object at 0x38cef10>, NANOHERTZ: <omero.conversions.Mul object at 0x38cefd0>, PICOHERTZ: <omero.conversions.Mul object at 0x38d3210>, FEMTOHERTZ: <omero.conversions.Mul object at 0x38ce790>, ATTOHERTZ: <omero.conversions.Mul object at 0x38ce1d0>, ZEPTOHERTZ: <omero.conversions.Mul object at 0x38d3610>, YOCTOHERTZ: <omero.conversions.Mul object at 0x38d3410>}, NANOHERTZ: {YOTTAHERTZ: <omero.conversions.Mul object at 0x38d5210>, ZETTAHERTZ: <omero.conversions.Mul object at 0x38d5410>, EXAHERTZ: <omero.conversions.Mul object at 0x38d6310>, PETAHERTZ: <omero.conversions.Mul object at 0x38d6dd0>, TERAHERTZ: <omero.conversions.Mul object at 0x38d6fd0>, GIGAHERTZ: <omero.conversions.Mul object at 0x38d6510>, MEGAHERTZ: <omero.conversions.Mul object at 0x38d6a10>, KILOHERTZ: <omero.conversions.Mul object at 0x38d68d0>, HECTOHERTZ: <omero.conversions.Mul object at 0x38d6650>, DECAHERTZ: <omero.conversions.Mul object at 0x38d6090>, HERTZ: <omero.conversions.Mul object at 0x38d6790>, DECIHERTZ: <omero.conversions.Mul object at 0x38d61d0>, CENTIHERTZ: <omero.conversions.Mul object at 0x38cff10>, MILLIHERTZ: <omero.conversions.Mul object at 0x38d6c90>, MICROHERTZ: <omero.conversions.Mul object at 0x38d6b50>, PICOHERTZ: <omero.conversions.Mul object at 0x38d6e90>, FEMTOHERTZ: <omero.conversions.Mul object at 0x38d63d0>, ATTOHERTZ: <omero.conversions.Mul object at 0x38cfdd0>, ZEPTOHERTZ: <omero.conversions.Mul object at 0x38d52d0>, YOCTOHERTZ: <omero.conversions.Mul object at 0x38d50d0>}, PICOHERTZ: {YOTTAHERTZ: <omero.conversions.Mul object at 0x38d9a10>, ZETTAHERTZ: <omero.conversions.Mul object at 0x38d9c10>, EXAHERTZ: <omero.conversions.Mul object at 0x38d4a90>, PETAHERTZ: <omero.conversions.Mul object at 0x38d96d0>, TERAHERTZ: <omero.conversions.Mul object at 0x38d9810>, GIGAHERTZ: <omero.conversions.Mul object at 0x38d4c90>, MEGAHERTZ: <omero.conversions.Mul object at 0x38d91d0>, KILOHERTZ: <omero.conversions.Mul object at 0x38d9090>, HECTOHERTZ: <omero.conversions.Mul object at 0x38d4dd0>, DECAHERTZ: <omero.conversions.Mul object at 0x38d4810>, HERTZ: <omero.conversions.Mul object at 0x38d4f10>, DECIHERTZ: <omero.conversions.Mul object at 0x38d4950>, CENTIHERTZ: <omero.conversions.Mul object at 0x38d46d0>, MILLIHERTZ: <omero.conversions.Mul object at 0x38d9450>, MICROHERTZ: <omero.conversions.Mul object at 0x38d9310>, NANOHERTZ: <omero.conversions.Mul object at 0x38d9590>, FEMTOHERTZ: <omero.conversions.Mul object at 0x38d4b50>, ATTOHERTZ: <omero.conversions.Mul object at 0x38d4590>, ZEPTOHERTZ: <omero.conversions.Mul object at 0x38d9ad0>, YOCTOHERTZ: <omero.conversions.Mul object at 0x38d98d0>}, FEMTOHERTZ: {YOTTAHERTZ: <omero.conversions.Mul object at 0x38ca090>, ZETTAHERTZ: <omero.conversions.Mul object at 0x38ca290>, EXAHERTZ: <omero.conversions.Mul object at 0x38c8090>, PETAHERTZ: <omero.conversions.Mul object at 0x38c8bd0>, TERAHERTZ: <omero.conversions.Mul object at 0x38c8e50>, GIGAHERTZ: <omero.conversions.Mul object at 0x38c81d0>, MEGAHERTZ: <omero.conversions.Mul object at 0x38c86d0>, KILOHERTZ: <omero.conversions.Mul object at 0x38c8590>, HECTOHERTZ: <omero.conversions.Mul object at 0x38c8310>, DECAHERTZ: <omero.conversions.Mul object at 0x38c6dd0>, HERTZ: <omero.conversions.Mul object at 0x38c8450>, DECIHERTZ: <omero.conversions.Mul object at 0x38c6f10>, CENTIHERTZ: <omero.conversions.Mul object at 0x38c6c90>, MILLIHERTZ: <omero.conversions.Mul object at 0x38c8950>, MICROHERTZ: <omero.conversions.Mul object at 0x38c8810>, NANOHERTZ: <omero.conversions.Mul object at 0x38c8a90>, PICOHERTZ: <omero.conversions.Mul object at 0x38c8d10>, ATTOHERTZ: <omero.conversions.Mul object at 0x38c6b50>, ZEPTOHERTZ: <omero.conversions.Mul object at 0x38ca150>, YOCTOHERTZ: <omero.conversions.Mul object at 0x38c8f10>}, ATTOHERTZ: {YOTTAHERTZ: <omero.conversions.Mul object at 0x36c7a50>, ZETTAHERTZ: <omero.conversions.Mul object at 0x36c7c50>, EXAHERTZ: <omero.conversions.Mul object at 0x36c4910>, PETAHERTZ: <omero.conversions.Mul object at 0x36c75d0>, TERAHERTZ: <omero.conversions.Mul object at 0x36c7850>, GIGAHERTZ: <omero.conversions.Mul object at 0x36c4b90>, MEGAHERTZ: <omero.conversions.Mul object at 0x36c70d0>, KILOHERTZ: <omero.conversions.Mul object at 0x36c4f50>, HECTOHERTZ: <omero.conversions.Mul object at 0x36c4cd0>, DECAHERTZ: <omero.conversions.Mul object at 0x36c4690>, HERTZ: <omero.conversions.Mul object at 0x36c4e10>, DECIHERTZ: <omero.conversions.Mul object at 0x36c47d0>, CENTIHERTZ: <omero.conversions.Mul object at 0x36c4550>, MILLIHERTZ: <omero.conversions.Mul object at 0x36c7350>, MICROHERTZ: <omero.conversions.Mul object at 0x36c7210>, NANOHERTZ: <omero.conversions.Mul object at 0x36c7490>, PICOHERTZ: <omero.conversions.Mul object at 0x36c7710>, FEMTOHERTZ: <omero.conversions.Mul object at 0x36c4a50>, ZEPTOHERTZ: <omero.conversions.Mul object at 0x36c7b10>, YOCTOHERTZ: <omero.conversions.Mul object at 0x36c7910>}, ZEPTOHERTZ: {YOTTAHERTZ: <omero.conversions.Mul object at 0x38ddd90>, ZETTAHERTZ: <omero.conversions.Mul object at 0x38dded0>, EXAHERTZ: <omero.conversions.Mul object at 0x38dcc50>, PETAHERTZ: <omero.conversions.Mul object at 0x38dd910>, TERAHERTZ: <omero.conversions.Mul object at 0x38ddb90>, GIGAHERTZ: <omero.conversions.Mul object at 0x38dced0>, MEGAHERTZ: <omero.conversions.Mul object at 0x38dd410>, KILOHERTZ: <omero.conversions.Mul object at 0x38dd2d0>, HECTOHERTZ: <omero.conversions.Mul object at 0x38dd050>, DECAHERTZ: <omero.conversions.Mul object at 0x38dc9d0>, HERTZ: <omero.conversions.Mul object at 0x38dd190>, DECIHERTZ: <omero.conversions.Mul object at 0x38dcb10>, CENTIHERTZ: <omero.conversions.Mul object at 0x38dc890>, MILLIHERTZ: <omero.conversions.Mul object at 0x38dd690>, MICROHERTZ: <omero.conversions.Mul object at 0x38dd550>, NANOHERTZ: <omero.conversions.Mul object at 0x38dd7d0>, PICOHERTZ: <omero.conversions.Mul object at 0x38dda50>, FEMTOHERTZ: <omero.conversions.Mul object at 0x38dcd90>, ATTOHERTZ: <omero.conversions.Mul object at 0x38dc750>, YOCTOHERTZ: <omero.conversions.Mul object at 0x38ddc50>}, YOCTOHERTZ: {YOTTAHERTZ: <omero.conversions.Mul object at 0x38db450>, ZETTAHERTZ: <omero.conversions.Mul object at 0x38db6d0>, EXAHERTZ: <omero.conversions.Mul object at 0x38da3d0>, PETAHERTZ: <omero.conversions.Mul object at 0x38db090>, TERAHERTZ: <omero.conversions.Mul object at 0x38db310>, GIGAHERTZ: <omero.conversions.Mul object at 0x38da650>, MEGAHERTZ: <omero.conversions.Mul object at 0x38dab50>, KILOHERTZ: <omero.conversions.Mul object at 0x38daa10>, HECTOHERTZ: <omero.conversions.Mul object at 0x38da790>, DECAHERTZ: <omero.conversions.Mul object at 0x38da150>, HERTZ: <omero.conversions.Mul object at 0x38da8d0>, DECIHERTZ: <omero.conversions.Mul object at 0x38da290>, CENTIHERTZ: <omero.conversions.Mul object at 0x38d8fd0>, MILLIHERTZ: <omero.conversions.Mul object at 0x38dadd0>, MICROHERTZ: <omero.conversions.Mul object at 0x38dac90>, NANOHERTZ: <omero.conversions.Mul object at 0x38daf10>, PICOHERTZ: <omero.conversions.Mul object at 0x38db1d0>, FEMTOHERTZ: <omero.conversions.Mul object at 0x38da510>, ATTOHERTZ: <omero.conversions.Mul object at 0x38d8e90>, ZEPTOHERTZ: <omero.conversions.Mul object at 0x38db590>}}
SYMBOLS = {'DECAHERTZ': 'daHz', 'PETAHERTZ': 'PHz', 'ZEPTOHERTZ': 'zHz', 'YOTTAHERTZ': 'YHz', 'NANOHERTZ': 'nHz', 'CENTIHERTZ': 'cHz', 'PICOHERTZ': 'pHz', 'MICROHERTZ': '\xc2\xb5Hz', 'HERTZ': 'Hz', 'TERAHERTZ': 'THz', 'HECTOHERTZ': 'hHz', 'MEGAHERTZ': 'MHz', 'FEMTOHERTZ': 'fHz', 'ATTOHERTZ': 'aHz', 'ZETTAHERTZ': 'ZHz', 'DECIHERTZ': 'dHz', 'GIGAHERTZ': 'GHz', 'KILOHERTZ': 'kHz', 'MILLIHERTZ': 'mHz', 'YOCTOHERTZ': 'yHz', 'EXAHERTZ': 'EHz'}
UNIT_VALUES = [YOTTAHERTZ, ZETTAHERTZ, EXAHERTZ, PETAHERTZ, TERAHERTZ, GIGAHERTZ, MEGAHERTZ, KILOHERTZ, HECTOHERTZ, DECAHERTZ, HERTZ, DECIHERTZ, CENTIHERTZ, MILLIHERTZ, MICROHERTZ, NANOHERTZ, PICOHERTZ, FEMTOHERTZ, ATTOHERTZ, ZEPTOHERTZ, YOCTOHERTZ]
getSymbol(current=None)
getUnit(current=None)
getValue(current=None)
static lookupSymbol(unit)
setUnit(unit, current=None)
setValue(value, current=None)
val = YOCTOHERTZ
class omero.model.FrequencyPrx

Bases: IcePy.ObjectPrx

Actual value for this unit-based field. The interpretation of the value is only possible along with the [omero::model::enums::UnitsFrequency] enum.

begin_copy(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSymbol(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getUnit(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setUnit(unit, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(value, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
copy(_ctx=None)
end_copy(_r)
end_getSymbol(_r)
end_getUnit(_r)
end_getValue(_r)
end_setUnit(_r)
end_setValue(_r)
getSymbol(_ctx=None)
getUnit(_ctx=None)
getValue(_ctx=None)
setUnit(unit, _ctx=None)
setValue(value, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.GenericExcitationSource(_id=None, _details=None, _loaded=False, _version=None, _manufacturer=None, _model=None, _power=None, _lotNumber=None, _serialNumber=None, _instrument=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _map=None)

Bases: omero.model.LightSource

_ice_type = <IcePy.TypeInfo object at 0x2249ea0>
_op_getMap = <IcePy.Operation object at 0x2249ed0>
_op_getMapAsMap = <IcePy.Operation object at 0x2249eb8>
_op_setMap = <IcePy.Operation object at 0x2249ee8>
getMap(current=None)
getMapAsMap(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setMap(theMap, current=None)
class omero.model.GenericExcitationSourceI(id=None, loaded=None)

Bases: omero.model.GenericExcitationSource

DETAILS = 'ome.model.acquisition.GenericExcitationSource_details'
INSTRUMENT = 'ome.model.acquisition.GenericExcitationSource_instrument'
LOTNUMBER = 'ome.model.acquisition.GenericExcitationSource_lotNumber'
MANUFACTURER = 'ome.model.acquisition.GenericExcitationSource_manufacturer'
MAP = 'ome.model.acquisition.GenericExcitationSource_map'
MODEL = 'ome.model.acquisition.GenericExcitationSource_model'
POWER = 'ome.model.acquisition.GenericExcitationSource_power'
SERIALNUMBER = 'ome.model.acquisition.GenericExcitationSource_serialNumber'
_field_info = FieldInfo(map=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), manufacturer=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), model=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), power=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), lotNumber=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), serialNumber=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), instrument=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllLightSourceAnnotationLinkSet(targets, current=None)
addLightSourceAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDetails(current=None)
getId(current=None)
getInstrument(current=None)
getLotNumber(current=None)
getManufacturer(current=None)
getMap(current=None)
getMapAsMap(current=None)
getModel(current=None)
getPower(current=None)
getSerialNumber(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllLightSourceAnnotationLinkSet(targets, current=None)
removeLightSourceAnnotationLinkFromBoth(link, bothSides, current=None)
setId(_id, current=None)
setInstrument(_instrument, current=None, wrap=False)
setLotNumber(_lotNumber, current=None, wrap=False)
setManufacturer(_manufacturer, current=None, wrap=False)
setMap(_map, current=None, wrap=False)
setModel(_model, current=None, wrap=False)
setPower(_power, current=None, wrap=False)
setSerialNumber(_serialNumber, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadInstrument()
unloadLotNumber()
unloadManufacturer()
unloadMap()
unloadModel()
unloadPower()
unloadSerialNumber()
class omero.model.GenericExcitationSourcePrx

Bases: omero.model.LightSourcePrx

begin_getMap(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getMapAsMap(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setMap(theMap, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getMap(_r)
end_getMapAsMap(_r)
end_setMap(_r)
getMap(_ctx=None)
getMapAsMap(_ctx=None)
setMap(theMap, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.GroupExperimenterMap(_id=None, _details=None, _loaded=False, _version=None, _parent=None, _child=None, _owner=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x201a8b8>
_op_getChild = <IcePy.Operation object at 0x2249f60>
_op_getOwner = <IcePy.Operation object at 0x2249f90>
_op_getParent = <IcePy.Operation object at 0x2249f30>
_op_getVersion = <IcePy.Operation object at 0x2249f00>
_op_setChild = <IcePy.Operation object at 0x2249f78>
_op_setOwner = <IcePy.Operation object at 0x2249fa8>
_op_setParent = <IcePy.Operation object at 0x2249f48>
_op_setVersion = <IcePy.Operation object at 0x2249f18>
getChild(current=None)
getOwner(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setOwner(theOwner, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.GroupExperimenterMapI(id=None, loaded=None)

Bases: omero.model.GroupExperimenterMap

CHILD = 'ome.model.meta.GroupExperimenterMap_child'
DETAILS = 'ome.model.meta.GroupExperimenterMap_details'
OWNER = 'ome.model.meta.GroupExperimenterMap_owner'
PARENT = 'ome.model.meta.GroupExperimenterMap_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), owner=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getOwner(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setOwner(_owner, current=None, wrap=False)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadOwner()
unloadParent()
class omero.model.GroupExperimenterMapPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setOwner(theOwner, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getOwner(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setOwner(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getOwner(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setOwner(theOwner, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.IObject(_id=None, _details=None, _loaded=False)

Bases: Ice.Object

Base class of all model types. On the server, the interface ome.model.IObject unifies the model. In Ice, interfaces have a more remote connotation.

_ice_type = <IcePy.TypeInfo object at 0x1b1a2e8>
_op_getDetails = <IcePy.Operation object at 0x1b1af60>
_op_getId = <IcePy.Operation object at 0x1b1af30>
_op_isAnnotated = <IcePy.Operation object at 0x1bbb090>
_op_isGlobal = <IcePy.Operation object at 0x1bbb048>
_op_isLoaded = <IcePy.Operation object at 0x1bbb030>
_op_isMutable = <IcePy.Operation object at 0x1bbb078>
_op_proxy = <IcePy.Operation object at 0x1b1af78>
_op_setId = <IcePy.Operation object at 0x1b1af48>
_op_shallowCopy = <IcePy.Operation object at 0x1b1af90>
_op_unload = <IcePy.Operation object at 0x1b1afa8>
_op_unloadCollections = <IcePy.Operation object at 0x1b1afc0>
_op_unloadDetails = <IcePy.Operation object at 0x1b1afd8>
getDetails(current=None)
getId(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
isAnnotated(current=None)

Allows for the attachment of any omero.model.Annotation subclasses. Methods provided are:

  • linkAnnotation(Annotation)
isGlobal(current=None)

Marker interface which means that special rules apply for both reading and writing these instances.

A link between two other types. Methods provided:

  • getParent()
  • getChild()
isLoaded(current=None)

Tests for unloadedness. If this value is false, then any method call on this instance other than getId or setId will result in an exception.

isMutable(current=None)

The server will persist changes made to these types. Methods provided:

  • getVersion()
  • setVersion()
proxy(current=None)

Return another instance of the same type as this instance constructed as if by: new InstanceI( this.id.val, false );

setId(id, current=None)
shallowCopy(current=None)

Return another instance of the same type as this instance with all single-value entities unloaded and all members of collections also unloaded.

unload(current=None)

Sets the loaded boolean to false and empties all state from this entity to make sending it over the network less costly.

unloadCollections(current=None)

Each collection can also be unloaded, independently of the object itself. To unload all collections, use:

object.unloadCollections();

This is useful when it is possible that a collection no longer represents the state in the database, and passing the collections back to the server might delete some entities.

Sending back empty collections can also save a significant amount of bandwidth, when working with large data graphs.

unloadDetails(current=None)

As with collections, the objects under details can link to many other objects. Unloading the details can same bandwidth and simplify the server logic.

class omero.model.IObjectPrx

Bases: IcePy.ObjectPrx

begin_getDetails(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getId(_response=None, _ex=None, _sent=None, _ctx=None)
begin_isAnnotated(_response=None, _ex=None, _sent=None, _ctx=None)
begin_isGlobal(_response=None, _ex=None, _sent=None, _ctx=None)
begin_isLoaded(_response=None, _ex=None, _sent=None, _ctx=None)
begin_isMutable(_response=None, _ex=None, _sent=None, _ctx=None)
begin_proxy(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setId(id, _response=None, _ex=None, _sent=None, _ctx=None)
begin_shallowCopy(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unload(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadCollections(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadDetails(_response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getDetails(_r)
end_getId(_r)
end_isAnnotated(_r)
end_isGlobal(_r)
end_isLoaded(_r)
end_isMutable(_r)
end_proxy(_r)
end_setId(_r)
end_shallowCopy(_r)
end_unload(_r)
end_unloadCollections(_r)
end_unloadDetails(_r)
getDetails(_ctx=None)
getId(_ctx=None)
isAnnotated(_ctx=None)
isGlobal(_ctx=None)
isLoaded(_ctx=None)
isMutable(_ctx=None)
proxy(_ctx=None)
setId(id, _ctx=None)
shallowCopy(_ctx=None)
static uncheckedCast(proxy, facet=None)
unload(_ctx=None)
unloadCollections(_ctx=None)
unloadDetails(_ctx=None)
class omero.model.Illumination(_id=None, _details=None, _loaded=False, _value=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x243b030>
_op_getValue = <IcePy.Operation object at 0x243b048>
_op_setValue = <IcePy.Operation object at 0x243b060>
getValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setValue(theValue, current=None)
class omero.model.IlluminationI(id=None, loaded=None)

Bases: omero.model.Illumination

DETAILS = 'ome.model.enums.Illumination_details'
VALUE = 'ome.model.enums.Illumination_value'
_field_info = FieldInfo(value=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getValue(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setValue(_value, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadValue()
class omero.model.IlluminationPrx

Bases: omero.model.IObjectPrx

begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(theValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getValue(_r)
end_setValue(_r)
getValue(_ctx=None)
setValue(theValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Image(_id=None, _details=None, _loaded=False, _version=None, _series=None, _acquisitionDate=None, _archived=None, _partial=None, _format=None, _imagingEnvironment=None, _objectiveSettings=None, _instrument=None, _stageLabel=None, _experiment=None, _pixelsSeq=None, _pixelsLoaded=False, _wellSamplesSeq=None, _wellSamplesLoaded=False, _roisSeq=None, _roisLoaded=False, _datasetLinksSeq=None, _datasetLinksLoaded=False, _datasetLinksCountPerOwner=None, _fileset=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _name=None, _description=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a318>
_op_addAllDatasetImageLinkSet = <IcePy.Operation object at 0x243b768>
_op_addAllImageAnnotationLinkSet = <IcePy.Operation object at 0x243b918>
_op_addAllPixelsSet = <IcePy.Operation object at 0x243b480>
_op_addAllRoiSet = <IcePy.Operation object at 0x243b690>
_op_addAllWellSampleSet = <IcePy.Operation object at 0x243b5b8>
_op_addDatasetImageLinkToBoth = <IcePy.Operation object at 0x243b810>
_op_addImageAnnotationLinkToBoth = <IcePy.Operation object at 0x243b9c0>
_op_addPixels = <IcePy.Operation object at 0x243b468>
_op_addRoi = <IcePy.Operation object at 0x243b678>
_op_addWellSample = <IcePy.Operation object at 0x243b5a0>
_op_clearPixels = <IcePy.Operation object at 0x243b4c8>
_op_clearRois = <IcePy.Operation object at 0x243b6d8>
_op_clearWellSamples = <IcePy.Operation object at 0x243b600>
_op_copyPixels = <IcePy.Operation object at 0x243b450>
_op_copyRois = <IcePy.Operation object at 0x243b660>
_op_copyWellSamples = <IcePy.Operation object at 0x243b588>
_op_getAcquisitionDate = <IcePy.Operation object at 0x243b270>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x243b990>
_op_getArchived = <IcePy.Operation object at 0x243b2a0>
_op_getDatasetLinksCountPerOwner = <IcePy.Operation object at 0x243b7e0>
_op_getDescription = <IcePy.Operation object at 0x243ba68>
_op_getExperiment = <IcePy.Operation object at 0x243b3f0>
_op_getFileset = <IcePy.Operation object at 0x243b888>
_op_getFormat = <IcePy.Operation object at 0x243b300>
_op_getImagingEnvironment = <IcePy.Operation object at 0x243b330>
_op_getInstrument = <IcePy.Operation object at 0x243b390>
_op_getName = <IcePy.Operation object at 0x243ba38>
_op_getObjectiveSettings = <IcePy.Operation object at 0x243b360>
_op_getPartial = <IcePy.Operation object at 0x243b2d0>
_op_getPixels = <IcePy.Operation object at 0x243b4f8>
_op_getPrimaryPixels = <IcePy.Operation object at 0x243b528>
_op_getSeries = <IcePy.Operation object at 0x243b240>
_op_getStageLabel = <IcePy.Operation object at 0x243b3c0>
_op_getVersion = <IcePy.Operation object at 0x243b210>
_op_linkAnnotation = <IcePy.Operation object at 0x243b9a8>
_op_linkDataset = <IcePy.Operation object at 0x243b7f8>
_op_linkedAnnotationList = <IcePy.Operation object at 0x243ba20>
_op_linkedDatasetList = <IcePy.Operation object at 0x243b870>
_op_reloadPixels = <IcePy.Operation object at 0x243b4e0>
_op_reloadRois = <IcePy.Operation object at 0x243b6f0>
_op_reloadWellSamples = <IcePy.Operation object at 0x243b618>
_op_removeAllDatasetImageLinkSet = <IcePy.Operation object at 0x243b798>
_op_removeAllImageAnnotationLinkSet = <IcePy.Operation object at 0x243b948>
_op_removeAllPixelsSet = <IcePy.Operation object at 0x243b4b0>
_op_removeAllRoiSet = <IcePy.Operation object at 0x243b6c0>
_op_removeAllWellSampleSet = <IcePy.Operation object at 0x243b5e8>
_op_removeDatasetImageLinkFromBoth = <IcePy.Operation object at 0x243b858>
_op_removeImageAnnotationLinkFromBoth = <IcePy.Operation object at 0x243ba08>
_op_removePixels = <IcePy.Operation object at 0x243b498>
_op_removeRoi = <IcePy.Operation object at 0x243b6a8>
_op_removeWellSample = <IcePy.Operation object at 0x243b5d0>
_op_setAcquisitionDate = <IcePy.Operation object at 0x243b288>
_op_setArchived = <IcePy.Operation object at 0x243b2b8>
_op_setDescription = <IcePy.Operation object at 0x243ba80>
_op_setExperiment = <IcePy.Operation object at 0x243b408>
_op_setFileset = <IcePy.Operation object at 0x243b8a0>
_op_setFormat = <IcePy.Operation object at 0x243b318>
_op_setImagingEnvironment = <IcePy.Operation object at 0x243b348>
_op_setInstrument = <IcePy.Operation object at 0x243b3a8>
_op_setName = <IcePy.Operation object at 0x243ba50>
_op_setObjectiveSettings = <IcePy.Operation object at 0x243b378>
_op_setPartial = <IcePy.Operation object at 0x243b2e8>
_op_setPixels = <IcePy.Operation object at 0x243b510>
_op_setPrimaryPixels = <IcePy.Operation object at 0x243b540>
_op_setSeries = <IcePy.Operation object at 0x243b258>
_op_setStageLabel = <IcePy.Operation object at 0x243b3d8>
_op_setVersion = <IcePy.Operation object at 0x243b228>
_op_sizeOfPixels = <IcePy.Operation object at 0x243b438>
_op_sizeOfRois = <IcePy.Operation object at 0x243b648>
_op_sizeOfWellSamples = <IcePy.Operation object at 0x243b570>
_op_unlinkAnnotation = <IcePy.Operation object at 0x243b9f0>
_op_unlinkDataset = <IcePy.Operation object at 0x243b840>
_op_unloadPixels = <IcePy.Operation object at 0x243b420>
_op_unloadRois = <IcePy.Operation object at 0x243b630>
_op_unloadWellSamples = <IcePy.Operation object at 0x243b558>
addAllDatasetImageLinkSet(targets, current=None)
addAllImageAnnotationLinkSet(targets, current=None)
addAllPixelsSet(targets, current=None)
addAllRoiSet(targets, current=None)
addAllWellSampleSet(targets, current=None)
addDatasetImageLinkToBoth(link, bothSides, current=None)
addImageAnnotationLinkToBoth(link, bothSides, current=None)
addPixels(target, current=None)
addRoi(target, current=None)
addWellSample(target, current=None)
clearPixels(current=None)
clearRois(current=None)
clearWellSamples(current=None)
copyPixels(current=None)
copyRois(current=None)
copyWellSamples(current=None)
getAcquisitionDate(current=None)
getAnnotationLinksCountPerOwner(current=None)
getArchived(current=None)
getDatasetLinksCountPerOwner(current=None)
getDescription(current=None)
getExperiment(current=None)
getFileset(current=None)
getFormat(current=None)
getImagingEnvironment(current=None)
getInstrument(current=None)
getName(current=None)
getObjectiveSettings(current=None)
getPartial(current=None)
getPixels(index, current=None)
getPrimaryPixels(current=None)
getSeries(current=None)
getStageLabel(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkDataset(addition, current=None)
linkedAnnotationList(current=None)
linkedDatasetList(current=None)
reloadPixels(toCopy, current=None)
reloadRois(toCopy, current=None)
reloadWellSamples(toCopy, current=None)
removeAllDatasetImageLinkSet(targets, current=None)
removeAllImageAnnotationLinkSet(targets, current=None)
removeAllPixelsSet(targets, current=None)
removeAllRoiSet(targets, current=None)
removeAllWellSampleSet(targets, current=None)
removeDatasetImageLinkFromBoth(link, bothSides, current=None)
removeImageAnnotationLinkFromBoth(link, bothSides, current=None)
removePixels(theTarget, current=None)
removeRoi(theTarget, current=None)
removeWellSample(theTarget, current=None)
setAcquisitionDate(theAcquisitionDate, current=None)
setArchived(theArchived, current=None)
setDescription(theDescription, current=None)
setExperiment(theExperiment, current=None)
setFileset(theFileset, current=None)
setFormat(theFormat, current=None)
setImagingEnvironment(theImagingEnvironment, current=None)
setInstrument(theInstrument, current=None)
setName(theName, current=None)
setObjectiveSettings(theObjectiveSettings, current=None)
setPartial(thePartial, current=None)
setPixels(index, theElement, current=None)
setPrimaryPixels(theElement, current=None)
setSeries(theSeries, current=None)
setStageLabel(theStageLabel, current=None)
setVersion(theVersion, current=None)
sizeOfPixels(current=None)
sizeOfRois(current=None)
sizeOfWellSamples(current=None)
unlinkAnnotation(removal, current=None)
unlinkDataset(removal, current=None)
unloadPixels(current=None)
unloadRois(current=None)
unloadWellSamples(current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x243b138>
_op_getChild = <IcePy.Operation object at 0x243baf8>
_op_getParent = <IcePy.Operation object at 0x243bac8>
_op_getVersion = <IcePy.Operation object at 0x243ba98>
_op_setChild = <IcePy.Operation object at 0x243bb10>
_op_setParent = <IcePy.Operation object at 0x243bae0>
_op_setVersion = <IcePy.Operation object at 0x243bab0>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.ImageAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.ImageAnnotationLink

CHILD = 'ome.model.annotations.ImageAnnotationLink_child'
DETAILS = 'ome.model.annotations.ImageAnnotationLink_details'
PARENT = 'ome.model.annotations.ImageAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.ImageAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.ImageI(id=None, loaded=None)

Bases: omero.model.Image

ACQUISITIONDATE = 'ome.model.core.Image_acquisitionDate'
ARCHIVED = 'ome.model.core.Image_archived'
DESCRIPTION = 'ome.model.core.Image_description'
DETAILS = 'ome.model.core.Image_details'
EXPERIMENT = 'ome.model.core.Image_experiment'
FILESET = 'ome.model.core.Image_fileset'
FORMAT = 'ome.model.core.Image_format'
IMAGINGENVIRONMENT = 'ome.model.core.Image_imagingEnvironment'
INSTRUMENT = 'ome.model.core.Image_instrument'
NAME = 'ome.model.core.Image_name'
OBJECTIVESETTINGS = 'ome.model.core.Image_objectiveSettings'
PARTIAL = 'ome.model.core.Image_partial'
PIXELS = 'ome.model.core.Image_pixels'
ROIS = 'ome.model.core.Image_rois'
SERIES = 'ome.model.core.Image_series'
STAGELABEL = 'ome.model.core.Image_stageLabel'
WELLSAMPLES = 'ome.model.core.Image_wellSamples'
_field_info = FieldInfo(series=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), acquisitionDate=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), archived=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=True), partial=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=True), format=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), imagingEnvironment=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), objectiveSettings=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), instrument=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), stageLabel=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), experiment=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), pixels=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), wellSamples=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), rois=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), datasetLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), fileset=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), name=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), description=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_getPixels(current=None)
_getRois(current=None)
_getWellSamples(current=None)
_setPixels(_pixels, current=None, wrap=False)
_setRois(_rois, current=None, wrap=False)
_setWellSamples(_wellSamples, current=None, wrap=False)
_toggleCollectionsLoaded(load)
addAllDatasetImageLinkSet(targets, current=None)
addAllImageAnnotationLinkSet(targets, current=None)
addAllPixelsSet(targets, current=None)
addAllRoiSet(targets, current=None)
addAllWellSampleSet(targets, current=None)
addDatasetImageLinkToBoth(link, bothSides)
addImageAnnotationLinkToBoth(link, bothSides)
addPixels(target, current=None)
addRoi(target, current=None)
addWellSample(target, current=None)
checkUnloadedProperty(value, loadedField)
clearPixels(current=None)
clearRois(current=None)
clearWellSamples(current=None)
copyPixels(current=None)
copyRois(current=None)
copyWellSamples(current=None)
errorIfUnloaded()
getAcquisitionDate(current=None)
getAnnotationLinksCountPerOwner(current=None)
getArchived(current=None)
getDatasetLinksCountPerOwner(current=None)
getDescription(current=None)
getDetails(current=None)
getExperiment(current=None)
getFileset(current=None)
getFormat(current=None)
getId(current=None)
getImagingEnvironment(current=None)
getInstrument(current=None)
getName(current=None)
getObjectiveSettings(current=None)
getPartial(current=None)
getPixels(index, current=None)
getPrimaryPixels(current=None)
getSeries(current=None)
getStageLabel(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isDatasetLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
isPixelsLoaded()
isRoisLoaded()
isWellSamplesLoaded()
iteratePixels()
iterateRois()
iterateWellSamples()
linkAnnotation(addition, current=None)
linkDataset(addition, current=None)
linkedAnnotationList(current=None)
linkedDatasetList(current=None)
proxy(current=None)
reloadPixels(toCopy, current=None)
reloadRois(toCopy, current=None)
reloadWellSamples(toCopy, current=None)
removeAllDatasetImageLinkSet(targets, current=None)
removeAllImageAnnotationLinkSet(targets, current=None)
removeAllPixelsSet(targets, current=None)
removeAllRoiSet(targets, current=None)
removeAllWellSampleSet(targets, current=None)
removeDatasetImageLinkFromBoth(link, bothSides, current=None)
removeImageAnnotationLinkFromBoth(link, bothSides, current=None)
removePixels(target, current=None)
removeRoi(target, current=None)
removeWellSample(target, current=None)
setAcquisitionDate(_acquisitionDate, current=None, wrap=False)
setArchived(_archived, current=None, wrap=False)
setDescription(_description, current=None, wrap=False)
setExperiment(_experiment, current=None, wrap=False)
setFileset(_fileset, current=None, wrap=False)
setFormat(_format, current=None, wrap=False)
setId(_id, current=None)
setImagingEnvironment(_imagingEnvironment, current=None, wrap=False)
setInstrument(_instrument, current=None, wrap=False)
setName(_name, current=None, wrap=False)
setObjectiveSettings(_objectiveSettings, current=None, wrap=False)
setPartial(_partial, current=None, wrap=False)
setPixels(index, element, current=None, wrap=False)
setPrimaryPixels(element, current=None)
setSeries(_series, current=None, wrap=False)
setStageLabel(_stageLabel, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
sizeOfPixels(current=None)
sizeOfRois(current=None)
sizeOfWellSamples(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unlinkDataset(removal, current=None)
unload(current=None)
unloadAcquisitionDate()
unloadArchived()
unloadCollections(current=None)
unloadDescription()
unloadDetails(current=None)
unloadExperiment()
unloadFileset()
unloadFormat()
unloadImagingEnvironment()
unloadInstrument()
unloadName()
unloadObjectiveSettings()
unloadPartial()
unloadPixels(current=None)
unloadRois(current=None)
unloadSeries()
unloadStageLabel()
unloadWellSamples(current=None)
class omero.model.ImagePrx

Bases: omero.model.IObjectPrx

addAllDatasetImageLinkSet(targets, _ctx=None)
addAllImageAnnotationLinkSet(targets, _ctx=None)
addAllPixelsSet(targets, _ctx=None)
addAllRoiSet(targets, _ctx=None)
addAllWellSampleSet(targets, _ctx=None)
addDatasetImageLinkToBoth(link, bothSides, _ctx=None)
addImageAnnotationLinkToBoth(link, bothSides, _ctx=None)
addPixels(target, _ctx=None)
addRoi(target, _ctx=None)
addWellSample(target, _ctx=None)
begin_addAllDatasetImageLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllImageAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllPixelsSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllRoiSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllWellSampleSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addDatasetImageLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addImageAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addPixels(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addRoi(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addWellSample(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_clearPixels(_response=None, _ex=None, _sent=None, _ctx=None)
begin_clearRois(_response=None, _ex=None, _sent=None, _ctx=None)
begin_clearWellSamples(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyPixels(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyRois(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyWellSamples(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getAcquisitionDate(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getArchived(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDatasetLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDescription(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getExperiment(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getFileset(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getFormat(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getImagingEnvironment(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getInstrument(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getName(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getObjectiveSettings(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPartial(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPixels(index, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getPrimaryPixels(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSeries(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getStageLabel(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkDataset(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedDatasetList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadPixels(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadRois(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadWellSamples(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllDatasetImageLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllImageAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllPixelsSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllRoiSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllWellSampleSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeDatasetImageLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeImageAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removePixels(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeRoi(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeWellSample(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setAcquisitionDate(theAcquisitionDate, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setArchived(theArchived, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDescription(theDescription, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setExperiment(theExperiment, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setFileset(theFileset, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setFormat(theFormat, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setImagingEnvironment(theImagingEnvironment, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setInstrument(theInstrument, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setName(theName, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setObjectiveSettings(theObjectiveSettings, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPartial(thePartial, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPixels(index, theElement, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPrimaryPixels(theElement, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setSeries(theSeries, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setStageLabel(theStageLabel, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfPixels(_response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfRois(_response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfWellSamples(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkDataset(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadPixels(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadRois(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadWellSamples(_response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
clearPixels(_ctx=None)
clearRois(_ctx=None)
clearWellSamples(_ctx=None)
copyPixels(_ctx=None)
copyRois(_ctx=None)
copyWellSamples(_ctx=None)
end_addAllDatasetImageLinkSet(_r)
end_addAllImageAnnotationLinkSet(_r)
end_addAllPixelsSet(_r)
end_addAllRoiSet(_r)
end_addAllWellSampleSet(_r)
end_addDatasetImageLinkToBoth(_r)
end_addImageAnnotationLinkToBoth(_r)
end_addPixels(_r)
end_addRoi(_r)
end_addWellSample(_r)
end_clearPixels(_r)
end_clearRois(_r)
end_clearWellSamples(_r)
end_copyPixels(_r)
end_copyRois(_r)
end_copyWellSamples(_r)
end_getAcquisitionDate(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getArchived(_r)
end_getDatasetLinksCountPerOwner(_r)
end_getDescription(_r)
end_getExperiment(_r)
end_getFileset(_r)
end_getFormat(_r)
end_getImagingEnvironment(_r)
end_getInstrument(_r)
end_getName(_r)
end_getObjectiveSettings(_r)
end_getPartial(_r)
end_getPixels(_r)
end_getPrimaryPixels(_r)
end_getSeries(_r)
end_getStageLabel(_r)
end_getVersion(_r)
end_linkAnnotation(_r)
end_linkDataset(_r)
end_linkedAnnotationList(_r)
end_linkedDatasetList(_r)
end_reloadPixels(_r)
end_reloadRois(_r)
end_reloadWellSamples(_r)
end_removeAllDatasetImageLinkSet(_r)
end_removeAllImageAnnotationLinkSet(_r)
end_removeAllPixelsSet(_r)
end_removeAllRoiSet(_r)
end_removeAllWellSampleSet(_r)
end_removeDatasetImageLinkFromBoth(_r)
end_removeImageAnnotationLinkFromBoth(_r)
end_removePixels(_r)
end_removeRoi(_r)
end_removeWellSample(_r)
end_setAcquisitionDate(_r)
end_setArchived(_r)
end_setDescription(_r)
end_setExperiment(_r)
end_setFileset(_r)
end_setFormat(_r)
end_setImagingEnvironment(_r)
end_setInstrument(_r)
end_setName(_r)
end_setObjectiveSettings(_r)
end_setPartial(_r)
end_setPixels(_r)
end_setPrimaryPixels(_r)
end_setSeries(_r)
end_setStageLabel(_r)
end_setVersion(_r)
end_sizeOfPixels(_r)
end_sizeOfRois(_r)
end_sizeOfWellSamples(_r)
end_unlinkAnnotation(_r)
end_unlinkDataset(_r)
end_unloadPixels(_r)
end_unloadRois(_r)
end_unloadWellSamples(_r)
getAcquisitionDate(_ctx=None)
getAnnotationLinksCountPerOwner(_ctx=None)
getArchived(_ctx=None)
getDatasetLinksCountPerOwner(_ctx=None)
getDescription(_ctx=None)
getExperiment(_ctx=None)
getFileset(_ctx=None)
getFormat(_ctx=None)
getImagingEnvironment(_ctx=None)
getInstrument(_ctx=None)
getName(_ctx=None)
getObjectiveSettings(_ctx=None)
getPartial(_ctx=None)
getPixels(index, _ctx=None)
getPrimaryPixels(_ctx=None)
getSeries(_ctx=None)
getStageLabel(_ctx=None)
getVersion(_ctx=None)
linkAnnotation(addition, _ctx=None)
linkDataset(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
linkedDatasetList(_ctx=None)
reloadPixels(toCopy, _ctx=None)
reloadRois(toCopy, _ctx=None)
reloadWellSamples(toCopy, _ctx=None)
removeAllDatasetImageLinkSet(targets, _ctx=None)
removeAllImageAnnotationLinkSet(targets, _ctx=None)
removeAllPixelsSet(targets, _ctx=None)
removeAllRoiSet(targets, _ctx=None)
removeAllWellSampleSet(targets, _ctx=None)
removeDatasetImageLinkFromBoth(link, bothSides, _ctx=None)
removeImageAnnotationLinkFromBoth(link, bothSides, _ctx=None)
removePixels(theTarget, _ctx=None)
removeRoi(theTarget, _ctx=None)
removeWellSample(theTarget, _ctx=None)
setAcquisitionDate(theAcquisitionDate, _ctx=None)
setArchived(theArchived, _ctx=None)
setDescription(theDescription, _ctx=None)
setExperiment(theExperiment, _ctx=None)
setFileset(theFileset, _ctx=None)
setFormat(theFormat, _ctx=None)
setImagingEnvironment(theImagingEnvironment, _ctx=None)
setInstrument(theInstrument, _ctx=None)
setName(theName, _ctx=None)
setObjectiveSettings(theObjectiveSettings, _ctx=None)
setPartial(thePartial, _ctx=None)
setPixels(index, theElement, _ctx=None)
setPrimaryPixels(theElement, _ctx=None)
setSeries(theSeries, _ctx=None)
setStageLabel(theStageLabel, _ctx=None)
setVersion(theVersion, _ctx=None)
sizeOfPixels(_ctx=None)
sizeOfRois(_ctx=None)
sizeOfWellSamples(_ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
unlinkDataset(removal, _ctx=None)
unloadPixels(_ctx=None)
unloadRois(_ctx=None)
unloadWellSamples(_ctx=None)
class omero.model.ImagingEnvironment(_id=None, _details=None, _loaded=False, _version=None, _temperature=None, _airPressure=None, _humidity=None, _co2percent=None, _map=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x243b078>
_op_getAirPressure = <IcePy.Operation object at 0x243bc00>
_op_getCo2percent = <IcePy.Operation object at 0x243bc60>
_op_getHumidity = <IcePy.Operation object at 0x243bc30>
_op_getMap = <IcePy.Operation object at 0x243bca8>
_op_getMapAsMap = <IcePy.Operation object at 0x243bc90>
_op_getTemperature = <IcePy.Operation object at 0x243bbd0>
_op_getVersion = <IcePy.Operation object at 0x243bba0>
_op_setAirPressure = <IcePy.Operation object at 0x243bc18>
_op_setCo2percent = <IcePy.Operation object at 0x243bc78>
_op_setHumidity = <IcePy.Operation object at 0x243bc48>
_op_setMap = <IcePy.Operation object at 0x243bcc0>
_op_setTemperature = <IcePy.Operation object at 0x243bbe8>
_op_setVersion = <IcePy.Operation object at 0x243bbb8>
getAirPressure(current=None)
getCo2percent(current=None)
getHumidity(current=None)
getMap(current=None)
getMapAsMap(current=None)
getTemperature(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setAirPressure(theAirPressure, current=None)
setCo2percent(theCo2percent, current=None)
setHumidity(theHumidity, current=None)
setMap(theMap, current=None)
setTemperature(theTemperature, current=None)
setVersion(theVersion, current=None)
class omero.model.ImagingEnvironmentI(id=None, loaded=None)

Bases: omero.model.ImagingEnvironment

AIRPRESSURE = 'ome.model.acquisition.ImagingEnvironment_airPressure'
CO2PERCENT = 'ome.model.acquisition.ImagingEnvironment_co2percent'
DETAILS = 'ome.model.acquisition.ImagingEnvironment_details'
HUMIDITY = 'ome.model.acquisition.ImagingEnvironment_humidity'
MAP = 'ome.model.acquisition.ImagingEnvironment_map'
TEMPERATURE = 'ome.model.acquisition.ImagingEnvironment_temperature'
_field_info = FieldInfo(temperature=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), airPressure=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), humidity=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), co2percent=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), map=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAirPressure(current=None)
getCo2percent(current=None)
getDetails(current=None)
getHumidity(current=None)
getId(current=None)
getMap(current=None)
getMapAsMap(current=None)
getTemperature(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setAirPressure(_airPressure, current=None, wrap=False)
setCo2percent(_co2percent, current=None, wrap=False)
setHumidity(_humidity, current=None, wrap=False)
setId(_id, current=None)
setMap(_map, current=None, wrap=False)
setTemperature(_temperature, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadAirPressure()
unloadCo2percent()
unloadCollections(current=None)
unloadDetails(current=None)
unloadHumidity()
unloadMap()
unloadTemperature()
class omero.model.ImagingEnvironmentPrx

Bases: omero.model.IObjectPrx

begin_getAirPressure(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getCo2percent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getHumidity(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getMap(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getMapAsMap(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getTemperature(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setAirPressure(theAirPressure, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setCo2percent(theCo2percent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setHumidity(theHumidity, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setMap(theMap, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setTemperature(theTemperature, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getAirPressure(_r)
end_getCo2percent(_r)
end_getHumidity(_r)
end_getMap(_r)
end_getMapAsMap(_r)
end_getTemperature(_r)
end_getVersion(_r)
end_setAirPressure(_r)
end_setCo2percent(_r)
end_setHumidity(_r)
end_setMap(_r)
end_setTemperature(_r)
end_setVersion(_r)
getAirPressure(_ctx=None)
getCo2percent(_ctx=None)
getHumidity(_ctx=None)
getMap(_ctx=None)
getMapAsMap(_ctx=None)
getTemperature(_ctx=None)
getVersion(_ctx=None)
setAirPressure(theAirPressure, _ctx=None)
setCo2percent(theCo2percent, _ctx=None)
setHumidity(theHumidity, _ctx=None)
setMap(theMap, _ctx=None)
setTemperature(theTemperature, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Immersion(_id=None, _details=None, _loaded=False, _value=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x243bcf0>
_op_getValue = <IcePy.Operation object at 0x243bd08>
_op_setValue = <IcePy.Operation object at 0x243bd20>
getValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setValue(theValue, current=None)
class omero.model.ImmersionI(id=None, loaded=None)

Bases: omero.model.Immersion

DETAILS = 'ome.model.enums.Immersion_details'
VALUE = 'ome.model.enums.Immersion_value'
_field_info = FieldInfo(value=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getValue(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setValue(_value, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadValue()
class omero.model.ImmersionPrx

Bases: omero.model.IObjectPrx

begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(theValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getValue(_r)
end_setValue(_r)
getValue(_ctx=None)
setValue(theValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.ImportJob(_id=None, _details=None, _loaded=False, _version=None, _username=None, _groupname=None, _type=None, _message=None, _status=None, _submitted=None, _scheduledFor=None, _started=None, _finished=None, _originalFileLinksSeq=None, _originalFileLinksLoaded=False, _originalFileLinksCountPerOwner=None, _imageName=None, _imageDescription=None)

Bases: omero.model.Job

_ice_type = <IcePy.TypeInfo object at 0x2880150>
_op_getImageDescription = <IcePy.Operation object at 0x2880198>
_op_getImageName = <IcePy.Operation object at 0x2880168>
_op_setImageDescription = <IcePy.Operation object at 0x28801b0>
_op_setImageName = <IcePy.Operation object at 0x2880180>
getImageDescription(current=None)
getImageName(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setImageDescription(theImageDescription, current=None)
setImageName(theImageName, current=None)
class omero.model.ImportJobI(id=None, loaded=None)

Bases: omero.model.ImportJob

DETAILS = 'ome.model.jobs.ImportJob_details'
FINISHED = 'ome.model.jobs.ImportJob_finished'
GROUPNAME = 'ome.model.jobs.ImportJob_groupname'
IMAGEDESCRIPTION = 'ome.model.jobs.ImportJob_imageDescription'
IMAGENAME = 'ome.model.jobs.ImportJob_imageName'
MESSAGE = 'ome.model.jobs.ImportJob_message'
SCHEDULEDFOR = 'ome.model.jobs.ImportJob_scheduledFor'
STARTED = 'ome.model.jobs.ImportJob_started'
STATUS = 'ome.model.jobs.ImportJob_status'
SUBMITTED = 'ome.model.jobs.ImportJob_submitted'
TYPE = 'ome.model.jobs.ImportJob_type'
USERNAME = 'ome.model.jobs.ImportJob_username'
_field_info = FieldInfo(imageName=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), imageDescription=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), username=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), groupname=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), type=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), message=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), status=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), submitted=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=False), scheduledFor=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=False), started=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), finished=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), originalFileLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllJobOriginalFileLinkSet(targets, current=None)
addJobOriginalFileLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getFinished(current=None)
getGroupname(current=None)
getId(current=None)
getImageDescription(current=None)
getImageName(current=None)
getMessage(current=None)
getOriginalFileLinksCountPerOwner(current=None)
getScheduledFor(current=None)
getStarted(current=None)
getStatus(current=None)
getSubmitted(current=None)
getType(current=None)
getUsername(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
isOriginalFileLinksLoaded()
linkOriginalFile(addition, current=None)
linkedOriginalFileList(current=None)
proxy(current=None)
removeAllJobOriginalFileLinkSet(targets, current=None)
removeJobOriginalFileLinkFromBoth(link, bothSides, current=None)
setFinished(_finished, current=None, wrap=False)
setGroupname(_groupname, current=None, wrap=False)
setId(_id, current=None)
setImageDescription(_imageDescription, current=None, wrap=False)
setImageName(_imageName, current=None, wrap=False)
setMessage(_message, current=None, wrap=False)
setScheduledFor(_scheduledFor, current=None, wrap=False)
setStarted(_started, current=None, wrap=False)
setStatus(_status, current=None, wrap=False)
setSubmitted(_submitted, current=None, wrap=False)
setType(_type, current=None, wrap=False)
setUsername(_username, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkOriginalFile(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadFinished()
unloadGroupname()
unloadImageDescription()
unloadImageName()
unloadMessage()
unloadScheduledFor()
unloadStarted()
unloadStatus()
unloadSubmitted()
unloadType()
unloadUsername()
class omero.model.ImportJobPrx

Bases: omero.model.JobPrx

begin_getImageDescription(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getImageName(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setImageDescription(theImageDescription, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setImageName(theImageName, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getImageDescription(_r)
end_getImageName(_r)
end_setImageDescription(_r)
end_setImageName(_r)
getImageDescription(_ctx=None)
getImageName(_ctx=None)
setImageDescription(theImageDescription, _ctx=None)
setImageName(theImageName, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.IndexingJob(_id=None, _details=None, _loaded=False, _version=None, _username=None, _groupname=None, _type=None, _message=None, _status=None, _submitted=None, _scheduledFor=None, _started=None, _finished=None, _originalFileLinksSeq=None, _originalFileLinksLoaded=False, _originalFileLinksCountPerOwner=None)

Bases: omero.model.Job

_ice_type = <IcePy.TypeInfo object at 0x28801e0>
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
class omero.model.IndexingJobI(id=None, loaded=None)

Bases: omero.model.IndexingJob

DETAILS = 'ome.model.jobs.IndexingJob_details'
FINISHED = 'ome.model.jobs.IndexingJob_finished'
GROUPNAME = 'ome.model.jobs.IndexingJob_groupname'
MESSAGE = 'ome.model.jobs.IndexingJob_message'
SCHEDULEDFOR = 'ome.model.jobs.IndexingJob_scheduledFor'
STARTED = 'ome.model.jobs.IndexingJob_started'
STATUS = 'ome.model.jobs.IndexingJob_status'
SUBMITTED = 'ome.model.jobs.IndexingJob_submitted'
TYPE = 'ome.model.jobs.IndexingJob_type'
USERNAME = 'ome.model.jobs.IndexingJob_username'
_field_info = FieldInfo(username=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), groupname=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), type=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), message=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), status=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), submitted=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=False), scheduledFor=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=False), started=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), finished=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), originalFileLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllJobOriginalFileLinkSet(targets, current=None)
addJobOriginalFileLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getFinished(current=None)
getGroupname(current=None)
getId(current=None)
getMessage(current=None)
getOriginalFileLinksCountPerOwner(current=None)
getScheduledFor(current=None)
getStarted(current=None)
getStatus(current=None)
getSubmitted(current=None)
getType(current=None)
getUsername(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
isOriginalFileLinksLoaded()
linkOriginalFile(addition, current=None)
linkedOriginalFileList(current=None)
proxy(current=None)
removeAllJobOriginalFileLinkSet(targets, current=None)
removeJobOriginalFileLinkFromBoth(link, bothSides, current=None)
setFinished(_finished, current=None, wrap=False)
setGroupname(_groupname, current=None, wrap=False)
setId(_id, current=None)
setMessage(_message, current=None, wrap=False)
setScheduledFor(_scheduledFor, current=None, wrap=False)
setStarted(_started, current=None, wrap=False)
setStatus(_status, current=None, wrap=False)
setSubmitted(_submitted, current=None, wrap=False)
setType(_type, current=None, wrap=False)
setUsername(_username, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkOriginalFile(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadFinished()
unloadGroupname()
unloadMessage()
unloadScheduledFor()
unloadStarted()
unloadStatus()
unloadSubmitted()
unloadType()
unloadUsername()
class omero.model.IndexingJobPrx

Bases: omero.model.JobPrx

static checkedCast(proxy, facetOrCtx=None, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Instrument(_id=None, _details=None, _loaded=False, _version=None, _microscope=None, _detectorSeq=None, _detectorLoaded=False, _objectiveSeq=None, _objectiveLoaded=False, _lightSourceSeq=None, _lightSourceLoaded=False, _filterSeq=None, _filterLoaded=False, _dichroicSeq=None, _dichroicLoaded=False, _filterSetSeq=None, _filterSetLoaded=False, _otfSeq=None, _otfLoaded=False, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a348>
_op_addAllDetectorSet = <IcePy.Operation object at 0x2880450>
_op_addAllDichroicSet = <IcePy.Operation object at 0x28807b0>
_op_addAllFilterSet = <IcePy.Operation object at 0x28806d8>
_op_addAllFilterSetSet = <IcePy.Operation object at 0x2880888>
_op_addAllInstrumentAnnotationLinkSet = <IcePy.Operation object at 0x2880a38>
_op_addAllLightSourceSet = <IcePy.Operation object at 0x2880600>
_op_addAllOTFSet = <IcePy.Operation object at 0x2880960>
_op_addAllObjectiveSet = <IcePy.Operation object at 0x2880528>
_op_addDetector = <IcePy.Operation object at 0x2880438>
_op_addDichroic = <IcePy.Operation object at 0x2880798>
_op_addFilter = <IcePy.Operation object at 0x28806c0>
_op_addFilterSet = <IcePy.Operation object at 0x2880870>
_op_addInstrumentAnnotationLinkToBoth = <IcePy.Operation object at 0x2880ae0>
_op_addLightSource = <IcePy.Operation object at 0x28805e8>
_op_addOTF = <IcePy.Operation object at 0x2880948>
_op_addObjective = <IcePy.Operation object at 0x2880510>
_op_clearDetector = <IcePy.Operation object at 0x2880498>
_op_clearDichroic = <IcePy.Operation object at 0x28807f8>
_op_clearFilter = <IcePy.Operation object at 0x2880720>
_op_clearFilterSet = <IcePy.Operation object at 0x28808d0>
_op_clearLightSource = <IcePy.Operation object at 0x2880648>
_op_clearObjective = <IcePy.Operation object at 0x2880570>
_op_clearOtf = <IcePy.Operation object at 0x28809a8>
_op_copyDetector = <IcePy.Operation object at 0x2880420>
_op_copyDichroic = <IcePy.Operation object at 0x2880780>
_op_copyFilter = <IcePy.Operation object at 0x28806a8>
_op_copyFilterSet = <IcePy.Operation object at 0x2880858>
_op_copyLightSource = <IcePy.Operation object at 0x28805d0>
_op_copyObjective = <IcePy.Operation object at 0x28804f8>
_op_copyOtf = <IcePy.Operation object at 0x2880930>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x2880ab0>
_op_getMicroscope = <IcePy.Operation object at 0x28803c0>
_op_getVersion = <IcePy.Operation object at 0x2880390>
_op_linkAnnotation = <IcePy.Operation object at 0x2880ac8>
_op_linkedAnnotationList = <IcePy.Operation object at 0x2880b40>
_op_reloadDetector = <IcePy.Operation object at 0x28804b0>
_op_reloadDichroic = <IcePy.Operation object at 0x2880810>
_op_reloadFilter = <IcePy.Operation object at 0x2880738>
_op_reloadFilterSet = <IcePy.Operation object at 0x28808e8>
_op_reloadLightSource = <IcePy.Operation object at 0x2880660>
_op_reloadObjective = <IcePy.Operation object at 0x2880588>
_op_reloadOtf = <IcePy.Operation object at 0x28809c0>
_op_removeAllDetectorSet = <IcePy.Operation object at 0x2880480>
_op_removeAllDichroicSet = <IcePy.Operation object at 0x28807e0>
_op_removeAllFilterSet = <IcePy.Operation object at 0x2880708>
_op_removeAllFilterSetSet = <IcePy.Operation object at 0x28808b8>
_op_removeAllInstrumentAnnotationLinkSet = <IcePy.Operation object at 0x2880a68>
_op_removeAllLightSourceSet = <IcePy.Operation object at 0x2880630>
_op_removeAllOTFSet = <IcePy.Operation object at 0x2880990>
_op_removeAllObjectiveSet = <IcePy.Operation object at 0x2880558>
_op_removeDetector = <IcePy.Operation object at 0x2880468>
_op_removeDichroic = <IcePy.Operation object at 0x28807c8>
_op_removeFilter = <IcePy.Operation object at 0x28806f0>
_op_removeFilterSet = <IcePy.Operation object at 0x28808a0>
_op_removeInstrumentAnnotationLinkFromBoth = <IcePy.Operation object at 0x2880b28>
_op_removeLightSource = <IcePy.Operation object at 0x2880618>
_op_removeOTF = <IcePy.Operation object at 0x2880978>
_op_removeObjective = <IcePy.Operation object at 0x2880540>
_op_setMicroscope = <IcePy.Operation object at 0x28803d8>
_op_setVersion = <IcePy.Operation object at 0x28803a8>
_op_sizeOfDetector = <IcePy.Operation object at 0x2880408>
_op_sizeOfDichroic = <IcePy.Operation object at 0x2880768>
_op_sizeOfFilter = <IcePy.Operation object at 0x2880690>
_op_sizeOfFilterSet = <IcePy.Operation object at 0x2880840>
_op_sizeOfLightSource = <IcePy.Operation object at 0x28805b8>
_op_sizeOfObjective = <IcePy.Operation object at 0x28804e0>
_op_sizeOfOtf = <IcePy.Operation object at 0x2880918>
_op_unlinkAnnotation = <IcePy.Operation object at 0x2880b10>
_op_unloadDetector = <IcePy.Operation object at 0x28803f0>
_op_unloadDichroic = <IcePy.Operation object at 0x2880750>
_op_unloadFilter = <IcePy.Operation object at 0x2880678>
_op_unloadFilterSet = <IcePy.Operation object at 0x2880828>
_op_unloadLightSource = <IcePy.Operation object at 0x28805a0>
_op_unloadObjective = <IcePy.Operation object at 0x28804c8>
_op_unloadOtf = <IcePy.Operation object at 0x2880900>
addAllDetectorSet(targets, current=None)
addAllDichroicSet(targets, current=None)
addAllFilterSet(targets, current=None)
addAllFilterSetSet(targets, current=None)
addAllInstrumentAnnotationLinkSet(targets, current=None)
addAllLightSourceSet(targets, current=None)
addAllOTFSet(targets, current=None)
addAllObjectiveSet(targets, current=None)
addDetector(target, current=None)
addDichroic(target, current=None)
addFilter(target, current=None)
addFilterSet(target, current=None)
addInstrumentAnnotationLinkToBoth(link, bothSides, current=None)
addLightSource(target, current=None)
addOTF(target, current=None)
addObjective(target, current=None)
clearDetector(current=None)
clearDichroic(current=None)
clearFilter(current=None)
clearFilterSet(current=None)
clearLightSource(current=None)
clearObjective(current=None)
clearOtf(current=None)
copyDetector(current=None)
copyDichroic(current=None)
copyFilter(current=None)
copyFilterSet(current=None)
copyLightSource(current=None)
copyObjective(current=None)
copyOtf(current=None)
getAnnotationLinksCountPerOwner(current=None)
getMicroscope(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
reloadDetector(toCopy, current=None)
reloadDichroic(toCopy, current=None)
reloadFilter(toCopy, current=None)
reloadFilterSet(toCopy, current=None)
reloadLightSource(toCopy, current=None)
reloadObjective(toCopy, current=None)
reloadOtf(toCopy, current=None)
removeAllDetectorSet(targets, current=None)
removeAllDichroicSet(targets, current=None)
removeAllFilterSet(targets, current=None)
removeAllFilterSetSet(targets, current=None)
removeAllInstrumentAnnotationLinkSet(targets, current=None)
removeAllLightSourceSet(targets, current=None)
removeAllOTFSet(targets, current=None)
removeAllObjectiveSet(targets, current=None)
removeDetector(theTarget, current=None)
removeDichroic(theTarget, current=None)
removeFilter(theTarget, current=None)
removeFilterSet(theTarget, current=None)
removeInstrumentAnnotationLinkFromBoth(link, bothSides, current=None)
removeLightSource(theTarget, current=None)
removeOTF(theTarget, current=None)
removeObjective(theTarget, current=None)
setMicroscope(theMicroscope, current=None)
setVersion(theVersion, current=None)
sizeOfDetector(current=None)
sizeOfDichroic(current=None)
sizeOfFilter(current=None)
sizeOfFilterSet(current=None)
sizeOfLightSource(current=None)
sizeOfObjective(current=None)
sizeOfOtf(current=None)
unlinkAnnotation(removal, current=None)
unloadDetector(current=None)
unloadDichroic(current=None)
unloadFilter(current=None)
unloadFilterSet(current=None)
unloadLightSource(current=None)
unloadObjective(current=None)
unloadOtf(current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2880288>
_op_getChild = <IcePy.Operation object at 0x2880bb8>
_op_getParent = <IcePy.Operation object at 0x2880b88>
_op_getVersion = <IcePy.Operation object at 0x2880b58>
_op_setChild = <IcePy.Operation object at 0x2880bd0>
_op_setParent = <IcePy.Operation object at 0x2880ba0>
_op_setVersion = <IcePy.Operation object at 0x2880b70>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.InstrumentAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.InstrumentAnnotationLink

CHILD = 'ome.model.annotations.InstrumentAnnotationLink_child'
DETAILS = 'ome.model.annotations.InstrumentAnnotationLink_details'
PARENT = 'ome.model.annotations.InstrumentAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.InstrumentAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.InstrumentI(id=None, loaded=None)

Bases: omero.model.Instrument

DETAILS = 'ome.model.acquisition.Instrument_details'
DETECTOR = 'ome.model.acquisition.Instrument_detector'
DICHROIC = 'ome.model.acquisition.Instrument_dichroic'
FILTER = 'ome.model.acquisition.Instrument_filter'
FILTERSET = 'ome.model.acquisition.Instrument_filterSet'
LIGHTSOURCE = 'ome.model.acquisition.Instrument_lightSource'
MICROSCOPE = 'ome.model.acquisition.Instrument_microscope'
OBJECTIVE = 'ome.model.acquisition.Instrument_objective'
OTF = 'ome.model.acquisition.Instrument_otf'
_field_info = FieldInfo(microscope=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), detector=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), objective=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), lightSource=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), filter=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), dichroic=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), filterSet=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), otf=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_getDetector(current=None)
_getDichroic(current=None)
_getFilter(current=None)
_getFilterSet(current=None)
_getLightSource(current=None)
_getObjective(current=None)
_getOtf(current=None)
_setDetector(_detector, current=None, wrap=False)
_setDichroic(_dichroic, current=None, wrap=False)
_setFilter(_filter, current=None, wrap=False)
_setFilterSet(_filterSet, current=None, wrap=False)
_setLightSource(_lightSource, current=None, wrap=False)
_setObjective(_objective, current=None, wrap=False)
_setOtf(_otf, current=None, wrap=False)
_toggleCollectionsLoaded(load)
addAllDetectorSet(targets, current=None)
addAllDichroicSet(targets, current=None)
addAllFilterSet(targets, current=None)
addAllFilterSetSet(targets, current=None)
addAllInstrumentAnnotationLinkSet(targets, current=None)
addAllLightSourceSet(targets, current=None)
addAllOTFSet(targets, current=None)
addAllObjectiveSet(targets, current=None)
addDetector(target, current=None)
addDichroic(target, current=None)
addFilter(target, current=None)
addFilterSet(target, current=None)
addInstrumentAnnotationLinkToBoth(link, bothSides)
addLightSource(target, current=None)
addOTF(target, current=None)
addObjective(target, current=None)
checkUnloadedProperty(value, loadedField)
clearDetector(current=None)
clearDichroic(current=None)
clearFilter(current=None)
clearFilterSet(current=None)
clearLightSource(current=None)
clearObjective(current=None)
clearOtf(current=None)
copyDetector(current=None)
copyDichroic(current=None)
copyFilter(current=None)
copyFilterSet(current=None)
copyLightSource(current=None)
copyObjective(current=None)
copyOtf(current=None)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDetails(current=None)
getId(current=None)
getMicroscope(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isDetectorLoaded()
isDichroicLoaded()
isFilterLoaded()
isFilterSetLoaded()
isGlobal(current=None)
isLightSourceLoaded()
isLoaded(current=None)
isMutable(current=None)
isObjectiveLoaded()
isOtfLoaded()
iterateDetector()
iterateDichroic()
iterateFilter()
iterateFilterSet()
iterateLightSource()
iterateObjective()
iterateOtf()
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
reloadDetector(toCopy, current=None)
reloadDichroic(toCopy, current=None)
reloadFilter(toCopy, current=None)
reloadFilterSet(toCopy, current=None)
reloadLightSource(toCopy, current=None)
reloadObjective(toCopy, current=None)
reloadOtf(toCopy, current=None)
removeAllDetectorSet(targets, current=None)
removeAllDichroicSet(targets, current=None)
removeAllFilterSet(targets, current=None)
removeAllFilterSetSet(targets, current=None)
removeAllInstrumentAnnotationLinkSet(targets, current=None)
removeAllLightSourceSet(targets, current=None)
removeAllOTFSet(targets, current=None)
removeAllObjectiveSet(targets, current=None)
removeDetector(target, current=None)
removeDichroic(target, current=None)
removeFilter(target, current=None)
removeFilterSet(target, current=None)
removeInstrumentAnnotationLinkFromBoth(link, bothSides, current=None)
removeLightSource(target, current=None)
removeOTF(target, current=None)
removeObjective(target, current=None)
setId(_id, current=None)
setMicroscope(_microscope, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
sizeOfDetector(current=None)
sizeOfDichroic(current=None)
sizeOfFilter(current=None)
sizeOfFilterSet(current=None)
sizeOfLightSource(current=None)
sizeOfObjective(current=None)
sizeOfOtf(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadDetector(current=None)
unloadDichroic(current=None)
unloadFilter(current=None)
unloadFilterSet(current=None)
unloadLightSource(current=None)
unloadMicroscope()
unloadObjective(current=None)
unloadOtf(current=None)
class omero.model.InstrumentPrx

Bases: omero.model.IObjectPrx

addAllDetectorSet(targets, _ctx=None)
addAllDichroicSet(targets, _ctx=None)
addAllFilterSet(targets, _ctx=None)
addAllFilterSetSet(targets, _ctx=None)
addAllInstrumentAnnotationLinkSet(targets, _ctx=None)
addAllLightSourceSet(targets, _ctx=None)
addAllOTFSet(targets, _ctx=None)
addAllObjectiveSet(targets, _ctx=None)
addDetector(target, _ctx=None)
addDichroic(target, _ctx=None)
addFilter(target, _ctx=None)
addFilterSet(target, _ctx=None)
addInstrumentAnnotationLinkToBoth(link, bothSides, _ctx=None)
addLightSource(target, _ctx=None)
addOTF(target, _ctx=None)
addObjective(target, _ctx=None)
begin_addAllDetectorSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllDichroicSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllFilterSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllFilterSetSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllInstrumentAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllLightSourceSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllOTFSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllObjectiveSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addDetector(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addDichroic(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addFilter(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addFilterSet(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addInstrumentAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addLightSource(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addOTF(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addObjective(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_clearDetector(_response=None, _ex=None, _sent=None, _ctx=None)
begin_clearDichroic(_response=None, _ex=None, _sent=None, _ctx=None)
begin_clearFilter(_response=None, _ex=None, _sent=None, _ctx=None)
begin_clearFilterSet(_response=None, _ex=None, _sent=None, _ctx=None)
begin_clearLightSource(_response=None, _ex=None, _sent=None, _ctx=None)
begin_clearObjective(_response=None, _ex=None, _sent=None, _ctx=None)
begin_clearOtf(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyDetector(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyDichroic(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyFilter(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyFilterSet(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyLightSource(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyObjective(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyOtf(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getMicroscope(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadDetector(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadDichroic(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadFilter(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadFilterSet(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadLightSource(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadObjective(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadOtf(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllDetectorSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllDichroicSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllFilterSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllFilterSetSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllInstrumentAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllLightSourceSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllOTFSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllObjectiveSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeDetector(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeDichroic(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeFilter(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeFilterSet(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeInstrumentAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeLightSource(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeOTF(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeObjective(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setMicroscope(theMicroscope, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfDetector(_response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfDichroic(_response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfFilter(_response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfFilterSet(_response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfLightSource(_response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfObjective(_response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfOtf(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadDetector(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadDichroic(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadFilter(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadFilterSet(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadLightSource(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadObjective(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadOtf(_response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
clearDetector(_ctx=None)
clearDichroic(_ctx=None)
clearFilter(_ctx=None)
clearFilterSet(_ctx=None)
clearLightSource(_ctx=None)
clearObjective(_ctx=None)
clearOtf(_ctx=None)
copyDetector(_ctx=None)
copyDichroic(_ctx=None)
copyFilter(_ctx=None)
copyFilterSet(_ctx=None)
copyLightSource(_ctx=None)
copyObjective(_ctx=None)
copyOtf(_ctx=None)
end_addAllDetectorSet(_r)
end_addAllDichroicSet(_r)
end_addAllFilterSet(_r)
end_addAllFilterSetSet(_r)
end_addAllInstrumentAnnotationLinkSet(_r)
end_addAllLightSourceSet(_r)
end_addAllOTFSet(_r)
end_addAllObjectiveSet(_r)
end_addDetector(_r)
end_addDichroic(_r)
end_addFilter(_r)
end_addFilterSet(_r)
end_addInstrumentAnnotationLinkToBoth(_r)
end_addLightSource(_r)
end_addOTF(_r)
end_addObjective(_r)
end_clearDetector(_r)
end_clearDichroic(_r)
end_clearFilter(_r)
end_clearFilterSet(_r)
end_clearLightSource(_r)
end_clearObjective(_r)
end_clearOtf(_r)
end_copyDetector(_r)
end_copyDichroic(_r)
end_copyFilter(_r)
end_copyFilterSet(_r)
end_copyLightSource(_r)
end_copyObjective(_r)
end_copyOtf(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getMicroscope(_r)
end_getVersion(_r)
end_linkAnnotation(_r)
end_linkedAnnotationList(_r)
end_reloadDetector(_r)
end_reloadDichroic(_r)
end_reloadFilter(_r)
end_reloadFilterSet(_r)
end_reloadLightSource(_r)
end_reloadObjective(_r)
end_reloadOtf(_r)
end_removeAllDetectorSet(_r)
end_removeAllDichroicSet(_r)
end_removeAllFilterSet(_r)
end_removeAllFilterSetSet(_r)
end_removeAllInstrumentAnnotationLinkSet(_r)
end_removeAllLightSourceSet(_r)
end_removeAllOTFSet(_r)
end_removeAllObjectiveSet(_r)
end_removeDetector(_r)
end_removeDichroic(_r)
end_removeFilter(_r)
end_removeFilterSet(_r)
end_removeInstrumentAnnotationLinkFromBoth(_r)
end_removeLightSource(_r)
end_removeOTF(_r)
end_removeObjective(_r)
end_setMicroscope(_r)
end_setVersion(_r)
end_sizeOfDetector(_r)
end_sizeOfDichroic(_r)
end_sizeOfFilter(_r)
end_sizeOfFilterSet(_r)
end_sizeOfLightSource(_r)
end_sizeOfObjective(_r)
end_sizeOfOtf(_r)
end_unlinkAnnotation(_r)
end_unloadDetector(_r)
end_unloadDichroic(_r)
end_unloadFilter(_r)
end_unloadFilterSet(_r)
end_unloadLightSource(_r)
end_unloadObjective(_r)
end_unloadOtf(_r)
getAnnotationLinksCountPerOwner(_ctx=None)
getMicroscope(_ctx=None)
getVersion(_ctx=None)
linkAnnotation(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
reloadDetector(toCopy, _ctx=None)
reloadDichroic(toCopy, _ctx=None)
reloadFilter(toCopy, _ctx=None)
reloadFilterSet(toCopy, _ctx=None)
reloadLightSource(toCopy, _ctx=None)
reloadObjective(toCopy, _ctx=None)
reloadOtf(toCopy, _ctx=None)
removeAllDetectorSet(targets, _ctx=None)
removeAllDichroicSet(targets, _ctx=None)
removeAllFilterSet(targets, _ctx=None)
removeAllFilterSetSet(targets, _ctx=None)
removeAllInstrumentAnnotationLinkSet(targets, _ctx=None)
removeAllLightSourceSet(targets, _ctx=None)
removeAllOTFSet(targets, _ctx=None)
removeAllObjectiveSet(targets, _ctx=None)
removeDetector(theTarget, _ctx=None)
removeDichroic(theTarget, _ctx=None)
removeFilter(theTarget, _ctx=None)
removeFilterSet(theTarget, _ctx=None)
removeInstrumentAnnotationLinkFromBoth(link, bothSides, _ctx=None)
removeLightSource(theTarget, _ctx=None)
removeOTF(theTarget, _ctx=None)
removeObjective(theTarget, _ctx=None)
setMicroscope(theMicroscope, _ctx=None)
setVersion(theVersion, _ctx=None)
sizeOfDetector(_ctx=None)
sizeOfDichroic(_ctx=None)
sizeOfFilter(_ctx=None)
sizeOfFilterSet(_ctx=None)
sizeOfLightSource(_ctx=None)
sizeOfObjective(_ctx=None)
sizeOfOtf(_ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
unloadDetector(_ctx=None)
unloadDichroic(_ctx=None)
unloadFilter(_ctx=None)
unloadFilterSet(_ctx=None)
unloadLightSource(_ctx=None)
unloadObjective(_ctx=None)
unloadOtf(_ctx=None)
class omero.model.IntegrityCheckJob(_id=None, _details=None, _loaded=False, _version=None, _username=None, _groupname=None, _type=None, _message=None, _status=None, _submitted=None, _scheduledFor=None, _started=None, _finished=None, _originalFileLinksSeq=None, _originalFileLinksLoaded=False, _originalFileLinksCountPerOwner=None)

Bases: omero.model.Job

_ice_type = <IcePy.TypeInfo object at 0x2880c18>
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
class omero.model.IntegrityCheckJobI(id=None, loaded=None)

Bases: omero.model.IntegrityCheckJob

DETAILS = 'ome.model.jobs.IntegrityCheckJob_details'
FINISHED = 'ome.model.jobs.IntegrityCheckJob_finished'
GROUPNAME = 'ome.model.jobs.IntegrityCheckJob_groupname'
MESSAGE = 'ome.model.jobs.IntegrityCheckJob_message'
SCHEDULEDFOR = 'ome.model.jobs.IntegrityCheckJob_scheduledFor'
STARTED = 'ome.model.jobs.IntegrityCheckJob_started'
STATUS = 'ome.model.jobs.IntegrityCheckJob_status'
SUBMITTED = 'ome.model.jobs.IntegrityCheckJob_submitted'
TYPE = 'ome.model.jobs.IntegrityCheckJob_type'
USERNAME = 'ome.model.jobs.IntegrityCheckJob_username'
_field_info = FieldInfo(username=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), groupname=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), type=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), message=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), status=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), submitted=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=False), scheduledFor=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=False), started=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), finished=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), originalFileLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllJobOriginalFileLinkSet(targets, current=None)
addJobOriginalFileLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getFinished(current=None)
getGroupname(current=None)
getId(current=None)
getMessage(current=None)
getOriginalFileLinksCountPerOwner(current=None)
getScheduledFor(current=None)
getStarted(current=None)
getStatus(current=None)
getSubmitted(current=None)
getType(current=None)
getUsername(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
isOriginalFileLinksLoaded()
linkOriginalFile(addition, current=None)
linkedOriginalFileList(current=None)
proxy(current=None)
removeAllJobOriginalFileLinkSet(targets, current=None)
removeJobOriginalFileLinkFromBoth(link, bothSides, current=None)
setFinished(_finished, current=None, wrap=False)
setGroupname(_groupname, current=None, wrap=False)
setId(_id, current=None)
setMessage(_message, current=None, wrap=False)
setScheduledFor(_scheduledFor, current=None, wrap=False)
setStarted(_started, current=None, wrap=False)
setStatus(_status, current=None, wrap=False)
setSubmitted(_submitted, current=None, wrap=False)
setType(_type, current=None, wrap=False)
setUsername(_username, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkOriginalFile(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadFinished()
unloadGroupname()
unloadMessage()
unloadScheduledFor()
unloadStarted()
unloadStatus()
unloadSubmitted()
unloadType()
unloadUsername()
class omero.model.IntegrityCheckJobPrx

Bases: omero.model.JobPrx

static checkedCast(proxy, facetOrCtx=None, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Job(_id=None, _details=None, _loaded=False, _version=None, _username=None, _groupname=None, _type=None, _message=None, _status=None, _submitted=None, _scheduledFor=None, _started=None, _finished=None, _originalFileLinksSeq=None, _originalFileLinksLoaded=False, _originalFileLinksCountPerOwner=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a378>
_op_addAllJobOriginalFileLinkSet = <IcePy.Operation object at 0x243bfd8>
_op_addJobOriginalFileLinkToBoth = <IcePy.Operation object at 0x28800c0>
_op_getFinished = <IcePy.Operation object at 0x243bf48>
_op_getGroupname = <IcePy.Operation object at 0x243bdf8>
_op_getMessage = <IcePy.Operation object at 0x243be58>
_op_getOriginalFileLinksCountPerOwner = <IcePy.Operation object at 0x2880090>
_op_getScheduledFor = <IcePy.Operation object at 0x243bee8>
_op_getStarted = <IcePy.Operation object at 0x243bf18>
_op_getStatus = <IcePy.Operation object at 0x243be88>
_op_getSubmitted = <IcePy.Operation object at 0x243beb8>
_op_getType = <IcePy.Operation object at 0x243be28>
_op_getUsername = <IcePy.Operation object at 0x243bdc8>
_op_getVersion = <IcePy.Operation object at 0x243bd98>
_op_linkOriginalFile = <IcePy.Operation object at 0x28800a8>
_op_linkedOriginalFileList = <IcePy.Operation object at 0x2880120>
_op_removeAllJobOriginalFileLinkSet = <IcePy.Operation object at 0x2880048>
_op_removeJobOriginalFileLinkFromBoth = <IcePy.Operation object at 0x2880108>
_op_setFinished = <IcePy.Operation object at 0x243bf60>
_op_setGroupname = <IcePy.Operation object at 0x243be10>
_op_setMessage = <IcePy.Operation object at 0x243be70>
_op_setScheduledFor = <IcePy.Operation object at 0x243bf00>
_op_setStarted = <IcePy.Operation object at 0x243bf30>
_op_setStatus = <IcePy.Operation object at 0x243bea0>
_op_setSubmitted = <IcePy.Operation object at 0x243bed0>
_op_setType = <IcePy.Operation object at 0x243be40>
_op_setUsername = <IcePy.Operation object at 0x243bde0>
_op_setVersion = <IcePy.Operation object at 0x243bdb0>
_op_unlinkOriginalFile = <IcePy.Operation object at 0x28800f0>
addAllJobOriginalFileLinkSet(targets, current=None)
addJobOriginalFileLinkToBoth(link, bothSides, current=None)
getFinished(current=None)
getGroupname(current=None)
getMessage(current=None)
getOriginalFileLinksCountPerOwner(current=None)
getScheduledFor(current=None)
getStarted(current=None)
getStatus(current=None)
getSubmitted(current=None)
getType(current=None)
getUsername(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkOriginalFile(addition, current=None)
linkedOriginalFileList(current=None)
removeAllJobOriginalFileLinkSet(targets, current=None)
removeJobOriginalFileLinkFromBoth(link, bothSides, current=None)
setFinished(theFinished, current=None)
setGroupname(theGroupname, current=None)
setMessage(theMessage, current=None)
setScheduledFor(theScheduledFor, current=None)
setStarted(theStarted, current=None)
setStatus(theStatus, current=None)
setSubmitted(theSubmitted, current=None)
setType(theType, current=None)
setUsername(theUsername, current=None)
setVersion(theVersion, current=None)
unlinkOriginalFile(removal, current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x243bd38>
_op_getChild = <IcePy.Operation object at 0x2880c90>
_op_getParent = <IcePy.Operation object at 0x2880c60>
_op_getVersion = <IcePy.Operation object at 0x2880c30>
_op_setChild = <IcePy.Operation object at 0x2880ca8>
_op_setParent = <IcePy.Operation object at 0x2880c78>
_op_setVersion = <IcePy.Operation object at 0x2880c48>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.JobOriginalFileLinkI(id=None, loaded=None)

Bases: omero.model.JobOriginalFileLink

CHILD = 'ome.model.jobs.JobOriginalFileLink_child'
DETAILS = 'ome.model.jobs.JobOriginalFileLink_details'
PARENT = 'ome.model.jobs.JobOriginalFileLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.JobOriginalFileLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.JobPrx

Bases: omero.model.IObjectPrx

addAllJobOriginalFileLinkSet(targets, _ctx=None)
addJobOriginalFileLinkToBoth(link, bothSides, _ctx=None)
begin_addAllJobOriginalFileLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addJobOriginalFileLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getFinished(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getGroupname(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getMessage(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getOriginalFileLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getScheduledFor(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getStarted(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getStatus(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSubmitted(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getType(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getUsername(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkOriginalFile(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedOriginalFileList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllJobOriginalFileLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeJobOriginalFileLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setFinished(theFinished, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setGroupname(theGroupname, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setMessage(theMessage, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setScheduledFor(theScheduledFor, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setStarted(theStarted, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setStatus(theStatus, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setSubmitted(theSubmitted, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setType(theType, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setUsername(theUsername, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkOriginalFile(removal, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_addAllJobOriginalFileLinkSet(_r)
end_addJobOriginalFileLinkToBoth(_r)
end_getFinished(_r)
end_getGroupname(_r)
end_getMessage(_r)
end_getOriginalFileLinksCountPerOwner(_r)
end_getScheduledFor(_r)
end_getStarted(_r)
end_getStatus(_r)
end_getSubmitted(_r)
end_getType(_r)
end_getUsername(_r)
end_getVersion(_r)
end_linkOriginalFile(_r)
end_linkedOriginalFileList(_r)
end_removeAllJobOriginalFileLinkSet(_r)
end_removeJobOriginalFileLinkFromBoth(_r)
end_setFinished(_r)
end_setGroupname(_r)
end_setMessage(_r)
end_setScheduledFor(_r)
end_setStarted(_r)
end_setStatus(_r)
end_setSubmitted(_r)
end_setType(_r)
end_setUsername(_r)
end_setVersion(_r)
end_unlinkOriginalFile(_r)
getFinished(_ctx=None)
getGroupname(_ctx=None)
getMessage(_ctx=None)
getOriginalFileLinksCountPerOwner(_ctx=None)
getScheduledFor(_ctx=None)
getStarted(_ctx=None)
getStatus(_ctx=None)
getSubmitted(_ctx=None)
getType(_ctx=None)
getUsername(_ctx=None)
getVersion(_ctx=None)
linkOriginalFile(addition, _ctx=None)
linkedOriginalFileList(_ctx=None)
removeAllJobOriginalFileLinkSet(targets, _ctx=None)
removeJobOriginalFileLinkFromBoth(link, bothSides, _ctx=None)
setFinished(theFinished, _ctx=None)
setGroupname(theGroupname, _ctx=None)
setMessage(theMessage, _ctx=None)
setScheduledFor(theScheduledFor, _ctx=None)
setStarted(theStarted, _ctx=None)
setStatus(theStatus, _ctx=None)
setSubmitted(theSubmitted, _ctx=None)
setType(theType, _ctx=None)
setUsername(theUsername, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkOriginalFile(removal, _ctx=None)
class omero.model.JobStatus(_id=None, _details=None, _loaded=False, _value=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a3a8>
_op_getValue = <IcePy.Operation object at 0x2880cd8>
_op_setValue = <IcePy.Operation object at 0x2880cf0>
getValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setValue(theValue, current=None)
class omero.model.JobStatusI(id=None, loaded=None)

Bases: omero.model.JobStatus

DETAILS = 'ome.model.jobs.JobStatus_details'
VALUE = 'ome.model.jobs.JobStatus_value'
_field_info = FieldInfo(value=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getValue(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setValue(_value, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadValue()
class omero.model.JobStatusPrx

Bases: omero.model.IObjectPrx

begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(theValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getValue(_r)
end_setValue(_r)
getValue(_ctx=None)
setValue(theValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Label(_id=None, _details=None, _loaded=False, _version=None, _theZ=None, _theT=None, _theC=None, _roi=None, _locked=None, _g=None, _transform=None, _vectorEffect=None, _visibility=None, _fillColor=None, _fillRule=None, _strokeColor=None, _strokeDashArray=None, _strokeDashOffset=None, _strokeLineCap=None, _strokeLineJoin=None, _strokeMiterLimit=None, _strokeWidth=None, _fontFamily=None, _fontSize=None, _fontStretch=None, _fontStyle=None, _fontVariant=None, _fontWeight=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _x=None, _y=None, _textValue=None, _anchor=None, _decoration=None, _baselineShift=None, _glyphOrientationVertical=None, _direction=None, _writingMode=None)

Bases: omero.model.Shape

_ice_type = <IcePy.TypeInfo object at 0x2880d20>
_op_getAnchor = <IcePy.Operation object at 0x2880dc8>
_op_getBaselineShift = <IcePy.Operation object at 0x2880e28>
_op_getDecoration = <IcePy.Operation object at 0x2880df8>
_op_getDirection = <IcePy.Operation object at 0x2880e88>
_op_getGlyphOrientationVertical = <IcePy.Operation object at 0x2880e58>
_op_getTextValue = <IcePy.Operation object at 0x2880d98>
_op_getWritingMode = <IcePy.Operation object at 0x2880eb8>
_op_getX = <IcePy.Operation object at 0x2880d38>
_op_getY = <IcePy.Operation object at 0x2880d68>
_op_setAnchor = <IcePy.Operation object at 0x2880de0>
_op_setBaselineShift = <IcePy.Operation object at 0x2880e40>
_op_setDecoration = <IcePy.Operation object at 0x2880e10>
_op_setDirection = <IcePy.Operation object at 0x2880ea0>
_op_setGlyphOrientationVertical = <IcePy.Operation object at 0x2880e70>
_op_setTextValue = <IcePy.Operation object at 0x2880db0>
_op_setWritingMode = <IcePy.Operation object at 0x2880ed0>
_op_setX = <IcePy.Operation object at 0x2880d50>
_op_setY = <IcePy.Operation object at 0x2880d80>
getAnchor(current=None)
getBaselineShift(current=None)
getDecoration(current=None)
getDirection(current=None)
getGlyphOrientationVertical(current=None)
getTextValue(current=None)
getWritingMode(current=None)
getX(current=None)
getY(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setAnchor(theAnchor, current=None)
setBaselineShift(theBaselineShift, current=None)
setDecoration(theDecoration, current=None)
setDirection(theDirection, current=None)
setGlyphOrientationVertical(theGlyphOrientationVertical, current=None)
setTextValue(theTextValue, current=None)
setWritingMode(theWritingMode, current=None)
setX(theX, current=None)
setY(theY, current=None)
class omero.model.LabelI(id=None, loaded=None)

Bases: omero.model.Label

ANCHOR = 'ome.model.roi.Label_anchor'
BASELINESHIFT = 'ome.model.roi.Label_baselineShift'
DECORATION = 'ome.model.roi.Label_decoration'
DETAILS = 'ome.model.roi.Label_details'
DIRECTION = 'ome.model.roi.Label_direction'
FILLCOLOR = 'ome.model.roi.Label_fillColor'
FILLRULE = 'ome.model.roi.Label_fillRule'
FONTFAMILY = 'ome.model.roi.Label_fontFamily'
FONTSIZE = 'ome.model.roi.Label_fontSize'
FONTSTRETCH = 'ome.model.roi.Label_fontStretch'
FONTSTYLE = 'ome.model.roi.Label_fontStyle'
FONTVARIANT = 'ome.model.roi.Label_fontVariant'
FONTWEIGHT = 'ome.model.roi.Label_fontWeight'
G = 'ome.model.roi.Label_g'
GLYPHORIENTATIONVERTICAL = 'ome.model.roi.Label_glyphOrientationVertical'
LOCKED = 'ome.model.roi.Label_locked'
ROI = 'ome.model.roi.Label_roi'
STROKECOLOR = 'ome.model.roi.Label_strokeColor'
STROKEDASHARRAY = 'ome.model.roi.Label_strokeDashArray'
STROKEDASHOFFSET = 'ome.model.roi.Label_strokeDashOffset'
STROKELINECAP = 'ome.model.roi.Label_strokeLineCap'
STROKELINEJOIN = 'ome.model.roi.Label_strokeLineJoin'
STROKEMITERLIMIT = 'ome.model.roi.Label_strokeMiterLimit'
STROKEWIDTH = 'ome.model.roi.Label_strokeWidth'
TEXTVALUE = 'ome.model.roi.Label_textValue'
THEC = 'ome.model.roi.Label_theC'
THET = 'ome.model.roi.Label_theT'
THEZ = 'ome.model.roi.Label_theZ'
TRANSFORM = 'ome.model.roi.Label_transform'
VECTOREFFECT = 'ome.model.roi.Label_vectorEffect'
VISIBILITY = 'ome.model.roi.Label_visibility'
WRITINGMODE = 'ome.model.roi.Label_writingMode'
X = 'ome.model.roi.Label_x'
Y = 'ome.model.roi.Label_y'
_field_info = FieldInfo(x=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), y=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), textValue=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), anchor=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), decoration=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), baselineShift=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), glyphOrientationVertical=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), direction=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), writingMode=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), theZ=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), theT=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), theC=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), roi=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), locked=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=True), g=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), transform=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), vectorEffect=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), visibility=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=True), fillColor=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), fillRule=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeColor=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeDashArray=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeDashOffset=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeLineCap=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeLineJoin=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeMiterLimit=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeWidth=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), fontFamily=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontSize=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), fontStretch=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontStyle=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontVariant=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontWeight=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllShapeAnnotationLinkSet(targets, current=None)
addShapeAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnchor(current=None)
getAnnotationLinksCountPerOwner(current=None)
getBaselineShift(current=None)
getDecoration(current=None)
getDetails(current=None)
getDirection(current=None)
getFillColor(current=None)
getFillRule(current=None)
getFontFamily(current=None)
getFontSize(current=None)
getFontStretch(current=None)
getFontStyle(current=None)
getFontVariant(current=None)
getFontWeight(current=None)
getG(current=None)
getGlyphOrientationVertical(current=None)
getId(current=None)
getLocked(current=None)
getRoi(current=None)
getStrokeColor(current=None)
getStrokeDashArray(current=None)
getStrokeDashOffset(current=None)
getStrokeLineCap(current=None)
getStrokeLineJoin(current=None)
getStrokeMiterLimit(current=None)
getStrokeWidth(current=None)
getTextValue(current=None)
getTheC(current=None)
getTheT(current=None)
getTheZ(current=None)
getTransform(current=None)
getVectorEffect(current=None)
getVersion(current=None)
getVisibility(current=None)
getWritingMode(current=None)
getX(current=None)
getY(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllShapeAnnotationLinkSet(targets, current=None)
removeShapeAnnotationLinkFromBoth(link, bothSides, current=None)
setAnchor(_anchor, current=None, wrap=False)
setBaselineShift(_baselineShift, current=None, wrap=False)
setDecoration(_decoration, current=None, wrap=False)
setDirection(_direction, current=None, wrap=False)
setFillColor(_fillColor, current=None, wrap=False)
setFillRule(_fillRule, current=None, wrap=False)
setFontFamily(_fontFamily, current=None, wrap=False)
setFontSize(_fontSize, current=None, wrap=False)
setFontStretch(_fontStretch, current=None, wrap=False)
setFontStyle(_fontStyle, current=None, wrap=False)
setFontVariant(_fontVariant, current=None, wrap=False)
setFontWeight(_fontWeight, current=None, wrap=False)
setG(_g, current=None, wrap=False)
setGlyphOrientationVertical(_glyphOrientationVertical, current=None, wrap=False)
setId(_id, current=None)
setLocked(_locked, current=None, wrap=False)
setRoi(_roi, current=None, wrap=False)
setStrokeColor(_strokeColor, current=None, wrap=False)
setStrokeDashArray(_strokeDashArray, current=None, wrap=False)
setStrokeDashOffset(_strokeDashOffset, current=None, wrap=False)
setStrokeLineCap(_strokeLineCap, current=None, wrap=False)
setStrokeLineJoin(_strokeLineJoin, current=None, wrap=False)
setStrokeMiterLimit(_strokeMiterLimit, current=None, wrap=False)
setStrokeWidth(_strokeWidth, current=None, wrap=False)
setTextValue(_textValue, current=None, wrap=False)
setTheC(_theC, current=None, wrap=False)
setTheT(_theT, current=None, wrap=False)
setTheZ(_theZ, current=None, wrap=False)
setTransform(_transform, current=None, wrap=False)
setVectorEffect(_vectorEffect, current=None, wrap=False)
setVersion(version, current=None)
setVisibility(_visibility, current=None, wrap=False)
setWritingMode(_writingMode, current=None, wrap=False)
setX(_x, current=None, wrap=False)
setY(_y, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadAnchor()
unloadBaselineShift()
unloadCollections(current=None)
unloadDecoration()
unloadDetails(current=None)
unloadDirection()
unloadFillColor()
unloadFillRule()
unloadFontFamily()
unloadFontSize()
unloadFontStretch()
unloadFontStyle()
unloadFontVariant()
unloadFontWeight()
unloadG()
unloadGlyphOrientationVertical()
unloadLocked()
unloadRoi()
unloadStrokeColor()
unloadStrokeDashArray()
unloadStrokeDashOffset()
unloadStrokeLineCap()
unloadStrokeLineJoin()
unloadStrokeMiterLimit()
unloadStrokeWidth()
unloadTextValue()
unloadTheC()
unloadTheT()
unloadTheZ()
unloadTransform()
unloadVectorEffect()
unloadVisibility()
unloadWritingMode()
unloadX()
unloadY()
class omero.model.LabelPrx

Bases: omero.model.ShapePrx

begin_getAnchor(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getBaselineShift(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDecoration(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDirection(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getGlyphOrientationVertical(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getTextValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getWritingMode(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getX(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getY(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setAnchor(theAnchor, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setBaselineShift(theBaselineShift, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDecoration(theDecoration, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDirection(theDirection, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setGlyphOrientationVertical(theGlyphOrientationVertical, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setTextValue(theTextValue, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setWritingMode(theWritingMode, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setX(theX, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setY(theY, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getAnchor(_r)
end_getBaselineShift(_r)
end_getDecoration(_r)
end_getDirection(_r)
end_getGlyphOrientationVertical(_r)
end_getTextValue(_r)
end_getWritingMode(_r)
end_getX(_r)
end_getY(_r)
end_setAnchor(_r)
end_setBaselineShift(_r)
end_setDecoration(_r)
end_setDirection(_r)
end_setGlyphOrientationVertical(_r)
end_setTextValue(_r)
end_setWritingMode(_r)
end_setX(_r)
end_setY(_r)
getAnchor(_ctx=None)
getBaselineShift(_ctx=None)
getDecoration(_ctx=None)
getDirection(_ctx=None)
getGlyphOrientationVertical(_ctx=None)
getTextValue(_ctx=None)
getWritingMode(_ctx=None)
getX(_ctx=None)
getY(_ctx=None)
setAnchor(theAnchor, _ctx=None)
setBaselineShift(theBaselineShift, _ctx=None)
setDecoration(theDecoration, _ctx=None)
setDirection(theDirection, _ctx=None)
setGlyphOrientationVertical(theGlyphOrientationVertical, _ctx=None)
setTextValue(theTextValue, _ctx=None)
setWritingMode(theWritingMode, _ctx=None)
setX(theX, _ctx=None)
setY(theY, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Laser(_id=None, _details=None, _loaded=False, _version=None, _manufacturer=None, _model=None, _power=None, _lotNumber=None, _serialNumber=None, _instrument=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _type=None, _laserMedium=None, _frequencyMultiplication=None, _tuneable=None, _pulse=None, _wavelength=None, _pockelCell=None, _pump=None, _repetitionRate=None)

Bases: omero.model.LightSource

_ice_type = <IcePy.TypeInfo object at 0x1b1a3d8>
_op_getFrequencyMultiplication = <IcePy.Operation object at 0x2880fd8>
_op_getLaserMedium = <IcePy.Operation object at 0x2880fa8>
_op_getPockelCell = <IcePy.Operation object at 0x289c0d8>
_op_getPulse = <IcePy.Operation object at 0x289c078>
_op_getPump = <IcePy.Operation object at 0x289c108>
_op_getRepetitionRate = <IcePy.Operation object at 0x289c138>
_op_getTuneable = <IcePy.Operation object at 0x289c048>
_op_getType = <IcePy.Operation object at 0x2880f78>
_op_getWavelength = <IcePy.Operation object at 0x289c0a8>
_op_setFrequencyMultiplication = <IcePy.Operation object at 0x289c030>
_op_setLaserMedium = <IcePy.Operation object at 0x2880fc0>
_op_setPockelCell = <IcePy.Operation object at 0x289c0f0>
_op_setPulse = <IcePy.Operation object at 0x289c090>
_op_setPump = <IcePy.Operation object at 0x289c120>
_op_setRepetitionRate = <IcePy.Operation object at 0x289c150>
_op_setTuneable = <IcePy.Operation object at 0x289c060>
_op_setType = <IcePy.Operation object at 0x2880f90>
_op_setWavelength = <IcePy.Operation object at 0x289c0c0>
getFrequencyMultiplication(current=None)
getLaserMedium(current=None)
getPockelCell(current=None)
getPulse(current=None)
getPump(current=None)
getRepetitionRate(current=None)
getTuneable(current=None)
getType(current=None)
getWavelength(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setFrequencyMultiplication(theFrequencyMultiplication, current=None)
setLaserMedium(theLaserMedium, current=None)
setPockelCell(thePockelCell, current=None)
setPulse(thePulse, current=None)
setPump(thePump, current=None)
setRepetitionRate(theRepetitionRate, current=None)
setTuneable(theTuneable, current=None)
setType(theType, current=None)
setWavelength(theWavelength, current=None)
class omero.model.LaserI(id=None, loaded=None)

Bases: omero.model.Laser

DETAILS = 'ome.model.acquisition.Laser_details'
FREQUENCYMULTIPLICATION = 'ome.model.acquisition.Laser_frequencyMultiplication'
INSTRUMENT = 'ome.model.acquisition.Laser_instrument'
LASERMEDIUM = 'ome.model.acquisition.Laser_laserMedium'
LOTNUMBER = 'ome.model.acquisition.Laser_lotNumber'
MANUFACTURER = 'ome.model.acquisition.Laser_manufacturer'
MODEL = 'ome.model.acquisition.Laser_model'
POCKELCELL = 'ome.model.acquisition.Laser_pockelCell'
POWER = 'ome.model.acquisition.Laser_power'
PULSE = 'ome.model.acquisition.Laser_pulse'
PUMP = 'ome.model.acquisition.Laser_pump'
REPETITIONRATE = 'ome.model.acquisition.Laser_repetitionRate'
SERIALNUMBER = 'ome.model.acquisition.Laser_serialNumber'
TUNEABLE = 'ome.model.acquisition.Laser_tuneable'
TYPE = 'ome.model.acquisition.Laser_type'
WAVELENGTH = 'ome.model.acquisition.Laser_wavelength'
_field_info = FieldInfo(type=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), laserMedium=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), frequencyMultiplication=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), tuneable=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=True), pulse=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), wavelength=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), pockelCell=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=True), pump=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), repetitionRate=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), manufacturer=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), model=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), power=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), lotNumber=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), serialNumber=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), instrument=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllLightSourceAnnotationLinkSet(targets, current=None)
addLightSourceAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDetails(current=None)
getFrequencyMultiplication(current=None)
getId(current=None)
getInstrument(current=None)
getLaserMedium(current=None)
getLotNumber(current=None)
getManufacturer(current=None)
getModel(current=None)
getPockelCell(current=None)
getPower(current=None)
getPulse(current=None)
getPump(current=None)
getRepetitionRate(current=None)
getSerialNumber(current=None)
getTuneable(current=None)
getType(current=None)
getVersion(current=None)
getWavelength(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllLightSourceAnnotationLinkSet(targets, current=None)
removeLightSourceAnnotationLinkFromBoth(link, bothSides, current=None)
setFrequencyMultiplication(_frequencyMultiplication, current=None, wrap=False)
setId(_id, current=None)
setInstrument(_instrument, current=None, wrap=False)
setLaserMedium(_laserMedium, current=None, wrap=False)
setLotNumber(_lotNumber, current=None, wrap=False)
setManufacturer(_manufacturer, current=None, wrap=False)
setModel(_model, current=None, wrap=False)
setPockelCell(_pockelCell, current=None, wrap=False)
setPower(_power, current=None, wrap=False)
setPulse(_pulse, current=None, wrap=False)
setPump(_pump, current=None, wrap=False)
setRepetitionRate(_repetitionRate, current=None, wrap=False)
setSerialNumber(_serialNumber, current=None, wrap=False)
setTuneable(_tuneable, current=None, wrap=False)
setType(_type, current=None, wrap=False)
setVersion(version, current=None)
setWavelength(_wavelength, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadFrequencyMultiplication()
unloadInstrument()
unloadLaserMedium()
unloadLotNumber()
unloadManufacturer()
unloadModel()
unloadPockelCell()
unloadPower()
unloadPulse()
unloadPump()
unloadRepetitionRate()
unloadSerialNumber()
unloadTuneable()
unloadType()
unloadWavelength()
class omero.model.LaserMedium(_id=None, _details=None, _loaded=False, _value=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2880f18>
_op_getValue = <IcePy.Operation object at 0x289c168>
_op_setValue = <IcePy.Operation object at 0x289c180>
getValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setValue(theValue, current=None)
class omero.model.LaserMediumI(id=None, loaded=None)

Bases: omero.model.LaserMedium

DETAILS = 'ome.model.enums.LaserMedium_details'
VALUE = 'ome.model.enums.LaserMedium_value'
_field_info = FieldInfo(value=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getValue(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setValue(_value, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadValue()
class omero.model.LaserMediumPrx

Bases: omero.model.IObjectPrx

begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(theValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getValue(_r)
end_setValue(_r)
getValue(_ctx=None)
setValue(theValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.LaserPrx

Bases: omero.model.LightSourcePrx

begin_getFrequencyMultiplication(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getLaserMedium(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPockelCell(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPulse(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPump(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getRepetitionRate(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getTuneable(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getType(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getWavelength(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setFrequencyMultiplication(theFrequencyMultiplication, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setLaserMedium(theLaserMedium, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPockelCell(thePockelCell, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPulse(thePulse, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPump(thePump, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setRepetitionRate(theRepetitionRate, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setTuneable(theTuneable, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setType(theType, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setWavelength(theWavelength, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getFrequencyMultiplication(_r)
end_getLaserMedium(_r)
end_getPockelCell(_r)
end_getPulse(_r)
end_getPump(_r)
end_getRepetitionRate(_r)
end_getTuneable(_r)
end_getType(_r)
end_getWavelength(_r)
end_setFrequencyMultiplication(_r)
end_setLaserMedium(_r)
end_setPockelCell(_r)
end_setPulse(_r)
end_setPump(_r)
end_setRepetitionRate(_r)
end_setTuneable(_r)
end_setType(_r)
end_setWavelength(_r)
getFrequencyMultiplication(_ctx=None)
getLaserMedium(_ctx=None)
getPockelCell(_ctx=None)
getPulse(_ctx=None)
getPump(_ctx=None)
getRepetitionRate(_ctx=None)
getTuneable(_ctx=None)
getType(_ctx=None)
getWavelength(_ctx=None)
setFrequencyMultiplication(theFrequencyMultiplication, _ctx=None)
setLaserMedium(theLaserMedium, _ctx=None)
setPockelCell(thePockelCell, _ctx=None)
setPulse(thePulse, _ctx=None)
setPump(thePump, _ctx=None)
setRepetitionRate(theRepetitionRate, _ctx=None)
setTuneable(theTuneable, _ctx=None)
setType(theType, _ctx=None)
setWavelength(theWavelength, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.LaserType(_id=None, _details=None, _loaded=False, _value=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2880ee8>
_op_getValue = <IcePy.Operation object at 0x289c198>
_op_setValue = <IcePy.Operation object at 0x289c1b0>
getValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setValue(theValue, current=None)
class omero.model.LaserTypeI(id=None, loaded=None)

Bases: omero.model.LaserType

DETAILS = 'ome.model.enums.LaserType_details'
VALUE = 'ome.model.enums.LaserType_value'
_field_info = FieldInfo(value=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getValue(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setValue(_value, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadValue()
class omero.model.LaserTypePrx

Bases: omero.model.IObjectPrx

begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(theValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getValue(_r)
end_setValue(_r)
getValue(_ctx=None)
setValue(theValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Length(_value=0.0, _unit=YOTTAMETER)

Bases: Ice.Object

Unit of Length which is used through the model. This is not an [omero::model::IObject] implementation and as such does not have an ID value. Instead, the entire object is embedded into the containing class, so that the value and unit rows can be found on the table itself (e.g. pixels.physicalSizeX and pixels.physicalSizeXUnit).

_ice_type = <IcePy.TypeInfo object at 0x1e2aaf8>
_op_copy = <IcePy.Operation object at 0x35dde70>
_op_getSymbol = <IcePy.Operation object at 0x35dde58>
_op_getUnit = <IcePy.Operation object at 0x35dde28>
_op_getValue = <IcePy.Operation object at 0x35dddf8>
_op_setUnit = <IcePy.Operation object at 0x35dde40>
_op_setValue = <IcePy.Operation object at 0x35dde10>
copy(current=None)
getSymbol(current=None)

Returns the possibly unicode representation of the “unit” value for display.

getUnit(current=None)

[omero::model::enums::UnitsLength] instance which is an [omero::model::IObject] meaning that its ID is sufficient for identifying equality.

getValue(current=None)

Actual value for this unit-based field. The interpretation of the value is only possible along with the [omero::model::enums::UnitsLength] enum.

ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setUnit(unit, current=None)
setValue(value, current=None)
class omero.model.LengthI(value=None, unit=None)

Bases: omero.model.Length, omero_model_UnitBase.UnitBase

CONVERSIONS = {YOTTAMETER: {ZETTAMETER: <omero.conversions.Mul object at 0x347bd50>, EXAMETER: <omero.conversions.Mul object at 0x347d410>, PETAMETER: <omero.conversions.Mul object at 0x347b550>, TERAMETER: <omero.conversions.Mul object at 0x347b810>, GIGAMETER: <omero.conversions.Mul object at 0x347d750>, MEGAMETER: <omero.conversions.Mul object at 0x347ddd0>, KILOMETER: <omero.conversions.Mul object at 0x347da10>, HECTOMETER: <omero.conversions.Mul object at 0x347d810>, DECAMETER: <omero.conversions.Mul object at 0x347d290>, METER: <omero.conversions.Mul object at 0x347de90>, DECIMETER: <omero.conversions.Mul object at 0x347d350>, CENTIMETER: <omero.conversions.Mul object at 0x347d1d0>, MILLIMETER: <omero.conversions.Mul object at 0x347b210>, MICROMETER: <omero.conversions.Mul object at 0x347df50>, NANOMETER: <omero.conversions.Mul object at 0x347b2d0>, PICOMETER: <omero.conversions.Mul object at 0x347b610>, FEMTOMETER: <omero.conversions.Mul object at 0x347d4d0>, ATTOMETER: <omero.conversions.Mul object at 0x347d110>, ZEPTOMETER: <omero.conversions.Mul object at 0x347bc90>, YOCTOMETER: <omero.conversions.Mul object at 0x347bbd0>, ANGSTROM: <omero.conversions.Mul object at 0x3476ed0>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x347d050>, LIGHTYEAR: <omero.conversions.Mul object at 0x347dbd0>, PARSEC: <omero.conversions.Mul object at 0x347b490>, THOU: <omero.conversions.Mul object at 0x347b950>, LINE: <omero.conversions.Mul object at 0x347dd10>, INCH: <omero.conversions.Mul object at 0x347d950>, FOOT: <omero.conversions.Mul object at 0x347d690>, YARD: <omero.conversions.Mul object at 0x347bb10>, MILE: <omero.conversions.Mul object at 0x347b150>, POINT: <omero.conversions.Mul object at 0x347b750>}, ZETTAMETER: {YOTTAMETER: <omero.conversions.Mul object at 0x3483750>, EXAMETER: <omero.conversions.Mul object at 0x347fe10>, PETAMETER: <omero.conversions.Mul object at 0x3484f50>, TERAMETER: <omero.conversions.Mul object at 0x3483250>, GIGAMETER: <omero.conversions.Mul object at 0x3484190>, MEGAMETER: <omero.conversions.Mul object at 0x3484810>, KILOMETER: <omero.conversions.Mul object at 0x3484450>, HECTOMETER: <omero.conversions.Mul object at 0x3484250>, DECAMETER: <omero.conversions.Mul object at 0x347fc90>, METER: <omero.conversions.Mul object at 0x34848d0>, DECIMETER: <omero.conversions.Mul object at 0x347fd50>, CENTIMETER: <omero.conversions.Mul object at 0x347fbd0>, MILLIMETER: <omero.conversions.Mul object at 0x3484c10>, MICROMETER: <omero.conversions.Mul object at 0x3484990>, NANOMETER: <omero.conversions.Mul object at 0x3484cd0>, PICOMETER: <omero.conversions.Mul object at 0x3483050>, FEMTOMETER: <omero.conversions.Mul object at 0x347fed0>, ATTOMETER: <omero.conversions.Mul object at 0x347fb10>, ZEPTOMETER: <omero.conversions.Mul object at 0x3483810>, YOCTOMETER: <omero.conversions.Mul object at 0x3483610>, ANGSTROM: <omero.conversions.Mul object at 0x347f910>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x347fa50>, LIGHTYEAR: <omero.conversions.Mul object at 0x3484610>, PARSEC: <omero.conversions.Mul object at 0x3484e90>, THOU: <omero.conversions.Mul object at 0x3483390>, LINE: <omero.conversions.Mul object at 0x3484750>, INCH: <omero.conversions.Mul object at 0x3484390>, FOOT: <omero.conversions.Mul object at 0x34840d0>, YARD: <omero.conversions.Mul object at 0x3483550>, MILE: <omero.conversions.Mul object at 0x3484b50>, POINT: <omero.conversions.Mul object at 0x3483190>}, EXAMETER: {YOTTAMETER: <omero.conversions.Mul object at 0x40b3510>, ZETTAMETER: <omero.conversions.Mul object at 0x40b3710>, PETAMETER: <omero.conversions.Mul object at 0x409bd10>, TERAMETER: <omero.conversions.Mul object at 0x409bfd0>, GIGAMETER: <omero.conversions.Mul object at 0x3900f10>, MEGAMETER: <omero.conversions.Mul object at 0x409b5d0>, KILOMETER: <omero.conversions.Mul object at 0x409b210>, HECTOMETER: <omero.conversions.Mul object at 0x3900fd0>, DECAMETER: <omero.conversions.Mul object at 0x3900b10>, METER: <omero.conversions.Mul object at 0x409b690>, DECIMETER: <omero.conversions.Mul object at 0x3900bd0>, CENTIMETER: <omero.conversions.Mul object at 0x3900a50>, MILLIMETER: <omero.conversions.Mul object at 0x409b9d0>, MICROMETER: <omero.conversions.Mul object at 0x409b750>, NANOMETER: <omero.conversions.Mul object at 0x409ba90>, PICOMETER: <omero.conversions.Mul object at 0x409bdd0>, FEMTOMETER: <omero.conversions.Mul object at 0x3900c90>, ATTOMETER: <omero.conversions.Mul object at 0x3900990>, ZEPTOMETER: <omero.conversions.Mul object at 0x40b35d0>, YOCTOMETER: <omero.conversions.Mul object at 0x40b33d0>, ANGSTROM: <omero.conversions.Mul object at 0x3900790>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x39008d0>, LIGHTYEAR: <omero.conversions.Mul object at 0x409b3d0>, PARSEC: <omero.conversions.Mul object at 0x409bc50>, THOU: <omero.conversions.Mul object at 0x40b3150>, LINE: <omero.conversions.Mul object at 0x409b510>, INCH: <omero.conversions.Mul object at 0x409b150>, FOOT: <omero.conversions.Mul object at 0x3900e50>, YARD: <omero.conversions.Mul object at 0x40b3310>, MILE: <omero.conversions.Mul object at 0x409b910>, POINT: <omero.conversions.Mul object at 0x409bf10>}, PETAMETER: {YOTTAMETER: <omero.conversions.Mul object at 0x40d50d0>, ZETTAMETER: <omero.conversions.Mul object at 0x40d52d0>, EXAMETER: <omero.conversions.Mul object at 0x40d28d0>, TERAMETER: <omero.conversions.Mul object at 0x40d4b90>, GIGAMETER: <omero.conversions.Mul object at 0x40d2c10>, MEGAMETER: <omero.conversions.Mul object at 0x40d42d0>, KILOMETER: <omero.conversions.Mul object at 0x40d2ed0>, HECTOMETER: <omero.conversions.Mul object at 0x40d2cd0>, DECAMETER: <omero.conversions.Mul object at 0x40d26d0>, METER: <omero.conversions.Mul object at 0x40d4390>, DECIMETER: <omero.conversions.Mul object at 0x40d2790>, CENTIMETER: <omero.conversions.Mul object at 0x40d2610>, MILLIMETER: <omero.conversions.Mul object at 0x40d46d0>, MICROMETER: <omero.conversions.Mul object at 0x40d4450>, NANOMETER: <omero.conversions.Mul object at 0x40d4790>, PICOMETER: <omero.conversions.Mul object at 0x40d4990>, FEMTOMETER: <omero.conversions.Mul object at 0x40d2990>, ATTOMETER: <omero.conversions.Mul object at 0x40d2550>, ZEPTOMETER: <omero.conversions.Mul object at 0x40d5190>, YOCTOMETER: <omero.conversions.Mul object at 0x40d4f50>, ANGSTROM: <omero.conversions.Mul object at 0x40d2350>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x40d2490>, LIGHTYEAR: <omero.conversions.Mul object at 0x40d40d0>, PARSEC: <omero.conversions.Mul object at 0x40d48d0>, THOU: <omero.conversions.Mul object at 0x40d4cd0>, LINE: <omero.conversions.Mul object at 0x40d4210>, INCH: <omero.conversions.Mul object at 0x40d2e10>, FOOT: <omero.conversions.Mul object at 0x40d2b50>, YARD: <omero.conversions.Mul object at 0x40d4e90>, MILE: <omero.conversions.Mul object at 0x40d4610>, POINT: <omero.conversions.Mul object at 0x40d4ad0>}, TERAMETER: {YOTTAMETER: <omero.conversions.Mul object at 0x346f9d0>, ZETTAMETER: <omero.conversions.Mul object at 0x346fbd0>, EXAMETER: <omero.conversions.Mul object at 0x346c210>, PETAMETER: <omero.conversions.Mul object at 0x346f2d0>, GIGAMETER: <omero.conversions.Mul object at 0x346c550>, MEGAMETER: <omero.conversions.Mul object at 0x346cbd0>, KILOMETER: <omero.conversions.Mul object at 0x346c810>, HECTOMETER: <omero.conversions.Mul object at 0x346c610>, DECAMETER: <omero.conversions.Mul object at 0x346dfd0>, METER: <omero.conversions.Mul object at 0x346cc90>, DECIMETER: <omero.conversions.Mul object at 0x346c0d0>, CENTIMETER: <omero.conversions.Mul object at 0x346df10>, MILLIMETER: <omero.conversions.Mul object at 0x346cf50>, MICROMETER: <omero.conversions.Mul object at 0x346cd50>, NANOMETER: <omero.conversions.Mul object at 0x346f050>, PICOMETER: <omero.conversions.Mul object at 0x346f390>, FEMTOMETER: <omero.conversions.Mul object at 0x346c2d0>, ATTOMETER: <omero.conversions.Mul object at 0x346de50>, ZEPTOMETER: <omero.conversions.Mul object at 0x346fa90>, YOCTOMETER: <omero.conversions.Mul object at 0x346f890>, ANGSTROM: <omero.conversions.Mul object at 0x346dc50>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x346dd90>, LIGHTYEAR: <omero.conversions.Mul object at 0x346c9d0>, PARSEC: <omero.conversions.Mul object at 0x346f190>, THOU: <omero.conversions.Mul object at 0x346f610>, LINE: <omero.conversions.Mul object at 0x346cb10>, INCH: <omero.conversions.Mul object at 0x346c750>, FOOT: <omero.conversions.Mul object at 0x346c490>, YARD: <omero.conversions.Mul object at 0x346f7d0>, MILE: <omero.conversions.Mul object at 0x346ce90>, POINT: <omero.conversions.Mul object at 0x346f4d0>}, GIGAMETER: {YOTTAMETER: <omero.conversions.Mul object at 0x40a2c90>, ZETTAMETER: <omero.conversions.Mul object at 0x40a2e90>, EXAMETER: <omero.conversions.Mul object at 0x40a3650>, PETAMETER: <omero.conversions.Mul object at 0x40a2550>, TERAMETER: <omero.conversions.Mul object at 0x40a2890>, MEGAMETER: <omero.conversions.Mul object at 0x40a3e50>, KILOMETER: <omero.conversions.Mul object at 0x40a3b10>, HECTOMETER: <omero.conversions.Mul object at 0x40a3910>, DECAMETER: <omero.conversions.Mul object at 0x40a3450>, METER: <omero.conversions.Mul object at 0x40a3f10>, DECIMETER: <omero.conversions.Mul object at 0x40a3510>, CENTIMETER: <omero.conversions.Mul object at 0x40a3390>, MILLIMETER: <omero.conversions.Mul object at 0x40a2210>, MICROMETER: <omero.conversions.Mul object at 0x40a3fd0>, NANOMETER: <omero.conversions.Mul object at 0x40a22d0>, PICOMETER: <omero.conversions.Mul object at 0x40a2610>, FEMTOMETER: <omero.conversions.Mul object at 0x40a3710>, ATTOMETER: <omero.conversions.Mul object at 0x40a32d0>, ZEPTOMETER: <omero.conversions.Mul object at 0x40a2d50>, YOCTOMETER: <omero.conversions.Mul object at 0x40a2b50>, ANGSTROM: <omero.conversions.Mul object at 0x40a30d0>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x40a3210>, LIGHTYEAR: <omero.conversions.Mul object at 0x40a3c50>, PARSEC: <omero.conversions.Mul object at 0x40a2410>, THOU: <omero.conversions.Mul object at 0x40a2950>, LINE: <omero.conversions.Mul object at 0x40a3d90>, INCH: <omero.conversions.Mul object at 0x40a3a50>, FOOT: <omero.conversions.Mul object at 0x40a3850>, YARD: <omero.conversions.Mul object at 0x40a2a90>, MILE: <omero.conversions.Mul object at 0x40a2150>, POINT: <omero.conversions.Mul object at 0x40a2750>}, MEGAMETER: {YOTTAMETER: <omero.conversions.Mul object at 0x40bee90>, ZETTAMETER: <omero.conversions.Mul object at 0x40bf0d0>, EXAMETER: <omero.conversions.Mul object at 0x40bd8d0>, PETAMETER: <omero.conversions.Mul object at 0x40be750>, TERAMETER: <omero.conversions.Mul object at 0x40bea10>, GIGAMETER: <omero.conversions.Mul object at 0x40bdc10>, KILOMETER: <omero.conversions.Mul object at 0x40bde50>, HECTOMETER: <omero.conversions.Mul object at 0x40bdcd0>, DECAMETER: <omero.conversions.Mul object at 0x40bd6d0>, METER: <omero.conversions.Mul object at 0x40be150>, DECIMETER: <omero.conversions.Mul object at 0x40bd790>, CENTIMETER: <omero.conversions.Mul object at 0x40bd610>, MILLIMETER: <omero.conversions.Mul object at 0x40be410>, MICROMETER: <omero.conversions.Mul object at 0x40be210>, NANOMETER: <omero.conversions.Mul object at 0x40be4d0>, PICOMETER: <omero.conversions.Mul object at 0x40be810>, FEMTOMETER: <omero.conversions.Mul object at 0x40bd990>, ATTOMETER: <omero.conversions.Mul object at 0x40bd550>, ZEPTOMETER: <omero.conversions.Mul object at 0x40bef50>, YOCTOMETER: <omero.conversions.Mul object at 0x40bed50>, ANGSTROM: <omero.conversions.Mul object at 0x40bd350>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x40bd490>, LIGHTYEAR: <omero.conversions.Mul object at 0x40bdf90>, PARSEC: <omero.conversions.Mul object at 0x40be610>, THOU: <omero.conversions.Mul object at 0x40beb50>, LINE: <omero.conversions.Mul object at 0x40be090>, INCH: <omero.conversions.Mul object at 0x40bdd90>, FOOT: <omero.conversions.Mul object at 0x40bdad0>, YARD: <omero.conversions.Mul object at 0x40bec90>, MILE: <omero.conversions.Mul object at 0x40be350>, POINT: <omero.conversions.Mul object at 0x40be8d0>}, KILOMETER: {YOTTAMETER: <omero.conversions.Mul object at 0x40ac890>, ZETTAMETER: <omero.conversions.Mul object at 0x40aca90>, EXAMETER: <omero.conversions.Mul object at 0x40ab050>, PETAMETER: <omero.conversions.Mul object at 0x40ac0d0>, TERAMETER: <omero.conversions.Mul object at 0x40ac410>, GIGAMETER: <omero.conversions.Mul object at 0x40ab390>, MEGAMETER: <omero.conversions.Mul object at 0x40ab950>, HECTOMETER: <omero.conversions.Mul object at 0x40ab450>, DECAMETER: <omero.conversions.Mul object at 0x40a9e10>, METER: <omero.conversions.Mul object at 0x40aba10>, DECIMETER: <omero.conversions.Mul object at 0x40a9ed0>, CENTIMETER: <omero.conversions.Mul object at 0x40a9d50>, MILLIMETER: <omero.conversions.Mul object at 0x40abcd0>, MICROMETER: <omero.conversions.Mul object at 0x40abad0>, NANOMETER: <omero.conversions.Mul object at 0x40abd90>, PICOMETER: <omero.conversions.Mul object at 0x40ac190>, FEMTOMETER: <omero.conversions.Mul object at 0x40ab110>, ATTOMETER: <omero.conversions.Mul object at 0x40a9c90>, ZEPTOMETER: <omero.conversions.Mul object at 0x40ac950>, YOCTOMETER: <omero.conversions.Mul object at 0x40ac750>, ANGSTROM: <omero.conversions.Mul object at 0x40a9a90>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x40a9bd0>, LIGHTYEAR: <omero.conversions.Mul object at 0x40ab6d0>, PARSEC: <omero.conversions.Mul object at 0x40abf50>, THOU: <omero.conversions.Mul object at 0x40ac550>, LINE: <omero.conversions.Mul object at 0x40ab810>, INCH: <omero.conversions.Mul object at 0x40ab590>, FOOT: <omero.conversions.Mul object at 0x40ab250>, YARD: <omero.conversions.Mul object at 0x40ac690>, MILE: <omero.conversions.Mul object at 0x40abc10>, POINT: <omero.conversions.Mul object at 0x40ac2d0>}, HECTOMETER: {YOTTAMETER: <omero.conversions.Mul object at 0x40a5dd0>, ZETTAMETER: <omero.conversions.Mul object at 0x40a5fd0>, EXAMETER: <omero.conversions.Mul object at 0x40a4510>, PETAMETER: <omero.conversions.Mul object at 0x40a5610>, TERAMETER: <omero.conversions.Mul object at 0x40a5950>, GIGAMETER: <omero.conversions.Mul object at 0x40a4850>, MEGAMETER: <omero.conversions.Mul object at 0x40a4e90>, KILOMETER: <omero.conversions.Mul object at 0x40a4ad0>, DECAMETER: <omero.conversions.Mul object at 0x40a4310>, METER: <omero.conversions.Mul object at 0x40a4f50>, DECIMETER: <omero.conversions.Mul object at 0x40a43d0>, CENTIMETER: <omero.conversions.Mul object at 0x40a4250>, MILLIMETER: <omero.conversions.Mul object at 0x40a5250>, MICROMETER: <omero.conversions.Mul object at 0x40a5050>, NANOMETER: <omero.conversions.Mul object at 0x40a5310>, PICOMETER: <omero.conversions.Mul object at 0x40a56d0>, FEMTOMETER: <omero.conversions.Mul object at 0x40a45d0>, ATTOMETER: <omero.conversions.Mul object at 0x40a4190>, ZEPTOMETER: <omero.conversions.Mul object at 0x40a5e90>, YOCTOMETER: <omero.conversions.Mul object at 0x40a5c90>, ANGSTROM: <omero.conversions.Mul object at 0x40a2f50>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x40a40d0>, LIGHTYEAR: <omero.conversions.Mul object at 0x40a4c10>, PARSEC: <omero.conversions.Mul object at 0x40a54d0>, THOU: <omero.conversions.Mul object at 0x40a5a90>, LINE: <omero.conversions.Mul object at 0x40a4d50>, INCH: <omero.conversions.Mul object at 0x40a4990>, FOOT: <omero.conversions.Mul object at 0x40a4710>, YARD: <omero.conversions.Mul object at 0x40a5bd0>, MILE: <omero.conversions.Mul object at 0x40a5190>, POINT: <omero.conversions.Mul object at 0x40a5810>}, DECAMETER: {YOTTAMETER: <omero.conversions.Mul object at 0x38f8090>, ZETTAMETER: <omero.conversions.Mul object at 0x38f8290>, EXAMETER: <omero.conversions.Mul object at 0x38f75d0>, PETAMETER: <omero.conversions.Mul object at 0x3902890>, TERAMETER: <omero.conversions.Mul object at 0x3902bd0>, GIGAMETER: <omero.conversions.Mul object at 0x38f7910>, MEGAMETER: <omero.conversions.Mul object at 0x39020d0>, KILOMETER: <omero.conversions.Mul object at 0x38f7cd0>, HECTOMETER: <omero.conversions.Mul object at 0x38f7a50>, METER: <omero.conversions.Mul object at 0x3902190>, DECIMETER: <omero.conversions.Mul object at 0x38f7490>, CENTIMETER: <omero.conversions.Mul object at 0x38f73d0>, MILLIMETER: <omero.conversions.Mul object at 0x39024d0>, MICROMETER: <omero.conversions.Mul object at 0x3902250>, NANOMETER: <omero.conversions.Mul object at 0x3902590>, PICOMETER: <omero.conversions.Mul object at 0x3902950>, FEMTOMETER: <omero.conversions.Mul object at 0x38f7690>, ATTOMETER: <omero.conversions.Mul object at 0x38f7310>, ZEPTOMETER: <omero.conversions.Mul object at 0x38f8150>, YOCTOMETER: <omero.conversions.Mul object at 0x3902f10>, ANGSTROM: <omero.conversions.Mul object at 0x38f7110>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x38f7250>, LIGHTYEAR: <omero.conversions.Mul object at 0x38f7e10>, PARSEC: <omero.conversions.Mul object at 0x3902750>, THOU: <omero.conversions.Mul object at 0x3902d10>, LINE: <omero.conversions.Mul object at 0x38f7f50>, INCH: <omero.conversions.Mul object at 0x38f7b90>, FOOT: <omero.conversions.Mul object at 0x38f77d0>, YARD: <omero.conversions.Mul object at 0x3902e50>, MILE: <omero.conversions.Mul object at 0x3902410>, POINT: <omero.conversions.Mul object at 0x3902a90>}, METER: {YOTTAMETER: <omero.conversions.Mul object at 0x40c2290>, ZETTAMETER: <omero.conversions.Mul object at 0x40c2490>, EXAMETER: <omero.conversions.Mul object at 0x40bf790>, PETAMETER: <omero.conversions.Mul object at 0x40c0a10>, TERAMETER: <omero.conversions.Mul object at 0x40c0d50>, GIGAMETER: <omero.conversions.Mul object at 0x40bfb50>, MEGAMETER: <omero.conversions.Mul object at 0x40c0310>, KILOMETER: <omero.conversions.Mul object at 0x40bff10>, HECTOMETER: <omero.conversions.Mul object at 0x40bfc90>, DECAMETER: <omero.conversions.Mul object at 0x40bf590>, DECIMETER: <omero.conversions.Mul object at 0x40bf650>, CENTIMETER: <omero.conversions.Mul object at 0x40bf450>, MILLIMETER: <omero.conversions.Mul object at 0x40c0650>, MICROMETER: <omero.conversions.Mul object at 0x40c03d0>, NANOMETER: <omero.conversions.Mul object at 0x40c0710>, PICOMETER: <omero.conversions.Mul object at 0x40c0ad0>, FEMTOMETER: <omero.conversions.Mul object at 0x40bf850>, ATTOMETER: <omero.conversions.Mul object at 0x40bf390>, ZEPTOMETER: <omero.conversions.Mul object at 0x40c2350>, YOCTOMETER: <omero.conversions.Mul object at 0x40c2150>, ANGSTROM: <omero.conversions.Mul object at 0x40bf190>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x40bf2d0>, LIGHTYEAR: <omero.conversions.Mul object at 0x40c0090>, PARSEC: <omero.conversions.Mul object at 0x40c08d0>, THOU: <omero.conversions.Mul object at 0x40c0e90>, LINE: <omero.conversions.Mul object at 0x40c01d0>, INCH: <omero.conversions.Mul object at 0x40bfdd0>, FOOT: <omero.conversions.Mul object at 0x40bfa10>, YARD: <omero.conversions.Mul object at 0x40c2090>, MILE: <omero.conversions.Mul object at 0x40c0590>, POINT: <omero.conversions.Mul object at 0x40c0c10>}, DECIMETER: {YOTTAMETER: <omero.conversions.Mul object at 0x39004d0>, ZETTAMETER: <omero.conversions.Mul object at 0x39006d0>, EXAMETER: <omero.conversions.Mul object at 0x38f8890>, PETAMETER: <omero.conversions.Mul object at 0x3901c50>, TERAMETER: <omero.conversions.Mul object at 0x3901f90>, GIGAMETER: <omero.conversions.Mul object at 0x38f8c50>, MEGAMETER: <omero.conversions.Mul object at 0x3901410>, KILOMETER: <omero.conversions.Mul object at 0x3901050>, HECTOMETER: <omero.conversions.Mul object at 0x38f8d90>, DECAMETER: <omero.conversions.Mul object at 0x38f8750>, METER: <omero.conversions.Mul object at 0x3901550>, CENTIMETER: <omero.conversions.Mul object at 0x38f8610>, MILLIMETER: <omero.conversions.Mul object at 0x3901890>, MICROMETER: <omero.conversions.Mul object at 0x3901610>, NANOMETER: <omero.conversions.Mul object at 0x3901950>, PICOMETER: <omero.conversions.Mul object at 0x3901d10>, FEMTOMETER: <omero.conversions.Mul object at 0x38f8950>, ATTOMETER: <omero.conversions.Mul object at 0x38f8550>, ZEPTOMETER: <omero.conversions.Mul object at 0x3900590>, YOCTOMETER: <omero.conversions.Mul object at 0x3900390>, ANGSTROM: <omero.conversions.Mul object at 0x38f8350>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x38f8490>, LIGHTYEAR: <omero.conversions.Mul object at 0x3901190>, PARSEC: <omero.conversions.Mul object at 0x3901b10>, THOU: <omero.conversions.Mul object at 0x3900110>, LINE: <omero.conversions.Mul object at 0x39012d0>, INCH: <omero.conversions.Mul object at 0x38f8ed0>, FOOT: <omero.conversions.Mul object at 0x38f8b10>, YARD: <omero.conversions.Mul object at 0x39002d0>, MILE: <omero.conversions.Mul object at 0x39017d0>, POINT: <omero.conversions.Mul object at 0x3901e50>}, CENTIMETER: {YOTTAMETER: <omero.conversions.Mul object at 0x38ffe10>, ZETTAMETER: <omero.conversions.Mul object at 0x38f7050>, EXAMETER: <omero.conversions.Mul object at 0x38f4110>, PETAMETER: <omero.conversions.Mul object at 0x38ff5d0>, TERAMETER: <omero.conversions.Mul object at 0x38ff910>, GIGAMETER: <omero.conversions.Mul object at 0x38f44d0>, MEGAMETER: <omero.conversions.Mul object at 0x38f4d50>, KILOMETER: <omero.conversions.Mul object at 0x38f4890>, HECTOMETER: <omero.conversions.Mul object at 0x38f4610>, DECAMETER: <omero.conversions.Mul object at 0x38f5e50>, METER: <omero.conversions.Mul object at 0x38f4e90>, DECIMETER: <omero.conversions.Mul object at 0x38f5f90>, MILLIMETER: <omero.conversions.Mul object at 0x38ff210>, MICROMETER: <omero.conversions.Mul object at 0x38f4f50>, NANOMETER: <omero.conversions.Mul object at 0x38ff2d0>, PICOMETER: <omero.conversions.Mul object at 0x38ff690>, FEMTOMETER: <omero.conversions.Mul object at 0x38f41d0>, ATTOMETER: <omero.conversions.Mul object at 0x38f5d10>, ZEPTOMETER: <omero.conversions.Mul object at 0x38ffed0>, YOCTOMETER: <omero.conversions.Mul object at 0x38ffcd0>, ANGSTROM: <omero.conversions.Mul object at 0x38f5a90>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x38f5c50>, LIGHTYEAR: <omero.conversions.Mul object at 0x38f4a50>, PARSEC: <omero.conversions.Mul object at 0x38ff490>, THOU: <omero.conversions.Mul object at 0x38ffa50>, LINE: <omero.conversions.Mul object at 0x38f4c10>, INCH: <omero.conversions.Mul object at 0x38f4750>, FOOT: <omero.conversions.Mul object at 0x38f4390>, YARD: <omero.conversions.Mul object at 0x38ffc10>, MILE: <omero.conversions.Mul object at 0x38ff150>, POINT: <omero.conversions.Mul object at 0x38ff7d0>}, MILLIMETER: {YOTTAMETER: <omero.conversions.Mul object at 0x40cbf10>, ZETTAMETER: <omero.conversions.Mul object at 0x40cc150>, EXAMETER: <omero.conversions.Mul object at 0x40ca250>, PETAMETER: <omero.conversions.Mul object at 0x40cb650>, TERAMETER: <omero.conversions.Mul object at 0x40cba10>, GIGAMETER: <omero.conversions.Mul object at 0x40ca610>, MEGAMETER: <omero.conversions.Mul object at 0x40cae90>, KILOMETER: <omero.conversions.Mul object at 0x40ca9d0>, HECTOMETER: <omero.conversions.Mul object at 0x40ca750>, DECAMETER: <omero.conversions.Mul object at 0x40c7f90>, METER: <omero.conversions.Mul object at 0x40cafd0>, DECIMETER: <omero.conversions.Mul object at 0x40ca110>, CENTIMETER: <omero.conversions.Mul object at 0x40c7e50>, MICROMETER: <omero.conversions.Mul object at 0x40cb0d0>, NANOMETER: <omero.conversions.Mul object at 0x40cb350>, PICOMETER: <omero.conversions.Mul object at 0x40cb710>, FEMTOMETER: <omero.conversions.Mul object at 0x40ca310>, ATTOMETER: <omero.conversions.Mul object at 0x40c7d10>, ZEPTOMETER: <omero.conversions.Mul object at 0x40cbfd0>, YOCTOMETER: <omero.conversions.Mul object at 0x40cbdd0>, ANGSTROM: <omero.conversions.Mul object at 0x40c7a90>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x40c7c50>, LIGHTYEAR: <omero.conversions.Mul object at 0x40cab90>, PARSEC: <omero.conversions.Mul object at 0x40cb510>, THOU: <omero.conversions.Mul object at 0x40cbb50>, LINE: <omero.conversions.Mul object at 0x40cad50>, INCH: <omero.conversions.Mul object at 0x40ca890>, FOOT: <omero.conversions.Mul object at 0x40ca4d0>, YARD: <omero.conversions.Mul object at 0x40cbd10>, MILE: <omero.conversions.Mul object at 0x40cb290>, POINT: <omero.conversions.Mul object at 0x40cb8d0>}, MICROMETER: {YOTTAMETER: <omero.conversions.Mul object at 0x40c5a50>, ZETTAMETER: <omero.conversions.Mul object at 0x40c5c50>, EXAMETER: <omero.conversions.Mul object at 0x40c2cd0>, PETAMETER: <omero.conversions.Mul object at 0x40c5190>, TERAMETER: <omero.conversions.Mul object at 0x40c5550>, GIGAMETER: <omero.conversions.Mul object at 0x40c40d0>, MEGAMETER: <omero.conversions.Mul object at 0x40c4950>, KILOMETER: <omero.conversions.Mul object at 0x40c4490>, HECTOMETER: <omero.conversions.Mul object at 0x40c4210>, DECAMETER: <omero.conversions.Mul object at 0x40c2a50>, METER: <omero.conversions.Mul object at 0x40c4a90>, DECIMETER: <omero.conversions.Mul object at 0x40c2b90>, CENTIMETER: <omero.conversions.Mul object at 0x40c2910>, MILLIMETER: <omero.conversions.Mul object at 0x40c4d90>, NANOMETER: <omero.conversions.Mul object at 0x40c4e50>, PICOMETER: <omero.conversions.Mul object at 0x40c5250>, FEMTOMETER: <omero.conversions.Mul object at 0x40c2d90>, ATTOMETER: <omero.conversions.Mul object at 0x40c27d0>, ZEPTOMETER: <omero.conversions.Mul object at 0x40c5b10>, YOCTOMETER: <omero.conversions.Mul object at 0x40c5910>, ANGSTROM: <omero.conversions.Mul object at 0x40c2550>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x40c2710>, LIGHTYEAR: <omero.conversions.Mul object at 0x40c4650>, PARSEC: <omero.conversions.Mul object at 0x40c5050>, THOU: <omero.conversions.Mul object at 0x40c5690>, LINE: <omero.conversions.Mul object at 0x40c4810>, INCH: <omero.conversions.Mul object at 0x40c4350>, FOOT: <omero.conversions.Mul object at 0x40c2f50>, YARD: <omero.conversions.Mul object at 0x40c5850>, MILE: <omero.conversions.Mul object at 0x40c4c50>, POINT: <omero.conversions.Mul object at 0x40c5410>}, NANOMETER: {YOTTAMETER: <omero.conversions.Mul object at 0x40ce790>, ZETTAMETER: <omero.conversions.Mul object at 0x40ce990>, EXAMETER: <omero.conversions.Mul object at 0x40cc990>, PETAMETER: <omero.conversions.Mul object at 0x40cfe90>, TERAMETER: <omero.conversions.Mul object at 0x40ce290>, GIGAMETER: <omero.conversions.Mul object at 0x40ccd50>, MEGAMETER: <omero.conversions.Mul object at 0x40cf610>, KILOMETER: <omero.conversions.Mul object at 0x40cf150>, HECTOMETER: <omero.conversions.Mul object at 0x40cce90>, DECAMETER: <omero.conversions.Mul object at 0x40cc710>, METER: <omero.conversions.Mul object at 0x40cf750>, DECIMETER: <omero.conversions.Mul object at 0x40cc850>, CENTIMETER: <omero.conversions.Mul object at 0x40cc5d0>, MILLIMETER: <omero.conversions.Mul object at 0x40cfb90>, MICROMETER: <omero.conversions.Mul object at 0x40cf890>, PICOMETER: <omero.conversions.Mul object at 0x40cff50>, FEMTOMETER: <omero.conversions.Mul object at 0x40cca50>, ATTOMETER: <omero.conversions.Mul object at 0x40cc490>, ZEPTOMETER: <omero.conversions.Mul object at 0x40ce850>, YOCTOMETER: <omero.conversions.Mul object at 0x40ce650>, ANGSTROM: <omero.conversions.Mul object at 0x40cc210>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x40cc3d0>, LIGHTYEAR: <omero.conversions.Mul object at 0x40cf310>, PARSEC: <omero.conversions.Mul object at 0x40cfd50>, THOU: <omero.conversions.Mul object at 0x40ce3d0>, LINE: <omero.conversions.Mul object at 0x40cf4d0>, INCH: <omero.conversions.Mul object at 0x40ccfd0>, FOOT: <omero.conversions.Mul object at 0x40ccc10>, YARD: <omero.conversions.Mul object at 0x40ce590>, MILE: <omero.conversions.Mul object at 0x40cfa50>, POINT: <omero.conversions.Mul object at 0x40ce150>}, PICOMETER: {YOTTAMETER: <omero.conversions.Mul object at 0x40d8a10>, ZETTAMETER: <omero.conversions.Mul object at 0x40d8c10>, EXAMETER: <omero.conversions.Mul object at 0x40d5b90>, PETAMETER: <omero.conversions.Mul object at 0x40d8210>, TERAMETER: <omero.conversions.Mul object at 0x40d8510>, GIGAMETER: <omero.conversions.Mul object at 0x40d5f50>, MEGAMETER: <omero.conversions.Mul object at 0x40d7810>, KILOMETER: <omero.conversions.Mul object at 0x40d7350>, HECTOMETER: <omero.conversions.Mul object at 0x40d70d0>, DECAMETER: <omero.conversions.Mul object at 0x40d5910>, METER: <omero.conversions.Mul object at 0x40d7950>, DECIMETER: <omero.conversions.Mul object at 0x40d5a50>, CENTIMETER: <omero.conversions.Mul object at 0x40d57d0>, MILLIMETER: <omero.conversions.Mul object at 0x40d7d90>, MICROMETER: <omero.conversions.Mul object at 0x40d7a90>, NANOMETER: <omero.conversions.Mul object at 0x40d7ed0>, FEMTOMETER: <omero.conversions.Mul object at 0x40d5c50>, ATTOMETER: <omero.conversions.Mul object at 0x40d5690>, ZEPTOMETER: <omero.conversions.Mul object at 0x40d8ad0>, YOCTOMETER: <omero.conversions.Mul object at 0x40d88d0>, ANGSTROM: <omero.conversions.Mul object at 0x40d5410>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x40d55d0>, LIGHTYEAR: <omero.conversions.Mul object at 0x40d7510>, PARSEC: <omero.conversions.Mul object at 0x40d80d0>, THOU: <omero.conversions.Mul object at 0x40d8650>, LINE: <omero.conversions.Mul object at 0x40d76d0>, INCH: <omero.conversions.Mul object at 0x40d7210>, FOOT: <omero.conversions.Mul object at 0x40d5e10>, YARD: <omero.conversions.Mul object at 0x40d8810>, MILE: <omero.conversions.Mul object at 0x40d7c50>, POINT: <omero.conversions.Mul object at 0x40d83d0>}, FEMTOMETER: {YOTTAMETER: <omero.conversions.Mul object at 0x409ded0>, ZETTAMETER: <omero.conversions.Mul object at 0x409e110>, EXAMETER: <omero.conversions.Mul object at 0x40b3fd0>, PETAMETER: <omero.conversions.Mul object at 0x409d590>, TERAMETER: <omero.conversions.Mul object at 0x409d9d0>, GIGAMETER: <omero.conversions.Mul object at 0x409c310>, MEGAMETER: <omero.conversions.Mul object at 0x409cb90>, KILOMETER: <omero.conversions.Mul object at 0x409c6d0>, HECTOMETER: <omero.conversions.Mul object at 0x409c450>, DECAMETER: <omero.conversions.Mul object at 0x40b3d50>, METER: <omero.conversions.Mul object at 0x409ccd0>, DECIMETER: <omero.conversions.Mul object at 0x40b3e90>, CENTIMETER: <omero.conversions.Mul object at 0x40b3c10>, MILLIMETER: <omero.conversions.Mul object at 0x409d150>, MICROMETER: <omero.conversions.Mul object at 0x409ce10>, NANOMETER: <omero.conversions.Mul object at 0x409d290>, PICOMETER: <omero.conversions.Mul object at 0x409d6d0>, ATTOMETER: <omero.conversions.Mul object at 0x40b3ad0>, ZEPTOMETER: <omero.conversions.Mul object at 0x409df90>, YOCTOMETER: <omero.conversions.Mul object at 0x409dd90>, ANGSTROM: <omero.conversions.Mul object at 0x40b3850>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x40b3a10>, LIGHTYEAR: <omero.conversions.Mul object at 0x409c890>, PARSEC: <omero.conversions.Mul object at 0x409d450>, THOU: <omero.conversions.Mul object at 0x409db10>, LINE: <omero.conversions.Mul object at 0x409ca50>, INCH: <omero.conversions.Mul object at 0x409c590>, FOOT: <omero.conversions.Mul object at 0x409c1d0>, YARD: <omero.conversions.Mul object at 0x409dcd0>, MILE: <omero.conversions.Mul object at 0x409cfd0>, POINT: <omero.conversions.Mul object at 0x409d890>}, ATTOMETER: {YOTTAMETER: <omero.conversions.Mul object at 0x38f57d0>, ZETTAMETER: <omero.conversions.Mul object at 0x38f59d0>, EXAMETER: <omero.conversions.Mul object at 0x38f0790>, PETAMETER: <omero.conversions.Mul object at 0x38f2e50>, TERAMETER: <omero.conversions.Mul object at 0x38f52d0>, GIGAMETER: <omero.conversions.Mul object at 0x38f0bd0>, MEGAMETER: <omero.conversions.Mul object at 0x38f2490>, KILOMETER: <omero.conversions.Mul object at 0x38f0f90>, HECTOMETER: <omero.conversions.Mul object at 0x38f0d10>, DECAMETER: <omero.conversions.Mul object at 0x38f0510>, METER: <omero.conversions.Mul object at 0x38f25d0>, DECIMETER: <omero.conversions.Mul object at 0x38f0650>, CENTIMETER: <omero.conversions.Mul object at 0x38f03d0>, MILLIMETER: <omero.conversions.Mul object at 0x38f2a10>, MICROMETER: <omero.conversions.Mul object at 0x38f2710>, NANOMETER: <omero.conversions.Mul object at 0x38f2b50>, PICOMETER: <omero.conversions.Mul object at 0x38f2f90>, FEMTOMETER: <omero.conversions.Mul object at 0x38f08d0>, ZEPTOMETER: <omero.conversions.Mul object at 0x38f5890>, YOCTOMETER: <omero.conversions.Mul object at 0x38f5690>, ANGSTROM: <omero.conversions.Mul object at 0x38f00d0>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x38f0290>, LIGHTYEAR: <omero.conversions.Mul object at 0x38f2190>, PARSEC: <omero.conversions.Mul object at 0x38f2d10>, THOU: <omero.conversions.Mul object at 0x38f5410>, LINE: <omero.conversions.Mul object at 0x38f2350>, INCH: <omero.conversions.Mul object at 0x38f0e50>, FOOT: <omero.conversions.Mul object at 0x38f0a90>, YARD: <omero.conversions.Mul object at 0x38f55d0>, MILE: <omero.conversions.Mul object at 0x38f28d0>, POINT: <omero.conversions.Mul object at 0x38f5190>}, ZEPTOMETER: {YOTTAMETER: <omero.conversions.Mul object at 0x347f710>, ZETTAMETER: <omero.conversions.Mul object at 0x347f850>, EXAMETER: <omero.conversions.Mul object at 0x347e6d0>, PETAMETER: <omero.conversions.Mul object at 0x3480d90>, TERAMETER: <omero.conversions.Mul object at 0x347f210>, GIGAMETER: <omero.conversions.Mul object at 0x347eb10>, MEGAMETER: <omero.conversions.Mul object at 0x34803d0>, KILOMETER: <omero.conversions.Mul object at 0x347eed0>, HECTOMETER: <omero.conversions.Mul object at 0x347ec50>, DECAMETER: <omero.conversions.Mul object at 0x347e450>, METER: <omero.conversions.Mul object at 0x3480510>, DECIMETER: <omero.conversions.Mul object at 0x347e590>, CENTIMETER: <omero.conversions.Mul object at 0x347e310>, MILLIMETER: <omero.conversions.Mul object at 0x3480950>, MICROMETER: <omero.conversions.Mul object at 0x3480650>, NANOMETER: <omero.conversions.Mul object at 0x3480a90>, PICOMETER: <omero.conversions.Mul object at 0x3480ed0>, FEMTOMETER: <omero.conversions.Mul object at 0x347e810>, ATTOMETER: <omero.conversions.Mul object at 0x347e1d0>, YOCTOMETER: <omero.conversions.Mul object at 0x347f5d0>, ANGSTROM: <omero.conversions.Mul object at 0x347be90>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x347e090>, LIGHTYEAR: <omero.conversions.Mul object at 0x34800d0>, PARSEC: <omero.conversions.Mul object at 0x3480c50>, THOU: <omero.conversions.Mul object at 0x347f350>, LINE: <omero.conversions.Mul object at 0x3480290>, INCH: <omero.conversions.Mul object at 0x347ed90>, FOOT: <omero.conversions.Mul object at 0x347e9d0>, YARD: <omero.conversions.Mul object at 0x347f510>, MILE: <omero.conversions.Mul object at 0x3480810>, POINT: <omero.conversions.Mul object at 0x347f0d0>}, YOCTOMETER: {YOTTAMETER: <omero.conversions.Mul object at 0x3476b90>, ZETTAMETER: <omero.conversions.Mul object at 0x3476e10>, EXAMETER: <omero.conversions.Mul object at 0x3475c10>, PETAMETER: <omero.conversions.Mul object at 0x3476310>, TERAMETER: <omero.conversions.Mul object at 0x3476750>, GIGAMETER: <omero.conversions.Mul object at 0x3481090>, MEGAMETER: <omero.conversions.Mul object at 0x3481910>, KILOMETER: <omero.conversions.Mul object at 0x3481450>, HECTOMETER: <omero.conversions.Mul object at 0x34811d0>, DECAMETER: <omero.conversions.Mul object at 0x3475990>, METER: <omero.conversions.Mul object at 0x3481a50>, DECIMETER: <omero.conversions.Mul object at 0x3475ad0>, CENTIMETER: <omero.conversions.Mul object at 0x3475850>, MILLIMETER: <omero.conversions.Mul object at 0x3481e90>, MICROMETER: <omero.conversions.Mul object at 0x3481b90>, NANOMETER: <omero.conversions.Mul object at 0x3481fd0>, PICOMETER: <omero.conversions.Mul object at 0x3476450>, FEMTOMETER: <omero.conversions.Mul object at 0x3475d50>, ATTOMETER: <omero.conversions.Mul object at 0x3475710>, ZEPTOMETER: <omero.conversions.Mul object at 0x3476cd0>, ANGSTROM: <omero.conversions.Mul object at 0x3475410>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x34755d0>, LIGHTYEAR: <omero.conversions.Mul object at 0x3481610>, PARSEC: <omero.conversions.Mul object at 0x34761d0>, THOU: <omero.conversions.Mul object at 0x3476890>, LINE: <omero.conversions.Mul object at 0x34817d0>, INCH: <omero.conversions.Mul object at 0x3481310>, FOOT: <omero.conversions.Mul object at 0x3475f10>, YARD: <omero.conversions.Mul object at 0x3476a50>, MILE: <omero.conversions.Mul object at 0x3481d50>, POINT: <omero.conversions.Mul object at 0x3476610>}, ANGSTROM: {YOTTAMETER: <omero.conversions.Mul object at 0x38ef790>, ZETTAMETER: <omero.conversions.Mul object at 0x38ef990>, EXAMETER: <omero.conversions.Mul object at 0x38eb850>, PETAMETER: <omero.conversions.Mul object at 0x38eee90>, TERAMETER: <omero.conversions.Mul object at 0x38ef290>, GIGAMETER: <omero.conversions.Mul object at 0x38ebc10>, MEGAMETER: <omero.conversions.Mul object at 0x38ee4d0>, KILOMETER: <omero.conversions.Mul object at 0x38ebfd0>, HECTOMETER: <omero.conversions.Mul object at 0x38ebd50>, DECAMETER: <omero.conversions.Mul object at 0x38eb5d0>, METER: <omero.conversions.Mul object at 0x38ee610>, DECIMETER: <omero.conversions.Mul object at 0x38eb710>, CENTIMETER: <omero.conversions.Mul object at 0x38eb490>, MILLIMETER: <omero.conversions.Mul object at 0x38eea50>, MICROMETER: <omero.conversions.Mul object at 0x38ee750>, NANOMETER: <omero.conversions.Mul object at 0x38eeb90>, PICOMETER: <omero.conversions.Mul object at 0x38eef50>, FEMTOMETER: <omero.conversions.Mul object at 0x38eb910>, ATTOMETER: <omero.conversions.Mul object at 0x38eb350>, ZEPTOMETER: <omero.conversions.Mul object at 0x38ef850>, YOCTOMETER: <omero.conversions.Mul object at 0x38ef650>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x38eb290>, LIGHTYEAR: <omero.conversions.Mul object at 0x38ee1d0>, PARSEC: <omero.conversions.Mul object at 0x38eed50>, THOU: <omero.conversions.Mul object at 0x38ef3d0>, LINE: <omero.conversions.Mul object at 0x38ee390>, INCH: <omero.conversions.Mul object at 0x38ebe90>, FOOT: <omero.conversions.Mul object at 0x38ebad0>, YARD: <omero.conversions.Mul object at 0x38ef590>, MILE: <omero.conversions.Mul object at 0x38ee910>, POINT: <omero.conversions.Mul object at 0x38ef150>}, ASTRONOMICALUNIT: {YOTTAMETER: <omero.conversions.Mul object at 0x38f3cd0>, ZETTAMETER: <omero.conversions.Mul object at 0x38f3f50>, EXAMETER: <omero.conversions.Mul object at 0x38f1050>, PETAMETER: <omero.conversions.Mul object at 0x38f3410>, TERAMETER: <omero.conversions.Mul object at 0x38f37d0>, GIGAMETER: <omero.conversions.Mul object at 0x38f1410>, MEGAMETER: <omero.conversions.Mul object at 0x38f1b10>, KILOMETER: <omero.conversions.Mul object at 0x38f1750>, HECTOMETER: <omero.conversions.Mul object at 0x38f14d0>, DECAMETER: <omero.conversions.Mul object at 0x38efe10>, METER: <omero.conversions.Mul object at 0x38f1bd0>, DECIMETER: <omero.conversions.Mul object at 0x38efed0>, CENTIMETER: <omero.conversions.Mul object at 0x38efd50>, MILLIMETER: <omero.conversions.Mul object at 0x38f1f90>, MICROMETER: <omero.conversions.Mul object at 0x38f1d10>, NANOMETER: <omero.conversions.Mul object at 0x38f3110>, PICOMETER: <omero.conversions.Mul object at 0x38f3550>, FEMTOMETER: <omero.conversions.Mul object at 0x38f1190>, ATTOMETER: <omero.conversions.Mul object at 0x38efc10>, ZEPTOMETER: <omero.conversions.Mul object at 0x38f3e10>, YOCTOMETER: <omero.conversions.Mul object at 0x38f3b90>, ANGSTROM: <omero.conversions.Mul object at 0x38efad0>, LIGHTYEAR: <omero.conversions.Mul object at 0x38f1890>, PARSEC: <omero.conversions.Mul object at 0x38f32d0>, THOU: <omero.conversions.Mul object at 0x38f3910>, LINE: <omero.conversions.Mul object at 0x38f19d0>, INCH: <omero.conversions.Mul object at 0x38f1610>, FOOT: <omero.conversions.Mul object at 0x38f12d0>, YARD: <omero.conversions.Mul object at 0x38f3a50>, MILE: <omero.conversions.Mul object at 0x38f1e50>, POINT: <omero.conversions.Mul object at 0x38f3690>}, LIGHTYEAR: {YOTTAMETER: <omero.conversions.Mul object at 0x40affd0>, ZETTAMETER: <omero.conversions.Mul object at 0x40b0310>, EXAMETER: <omero.conversions.Mul object at 0x40ad310>, PETAMETER: <omero.conversions.Mul object at 0x40af610>, TERAMETER: <omero.conversions.Mul object at 0x40afa50>, GIGAMETER: <omero.conversions.Mul object at 0x40ad6d0>, MEGAMETER: <omero.conversions.Mul object at 0x40adc90>, KILOMETER: <omero.conversions.Mul object at 0x40ada10>, HECTOMETER: <omero.conversions.Mul object at 0x40ad790>, DECAMETER: <omero.conversions.Mul object at 0x40ad090>, METER: <omero.conversions.Mul object at 0x40add50>, DECIMETER: <omero.conversions.Mul object at 0x40ad150>, CENTIMETER: <omero.conversions.Mul object at 0x40acf90>, MILLIMETER: <omero.conversions.Mul object at 0x40af150>, MICROMETER: <omero.conversions.Mul object at 0x40ade90>, NANOMETER: <omero.conversions.Mul object at 0x40af290>, PICOMETER: <omero.conversions.Mul object at 0x40af750>, FEMTOMETER: <omero.conversions.Mul object at 0x40ad450>, ATTOMETER: <omero.conversions.Mul object at 0x40ace50>, ZEPTOMETER: <omero.conversions.Mul object at 0x40b0150>, YOCTOMETER: <omero.conversions.Mul object at 0x40afe10>, ANGSTROM: <omero.conversions.Mul object at 0x40acbd0>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x40acd10>, PARSEC: <omero.conversions.Mul object at 0x40af450>, THOU: <omero.conversions.Mul object at 0x40afb90>, LINE: <omero.conversions.Mul object at 0x40adb50>, INCH: <omero.conversions.Mul object at 0x40ad8d0>, FOOT: <omero.conversions.Mul object at 0x40ad590>, YARD: <omero.conversions.Mul object at 0x40afcd0>, MILE: <omero.conversions.Mul object at 0x40adfd0>, POINT: <omero.conversions.Mul object at 0x40af890>}, PARSEC: {YOTTAMETER: <omero.conversions.Mul object at 0x40d1f50>, ZETTAMETER: <omero.conversions.Mul object at 0x40d2290>, EXAMETER: <omero.conversions.Mul object at 0x40d0390>, PETAMETER: <omero.conversions.Mul object at 0x40d1610>, TERAMETER: <omero.conversions.Mul object at 0x40d19d0>, GIGAMETER: <omero.conversions.Mul object at 0x40d06d0>, MEGAMETER: <omero.conversions.Mul object at 0x40d0e50>, KILOMETER: <omero.conversions.Mul object at 0x40d0a90>, HECTOMETER: <omero.conversions.Mul object at 0x40d0810>, DECAMETER: <omero.conversions.Mul object at 0x40d0090>, METER: <omero.conversions.Mul object at 0x40d0f90>, DECIMETER: <omero.conversions.Mul object at 0x40d01d0>, CENTIMETER: <omero.conversions.Mul object at 0x40cef10>, MILLIMETER: <omero.conversions.Mul object at 0x40d1390>, MICROMETER: <omero.conversions.Mul object at 0x40d1110>, NANOMETER: <omero.conversions.Mul object at 0x40d14d0>, PICOMETER: <omero.conversions.Mul object at 0x40d1750>, FEMTOMETER: <omero.conversions.Mul object at 0x40d04d0>, ATTOMETER: <omero.conversions.Mul object at 0x40cedd0>, ZEPTOMETER: <omero.conversions.Mul object at 0x40d20d0>, YOCTOMETER: <omero.conversions.Mul object at 0x40d1d90>, ANGSTROM: <omero.conversions.Mul object at 0x40cead0>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x40cec90>, LIGHTYEAR: <omero.conversions.Mul object at 0x40d0c50>, THOU: <omero.conversions.Mul object at 0x40d1a90>, LINE: <omero.conversions.Mul object at 0x40d0d90>, INCH: <omero.conversions.Mul object at 0x40d0950>, FOOT: <omero.conversions.Mul object at 0x40d0610>, YARD: <omero.conversions.Mul object at 0x40d1c50>, MILE: <omero.conversions.Mul object at 0x40d1250>, POINT: <omero.conversions.Mul object at 0x40d1890>}, THOU: {YOTTAMETER: <omero.conversions.Mul object at 0x3474150>, ZETTAMETER: <omero.conversions.Mul object at 0x3474450>, EXAMETER: <omero.conversions.Mul object at 0x3470550>, PETAMETER: <omero.conversions.Mul object at 0x3472910>, TERAMETER: <omero.conversions.Mul object at 0x3472cd0>, GIGAMETER: <omero.conversions.Mul object at 0x3470910>, MEGAMETER: <omero.conversions.Mul object at 0x3470f90>, KILOMETER: <omero.conversions.Mul object at 0x3470c50>, HECTOMETER: <omero.conversions.Mul object at 0x3470a50>, DECAMETER: <omero.conversions.Mul object at 0x3470250>, METER: <omero.conversions.Mul object at 0x3472110>, DECIMETER: <omero.conversions.Mul object at 0x3470390>, CENTIMETER: <omero.conversions.Mul object at 0x3470110>, MILLIMETER: <omero.conversions.Mul object at 0x34724d0>, MICROMETER: <omero.conversions.Mul object at 0x3472250>, NANOMETER: <omero.conversions.Mul object at 0x3472610>, PICOMETER: <omero.conversions.Mul object at 0x3472a50>, FEMTOMETER: <omero.conversions.Mul object at 0x3470690>, ATTOMETER: <omero.conversions.Mul object at 0x346ff90>, ZEPTOMETER: <omero.conversions.Mul object at 0x3474290>, YOCTOMETER: <omero.conversions.Mul object at 0x3472f50>, ANGSTROM: <omero.conversions.Mul object at 0x346fd10>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x346fe50>, LIGHTYEAR: <omero.conversions.Mul object at 0x3470d90>, PARSEC: <omero.conversions.Mul object at 0x3472750>, LINE: <omero.conversions.Mul object at 0x3470e50>, INCH: <omero.conversions.Mul object at 0x3470b10>, FOOT: <omero.conversions.Mul object at 0x34707d0>, YARD: <omero.conversions.Mul object at 0x3472e10>, MILE: <omero.conversions.Mul object at 0x3472390>, POINT: <omero.conversions.Mul object at 0x3472b10>}, LINE: {YOTTAMETER: <omero.conversions.Mul object at 0x40b4ed0>, ZETTAMETER: <omero.conversions.Mul object at 0x40bd290>, EXAMETER: <omero.conversions.Mul object at 0x40b0dd0>, PETAMETER: <omero.conversions.Mul object at 0x40b4490>, TERAMETER: <omero.conversions.Mul object at 0x40b48d0>, GIGAMETER: <omero.conversions.Mul object at 0x40b12d0>, MEGAMETER: <omero.conversions.Mul object at 0x40b1910>, KILOMETER: <omero.conversions.Mul object at 0x40b1690>, HECTOMETER: <omero.conversions.Mul object at 0x40b1410>, DECAMETER: <omero.conversions.Mul object at 0x40b0ad0>, METER: <omero.conversions.Mul object at 0x40b1a50>, DECIMETER: <omero.conversions.Mul object at 0x40b0c10>, CENTIMETER: <omero.conversions.Mul object at 0x40b0990>, MILLIMETER: <omero.conversions.Mul object at 0x40b1f10>, MICROMETER: <omero.conversions.Mul object at 0x40b1c10>, NANOMETER: <omero.conversions.Mul object at 0x40b4110>, PICOMETER: <omero.conversions.Mul object at 0x40b4650>, FEMTOMETER: <omero.conversions.Mul object at 0x40b0f90>, ATTOMETER: <omero.conversions.Mul object at 0x40b07d0>, ZEPTOMETER: <omero.conversions.Mul object at 0x40bd0d0>, YOCTOMETER: <omero.conversions.Mul object at 0x40b4d10>, ANGSTROM: <omero.conversions.Mul object at 0x40b04d0>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x40b0610>, LIGHTYEAR: <omero.conversions.Mul object at 0x40b17d0>, PARSEC: <omero.conversions.Mul object at 0x40b42d0>, THOU: <omero.conversions.Mul object at 0x40b4a10>, INCH: <omero.conversions.Mul object at 0x40b1550>, FOOT: <omero.conversions.Mul object at 0x40b1110>, YARD: <omero.conversions.Mul object at 0x40b4b50>, MILE: <omero.conversions.Mul object at 0x40b1d50>, POINT: <omero.conversions.Mul object at 0x40b4710>}, INCH: {YOTTAMETER: <omero.conversions.Mul object at 0x40a96d0>, ZETTAMETER: <omero.conversions.Mul object at 0x40a99d0>, EXAMETER: <omero.conversions.Mul object at 0x40a8950>, PETAMETER: <omero.conversions.Mul object at 0x40a7d50>, TERAMETER: <omero.conversions.Mul object at 0x40a9150>, GIGAMETER: <omero.conversions.Mul object at 0x40a8d90>, MEGAMETER: <omero.conversions.Mul object at 0x40a7390>, KILOMETER: <omero.conversions.Mul object at 0x40a7050>, HECTOMETER: <omero.conversions.Mul object at 0x40a8ed0>, DECAMETER: <omero.conversions.Mul object at 0x40a8650>, METER: <omero.conversions.Mul object at 0x40a74d0>, DECIMETER: <omero.conversions.Mul object at 0x40a8790>, CENTIMETER: <omero.conversions.Mul object at 0x40a8510>, MILLIMETER: <omero.conversions.Mul object at 0x40a7890>, MICROMETER: <omero.conversions.Mul object at 0x40a7610>, NANOMETER: <omero.conversions.Mul object at 0x40a79d0>, PICOMETER: <omero.conversions.Mul object at 0x40a7e90>, FEMTOMETER: <omero.conversions.Mul object at 0x40a8a90>, ATTOMETER: <omero.conversions.Mul object at 0x40a83d0>, ZEPTOMETER: <omero.conversions.Mul object at 0x40a9810>, YOCTOMETER: <omero.conversions.Mul object at 0x40a9510>, ANGSTROM: <omero.conversions.Mul object at 0x40a8150>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x40a8290>, LIGHTYEAR: <omero.conversions.Mul object at 0x40a7190>, PARSEC: <omero.conversions.Mul object at 0x40a7b90>, THOU: <omero.conversions.Mul object at 0x40a9290>, LINE: <omero.conversions.Mul object at 0x40a7250>, FOOT: <omero.conversions.Mul object at 0x40a8bd0>, YARD: <omero.conversions.Mul object at 0x40a93d0>, MILE: <omero.conversions.Mul object at 0x40a7750>, POINT: <omero.conversions.Mul object at 0x40a7f50>}, FOOT: {YOTTAMETER: <omero.conversions.Mul object at 0x40a0c50>, ZETTAMETER: <omero.conversions.Mul object at 0x40a0fd0>, EXAMETER: <omero.conversions.Mul object at 0x409ec50>, PETAMETER: <omero.conversions.Mul object at 0x40a0210>, TERAMETER: <omero.conversions.Mul object at 0x40a0650>, GIGAMETER: <omero.conversions.Mul object at 0x409ef50>, MEGAMETER: <omero.conversions.Mul object at 0x409f610>, KILOMETER: <omero.conversions.Mul object at 0x409f2d0>, HECTOMETER: <omero.conversions.Mul object at 0x409f0d0>, DECAMETER: <omero.conversions.Mul object at 0x409e8d0>, METER: <omero.conversions.Mul object at 0x409f7d0>, DECIMETER: <omero.conversions.Mul object at 0x409ea90>, CENTIMETER: <omero.conversions.Mul object at 0x409e790>, MILLIMETER: <omero.conversions.Mul object at 0x409fc90>, MICROMETER: <omero.conversions.Mul object at 0x409f990>, NANOMETER: <omero.conversions.Mul object at 0x409fe50>, PICOMETER: <omero.conversions.Mul object at 0x40a03d0>, FEMTOMETER: <omero.conversions.Mul object at 0x409ee10>, ATTOMETER: <omero.conversions.Mul object at 0x409e5d0>, ZEPTOMETER: <omero.conversions.Mul object at 0x40a0e10>, YOCTOMETER: <omero.conversions.Mul object at 0x40a0a90>, ANGSTROM: <omero.conversions.Mul object at 0x409e2d0>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x409e410>, LIGHTYEAR: <omero.conversions.Mul object at 0x409f410>, PARSEC: <omero.conversions.Mul object at 0x40a0050>, THOU: <omero.conversions.Mul object at 0x40a0790>, LINE: <omero.conversions.Mul object at 0x409f4d0>, INCH: <omero.conversions.Mul object at 0x409f190>, YARD: <omero.conversions.Mul object at 0x40a08d0>, MILE: <omero.conversions.Mul object at 0x409fad0>, POINT: <omero.conversions.Mul object at 0x40a0490>}, YARD: {YOTTAMETER: <omero.conversions.Mul object at 0x3479f10>, ZETTAMETER: <omero.conversions.Mul object at 0x34752d0>, EXAMETER: <omero.conversions.Mul object at 0x3474f90>, PETAMETER: <omero.conversions.Mul object at 0x3479610>, TERAMETER: <omero.conversions.Mul object at 0x3479a50>, GIGAMETER: <omero.conversions.Mul object at 0x3473390>, MEGAMETER: <omero.conversions.Mul object at 0x3473a10>, KILOMETER: <omero.conversions.Mul object at 0x34736d0>, HECTOMETER: <omero.conversions.Mul object at 0x34734d0>, DECAMETER: <omero.conversions.Mul object at 0x3474c10>, METER: <omero.conversions.Mul object at 0x3473bd0>, DECIMETER: <omero.conversions.Mul object at 0x3474dd0>, CENTIMETER: <omero.conversions.Mul object at 0x3474ad0>, MILLIMETER: <omero.conversions.Mul object at 0x34790d0>, MICROMETER: <omero.conversions.Mul object at 0x3473d90>, NANOMETER: <omero.conversions.Mul object at 0x3479290>, PICOMETER: <omero.conversions.Mul object at 0x34797d0>, FEMTOMETER: <omero.conversions.Mul object at 0x3473190>, ATTOMETER: <omero.conversions.Mul object at 0x3474910>, ZEPTOMETER: <omero.conversions.Mul object at 0x3475110>, YOCTOMETER: <omero.conversions.Mul object at 0x3479d50>, ANGSTROM: <omero.conversions.Mul object at 0x3474610>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x3474750>, LIGHTYEAR: <omero.conversions.Mul object at 0x3473810>, PARSEC: <omero.conversions.Mul object at 0x3479450>, THOU: <omero.conversions.Mul object at 0x3479b90>, LINE: <omero.conversions.Mul object at 0x34738d0>, INCH: <omero.conversions.Mul object at 0x3473590>, FOOT: <omero.conversions.Mul object at 0x3473250>, MILE: <omero.conversions.Mul object at 0x3473ed0>, POINT: <omero.conversions.Mul object at 0x3479890>}, MILE: {YOTTAMETER: <omero.conversions.Mul object at 0x40c7650>, ZETTAMETER: <omero.conversions.Mul object at 0x40c79d0>, EXAMETER: <omero.conversions.Mul object at 0x40c6850>, PETAMETER: <omero.conversions.Mul object at 0x40c8cd0>, TERAMETER: <omero.conversions.Mul object at 0x40c70d0>, GIGAMETER: <omero.conversions.Mul object at 0x40c6c10>, MEGAMETER: <omero.conversions.Mul object at 0x40c82d0>, KILOMETER: <omero.conversions.Mul object at 0x40c6f50>, HECTOMETER: <omero.conversions.Mul object at 0x40c6d50>, DECAMETER: <omero.conversions.Mul object at 0x40c64d0>, METER: <omero.conversions.Mul object at 0x40c8490>, DECIMETER: <omero.conversions.Mul object at 0x40c6690>, CENTIMETER: <omero.conversions.Mul object at 0x40c6310>, MILLIMETER: <omero.conversions.Mul object at 0x40c8810>, MICROMETER: <omero.conversions.Mul object at 0x40c8650>, NANOMETER: <omero.conversions.Mul object at 0x40c89d0>, PICOMETER: <omero.conversions.Mul object at 0x40c8e90>, FEMTOMETER: <omero.conversions.Mul object at 0x40c6a10>, ATTOMETER: <omero.conversions.Mul object at 0x40c6150>, ZEPTOMETER: <omero.conversions.Mul object at 0x40c7810>, YOCTOMETER: <omero.conversions.Mul object at 0x40c7490>, ANGSTROM: <omero.conversions.Mul object at 0x40c5e10>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x40c5f50>, LIGHTYEAR: <omero.conversions.Mul object at 0x40c80d0>, PARSEC: <omero.conversions.Mul object at 0x40c8b10>, THOU: <omero.conversions.Mul object at 0x40c7210>, LINE: <omero.conversions.Mul object at 0x40c8190>, INCH: <omero.conversions.Mul object at 0x40c6e10>, FOOT: <omero.conversions.Mul object at 0x40c6ad0>, YARD: <omero.conversions.Mul object at 0x40c72d0>, POINT: <omero.conversions.Mul object at 0x40c8f50>}, POINT: {YOTTAMETER: <omero.conversions.Mul object at 0x346d810>, ZETTAMETER: <omero.conversions.Mul object at 0x346db90>, EXAMETER: <omero.conversions.Mul object at 0x40d9690>, PETAMETER: <omero.conversions.Mul object at 0x347ae50>, TERAMETER: <omero.conversions.Mul object at 0x346d210>, GIGAMETER: <omero.conversions.Mul object at 0x40d9b50>, MEGAMETER: <omero.conversions.Mul object at 0x347a310>, KILOMETER: <omero.conversions.Mul object at 0x40d9f10>, HECTOMETER: <omero.conversions.Mul object at 0x40d9c90>, DECAMETER: <omero.conversions.Mul object at 0x40d9390>, METER: <omero.conversions.Mul object at 0x347a450>, DECIMETER: <omero.conversions.Mul object at 0x40d94d0>, CENTIMETER: <omero.conversions.Mul object at 0x40d9250>, MILLIMETER: <omero.conversions.Mul object at 0x347a910>, MICROMETER: <omero.conversions.Mul object at 0x347a610>, NANOMETER: <omero.conversions.Mul object at 0x347aad0>, PICOMETER: <omero.conversions.Mul object at 0x346d050>, FEMTOMETER: <omero.conversions.Mul object at 0x40d9850>, ATTOMETER: <omero.conversions.Mul object at 0x40d9110>, ZEPTOMETER: <omero.conversions.Mul object at 0x346d9d0>, YOCTOMETER: <omero.conversions.Mul object at 0x346d650>, ANGSTROM: <omero.conversions.Mul object at 0x40d8dd0>, ASTRONOMICALUNIT: <omero.conversions.Mul object at 0x40d8f10>, LIGHTYEAR: <omero.conversions.Mul object at 0x347a090>, PARSEC: <omero.conversions.Mul object at 0x347ac90>, THOU: <omero.conversions.Mul object at 0x346d350>, LINE: <omero.conversions.Mul object at 0x347a1d0>, INCH: <omero.conversions.Mul object at 0x40d9dd0>, FOOT: <omero.conversions.Mul object at 0x40d9990>, YARD: <omero.conversions.Mul object at 0x346d490>, MILE: <omero.conversions.Mul object at 0x347a750>}, PIXEL: {}, REFERENCEFRAME: {}}
SYMBOLS = {'PETAMETER': 'Pm', 'REFERENCEFRAME': 'reference frame', 'ASTRONOMICALUNIT': 'ua', 'MILLIMETER': 'mm', 'LINE': 'li', 'HECTOMETER': 'hm', 'PIXEL': 'pixel', 'EXAMETER': 'Em', 'YARD': 'yd', 'POINT': 'pt', 'CENTIMETER': 'cm', 'METER': 'm', 'ANGSTROM': '\xc3\x85', 'INCH': 'in', 'PICOMETER': 'pm', 'YOCTOMETER': 'ym', 'ZETTAMETER': 'Zm', 'ATTOMETER': 'am', 'YOTTAMETER': 'Ym', 'DECAMETER': 'dam', 'MICROMETER': '\xc2\xb5m', 'MILE': 'mi', 'TERAMETER': 'Tm', 'FOOT': 'ft', 'PARSEC': 'pc', 'LIGHTYEAR': 'ly', 'ZEPTOMETER': 'zm', 'THOU': 'thou', 'MEGAMETER': 'Mm', 'GIGAMETER': 'Gm', 'DECIMETER': 'dm', 'KILOMETER': 'km', 'FEMTOMETER': 'fm', 'NANOMETER': 'nm'}
UNIT_VALUES = [YOTTAMETER, ZETTAMETER, EXAMETER, PETAMETER, TERAMETER, GIGAMETER, MEGAMETER, KILOMETER, HECTOMETER, DECAMETER, METER, DECIMETER, CENTIMETER, MILLIMETER, MICROMETER, NANOMETER, PICOMETER, FEMTOMETER, ATTOMETER, ZEPTOMETER, YOCTOMETER, ANGSTROM, ASTRONOMICALUNIT, LIGHTYEAR, PARSEC, THOU, LINE, INCH, FOOT, YARD, MILE, POINT, PIXEL, REFERENCEFRAME]
getSymbol(current=None)
getUnit(current=None)
getValue(current=None)
static lookupSymbol(unit)
setUnit(unit, current=None)
setValue(value, current=None)
val = REFERENCEFRAME
class omero.model.LengthPrx

Bases: IcePy.ObjectPrx

Actual value for this unit-based field. The interpretation of the value is only possible along with the [omero::model::enums::UnitsLength] enum.

begin_copy(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSymbol(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getUnit(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setUnit(unit, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(value, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
copy(_ctx=None)
end_copy(_r)
end_getSymbol(_r)
end_getUnit(_r)
end_getValue(_r)
end_setUnit(_r)
end_setValue(_r)
getSymbol(_ctx=None)
getUnit(_ctx=None)
getValue(_ctx=None)
setUnit(unit, _ctx=None)
setValue(value, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.LightEmittingDiode(_id=None, _details=None, _loaded=False, _version=None, _manufacturer=None, _model=None, _power=None, _lotNumber=None, _serialNumber=None, _instrument=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None)

Bases: omero.model.LightSource

_ice_type = <IcePy.TypeInfo object at 0x289c1e0>
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
class omero.model.LightEmittingDiodeI(id=None, loaded=None)

Bases: omero.model.LightEmittingDiode

DETAILS = 'ome.model.acquisition.LightEmittingDiode_details'
INSTRUMENT = 'ome.model.acquisition.LightEmittingDiode_instrument'
LOTNUMBER = 'ome.model.acquisition.LightEmittingDiode_lotNumber'
MANUFACTURER = 'ome.model.acquisition.LightEmittingDiode_manufacturer'
MODEL = 'ome.model.acquisition.LightEmittingDiode_model'
POWER = 'ome.model.acquisition.LightEmittingDiode_power'
SERIALNUMBER = 'ome.model.acquisition.LightEmittingDiode_serialNumber'
_field_info = FieldInfo(manufacturer=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), model=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), power=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), lotNumber=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), serialNumber=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), instrument=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllLightSourceAnnotationLinkSet(targets, current=None)
addLightSourceAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDetails(current=None)
getId(current=None)
getInstrument(current=None)
getLotNumber(current=None)
getManufacturer(current=None)
getModel(current=None)
getPower(current=None)
getSerialNumber(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllLightSourceAnnotationLinkSet(targets, current=None)
removeLightSourceAnnotationLinkFromBoth(link, bothSides, current=None)
setId(_id, current=None)
setInstrument(_instrument, current=None, wrap=False)
setLotNumber(_lotNumber, current=None, wrap=False)
setManufacturer(_manufacturer, current=None, wrap=False)
setModel(_model, current=None, wrap=False)
setPower(_power, current=None, wrap=False)
setSerialNumber(_serialNumber, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadInstrument()
unloadLotNumber()
unloadManufacturer()
unloadModel()
unloadPower()
unloadSerialNumber()
class omero.model.LightEmittingDiodePrx

Bases: omero.model.LightSourcePrx

static checkedCast(proxy, facetOrCtx=None, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.LightPath(_id=None, _details=None, _loaded=False, _version=None, _excitationFilterLinkSeq=None, _excitationFilterLinkLoaded=False, _excitationFilterLinkCountPerOwner=None, _dichroic=None, _emissionFilterLinkSeq=None, _emissionFilterLinkLoaded=False, _emissionFilterLinkCountPerOwner=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x289c330>
_op_addAllLightPathAnnotationLinkSet = <IcePy.Operation object at 0x289c768>
_op_addAllLightPathEmissionFilterLinkSet = <IcePy.Operation object at 0x289c5e8>
_op_addAllLightPathExcitationFilterLinkSet = <IcePy.Operation object at 0x289c3d8>
_op_addLightPathAnnotationLinkToBoth = <IcePy.Operation object at 0x289c810>
_op_addLightPathEmissionFilterLinkToBoth = <IcePy.Operation object at 0x289c690>
_op_addLightPathExcitationFilterLinkToBoth = <IcePy.Operation object at 0x289c4e0>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x289c7e0>
_op_getDichroic = <IcePy.Operation object at 0x289c558>
_op_getEmissionFilterLinkCountPerOwner = <IcePy.Operation object at 0x289c660>
_op_getExcitationFilterLinkCountPerOwner = <IcePy.Operation object at 0x289c4b0>
_op_getVersion = <IcePy.Operation object at 0x289c348>
_op_linkAnnotation = <IcePy.Operation object at 0x289c7f8>
_op_linkEmissionFilter = <IcePy.Operation object at 0x289c678>
_op_linkExcitationFilter = <IcePy.Operation object at 0x289c4c8>
_op_linkedAnnotationList = <IcePy.Operation object at 0x289c870>
_op_linkedEmissionFilterList = <IcePy.Operation object at 0x289c6f0>
_op_linkedExcitationFilterList = <IcePy.Operation object at 0x289c540>
_op_removeAllLightPathAnnotationLinkSet = <IcePy.Operation object at 0x289c798>
_op_removeAllLightPathEmissionFilterLinkSet = <IcePy.Operation object at 0x289c618>
_op_removeAllLightPathExcitationFilterLinkSet = <IcePy.Operation object at 0x289c408>
_op_removeLightPathAnnotationLinkFromBoth = <IcePy.Operation object at 0x289c858>
_op_removeLightPathEmissionFilterLinkFromBoth = <IcePy.Operation object at 0x289c6d8>
_op_removeLightPathExcitationFilterLinkFromBoth = <IcePy.Operation object at 0x289c528>
_op_setDichroic = <IcePy.Operation object at 0x289c570>
_op_setVersion = <IcePy.Operation object at 0x289c360>
_op_unlinkAnnotation = <IcePy.Operation object at 0x289c840>
_op_unlinkEmissionFilter = <IcePy.Operation object at 0x289c6c0>
_op_unlinkExcitationFilter = <IcePy.Operation object at 0x289c510>
addAllLightPathAnnotationLinkSet(targets, current=None)
addAllLightPathEmissionFilterLinkSet(targets, current=None)
addAllLightPathExcitationFilterLinkSet(targets, current=None)
addLightPathAnnotationLinkToBoth(link, bothSides, current=None)
addLightPathEmissionFilterLinkToBoth(link, bothSides, current=None)
addLightPathExcitationFilterLinkToBoth(link, bothSides, current=None)
getAnnotationLinksCountPerOwner(current=None)
getDichroic(current=None)
getEmissionFilterLinkCountPerOwner(current=None)
getExcitationFilterLinkCountPerOwner(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkEmissionFilter(addition, current=None)
linkExcitationFilter(addition, current=None)
linkedAnnotationList(current=None)
linkedEmissionFilterList(current=None)
linkedExcitationFilterList(current=None)
removeAllLightPathAnnotationLinkSet(targets, current=None)
removeAllLightPathEmissionFilterLinkSet(targets, current=None)
removeAllLightPathExcitationFilterLinkSet(targets, current=None)
removeLightPathAnnotationLinkFromBoth(link, bothSides, current=None)
removeLightPathEmissionFilterLinkFromBoth(link, bothSides, current=None)
removeLightPathExcitationFilterLinkFromBoth(link, bothSides, current=None)
setDichroic(theDichroic, current=None)
setVersion(theVersion, current=None)
unlinkAnnotation(removal, current=None)
unlinkEmissionFilter(removal, current=None)
unlinkExcitationFilter(removal, current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x289c258>
_op_getChild = <IcePy.Operation object at 0x289c8e8>
_op_getParent = <IcePy.Operation object at 0x289c8b8>
_op_getVersion = <IcePy.Operation object at 0x289c888>
_op_setChild = <IcePy.Operation object at 0x289c900>
_op_setParent = <IcePy.Operation object at 0x289c8d0>
_op_setVersion = <IcePy.Operation object at 0x289c8a0>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.LightPathAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.LightPathAnnotationLink

CHILD = 'ome.model.annotations.LightPathAnnotationLink_child'
DETAILS = 'ome.model.annotations.LightPathAnnotationLink_details'
PARENT = 'ome.model.annotations.LightPathAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.LightPathAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x289c228>
_op_getChild = <IcePy.Operation object at 0x289c990>
_op_getParent = <IcePy.Operation object at 0x289c960>
_op_getVersion = <IcePy.Operation object at 0x289c930>
_op_setChild = <IcePy.Operation object at 0x289c9a8>
_op_setParent = <IcePy.Operation object at 0x289c978>
_op_setVersion = <IcePy.Operation object at 0x289c948>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.LightPathEmissionFilterLinkI(id=None, loaded=None)

Bases: omero.model.LightPathEmissionFilterLink

CHILD = 'ome.model.acquisition.LightPathEmissionFilterLink_child'
DETAILS = 'ome.model.acquisition.LightPathEmissionFilterLink_details'
PARENT = 'ome.model.acquisition.LightPathEmissionFilterLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.LightPathEmissionFilterLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x289c1f8>
_op_getChild = <IcePy.Operation object at 0x289ca38>
_op_getParent = <IcePy.Operation object at 0x289ca08>
_op_getVersion = <IcePy.Operation object at 0x289c9d8>
_op_setChild = <IcePy.Operation object at 0x289ca50>
_op_setParent = <IcePy.Operation object at 0x289ca20>
_op_setVersion = <IcePy.Operation object at 0x289c9f0>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.LightPathExcitationFilterLinkI(id=None, loaded=None)

Bases: omero.model.LightPathExcitationFilterLink

CHILD = 'ome.model.acquisition.LightPathExcitationFilterLink_child'
DETAILS = 'ome.model.acquisition.LightPathExcitationFilterLink_details'
PARENT = 'ome.model.acquisition.LightPathExcitationFilterLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.LightPathExcitationFilterLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.LightPathI(id=None, loaded=None)

Bases: omero.model.LightPath

DETAILS = 'ome.model.acquisition.LightPath_details'
DICHROIC = 'ome.model.acquisition.LightPath_dichroic'
_field_info = FieldInfo(excitationFilterLink=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), dichroic=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), emissionFilterLink=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllLightPathAnnotationLinkSet(targets, current=None)
addAllLightPathEmissionFilterLinkSet(targets, current=None)
addAllLightPathExcitationFilterLinkSet(targets, current=None)
addLightPathAnnotationLinkToBoth(link, bothSides)
addLightPathEmissionFilterLinkToBoth(link, bothSides)
addLightPathExcitationFilterLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDetails(current=None)
getDichroic(current=None)
getEmissionFilterLinkCountPerOwner(current=None)
getExcitationFilterLinkCountPerOwner(current=None)
getId(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isEmissionFilterLinkLoaded()
isExcitationFilterLinkLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkEmissionFilter(addition, current=None)
linkExcitationFilter(addition, current=None)
linkedAnnotationList(current=None)
linkedEmissionFilterList(current=None)
linkedExcitationFilterList(current=None)
proxy(current=None)
removeAllLightPathAnnotationLinkSet(targets, current=None)
removeAllLightPathEmissionFilterLinkSet(targets, current=None)
removeAllLightPathExcitationFilterLinkSet(targets, current=None)
removeLightPathAnnotationLinkFromBoth(link, bothSides, current=None)
removeLightPathEmissionFilterLinkFromBoth(link, bothSides, current=None)
removeLightPathExcitationFilterLinkFromBoth(link, bothSides, current=None)
setDichroic(_dichroic, current=None, wrap=False)
setId(_id, current=None)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unlinkEmissionFilter(removal, current=None)
unlinkExcitationFilter(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadDichroic()
class omero.model.LightPathPrx

Bases: omero.model.IObjectPrx

addAllLightPathAnnotationLinkSet(targets, _ctx=None)
addAllLightPathEmissionFilterLinkSet(targets, _ctx=None)
addAllLightPathExcitationFilterLinkSet(targets, _ctx=None)
addLightPathAnnotationLinkToBoth(link, bothSides, _ctx=None)
addLightPathEmissionFilterLinkToBoth(link, bothSides, _ctx=None)
addLightPathExcitationFilterLinkToBoth(link, bothSides, _ctx=None)
begin_addAllLightPathAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllLightPathEmissionFilterLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllLightPathExcitationFilterLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addLightPathAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addLightPathEmissionFilterLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addLightPathExcitationFilterLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDichroic(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getEmissionFilterLinkCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getExcitationFilterLinkCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkEmissionFilter(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkExcitationFilter(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedEmissionFilterList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedExcitationFilterList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllLightPathAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllLightPathEmissionFilterLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllLightPathExcitationFilterLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeLightPathAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeLightPathEmissionFilterLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeLightPathExcitationFilterLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDichroic(theDichroic, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkEmissionFilter(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkExcitationFilter(removal, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_addAllLightPathAnnotationLinkSet(_r)
end_addAllLightPathEmissionFilterLinkSet(_r)
end_addAllLightPathExcitationFilterLinkSet(_r)
end_addLightPathAnnotationLinkToBoth(_r)
end_addLightPathEmissionFilterLinkToBoth(_r)
end_addLightPathExcitationFilterLinkToBoth(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getDichroic(_r)
end_getEmissionFilterLinkCountPerOwner(_r)
end_getExcitationFilterLinkCountPerOwner(_r)
end_getVersion(_r)
end_linkAnnotation(_r)
end_linkEmissionFilter(_r)
end_linkExcitationFilter(_r)
end_linkedAnnotationList(_r)
end_linkedEmissionFilterList(_r)
end_linkedExcitationFilterList(_r)
end_removeAllLightPathAnnotationLinkSet(_r)
end_removeAllLightPathEmissionFilterLinkSet(_r)
end_removeAllLightPathExcitationFilterLinkSet(_r)
end_removeLightPathAnnotationLinkFromBoth(_r)
end_removeLightPathEmissionFilterLinkFromBoth(_r)
end_removeLightPathExcitationFilterLinkFromBoth(_r)
end_setDichroic(_r)
end_setVersion(_r)
end_unlinkAnnotation(_r)
end_unlinkEmissionFilter(_r)
end_unlinkExcitationFilter(_r)
getAnnotationLinksCountPerOwner(_ctx=None)
getDichroic(_ctx=None)
getEmissionFilterLinkCountPerOwner(_ctx=None)
getExcitationFilterLinkCountPerOwner(_ctx=None)
getVersion(_ctx=None)
linkAnnotation(addition, _ctx=None)
linkEmissionFilter(addition, _ctx=None)
linkExcitationFilter(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
linkedEmissionFilterList(_ctx=None)
linkedExcitationFilterList(_ctx=None)
removeAllLightPathAnnotationLinkSet(targets, _ctx=None)
removeAllLightPathEmissionFilterLinkSet(targets, _ctx=None)
removeAllLightPathExcitationFilterLinkSet(targets, _ctx=None)
removeLightPathAnnotationLinkFromBoth(link, bothSides, _ctx=None)
removeLightPathEmissionFilterLinkFromBoth(link, bothSides, _ctx=None)
removeLightPathExcitationFilterLinkFromBoth(link, bothSides, _ctx=None)
setDichroic(theDichroic, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
unlinkEmissionFilter(removal, _ctx=None)
unlinkExcitationFilter(removal, _ctx=None)
class omero.model.LightSettings(_id=None, _details=None, _loaded=False, _version=None, _attenuation=None, _wavelength=None, _lightSource=None, _microbeamManipulation=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x289ca98>
_op_getAttenuation = <IcePy.Operation object at 0x289cae0>
_op_getLightSource = <IcePy.Operation object at 0x289cb40>
_op_getMicrobeamManipulation = <IcePy.Operation object at 0x289cb70>
_op_getVersion = <IcePy.Operation object at 0x289cab0>
_op_getWavelength = <IcePy.Operation object at 0x289cb10>
_op_setAttenuation = <IcePy.Operation object at 0x289caf8>
_op_setLightSource = <IcePy.Operation object at 0x289cb58>
_op_setMicrobeamManipulation = <IcePy.Operation object at 0x289cb88>
_op_setVersion = <IcePy.Operation object at 0x289cac8>
_op_setWavelength = <IcePy.Operation object at 0x289cb28>
getAttenuation(current=None)
getLightSource(current=None)
getMicrobeamManipulation(current=None)
getVersion(current=None)
getWavelength(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setAttenuation(theAttenuation, current=None)
setLightSource(theLightSource, current=None)
setMicrobeamManipulation(theMicrobeamManipulation, current=None)
setVersion(theVersion, current=None)
setWavelength(theWavelength, current=None)
class omero.model.LightSettingsI(id=None, loaded=None)

Bases: omero.model.LightSettings

ATTENUATION = 'ome.model.acquisition.LightSettings_attenuation'
DETAILS = 'ome.model.acquisition.LightSettings_details'
LIGHTSOURCE = 'ome.model.acquisition.LightSettings_lightSource'
MICROBEAMMANIPULATION = 'ome.model.acquisition.LightSettings_microbeamManipulation'
WAVELENGTH = 'ome.model.acquisition.LightSettings_wavelength'
_field_info = FieldInfo(attenuation=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), wavelength=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), lightSource=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), microbeamManipulation=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAttenuation(current=None)
getDetails(current=None)
getId(current=None)
getLightSource(current=None)
getMicrobeamManipulation(current=None)
getVersion(current=None)
getWavelength(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setAttenuation(_attenuation, current=None, wrap=False)
setId(_id, current=None)
setLightSource(_lightSource, current=None, wrap=False)
setMicrobeamManipulation(_microbeamManipulation, current=None, wrap=False)
setVersion(version, current=None)
setWavelength(_wavelength, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadAttenuation()
unloadCollections(current=None)
unloadDetails(current=None)
unloadLightSource()
unloadMicrobeamManipulation()
unloadWavelength()
class omero.model.LightSettingsPrx

Bases: omero.model.IObjectPrx

begin_getAttenuation(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getLightSource(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getMicrobeamManipulation(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getWavelength(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setAttenuation(theAttenuation, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setLightSource(theLightSource, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setMicrobeamManipulation(theMicrobeamManipulation, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setWavelength(theWavelength, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getAttenuation(_r)
end_getLightSource(_r)
end_getMicrobeamManipulation(_r)
end_getVersion(_r)
end_getWavelength(_r)
end_setAttenuation(_r)
end_setLightSource(_r)
end_setMicrobeamManipulation(_r)
end_setVersion(_r)
end_setWavelength(_r)
getAttenuation(_ctx=None)
getLightSource(_ctx=None)
getMicrobeamManipulation(_ctx=None)
getVersion(_ctx=None)
getWavelength(_ctx=None)
setAttenuation(theAttenuation, _ctx=None)
setLightSource(theLightSource, _ctx=None)
setMicrobeamManipulation(theMicrobeamManipulation, _ctx=None)
setVersion(theVersion, _ctx=None)
setWavelength(theWavelength, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.LightSource(_id=None, _details=None, _loaded=False, _version=None, _manufacturer=None, _model=None, _power=None, _lotNumber=None, _serialNumber=None, _instrument=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1f3b4e0>
_op_addAllLightSourceAnnotationLinkSet = <IcePy.Operation object at 0x1f3b6a8>
_op_addLightSourceAnnotationLinkToBoth = <IcePy.Operation object at 0x1f3b750>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x1f3b720>
_op_getInstrument = <IcePy.Operation object at 0x1f3b618>
_op_getLotNumber = <IcePy.Operation object at 0x1f3b5b8>
_op_getManufacturer = <IcePy.Operation object at 0x1f3b528>
_op_getModel = <IcePy.Operation object at 0x1f3b558>
_op_getPower = <IcePy.Operation object at 0x1f3b588>
_op_getSerialNumber = <IcePy.Operation object at 0x1f3b5e8>
_op_getVersion = <IcePy.Operation object at 0x1f3b4f8>
_op_linkAnnotation = <IcePy.Operation object at 0x1f3b738>
_op_linkedAnnotationList = <IcePy.Operation object at 0x1f3b7b0>
_op_removeAllLightSourceAnnotationLinkSet = <IcePy.Operation object at 0x1f3b6d8>
_op_removeLightSourceAnnotationLinkFromBoth = <IcePy.Operation object at 0x1f3b798>
_op_setInstrument = <IcePy.Operation object at 0x1f3b630>
_op_setLotNumber = <IcePy.Operation object at 0x1f3b5d0>
_op_setManufacturer = <IcePy.Operation object at 0x1f3b540>
_op_setModel = <IcePy.Operation object at 0x1f3b570>
_op_setPower = <IcePy.Operation object at 0x1f3b5a0>
_op_setSerialNumber = <IcePy.Operation object at 0x1f3b600>
_op_setVersion = <IcePy.Operation object at 0x1f3b510>
_op_unlinkAnnotation = <IcePy.Operation object at 0x1f3b780>
addAllLightSourceAnnotationLinkSet(targets, current=None)
addLightSourceAnnotationLinkToBoth(link, bothSides, current=None)
getAnnotationLinksCountPerOwner(current=None)
getInstrument(current=None)
getLotNumber(current=None)
getManufacturer(current=None)
getModel(current=None)
getPower(current=None)
getSerialNumber(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
removeAllLightSourceAnnotationLinkSet(targets, current=None)
removeLightSourceAnnotationLinkFromBoth(link, bothSides, current=None)
setInstrument(theInstrument, current=None)
setLotNumber(theLotNumber, current=None)
setManufacturer(theManufacturer, current=None)
setModel(theModel, current=None)
setPower(thePower, current=None)
setSerialNumber(theSerialNumber, current=None)
setVersion(theVersion, current=None)
unlinkAnnotation(removal, current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1f3b468>
_op_getChild = <IcePy.Operation object at 0x289cc00>
_op_getParent = <IcePy.Operation object at 0x289cbd0>
_op_getVersion = <IcePy.Operation object at 0x289cba0>
_op_setChild = <IcePy.Operation object at 0x289cc18>
_op_setParent = <IcePy.Operation object at 0x289cbe8>
_op_setVersion = <IcePy.Operation object at 0x289cbb8>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.LightSourceAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.LightSourceAnnotationLink

CHILD = 'ome.model.annotations.LightSourceAnnotationLink_child'
DETAILS = 'ome.model.annotations.LightSourceAnnotationLink_details'
PARENT = 'ome.model.annotations.LightSourceAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.LightSourceAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.LightSourcePrx

Bases: omero.model.IObjectPrx

addAllLightSourceAnnotationLinkSet(targets, _ctx=None)
addLightSourceAnnotationLinkToBoth(link, bothSides, _ctx=None)
begin_addAllLightSourceAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addLightSourceAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getInstrument(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getLotNumber(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getManufacturer(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getModel(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPower(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSerialNumber(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllLightSourceAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeLightSourceAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setInstrument(theInstrument, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setLotNumber(theLotNumber, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setManufacturer(theManufacturer, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setModel(theModel, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPower(thePower, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setSerialNumber(theSerialNumber, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_addAllLightSourceAnnotationLinkSet(_r)
end_addLightSourceAnnotationLinkToBoth(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getInstrument(_r)
end_getLotNumber(_r)
end_getManufacturer(_r)
end_getModel(_r)
end_getPower(_r)
end_getSerialNumber(_r)
end_getVersion(_r)
end_linkAnnotation(_r)
end_linkedAnnotationList(_r)
end_removeAllLightSourceAnnotationLinkSet(_r)
end_removeLightSourceAnnotationLinkFromBoth(_r)
end_setInstrument(_r)
end_setLotNumber(_r)
end_setManufacturer(_r)
end_setModel(_r)
end_setPower(_r)
end_setSerialNumber(_r)
end_setVersion(_r)
end_unlinkAnnotation(_r)
getAnnotationLinksCountPerOwner(_ctx=None)
getInstrument(_ctx=None)
getLotNumber(_ctx=None)
getManufacturer(_ctx=None)
getModel(_ctx=None)
getPower(_ctx=None)
getSerialNumber(_ctx=None)
getVersion(_ctx=None)
linkAnnotation(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
removeAllLightSourceAnnotationLinkSet(targets, _ctx=None)
removeLightSourceAnnotationLinkFromBoth(link, bothSides, _ctx=None)
setInstrument(theInstrument, _ctx=None)
setLotNumber(theLotNumber, _ctx=None)
setManufacturer(theManufacturer, _ctx=None)
setModel(theModel, _ctx=None)
setPower(thePower, _ctx=None)
setSerialNumber(theSerialNumber, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
class omero.model.Line(_id=None, _details=None, _loaded=False, _version=None, _theZ=None, _theT=None, _theC=None, _roi=None, _locked=None, _g=None, _transform=None, _vectorEffect=None, _visibility=None, _fillColor=None, _fillRule=None, _strokeColor=None, _strokeDashArray=None, _strokeDashOffset=None, _strokeLineCap=None, _strokeLineJoin=None, _strokeMiterLimit=None, _strokeWidth=None, _fontFamily=None, _fontSize=None, _fontStretch=None, _fontStyle=None, _fontVariant=None, _fontWeight=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _x1=None, _y1=None, _x2=None, _y2=None, _textValue=None)

Bases: omero.model.Shape

_ice_type = <IcePy.TypeInfo object at 0x289cc60>
_op_getTextValue = <IcePy.Operation object at 0x289cd38>
_op_getX1 = <IcePy.Operation object at 0x289cc78>
_op_getX2 = <IcePy.Operation object at 0x289ccd8>
_op_getY1 = <IcePy.Operation object at 0x289cca8>
_op_getY2 = <IcePy.Operation object at 0x289cd08>
_op_setTextValue = <IcePy.Operation object at 0x289cd50>
_op_setX1 = <IcePy.Operation object at 0x289cc90>
_op_setX2 = <IcePy.Operation object at 0x289ccf0>
_op_setY1 = <IcePy.Operation object at 0x289ccc0>
_op_setY2 = <IcePy.Operation object at 0x289cd20>
getTextValue(current=None)
getX1(current=None)
getX2(current=None)
getY1(current=None)
getY2(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setTextValue(theTextValue, current=None)
setX1(theX1, current=None)
setX2(theX2, current=None)
setY1(theY1, current=None)
setY2(theY2, current=None)
class omero.model.LineI(id=None, loaded=None)

Bases: omero.model.Line

DETAILS = 'ome.model.roi.Line_details'
FILLCOLOR = 'ome.model.roi.Line_fillColor'
FILLRULE = 'ome.model.roi.Line_fillRule'
FONTFAMILY = 'ome.model.roi.Line_fontFamily'
FONTSIZE = 'ome.model.roi.Line_fontSize'
FONTSTRETCH = 'ome.model.roi.Line_fontStretch'
FONTSTYLE = 'ome.model.roi.Line_fontStyle'
FONTVARIANT = 'ome.model.roi.Line_fontVariant'
FONTWEIGHT = 'ome.model.roi.Line_fontWeight'
G = 'ome.model.roi.Line_g'
LOCKED = 'ome.model.roi.Line_locked'
ROI = 'ome.model.roi.Line_roi'
STROKECOLOR = 'ome.model.roi.Line_strokeColor'
STROKEDASHARRAY = 'ome.model.roi.Line_strokeDashArray'
STROKEDASHOFFSET = 'ome.model.roi.Line_strokeDashOffset'
STROKELINECAP = 'ome.model.roi.Line_strokeLineCap'
STROKELINEJOIN = 'ome.model.roi.Line_strokeLineJoin'
STROKEMITERLIMIT = 'ome.model.roi.Line_strokeMiterLimit'
STROKEWIDTH = 'ome.model.roi.Line_strokeWidth'
TEXTVALUE = 'ome.model.roi.Line_textValue'
THEC = 'ome.model.roi.Line_theC'
THET = 'ome.model.roi.Line_theT'
THEZ = 'ome.model.roi.Line_theZ'
TRANSFORM = 'ome.model.roi.Line_transform'
VECTOREFFECT = 'ome.model.roi.Line_vectorEffect'
VISIBILITY = 'ome.model.roi.Line_visibility'
X1 = 'ome.model.roi.Line_x1'
X2 = 'ome.model.roi.Line_x2'
Y1 = 'ome.model.roi.Line_y1'
Y2 = 'ome.model.roi.Line_y2'
_field_info = FieldInfo(x1=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), y1=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), x2=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), y2=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), textValue=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), theZ=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), theT=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), theC=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), roi=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), locked=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=True), g=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), transform=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), vectorEffect=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), visibility=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=True), fillColor=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), fillRule=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeColor=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeDashArray=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeDashOffset=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeLineCap=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeLineJoin=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeMiterLimit=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeWidth=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), fontFamily=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontSize=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), fontStretch=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontStyle=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontVariant=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontWeight=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllShapeAnnotationLinkSet(targets, current=None)
addShapeAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDetails(current=None)
getFillColor(current=None)
getFillRule(current=None)
getFontFamily(current=None)
getFontSize(current=None)
getFontStretch(current=None)
getFontStyle(current=None)
getFontVariant(current=None)
getFontWeight(current=None)
getG(current=None)
getId(current=None)
getLocked(current=None)
getRoi(current=None)
getStrokeColor(current=None)
getStrokeDashArray(current=None)
getStrokeDashOffset(current=None)
getStrokeLineCap(current=None)
getStrokeLineJoin(current=None)
getStrokeMiterLimit(current=None)
getStrokeWidth(current=None)
getTextValue(current=None)
getTheC(current=None)
getTheT(current=None)
getTheZ(current=None)
getTransform(current=None)
getVectorEffect(current=None)
getVersion(current=None)
getVisibility(current=None)
getX1(current=None)
getX2(current=None)
getY1(current=None)
getY2(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllShapeAnnotationLinkSet(targets, current=None)
removeShapeAnnotationLinkFromBoth(link, bothSides, current=None)
setFillColor(_fillColor, current=None, wrap=False)
setFillRule(_fillRule, current=None, wrap=False)
setFontFamily(_fontFamily, current=None, wrap=False)
setFontSize(_fontSize, current=None, wrap=False)
setFontStretch(_fontStretch, current=None, wrap=False)
setFontStyle(_fontStyle, current=None, wrap=False)
setFontVariant(_fontVariant, current=None, wrap=False)
setFontWeight(_fontWeight, current=None, wrap=False)
setG(_g, current=None, wrap=False)
setId(_id, current=None)
setLocked(_locked, current=None, wrap=False)
setRoi(_roi, current=None, wrap=False)
setStrokeColor(_strokeColor, current=None, wrap=False)
setStrokeDashArray(_strokeDashArray, current=None, wrap=False)
setStrokeDashOffset(_strokeDashOffset, current=None, wrap=False)
setStrokeLineCap(_strokeLineCap, current=None, wrap=False)
setStrokeLineJoin(_strokeLineJoin, current=None, wrap=False)
setStrokeMiterLimit(_strokeMiterLimit, current=None, wrap=False)
setStrokeWidth(_strokeWidth, current=None, wrap=False)
setTextValue(_textValue, current=None, wrap=False)
setTheC(_theC, current=None, wrap=False)
setTheT(_theT, current=None, wrap=False)
setTheZ(_theZ, current=None, wrap=False)
setTransform(_transform, current=None, wrap=False)
setVectorEffect(_vectorEffect, current=None, wrap=False)
setVersion(version, current=None)
setVisibility(_visibility, current=None, wrap=False)
setX1(_x1, current=None, wrap=False)
setX2(_x2, current=None, wrap=False)
setY1(_y1, current=None, wrap=False)
setY2(_y2, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadFillColor()
unloadFillRule()
unloadFontFamily()
unloadFontSize()
unloadFontStretch()
unloadFontStyle()
unloadFontVariant()
unloadFontWeight()
unloadG()
unloadLocked()
unloadRoi()
unloadStrokeColor()
unloadStrokeDashArray()
unloadStrokeDashOffset()
unloadStrokeLineCap()
unloadStrokeLineJoin()
unloadStrokeMiterLimit()
unloadStrokeWidth()
unloadTextValue()
unloadTheC()
unloadTheT()
unloadTheZ()
unloadTransform()
unloadVectorEffect()
unloadVisibility()
unloadX1()
unloadX2()
unloadY1()
unloadY2()
class omero.model.LinePrx

Bases: omero.model.ShapePrx

begin_getTextValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getX1(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getX2(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getY1(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getY2(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setTextValue(theTextValue, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setX1(theX1, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setX2(theX2, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setY1(theY1, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setY2(theY2, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getTextValue(_r)
end_getX1(_r)
end_getX2(_r)
end_getY1(_r)
end_getY2(_r)
end_setTextValue(_r)
end_setX1(_r)
end_setX2(_r)
end_setY1(_r)
end_setY2(_r)
getTextValue(_ctx=None)
getX1(_ctx=None)
getX2(_ctx=None)
getY1(_ctx=None)
getY2(_ctx=None)
setTextValue(theTextValue, _ctx=None)
setX1(theX1, _ctx=None)
setX2(theX2, _ctx=None)
setY1(theY1, _ctx=None)
setY2(theY2, _ctx=None)
static uncheckedCast(proxy, facet=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x289cd80>
_op_getVersion = <IcePy.Operation object at 0x289cd98>
_op_setVersion = <IcePy.Operation object at 0x289cdb0>
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setVersion(theVersion, current=None)
class omero.model.LinkI(id=None, loaded=None)

Bases: omero.model.Link

DETAILS = 'ome.model.internal.Link_details'
_field_info = FieldInfo(details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
class omero.model.LinkPrx

Bases: omero.model.IObjectPrx

begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getVersion(_r)
end_setVersion(_r)
getVersion(_ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.ListAnnotation(_id=None, _details=None, _loaded=False, _version=None, _ns=None, _name=None, _description=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None)

Bases: omero.model.Annotation

_ice_type = <IcePy.TypeInfo object at 0x289cdf8>
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
class omero.model.ListAnnotationI(id=None, loaded=None)

Bases: omero.model.ListAnnotation

DESCRIPTION = 'ome.model.annotations.ListAnnotation_description'
DETAILS = 'ome.model.annotations.ListAnnotation_details'
NAME = 'ome.model.annotations.ListAnnotation_name'
NS = 'ome.model.annotations.ListAnnotation_ns'
_field_info = FieldInfo(ns=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), name=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), description=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllAnnotationAnnotationLinkSet(targets, current=None)
addAnnotationAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDescription(current=None)
getDetails(current=None)
getId(current=None)
getName(current=None)
getNs(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllAnnotationAnnotationLinkSet(targets, current=None)
removeAnnotationAnnotationLinkFromBoth(link, bothSides, current=None)
setDescription(_description, current=None, wrap=False)
setId(_id, current=None)
setName(_name, current=None, wrap=False)
setNs(_ns, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDescription()
unloadDetails(current=None)
unloadName()
unloadNs()
class omero.model.ListAnnotationPrx

Bases: omero.model.AnnotationPrx

static checkedCast(proxy, facetOrCtx=None, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.LogicalChannel(_id=None, _details=None, _loaded=False, _version=None, _name=None, _pinHoleSize=None, _illumination=None, _contrastMethod=None, _excitationWave=None, _emissionWave=None, _fluor=None, _ndFilter=None, _otf=None, _detectorSettings=None, _lightSourceSettings=None, _filterSet=None, _samplesPerPixel=None, _photometricInterpretation=None, _mode=None, _pockelCellSetting=None, _channelsSeq=None, _channelsLoaded=False, _lightPath=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a408>
_op_addAllChannelSet = <IcePy.Operation object at 0x278d228>
_op_addChannel = <IcePy.Operation object at 0x278d210>
_op_clearChannels = <IcePy.Operation object at 0x278d270>
_op_copyChannels = <IcePy.Operation object at 0x278d1f8>
_op_getContrastMethod = <IcePy.Operation object at 0x289cf18>
_op_getDetectorSettings = <IcePy.Operation object at 0x278d078>
_op_getEmissionWave = <IcePy.Operation object at 0x289cf78>
_op_getExcitationWave = <IcePy.Operation object at 0x289cf48>
_op_getFilterSet = <IcePy.Operation object at 0x278d0d8>
_op_getFluor = <IcePy.Operation object at 0x289cfa8>
_op_getIllumination = <IcePy.Operation object at 0x289cee8>
_op_getLightPath = <IcePy.Operation object at 0x278d2a0>
_op_getLightSourceSettings = <IcePy.Operation object at 0x278d0a8>
_op_getMode = <IcePy.Operation object at 0x278d168>
_op_getName = <IcePy.Operation object at 0x289ce88>
_op_getNdFilter = <IcePy.Operation object at 0x289cfd8>
_op_getOtf = <IcePy.Operation object at 0x278d048>
_op_getPhotometricInterpretation = <IcePy.Operation object at 0x278d138>
_op_getPinHoleSize = <IcePy.Operation object at 0x289ceb8>
_op_getPockelCellSetting = <IcePy.Operation object at 0x278d198>
_op_getSamplesPerPixel = <IcePy.Operation object at 0x278d108>
_op_getVersion = <IcePy.Operation object at 0x289ce58>
_op_reloadChannels = <IcePy.Operation object at 0x278d288>
_op_removeAllChannelSet = <IcePy.Operation object at 0x278d258>
_op_removeChannel = <IcePy.Operation object at 0x278d240>
_op_setContrastMethod = <IcePy.Operation object at 0x289cf30>
_op_setDetectorSettings = <IcePy.Operation object at 0x278d090>
_op_setEmissionWave = <IcePy.Operation object at 0x289cf90>
_op_setExcitationWave = <IcePy.Operation object at 0x289cf60>
_op_setFilterSet = <IcePy.Operation object at 0x278d0f0>
_op_setFluor = <IcePy.Operation object at 0x289cfc0>
_op_setIllumination = <IcePy.Operation object at 0x289cf00>
_op_setLightPath = <IcePy.Operation object at 0x278d2b8>
_op_setLightSourceSettings = <IcePy.Operation object at 0x278d0c0>
_op_setMode = <IcePy.Operation object at 0x278d180>
_op_setName = <IcePy.Operation object at 0x289cea0>
_op_setNdFilter = <IcePy.Operation object at 0x278d030>
_op_setOtf = <IcePy.Operation object at 0x278d060>
_op_setPhotometricInterpretation = <IcePy.Operation object at 0x278d150>
_op_setPinHoleSize = <IcePy.Operation object at 0x289ced0>
_op_setPockelCellSetting = <IcePy.Operation object at 0x278d1b0>
_op_setSamplesPerPixel = <IcePy.Operation object at 0x278d120>
_op_setVersion = <IcePy.Operation object at 0x289ce70>
_op_sizeOfChannels = <IcePy.Operation object at 0x278d1e0>
_op_unloadChannels = <IcePy.Operation object at 0x278d1c8>
addAllChannelSet(targets, current=None)
addChannel(target, current=None)
clearChannels(current=None)
copyChannels(current=None)
getContrastMethod(current=None)
getDetectorSettings(current=None)
getEmissionWave(current=None)
getExcitationWave(current=None)
getFilterSet(current=None)
getFluor(current=None)
getIllumination(current=None)
getLightPath(current=None)
getLightSourceSettings(current=None)
getMode(current=None)
getName(current=None)
getNdFilter(current=None)
getOtf(current=None)
getPhotometricInterpretation(current=None)
getPinHoleSize(current=None)
getPockelCellSetting(current=None)
getSamplesPerPixel(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
reloadChannels(toCopy, current=None)
removeAllChannelSet(targets, current=None)
removeChannel(theTarget, current=None)
setContrastMethod(theContrastMethod, current=None)
setDetectorSettings(theDetectorSettings, current=None)
setEmissionWave(theEmissionWave, current=None)
setExcitationWave(theExcitationWave, current=None)
setFilterSet(theFilterSet, current=None)
setFluor(theFluor, current=None)
setIllumination(theIllumination, current=None)
setLightPath(theLightPath, current=None)
setLightSourceSettings(theLightSourceSettings, current=None)
setMode(theMode, current=None)
setName(theName, current=None)
setNdFilter(theNdFilter, current=None)
setOtf(theOtf, current=None)
setPhotometricInterpretation(thePhotometricInterpretation, current=None)
setPinHoleSize(thePinHoleSize, current=None)
setPockelCellSetting(thePockelCellSetting, current=None)
setSamplesPerPixel(theSamplesPerPixel, current=None)
setVersion(theVersion, current=None)
sizeOfChannels(current=None)
unloadChannels(current=None)
class omero.model.LogicalChannelI(id=None, loaded=None)

Bases: omero.model.LogicalChannel

CHANNELS = 'ome.model.core.LogicalChannel_channels'
CONTRASTMETHOD = 'ome.model.core.LogicalChannel_contrastMethod'
DETAILS = 'ome.model.core.LogicalChannel_details'
DETECTORSETTINGS = 'ome.model.core.LogicalChannel_detectorSettings'
EMISSIONWAVE = 'ome.model.core.LogicalChannel_emissionWave'
EXCITATIONWAVE = 'ome.model.core.LogicalChannel_excitationWave'
FILTERSET = 'ome.model.core.LogicalChannel_filterSet'
FLUOR = 'ome.model.core.LogicalChannel_fluor'
ILLUMINATION = 'ome.model.core.LogicalChannel_illumination'
LIGHTPATH = 'ome.model.core.LogicalChannel_lightPath'
LIGHTSOURCESETTINGS = 'ome.model.core.LogicalChannel_lightSourceSettings'
MODE = 'ome.model.core.LogicalChannel_mode'
NAME = 'ome.model.core.LogicalChannel_name'
NDFILTER = 'ome.model.core.LogicalChannel_ndFilter'
OTF = 'ome.model.core.LogicalChannel_otf'
PHOTOMETRICINTERPRETATION = 'ome.model.core.LogicalChannel_photometricInterpretation'
PINHOLESIZE = 'ome.model.core.LogicalChannel_pinHoleSize'
POCKELCELLSETTING = 'ome.model.core.LogicalChannel_pockelCellSetting'
SAMPLESPERPIXEL = 'ome.model.core.LogicalChannel_samplesPerPixel'
_field_info = FieldInfo(name=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), pinHoleSize=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), illumination=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), contrastMethod=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), excitationWave=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), emissionWave=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), fluor=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), ndFilter=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), otf=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), detectorSettings=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), lightSourceSettings=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), filterSet=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), samplesPerPixel=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), photometricInterpretation=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), mode=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), pockelCellSetting=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), channels=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), lightPath=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_getChannels(current=None)
_setChannels(_channels, current=None, wrap=False)
_toggleCollectionsLoaded(load)
addAllChannelSet(targets, current=None)
addChannel(target, current=None)
checkUnloadedProperty(value, loadedField)
clearChannels(current=None)
copyChannels(current=None)
errorIfUnloaded()
getContrastMethod(current=None)
getDetails(current=None)
getDetectorSettings(current=None)
getEmissionWave(current=None)
getExcitationWave(current=None)
getFilterSet(current=None)
getFluor(current=None)
getId(current=None)
getIllumination(current=None)
getLightPath(current=None)
getLightSourceSettings(current=None)
getMode(current=None)
getName(current=None)
getNdFilter(current=None)
getOtf(current=None)
getPhotometricInterpretation(current=None)
getPinHoleSize(current=None)
getPockelCellSetting(current=None)
getSamplesPerPixel(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isChannelsLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
iterateChannels()
proxy(current=None)
reloadChannels(toCopy, current=None)
removeAllChannelSet(targets, current=None)
removeChannel(target, current=None)
setContrastMethod(_contrastMethod, current=None, wrap=False)
setDetectorSettings(_detectorSettings, current=None, wrap=False)
setEmissionWave(_emissionWave, current=None, wrap=False)
setExcitationWave(_excitationWave, current=None, wrap=False)
setFilterSet(_filterSet, current=None, wrap=False)
setFluor(_fluor, current=None, wrap=False)
setId(_id, current=None)
setIllumination(_illumination, current=None, wrap=False)
setLightPath(_lightPath, current=None, wrap=False)
setLightSourceSettings(_lightSourceSettings, current=None, wrap=False)
setMode(_mode, current=None, wrap=False)
setName(_name, current=None, wrap=False)
setNdFilter(_ndFilter, current=None, wrap=False)
setOtf(_otf, current=None, wrap=False)
setPhotometricInterpretation(_photometricInterpretation, current=None, wrap=False)
setPinHoleSize(_pinHoleSize, current=None, wrap=False)
setPockelCellSetting(_pockelCellSetting, current=None, wrap=False)
setSamplesPerPixel(_samplesPerPixel, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
sizeOfChannels(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChannels(current=None)
unloadCollections(current=None)
unloadContrastMethod()
unloadDetails(current=None)
unloadDetectorSettings()
unloadEmissionWave()
unloadExcitationWave()
unloadFilterSet()
unloadFluor()
unloadIllumination()
unloadLightPath()
unloadLightSourceSettings()
unloadMode()
unloadName()
unloadNdFilter()
unloadOtf()
unloadPhotometricInterpretation()
unloadPinHoleSize()
unloadPockelCellSetting()
unloadSamplesPerPixel()
class omero.model.LogicalChannelPrx

Bases: omero.model.IObjectPrx

addAllChannelSet(targets, _ctx=None)
addChannel(target, _ctx=None)
begin_addAllChannelSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addChannel(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_clearChannels(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyChannels(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getContrastMethod(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDetectorSettings(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getEmissionWave(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getExcitationWave(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getFilterSet(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getFluor(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getIllumination(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getLightPath(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getLightSourceSettings(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getMode(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getName(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getNdFilter(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getOtf(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPhotometricInterpretation(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPinHoleSize(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPockelCellSetting(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSamplesPerPixel(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadChannels(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllChannelSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeChannel(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setContrastMethod(theContrastMethod, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDetectorSettings(theDetectorSettings, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setEmissionWave(theEmissionWave, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setExcitationWave(theExcitationWave, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setFilterSet(theFilterSet, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setFluor(theFluor, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setIllumination(theIllumination, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setLightPath(theLightPath, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setLightSourceSettings(theLightSourceSettings, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setMode(theMode, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setName(theName, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setNdFilter(theNdFilter, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setOtf(theOtf, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPhotometricInterpretation(thePhotometricInterpretation, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPinHoleSize(thePinHoleSize, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPockelCellSetting(thePockelCellSetting, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setSamplesPerPixel(theSamplesPerPixel, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfChannels(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadChannels(_response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
clearChannels(_ctx=None)
copyChannels(_ctx=None)
end_addAllChannelSet(_r)
end_addChannel(_r)
end_clearChannels(_r)
end_copyChannels(_r)
end_getContrastMethod(_r)
end_getDetectorSettings(_r)
end_getEmissionWave(_r)
end_getExcitationWave(_r)
end_getFilterSet(_r)
end_getFluor(_r)
end_getIllumination(_r)
end_getLightPath(_r)
end_getLightSourceSettings(_r)
end_getMode(_r)
end_getName(_r)
end_getNdFilter(_r)
end_getOtf(_r)
end_getPhotometricInterpretation(_r)
end_getPinHoleSize(_r)
end_getPockelCellSetting(_r)
end_getSamplesPerPixel(_r)
end_getVersion(_r)
end_reloadChannels(_r)
end_removeAllChannelSet(_r)
end_removeChannel(_r)
end_setContrastMethod(_r)
end_setDetectorSettings(_r)
end_setEmissionWave(_r)
end_setExcitationWave(_r)
end_setFilterSet(_r)
end_setFluor(_r)
end_setIllumination(_r)
end_setLightPath(_r)
end_setLightSourceSettings(_r)
end_setMode(_r)
end_setName(_r)
end_setNdFilter(_r)
end_setOtf(_r)
end_setPhotometricInterpretation(_r)
end_setPinHoleSize(_r)
end_setPockelCellSetting(_r)
end_setSamplesPerPixel(_r)
end_setVersion(_r)
end_sizeOfChannels(_r)
end_unloadChannels(_r)
getContrastMethod(_ctx=None)
getDetectorSettings(_ctx=None)
getEmissionWave(_ctx=None)
getExcitationWave(_ctx=None)
getFilterSet(_ctx=None)
getFluor(_ctx=None)
getIllumination(_ctx=None)
getLightPath(_ctx=None)
getLightSourceSettings(_ctx=None)
getMode(_ctx=None)
getName(_ctx=None)
getNdFilter(_ctx=None)
getOtf(_ctx=None)
getPhotometricInterpretation(_ctx=None)
getPinHoleSize(_ctx=None)
getPockelCellSetting(_ctx=None)
getSamplesPerPixel(_ctx=None)
getVersion(_ctx=None)
reloadChannels(toCopy, _ctx=None)
removeAllChannelSet(targets, _ctx=None)
removeChannel(theTarget, _ctx=None)
setContrastMethod(theContrastMethod, _ctx=None)
setDetectorSettings(theDetectorSettings, _ctx=None)
setEmissionWave(theEmissionWave, _ctx=None)
setExcitationWave(theExcitationWave, _ctx=None)
setFilterSet(theFilterSet, _ctx=None)
setFluor(theFluor, _ctx=None)
setIllumination(theIllumination, _ctx=None)
setLightPath(theLightPath, _ctx=None)
setLightSourceSettings(theLightSourceSettings, _ctx=None)
setMode(theMode, _ctx=None)
setName(theName, _ctx=None)
setNdFilter(theNdFilter, _ctx=None)
setOtf(theOtf, _ctx=None)
setPhotometricInterpretation(thePhotometricInterpretation, _ctx=None)
setPinHoleSize(thePinHoleSize, _ctx=None)
setPockelCellSetting(thePockelCellSetting, _ctx=None)
setSamplesPerPixel(theSamplesPerPixel, _ctx=None)
setVersion(theVersion, _ctx=None)
sizeOfChannels(_ctx=None)
static uncheckedCast(proxy, facet=None)
unloadChannels(_ctx=None)
class omero.model.LongAnnotation(_id=None, _details=None, _loaded=False, _version=None, _ns=None, _name=None, _description=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _longValue=None)

Bases: omero.model.NumericAnnotation

_ice_type = <IcePy.TypeInfo object at 0x278d2e8>
_op_getLongValue = <IcePy.Operation object at 0x278d300>
_op_setLongValue = <IcePy.Operation object at 0x278d318>
getLongValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setLongValue(theLongValue, current=None)
class omero.model.LongAnnotationI(id=None, loaded=None)

Bases: omero.model.LongAnnotation

DESCRIPTION = 'ome.model.annotations.LongAnnotation_description'
DETAILS = 'ome.model.annotations.LongAnnotation_details'
LONGVALUE = 'ome.model.annotations.LongAnnotation_longValue'
NAME = 'ome.model.annotations.LongAnnotation_name'
NS = 'ome.model.annotations.LongAnnotation_ns'
_field_info = FieldInfo(longValue=FieldData(wrapper=<function rlong at 0x1de7050>, nullable=True), ns=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), name=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), description=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllAnnotationAnnotationLinkSet(targets, current=None)
addAnnotationAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDescription(current=None)
getDetails(current=None)
getId(current=None)
getLongValue(current=None)
getName(current=None)
getNs(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllAnnotationAnnotationLinkSet(targets, current=None)
removeAnnotationAnnotationLinkFromBoth(link, bothSides, current=None)
setDescription(_description, current=None, wrap=False)
setId(_id, current=None)
setLongValue(_longValue, current=None, wrap=False)
setName(_name, current=None, wrap=False)
setNs(_ns, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDescription()
unloadDetails(current=None)
unloadLongValue()
unloadName()
unloadNs()
class omero.model.LongAnnotationPrx

Bases: omero.model.NumericAnnotationPrx

begin_getLongValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setLongValue(theLongValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getLongValue(_r)
end_setLongValue(_r)
getLongValue(_ctx=None)
setLongValue(theLongValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.MapAnnotation(_id=None, _details=None, _loaded=False, _version=None, _ns=None, _name=None, _description=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _mapValue=None)

Bases: omero.model.Annotation

_ice_type = <IcePy.TypeInfo object at 0x278d348>
_op_getMapValue = <IcePy.Operation object at 0x278d378>
_op_getMapValueAsMap = <IcePy.Operation object at 0x278d360>
_op_setMapValue = <IcePy.Operation object at 0x278d390>
getMapValue(current=None)
getMapValueAsMap(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setMapValue(theMapValue, current=None)
class omero.model.MapAnnotationI(id=None, loaded=None)

Bases: omero.model.MapAnnotation

DESCRIPTION = 'ome.model.annotations.MapAnnotation_description'
DETAILS = 'ome.model.annotations.MapAnnotation_details'
MAPVALUE = 'ome.model.annotations.MapAnnotation_mapValue'
NAME = 'ome.model.annotations.MapAnnotation_name'
NS = 'ome.model.annotations.MapAnnotation_ns'
_field_info = FieldInfo(mapValue=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), ns=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), name=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), description=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllAnnotationAnnotationLinkSet(targets, current=None)
addAnnotationAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDescription(current=None)
getDetails(current=None)
getId(current=None)
getMapValue(current=None)
getMapValueAsMap(current=None)
getName(current=None)
getNs(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllAnnotationAnnotationLinkSet(targets, current=None)
removeAnnotationAnnotationLinkFromBoth(link, bothSides, current=None)
setDescription(_description, current=None, wrap=False)
setId(_id, current=None)
setMapValue(_mapValue, current=None, wrap=False)
setName(_name, current=None, wrap=False)
setNs(_ns, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDescription()
unloadDetails(current=None)
unloadMapValue()
unloadName()
unloadNs()
class omero.model.MapAnnotationPrx

Bases: omero.model.AnnotationPrx

begin_getMapValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getMapValueAsMap(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setMapValue(theMapValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getMapValue(_r)
end_getMapValueAsMap(_r)
end_setMapValue(_r)
getMapValue(_ctx=None)
getMapValueAsMap(_ctx=None)
setMapValue(theMapValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Mask(_id=None, _details=None, _loaded=False, _version=None, _theZ=None, _theT=None, _theC=None, _roi=None, _locked=None, _g=None, _transform=None, _vectorEffect=None, _visibility=None, _fillColor=None, _fillRule=None, _strokeColor=None, _strokeDashArray=None, _strokeDashOffset=None, _strokeLineCap=None, _strokeLineJoin=None, _strokeMiterLimit=None, _strokeWidth=None, _fontFamily=None, _fontSize=None, _fontStretch=None, _fontStyle=None, _fontVariant=None, _fontWeight=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _x=None, _y=None, _width=None, _height=None, _pixels=None, _textValue=None, _bytes=None)

Bases: omero.model.Shape

_ice_type = <IcePy.TypeInfo object at 0x278d3c0>
_op_getBytes = <IcePy.Operation object at 0x278d4f8>
_op_getHeight = <IcePy.Operation object at 0x278d468>
_op_getPixels = <IcePy.Operation object at 0x278d498>
_op_getTextValue = <IcePy.Operation object at 0x278d4c8>
_op_getWidth = <IcePy.Operation object at 0x278d438>
_op_getX = <IcePy.Operation object at 0x278d3d8>
_op_getY = <IcePy.Operation object at 0x278d408>
_op_setBytes = <IcePy.Operation object at 0x278d510>
_op_setHeight = <IcePy.Operation object at 0x278d480>
_op_setPixels = <IcePy.Operation object at 0x278d4b0>
_op_setTextValue = <IcePy.Operation object at 0x278d4e0>
_op_setWidth = <IcePy.Operation object at 0x278d450>
_op_setX = <IcePy.Operation object at 0x278d3f0>
_op_setY = <IcePy.Operation object at 0x278d420>
getBytes(current=None)
getHeight(current=None)
getPixels(current=None)
getTextValue(current=None)
getWidth(current=None)
getX(current=None)
getY(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setBytes(theBytes, current=None)
setHeight(theHeight, current=None)
setPixels(thePixels, current=None)
setTextValue(theTextValue, current=None)
setWidth(theWidth, current=None)
setX(theX, current=None)
setY(theY, current=None)
class omero.model.MaskI(id=None, loaded=None)

Bases: omero.model.Mask

BYTES = 'ome.model.roi.Mask_bytes'
DETAILS = 'ome.model.roi.Mask_details'
FILLCOLOR = 'ome.model.roi.Mask_fillColor'
FILLRULE = 'ome.model.roi.Mask_fillRule'
FONTFAMILY = 'ome.model.roi.Mask_fontFamily'
FONTSIZE = 'ome.model.roi.Mask_fontSize'
FONTSTRETCH = 'ome.model.roi.Mask_fontStretch'
FONTSTYLE = 'ome.model.roi.Mask_fontStyle'
FONTVARIANT = 'ome.model.roi.Mask_fontVariant'
FONTWEIGHT = 'ome.model.roi.Mask_fontWeight'
G = 'ome.model.roi.Mask_g'
HEIGHT = 'ome.model.roi.Mask_height'
LOCKED = 'ome.model.roi.Mask_locked'
PIXELS = 'ome.model.roi.Mask_pixels'
ROI = 'ome.model.roi.Mask_roi'
STROKECOLOR = 'ome.model.roi.Mask_strokeColor'
STROKEDASHARRAY = 'ome.model.roi.Mask_strokeDashArray'
STROKEDASHOFFSET = 'ome.model.roi.Mask_strokeDashOffset'
STROKELINECAP = 'ome.model.roi.Mask_strokeLineCap'
STROKELINEJOIN = 'ome.model.roi.Mask_strokeLineJoin'
STROKEMITERLIMIT = 'ome.model.roi.Mask_strokeMiterLimit'
STROKEWIDTH = 'ome.model.roi.Mask_strokeWidth'
TEXTVALUE = 'ome.model.roi.Mask_textValue'
THEC = 'ome.model.roi.Mask_theC'
THET = 'ome.model.roi.Mask_theT'
THEZ = 'ome.model.roi.Mask_theZ'
TRANSFORM = 'ome.model.roi.Mask_transform'
VECTOREFFECT = 'ome.model.roi.Mask_vectorEffect'
VISIBILITY = 'ome.model.roi.Mask_visibility'
WIDTH = 'ome.model.roi.Mask_width'
X = 'ome.model.roi.Mask_x'
Y = 'ome.model.roi.Mask_y'
_field_info = FieldInfo(x=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), y=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), width=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), height=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), pixels=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), textValue=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), bytes=FieldData(wrapper=None, nullable=True), theZ=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), theT=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), theC=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), roi=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), locked=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=True), g=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), transform=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), vectorEffect=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), visibility=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=True), fillColor=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), fillRule=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeColor=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeDashArray=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeDashOffset=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeLineCap=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeLineJoin=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeMiterLimit=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeWidth=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), fontFamily=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontSize=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), fontStretch=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontStyle=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontVariant=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontWeight=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllShapeAnnotationLinkSet(targets, current=None)
addShapeAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getBytes(current=None)
getDetails(current=None)
getFillColor(current=None)
getFillRule(current=None)
getFontFamily(current=None)
getFontSize(current=None)
getFontStretch(current=None)
getFontStyle(current=None)
getFontVariant(current=None)
getFontWeight(current=None)
getG(current=None)
getHeight(current=None)
getId(current=None)
getLocked(current=None)
getPixels(current=None)
getRoi(current=None)
getStrokeColor(current=None)
getStrokeDashArray(current=None)
getStrokeDashOffset(current=None)
getStrokeLineCap(current=None)
getStrokeLineJoin(current=None)
getStrokeMiterLimit(current=None)
getStrokeWidth(current=None)
getTextValue(current=None)
getTheC(current=None)
getTheT(current=None)
getTheZ(current=None)
getTransform(current=None)
getVectorEffect(current=None)
getVersion(current=None)
getVisibility(current=None)
getWidth(current=None)
getX(current=None)
getY(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllShapeAnnotationLinkSet(targets, current=None)
removeShapeAnnotationLinkFromBoth(link, bothSides, current=None)
setBytes(_bytes, current=None, wrap=False)
setFillColor(_fillColor, current=None, wrap=False)
setFillRule(_fillRule, current=None, wrap=False)
setFontFamily(_fontFamily, current=None, wrap=False)
setFontSize(_fontSize, current=None, wrap=False)
setFontStretch(_fontStretch, current=None, wrap=False)
setFontStyle(_fontStyle, current=None, wrap=False)
setFontVariant(_fontVariant, current=None, wrap=False)
setFontWeight(_fontWeight, current=None, wrap=False)
setG(_g, current=None, wrap=False)
setHeight(_height, current=None, wrap=False)
setId(_id, current=None)
setLocked(_locked, current=None, wrap=False)
setPixels(_pixels, current=None, wrap=False)
setRoi(_roi, current=None, wrap=False)
setStrokeColor(_strokeColor, current=None, wrap=False)
setStrokeDashArray(_strokeDashArray, current=None, wrap=False)
setStrokeDashOffset(_strokeDashOffset, current=None, wrap=False)
setStrokeLineCap(_strokeLineCap, current=None, wrap=False)
setStrokeLineJoin(_strokeLineJoin, current=None, wrap=False)
setStrokeMiterLimit(_strokeMiterLimit, current=None, wrap=False)
setStrokeWidth(_strokeWidth, current=None, wrap=False)
setTextValue(_textValue, current=None, wrap=False)
setTheC(_theC, current=None, wrap=False)
setTheT(_theT, current=None, wrap=False)
setTheZ(_theZ, current=None, wrap=False)
setTransform(_transform, current=None, wrap=False)
setVectorEffect(_vectorEffect, current=None, wrap=False)
setVersion(version, current=None)
setVisibility(_visibility, current=None, wrap=False)
setWidth(_width, current=None, wrap=False)
setX(_x, current=None, wrap=False)
setY(_y, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadBytes()
unloadCollections(current=None)
unloadDetails(current=None)
unloadFillColor()
unloadFillRule()
unloadFontFamily()
unloadFontSize()
unloadFontStretch()
unloadFontStyle()
unloadFontVariant()
unloadFontWeight()
unloadG()
unloadHeight()
unloadLocked()
unloadPixels()
unloadRoi()
unloadStrokeColor()
unloadStrokeDashArray()
unloadStrokeDashOffset()
unloadStrokeLineCap()
unloadStrokeLineJoin()
unloadStrokeMiterLimit()
unloadStrokeWidth()
unloadTextValue()
unloadTheC()
unloadTheT()
unloadTheZ()
unloadTransform()
unloadVectorEffect()
unloadVisibility()
unloadWidth()
unloadX()
unloadY()
class omero.model.MaskPrx

Bases: omero.model.ShapePrx

begin_getBytes(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getHeight(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPixels(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getTextValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getWidth(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getX(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getY(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setBytes(theBytes, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setHeight(theHeight, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPixels(thePixels, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setTextValue(theTextValue, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setWidth(theWidth, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setX(theX, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setY(theY, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getBytes(_r)
end_getHeight(_r)
end_getPixels(_r)
end_getTextValue(_r)
end_getWidth(_r)
end_getX(_r)
end_getY(_r)
end_setBytes(_r)
end_setHeight(_r)
end_setPixels(_r)
end_setTextValue(_r)
end_setWidth(_r)
end_setX(_r)
end_setY(_r)
getBytes(_ctx=None)
getHeight(_ctx=None)
getPixels(_ctx=None)
getTextValue(_ctx=None)
getWidth(_ctx=None)
getX(_ctx=None)
getY(_ctx=None)
setBytes(theBytes, _ctx=None)
setHeight(theHeight, _ctx=None)
setPixels(thePixels, _ctx=None)
setTextValue(theTextValue, _ctx=None)
setWidth(theWidth, _ctx=None)
setX(theX, _ctx=None)
setY(theY, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Medium(_id=None, _details=None, _loaded=False, _value=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x278d540>
_op_getValue = <IcePy.Operation object at 0x278d558>
_op_setValue = <IcePy.Operation object at 0x278d570>
getValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setValue(theValue, current=None)
class omero.model.MediumI(id=None, loaded=None)

Bases: omero.model.Medium

DETAILS = 'ome.model.enums.Medium_details'
VALUE = 'ome.model.enums.Medium_value'
_field_info = FieldInfo(value=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getValue(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setValue(_value, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadValue()
class omero.model.MediumPrx

Bases: omero.model.IObjectPrx

begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(theValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getValue(_r)
end_setValue(_r)
getValue(_ctx=None)
setValue(theValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.MetadataImportJob(_id=None, _details=None, _loaded=False, _version=None, _username=None, _groupname=None, _type=None, _message=None, _status=None, _submitted=None, _scheduledFor=None, _started=None, _finished=None, _originalFileLinksSeq=None, _originalFileLinksLoaded=False, _originalFileLinksCountPerOwner=None, _versionInfo=None)

Bases: omero.model.Job

_ice_type = <IcePy.TypeInfo object at 0x278d5a0>
_op_getVersionInfo = <IcePy.Operation object at 0x278d5d0>
_op_getVersionInfoAsMap = <IcePy.Operation object at 0x278d5b8>
_op_setVersionInfo = <IcePy.Operation object at 0x278d5e8>
getVersionInfo(current=None)
getVersionInfoAsMap(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setVersionInfo(theVersionInfo, current=None)
class omero.model.MetadataImportJobI(id=None, loaded=None)

Bases: omero.model.MetadataImportJob

DETAILS = 'ome.model.jobs.MetadataImportJob_details'
FINISHED = 'ome.model.jobs.MetadataImportJob_finished'
GROUPNAME = 'ome.model.jobs.MetadataImportJob_groupname'
MESSAGE = 'ome.model.jobs.MetadataImportJob_message'
SCHEDULEDFOR = 'ome.model.jobs.MetadataImportJob_scheduledFor'
STARTED = 'ome.model.jobs.MetadataImportJob_started'
STATUS = 'ome.model.jobs.MetadataImportJob_status'
SUBMITTED = 'ome.model.jobs.MetadataImportJob_submitted'
TYPE = 'ome.model.jobs.MetadataImportJob_type'
USERNAME = 'ome.model.jobs.MetadataImportJob_username'
VERSIONINFO = 'ome.model.jobs.MetadataImportJob_versionInfo'
_field_info = FieldInfo(versionInfo=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), username=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), groupname=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), type=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), message=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), status=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), submitted=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=False), scheduledFor=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=False), started=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), finished=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), originalFileLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllJobOriginalFileLinkSet(targets, current=None)
addJobOriginalFileLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getFinished(current=None)
getGroupname(current=None)
getId(current=None)
getMessage(current=None)
getOriginalFileLinksCountPerOwner(current=None)
getScheduledFor(current=None)
getStarted(current=None)
getStatus(current=None)
getSubmitted(current=None)
getType(current=None)
getUsername(current=None)
getVersion(current=None)
getVersionInfo(current=None)
getVersionInfoAsMap(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
isOriginalFileLinksLoaded()
linkOriginalFile(addition, current=None)
linkedOriginalFileList(current=None)
proxy(current=None)
removeAllJobOriginalFileLinkSet(targets, current=None)
removeJobOriginalFileLinkFromBoth(link, bothSides, current=None)
setFinished(_finished, current=None, wrap=False)
setGroupname(_groupname, current=None, wrap=False)
setId(_id, current=None)
setMessage(_message, current=None, wrap=False)
setScheduledFor(_scheduledFor, current=None, wrap=False)
setStarted(_started, current=None, wrap=False)
setStatus(_status, current=None, wrap=False)
setSubmitted(_submitted, current=None, wrap=False)
setType(_type, current=None, wrap=False)
setUsername(_username, current=None, wrap=False)
setVersion(version, current=None)
setVersionInfo(_versionInfo, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkOriginalFile(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadFinished()
unloadGroupname()
unloadMessage()
unloadScheduledFor()
unloadStarted()
unloadStatus()
unloadSubmitted()
unloadType()
unloadUsername()
unloadVersionInfo()
class omero.model.MetadataImportJobPrx

Bases: omero.model.JobPrx

begin_getVersionInfo(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersionInfoAsMap(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersionInfo(theVersionInfo, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getVersionInfo(_r)
end_getVersionInfoAsMap(_r)
end_setVersionInfo(_r)
getVersionInfo(_ctx=None)
getVersionInfoAsMap(_ctx=None)
setVersionInfo(theVersionInfo, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.MicrobeamManipulation(_id=None, _details=None, _loaded=False, _version=None, _type=None, _lightSourceSettingsSeq=None, _lightSourceSettingsLoaded=False, _experiment=None, _description=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x201a6a8>
_op_addAllLightSettingsSet = <IcePy.Operation object at 0x278d708>
_op_addLightSettings = <IcePy.Operation object at 0x278d6f0>
_op_clearLightSourceSettings = <IcePy.Operation object at 0x278d750>
_op_copyLightSourceSettings = <IcePy.Operation object at 0x278d6d8>
_op_getDescription = <IcePy.Operation object at 0x278d7b0>
_op_getExperiment = <IcePy.Operation object at 0x278d780>
_op_getType = <IcePy.Operation object at 0x278d678>
_op_getVersion = <IcePy.Operation object at 0x278d648>
_op_reloadLightSourceSettings = <IcePy.Operation object at 0x278d768>
_op_removeAllLightSettingsSet = <IcePy.Operation object at 0x278d738>
_op_removeLightSettings = <IcePy.Operation object at 0x278d720>
_op_setDescription = <IcePy.Operation object at 0x278d7c8>
_op_setExperiment = <IcePy.Operation object at 0x278d798>
_op_setType = <IcePy.Operation object at 0x278d690>
_op_setVersion = <IcePy.Operation object at 0x278d660>
_op_sizeOfLightSourceSettings = <IcePy.Operation object at 0x278d6c0>
_op_unloadLightSourceSettings = <IcePy.Operation object at 0x278d6a8>
addAllLightSettingsSet(targets, current=None)
addLightSettings(target, current=None)
clearLightSourceSettings(current=None)
copyLightSourceSettings(current=None)
getDescription(current=None)
getExperiment(current=None)
getType(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
reloadLightSourceSettings(toCopy, current=None)
removeAllLightSettingsSet(targets, current=None)
removeLightSettings(theTarget, current=None)
setDescription(theDescription, current=None)
setExperiment(theExperiment, current=None)
setType(theType, current=None)
setVersion(theVersion, current=None)
sizeOfLightSourceSettings(current=None)
unloadLightSourceSettings(current=None)
class omero.model.MicrobeamManipulationI(id=None, loaded=None)

Bases: omero.model.MicrobeamManipulation

DESCRIPTION = 'ome.model.experiment.MicrobeamManipulation_description'
DETAILS = 'ome.model.experiment.MicrobeamManipulation_details'
EXPERIMENT = 'ome.model.experiment.MicrobeamManipulation_experiment'
LIGHTSOURCESETTINGS = 'ome.model.experiment.MicrobeamManipulation_lightSourceSettings'
TYPE = 'ome.model.experiment.MicrobeamManipulation_type'
_field_info = FieldInfo(type=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), lightSourceSettings=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), experiment=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), description=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_getLightSourceSettings(current=None)
_setLightSourceSettings(_lightSourceSettings, current=None, wrap=False)
_toggleCollectionsLoaded(load)
addAllLightSettingsSet(targets, current=None)
addLightSettings(target, current=None)
checkUnloadedProperty(value, loadedField)
clearLightSourceSettings(current=None)
copyLightSourceSettings(current=None)
errorIfUnloaded()
getDescription(current=None)
getDetails(current=None)
getExperiment(current=None)
getId(current=None)
getType(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLightSourceSettingsLoaded()
isLoaded(current=None)
isMutable(current=None)
iterateLightSourceSettings()
proxy(current=None)
reloadLightSourceSettings(toCopy, current=None)
removeAllLightSettingsSet(targets, current=None)
removeLightSettings(target, current=None)
setDescription(_description, current=None, wrap=False)
setExperiment(_experiment, current=None, wrap=False)
setId(_id, current=None)
setType(_type, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
sizeOfLightSourceSettings(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDescription()
unloadDetails(current=None)
unloadExperiment()
unloadLightSourceSettings(current=None)
unloadType()
class omero.model.MicrobeamManipulationPrx

Bases: omero.model.IObjectPrx

addAllLightSettingsSet(targets, _ctx=None)
addLightSettings(target, _ctx=None)
begin_addAllLightSettingsSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addLightSettings(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_clearLightSourceSettings(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyLightSourceSettings(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDescription(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getExperiment(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getType(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadLightSourceSettings(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllLightSettingsSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeLightSettings(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDescription(theDescription, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setExperiment(theExperiment, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setType(theType, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfLightSourceSettings(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadLightSourceSettings(_response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
clearLightSourceSettings(_ctx=None)
copyLightSourceSettings(_ctx=None)
end_addAllLightSettingsSet(_r)
end_addLightSettings(_r)
end_clearLightSourceSettings(_r)
end_copyLightSourceSettings(_r)
end_getDescription(_r)
end_getExperiment(_r)
end_getType(_r)
end_getVersion(_r)
end_reloadLightSourceSettings(_r)
end_removeAllLightSettingsSet(_r)
end_removeLightSettings(_r)
end_setDescription(_r)
end_setExperiment(_r)
end_setType(_r)
end_setVersion(_r)
end_sizeOfLightSourceSettings(_r)
end_unloadLightSourceSettings(_r)
getDescription(_ctx=None)
getExperiment(_ctx=None)
getType(_ctx=None)
getVersion(_ctx=None)
reloadLightSourceSettings(toCopy, _ctx=None)
removeAllLightSettingsSet(targets, _ctx=None)
removeLightSettings(theTarget, _ctx=None)
setDescription(theDescription, _ctx=None)
setExperiment(theExperiment, _ctx=None)
setType(theType, _ctx=None)
setVersion(theVersion, _ctx=None)
sizeOfLightSourceSettings(_ctx=None)
static uncheckedCast(proxy, facet=None)
unloadLightSourceSettings(_ctx=None)
class omero.model.MicrobeamManipulationType(_id=None, _details=None, _loaded=False, _value=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x278d600>
_op_getValue = <IcePy.Operation object at 0x278d7e0>
_op_setValue = <IcePy.Operation object at 0x278d7f8>
getValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setValue(theValue, current=None)
class omero.model.MicrobeamManipulationTypeI(id=None, loaded=None)

Bases: omero.model.MicrobeamManipulationType

DETAILS = 'ome.model.enums.MicrobeamManipulationType_details'
VALUE = 'ome.model.enums.MicrobeamManipulationType_value'
_field_info = FieldInfo(value=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getValue(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setValue(_value, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadValue()
class omero.model.MicrobeamManipulationTypePrx

Bases: omero.model.IObjectPrx

begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(theValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getValue(_r)
end_setValue(_r)
getValue(_ctx=None)
setValue(theValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Microscope(_id=None, _details=None, _loaded=False, _version=None, _manufacturer=None, _model=None, _lotNumber=None, _serialNumber=None, _type=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x28801f8>
_op_getLotNumber = <IcePy.Operation object at 0x278d8d0>
_op_getManufacturer = <IcePy.Operation object at 0x278d870>
_op_getModel = <IcePy.Operation object at 0x278d8a0>
_op_getSerialNumber = <IcePy.Operation object at 0x278d900>
_op_getType = <IcePy.Operation object at 0x278d930>
_op_getVersion = <IcePy.Operation object at 0x278d840>
_op_setLotNumber = <IcePy.Operation object at 0x278d8e8>
_op_setManufacturer = <IcePy.Operation object at 0x278d888>
_op_setModel = <IcePy.Operation object at 0x278d8b8>
_op_setSerialNumber = <IcePy.Operation object at 0x278d918>
_op_setType = <IcePy.Operation object at 0x278d948>
_op_setVersion = <IcePy.Operation object at 0x278d858>
getLotNumber(current=None)
getManufacturer(current=None)
getModel(current=None)
getSerialNumber(current=None)
getType(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setLotNumber(theLotNumber, current=None)
setManufacturer(theManufacturer, current=None)
setModel(theModel, current=None)
setSerialNumber(theSerialNumber, current=None)
setType(theType, current=None)
setVersion(theVersion, current=None)
class omero.model.MicroscopeI(id=None, loaded=None)

Bases: omero.model.Microscope

DETAILS = 'ome.model.acquisition.Microscope_details'
LOTNUMBER = 'ome.model.acquisition.Microscope_lotNumber'
MANUFACTURER = 'ome.model.acquisition.Microscope_manufacturer'
MODEL = 'ome.model.acquisition.Microscope_model'
SERIALNUMBER = 'ome.model.acquisition.Microscope_serialNumber'
TYPE = 'ome.model.acquisition.Microscope_type'
_field_info = FieldInfo(manufacturer=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), model=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), lotNumber=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), serialNumber=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), type=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getLotNumber(current=None)
getManufacturer(current=None)
getModel(current=None)
getSerialNumber(current=None)
getType(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setLotNumber(_lotNumber, current=None, wrap=False)
setManufacturer(_manufacturer, current=None, wrap=False)
setModel(_model, current=None, wrap=False)
setSerialNumber(_serialNumber, current=None, wrap=False)
setType(_type, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadLotNumber()
unloadManufacturer()
unloadModel()
unloadSerialNumber()
unloadType()
class omero.model.MicroscopePrx

Bases: omero.model.IObjectPrx

begin_getLotNumber(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getManufacturer(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getModel(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSerialNumber(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getType(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setLotNumber(theLotNumber, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setManufacturer(theManufacturer, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setModel(theModel, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setSerialNumber(theSerialNumber, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setType(theType, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getLotNumber(_r)
end_getManufacturer(_r)
end_getModel(_r)
end_getSerialNumber(_r)
end_getType(_r)
end_getVersion(_r)
end_setLotNumber(_r)
end_setManufacturer(_r)
end_setModel(_r)
end_setSerialNumber(_r)
end_setType(_r)
end_setVersion(_r)
getLotNumber(_ctx=None)
getManufacturer(_ctx=None)
getModel(_ctx=None)
getSerialNumber(_ctx=None)
getType(_ctx=None)
getVersion(_ctx=None)
setLotNumber(theLotNumber, _ctx=None)
setManufacturer(theManufacturer, _ctx=None)
setModel(theModel, _ctx=None)
setSerialNumber(theSerialNumber, _ctx=None)
setType(theType, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.MicroscopeType(_id=None, _details=None, _loaded=False, _value=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x278d810>
_op_getValue = <IcePy.Operation object at 0x278d960>
_op_setValue = <IcePy.Operation object at 0x278d978>
getValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setValue(theValue, current=None)
class omero.model.MicroscopeTypeI(id=None, loaded=None)

Bases: omero.model.MicroscopeType

DETAILS = 'ome.model.enums.MicroscopeType_details'
VALUE = 'ome.model.enums.MicroscopeType_value'
_field_info = FieldInfo(value=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getValue(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setValue(_value, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadValue()
class omero.model.MicroscopeTypePrx

Bases: omero.model.IObjectPrx

begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(theValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getValue(_r)
end_setValue(_r)
getValue(_ctx=None)
setValue(theValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.NamedValue(name='', value='')

Bases: Ice.Object

Simple Pair-like container which is used in a sequence to support ordered maps.

_ice_type = <IcePy.TypeInfo object at 0x1b1a438>
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
class omero.model.NamedValuePrx

Bases: IcePy.ObjectPrx

static checkedCast(proxy, facetOrCtx=None, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Namespace(_id=None, _details=None, _loaded=False, _version=None, _keywords=None, _multivalued=None, _display=None, _displayName=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _name=None, _description=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x278da08>
_op_addAllNamespaceAnnotationLinkSet = <IcePy.Operation object at 0x278db70>
_op_addNamespaceAnnotationLinkToBoth = <IcePy.Operation object at 0x278dc18>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x278dbe8>
_op_getDescription = <IcePy.Operation object at 0x278dcc0>
_op_getDisplay = <IcePy.Operation object at 0x278dab0>
_op_getDisplayName = <IcePy.Operation object at 0x278dae0>
_op_getKeywords = <IcePy.Operation object at 0x278da50>
_op_getMultivalued = <IcePy.Operation object at 0x278da80>
_op_getName = <IcePy.Operation object at 0x278dc90>
_op_getVersion = <IcePy.Operation object at 0x278da20>
_op_linkAnnotation = <IcePy.Operation object at 0x278dc00>
_op_linkedAnnotationList = <IcePy.Operation object at 0x278dc78>
_op_removeAllNamespaceAnnotationLinkSet = <IcePy.Operation object at 0x278dba0>
_op_removeNamespaceAnnotationLinkFromBoth = <IcePy.Operation object at 0x278dc60>
_op_setDescription = <IcePy.Operation object at 0x278dcd8>
_op_setDisplay = <IcePy.Operation object at 0x278dac8>
_op_setDisplayName = <IcePy.Operation object at 0x278daf8>
_op_setKeywords = <IcePy.Operation object at 0x278da68>
_op_setMultivalued = <IcePy.Operation object at 0x278da98>
_op_setName = <IcePy.Operation object at 0x278dca8>
_op_setVersion = <IcePy.Operation object at 0x278da38>
_op_unlinkAnnotation = <IcePy.Operation object at 0x278dc48>
addAllNamespaceAnnotationLinkSet(targets, current=None)
addNamespaceAnnotationLinkToBoth(link, bothSides, current=None)
getAnnotationLinksCountPerOwner(current=None)
getDescription(current=None)
getDisplay(current=None)
getDisplayName(current=None)
getKeywords(current=None)
getMultivalued(current=None)
getName(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
removeAllNamespaceAnnotationLinkSet(targets, current=None)
removeNamespaceAnnotationLinkFromBoth(link, bothSides, current=None)
setDescription(theDescription, current=None)
setDisplay(theDisplay, current=None)
setDisplayName(theDisplayName, current=None)
setKeywords(theKeywords, current=None)
setMultivalued(theMultivalued, current=None)
setName(theName, current=None)
setVersion(theVersion, current=None)
unlinkAnnotation(removal, current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x278d990>
_op_getChild = <IcePy.Operation object at 0x278dd50>
_op_getParent = <IcePy.Operation object at 0x278dd20>
_op_getVersion = <IcePy.Operation object at 0x278dcf0>
_op_setChild = <IcePy.Operation object at 0x278dd68>
_op_setParent = <IcePy.Operation object at 0x278dd38>
_op_setVersion = <IcePy.Operation object at 0x278dd08>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.NamespaceAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.NamespaceAnnotationLink

CHILD = 'ome.model.annotations.NamespaceAnnotationLink_child'
DETAILS = 'ome.model.annotations.NamespaceAnnotationLink_details'
PARENT = 'ome.model.annotations.NamespaceAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.NamespaceAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.NamespaceI(id=None, loaded=None)

Bases: omero.model.Namespace

DESCRIPTION = 'ome.model.meta.Namespace_description'
DETAILS = 'ome.model.meta.Namespace_details'
DISPLAY = 'ome.model.meta.Namespace_display'
DISPLAYNAME = 'ome.model.meta.Namespace_displayName'
KEYWORDS = 'ome.model.meta.Namespace_keywords'
MULTIVALUED = 'ome.model.meta.Namespace_multivalued'
NAME = 'ome.model.meta.Namespace_name'
_field_info = FieldInfo(keywords=FieldData(wrapper=None, nullable=True), multivalued=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=True), display=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=True), displayName=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), name=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), description=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllNamespaceAnnotationLinkSet(targets, current=None)
addNamespaceAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDescription(current=None)
getDetails(current=None)
getDisplay(current=None)
getDisplayName(current=None)
getId(current=None)
getKeywords(current=None)
getMultivalued(current=None)
getName(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllNamespaceAnnotationLinkSet(targets, current=None)
removeNamespaceAnnotationLinkFromBoth(link, bothSides, current=None)
setDescription(_description, current=None, wrap=False)
setDisplay(_display, current=None, wrap=False)
setDisplayName(_displayName, current=None, wrap=False)
setId(_id, current=None)
setKeywords(_keywords, current=None, wrap=False)
setMultivalued(_multivalued, current=None, wrap=False)
setName(_name, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDescription()
unloadDetails(current=None)
unloadDisplay()
unloadDisplayName()
unloadKeywords()
unloadMultivalued()
unloadName()
class omero.model.NamespacePrx

Bases: omero.model.IObjectPrx

addAllNamespaceAnnotationLinkSet(targets, _ctx=None)
addNamespaceAnnotationLinkToBoth(link, bothSides, _ctx=None)
begin_addAllNamespaceAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addNamespaceAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDescription(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDisplay(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDisplayName(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getKeywords(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getMultivalued(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getName(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllNamespaceAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeNamespaceAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDescription(theDescription, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDisplay(theDisplay, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDisplayName(theDisplayName, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setKeywords(theKeywords, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setMultivalued(theMultivalued, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setName(theName, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_addAllNamespaceAnnotationLinkSet(_r)
end_addNamespaceAnnotationLinkToBoth(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getDescription(_r)
end_getDisplay(_r)
end_getDisplayName(_r)
end_getKeywords(_r)
end_getMultivalued(_r)
end_getName(_r)
end_getVersion(_r)
end_linkAnnotation(_r)
end_linkedAnnotationList(_r)
end_removeAllNamespaceAnnotationLinkSet(_r)
end_removeNamespaceAnnotationLinkFromBoth(_r)
end_setDescription(_r)
end_setDisplay(_r)
end_setDisplayName(_r)
end_setKeywords(_r)
end_setMultivalued(_r)
end_setName(_r)
end_setVersion(_r)
end_unlinkAnnotation(_r)
getAnnotationLinksCountPerOwner(_ctx=None)
getDescription(_ctx=None)
getDisplay(_ctx=None)
getDisplayName(_ctx=None)
getKeywords(_ctx=None)
getMultivalued(_ctx=None)
getName(_ctx=None)
getVersion(_ctx=None)
linkAnnotation(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
removeAllNamespaceAnnotationLinkSet(targets, _ctx=None)
removeNamespaceAnnotationLinkFromBoth(link, bothSides, _ctx=None)
setDescription(theDescription, _ctx=None)
setDisplay(theDisplay, _ctx=None)
setDisplayName(theDisplayName, _ctx=None)
setKeywords(theKeywords, _ctx=None)
setMultivalued(theMultivalued, _ctx=None)
setName(theName, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
class omero.model.Node(_id=None, _details=None, _loaded=False, _version=None, _sessionsSeq=None, _sessionsLoaded=False, _uuid=None, _conn=None, _up=None, _down=None, _scale=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x278de28>
_op_addAllNodeAnnotationLinkSet = <IcePy.Operation object at 0x2b0f0d8>
_op_addAllSessionSet = <IcePy.Operation object at 0x278ded0>
_op_addNodeAnnotationLinkToBoth = <IcePy.Operation object at 0x2b0f180>
_op_addSession = <IcePy.Operation object at 0x278deb8>
_op_clearSessions = <IcePy.Operation object at 0x278df18>
_op_copySessions = <IcePy.Operation object at 0x278dea0>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x2b0f150>
_op_getConn = <IcePy.Operation object at 0x278df78>
_op_getDown = <IcePy.Operation object at 0x278dfd8>
_op_getScale = <IcePy.Operation object at 0x2b0f048>
_op_getUp = <IcePy.Operation object at 0x278dfa8>
_op_getUuid = <IcePy.Operation object at 0x278df48>
_op_getVersion = <IcePy.Operation object at 0x278de40>
_op_linkAnnotation = <IcePy.Operation object at 0x2b0f168>
_op_linkedAnnotationList = <IcePy.Operation object at 0x2b0f1e0>
_op_reloadSessions = <IcePy.Operation object at 0x278df30>
_op_removeAllNodeAnnotationLinkSet = <IcePy.Operation object at 0x2b0f108>
_op_removeAllSessionSet = <IcePy.Operation object at 0x278df00>
_op_removeNodeAnnotationLinkFromBoth = <IcePy.Operation object at 0x2b0f1c8>
_op_removeSession = <IcePy.Operation object at 0x278dee8>
_op_setConn = <IcePy.Operation object at 0x278df90>
_op_setDown = <IcePy.Operation object at 0x2b0f030>
_op_setScale = <IcePy.Operation object at 0x2b0f060>
_op_setUp = <IcePy.Operation object at 0x278dfc0>
_op_setUuid = <IcePy.Operation object at 0x278df60>
_op_setVersion = <IcePy.Operation object at 0x278de58>
_op_sizeOfSessions = <IcePy.Operation object at 0x278de88>
_op_unlinkAnnotation = <IcePy.Operation object at 0x2b0f1b0>
_op_unloadSessions = <IcePy.Operation object at 0x278de70>
addAllNodeAnnotationLinkSet(targets, current=None)
addAllSessionSet(targets, current=None)
addNodeAnnotationLinkToBoth(link, bothSides, current=None)
addSession(target, current=None)
clearSessions(current=None)
copySessions(current=None)
getAnnotationLinksCountPerOwner(current=None)
getConn(current=None)
getDown(current=None)
getScale(current=None)
getUp(current=None)
getUuid(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
reloadSessions(toCopy, current=None)
removeAllNodeAnnotationLinkSet(targets, current=None)
removeAllSessionSet(targets, current=None)
removeNodeAnnotationLinkFromBoth(link, bothSides, current=None)
removeSession(theTarget, current=None)
setConn(theConn, current=None)
setDown(theDown, current=None)
setScale(theScale, current=None)
setUp(theUp, current=None)
setUuid(theUuid, current=None)
setVersion(theVersion, current=None)
sizeOfSessions(current=None)
unlinkAnnotation(removal, current=None)
unloadSessions(current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x278dd98>
_op_getChild = <IcePy.Operation object at 0x2b0f258>
_op_getParent = <IcePy.Operation object at 0x2b0f228>
_op_getVersion = <IcePy.Operation object at 0x2b0f1f8>
_op_setChild = <IcePy.Operation object at 0x2b0f270>
_op_setParent = <IcePy.Operation object at 0x2b0f240>
_op_setVersion = <IcePy.Operation object at 0x2b0f210>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.NodeAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.NodeAnnotationLink

CHILD = 'ome.model.annotations.NodeAnnotationLink_child'
DETAILS = 'ome.model.annotations.NodeAnnotationLink_details'
PARENT = 'ome.model.annotations.NodeAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.NodeAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.NodeI(id=None, loaded=None)

Bases: omero.model.Node

CONN = 'ome.model.meta.Node_conn'
DETAILS = 'ome.model.meta.Node_details'
DOWN = 'ome.model.meta.Node_down'
SCALE = 'ome.model.meta.Node_scale'
SESSIONS = 'ome.model.meta.Node_sessions'
UP = 'ome.model.meta.Node_up'
UUID = 'ome.model.meta.Node_uuid'
_field_info = FieldInfo(sessions=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), uuid=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), conn=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), up=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=False), down=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), scale=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_getSessions(current=None)
_setSessions(_sessions, current=None, wrap=False)
_toggleCollectionsLoaded(load)
addAllNodeAnnotationLinkSet(targets, current=None)
addAllSessionSet(targets, current=None)
addNodeAnnotationLinkToBoth(link, bothSides)
addSession(target, current=None)
checkUnloadedProperty(value, loadedField)
clearSessions(current=None)
copySessions(current=None)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getConn(current=None)
getDetails(current=None)
getDown(current=None)
getId(current=None)
getScale(current=None)
getUp(current=None)
getUuid(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
isSessionsLoaded()
iterateSessions()
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
reloadSessions(toCopy, current=None)
removeAllNodeAnnotationLinkSet(targets, current=None)
removeAllSessionSet(targets, current=None)
removeNodeAnnotationLinkFromBoth(link, bothSides, current=None)
removeSession(target, current=None)
setConn(_conn, current=None, wrap=False)
setDown(_down, current=None, wrap=False)
setId(_id, current=None)
setScale(_scale, current=None, wrap=False)
setUp(_up, current=None, wrap=False)
setUuid(_uuid, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
sizeOfSessions(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadConn()
unloadDetails(current=None)
unloadDown()
unloadScale()
unloadSessions(current=None)
unloadUp()
unloadUuid()
class omero.model.NodePrx

Bases: omero.model.IObjectPrx

addAllNodeAnnotationLinkSet(targets, _ctx=None)
addAllSessionSet(targets, _ctx=None)
addNodeAnnotationLinkToBoth(link, bothSides, _ctx=None)
addSession(target, _ctx=None)
begin_addAllNodeAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllSessionSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addNodeAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addSession(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_clearSessions(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copySessions(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getConn(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDown(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getScale(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getUp(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getUuid(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadSessions(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllNodeAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllSessionSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeNodeAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeSession(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setConn(theConn, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDown(theDown, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setScale(theScale, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setUp(theUp, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setUuid(theUuid, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfSessions(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadSessions(_response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
clearSessions(_ctx=None)
copySessions(_ctx=None)
end_addAllNodeAnnotationLinkSet(_r)
end_addAllSessionSet(_r)
end_addNodeAnnotationLinkToBoth(_r)
end_addSession(_r)
end_clearSessions(_r)
end_copySessions(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getConn(_r)
end_getDown(_r)
end_getScale(_r)
end_getUp(_r)
end_getUuid(_r)
end_getVersion(_r)
end_linkAnnotation(_r)
end_linkedAnnotationList(_r)
end_reloadSessions(_r)
end_removeAllNodeAnnotationLinkSet(_r)
end_removeAllSessionSet(_r)
end_removeNodeAnnotationLinkFromBoth(_r)
end_removeSession(_r)
end_setConn(_r)
end_setDown(_r)
end_setScale(_r)
end_setUp(_r)
end_setUuid(_r)
end_setVersion(_r)
end_sizeOfSessions(_r)
end_unlinkAnnotation(_r)
end_unloadSessions(_r)
getAnnotationLinksCountPerOwner(_ctx=None)
getConn(_ctx=None)
getDown(_ctx=None)
getScale(_ctx=None)
getUp(_ctx=None)
getUuid(_ctx=None)
getVersion(_ctx=None)
linkAnnotation(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
reloadSessions(toCopy, _ctx=None)
removeAllNodeAnnotationLinkSet(targets, _ctx=None)
removeAllSessionSet(targets, _ctx=None)
removeNodeAnnotationLinkFromBoth(link, bothSides, _ctx=None)
removeSession(theTarget, _ctx=None)
setConn(theConn, _ctx=None)
setDown(theDown, _ctx=None)
setScale(theScale, _ctx=None)
setUp(theUp, _ctx=None)
setUuid(theUuid, _ctx=None)
setVersion(theVersion, _ctx=None)
sizeOfSessions(_ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
unloadSessions(_ctx=None)
class omero.model.NumericAnnotation(_id=None, _details=None, _loaded=False, _version=None, _ns=None, _name=None, _description=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None)

Bases: omero.model.BasicAnnotation

_ice_type = <IcePy.TypeInfo object at 0x15f0d08>
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
class omero.model.NumericAnnotationPrx

Bases: omero.model.BasicAnnotationPrx

static checkedCast(proxy, facetOrCtx=None, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.OTF(_id=None, _details=None, _loaded=False, _version=None, _sizeX=None, _sizeY=None, _opticalAxisAveraged=None, _pixelsType=None, _path=None, _filterSet=None, _objective=None, _instrument=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2880258>
_op_getFilterSet = <IcePy.Operation object at 0x2b0f3c0>
_op_getInstrument = <IcePy.Operation object at 0x2b0f420>
_op_getObjective = <IcePy.Operation object at 0x2b0f3f0>
_op_getOpticalAxisAveraged = <IcePy.Operation object at 0x2b0f330>
_op_getPath = <IcePy.Operation object at 0x2b0f390>
_op_getPixelsType = <IcePy.Operation object at 0x2b0f360>
_op_getSizeX = <IcePy.Operation object at 0x2b0f2d0>
_op_getSizeY = <IcePy.Operation object at 0x2b0f300>
_op_getVersion = <IcePy.Operation object at 0x2b0f2a0>
_op_setFilterSet = <IcePy.Operation object at 0x2b0f3d8>
_op_setInstrument = <IcePy.Operation object at 0x2b0f438>
_op_setObjective = <IcePy.Operation object at 0x2b0f408>
_op_setOpticalAxisAveraged = <IcePy.Operation object at 0x2b0f348>
_op_setPath = <IcePy.Operation object at 0x2b0f3a8>
_op_setPixelsType = <IcePy.Operation object at 0x2b0f378>
_op_setSizeX = <IcePy.Operation object at 0x2b0f2e8>
_op_setSizeY = <IcePy.Operation object at 0x2b0f318>
_op_setVersion = <IcePy.Operation object at 0x2b0f2b8>
getFilterSet(current=None)
getInstrument(current=None)
getObjective(current=None)
getOpticalAxisAveraged(current=None)
getPath(current=None)
getPixelsType(current=None)
getSizeX(current=None)
getSizeY(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setFilterSet(theFilterSet, current=None)
setInstrument(theInstrument, current=None)
setObjective(theObjective, current=None)
setOpticalAxisAveraged(theOpticalAxisAveraged, current=None)
setPath(thePath, current=None)
setPixelsType(thePixelsType, current=None)
setSizeX(theSizeX, current=None)
setSizeY(theSizeY, current=None)
setVersion(theVersion, current=None)
class omero.model.OTFI(id=None, loaded=None)

Bases: omero.model.OTF

DETAILS = 'ome.model.acquisition.OTF_details'
FILTERSET = 'ome.model.acquisition.OTF_filterSet'
INSTRUMENT = 'ome.model.acquisition.OTF_instrument'
OBJECTIVE = 'ome.model.acquisition.OTF_objective'
OPTICALAXISAVERAGED = 'ome.model.acquisition.OTF_opticalAxisAveraged'
PATH = 'ome.model.acquisition.OTF_path'
PIXELSTYPE = 'ome.model.acquisition.OTF_pixelsType'
SIZEX = 'ome.model.acquisition.OTF_sizeX'
SIZEY = 'ome.model.acquisition.OTF_sizeY'
_field_info = FieldInfo(sizeX=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), sizeY=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), opticalAxisAveraged=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=False), pixelsType=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), path=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), filterSet=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), objective=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), instrument=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getFilterSet(current=None)
getId(current=None)
getInstrument(current=None)
getObjective(current=None)
getOpticalAxisAveraged(current=None)
getPath(current=None)
getPixelsType(current=None)
getSizeX(current=None)
getSizeY(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setFilterSet(_filterSet, current=None, wrap=False)
setId(_id, current=None)
setInstrument(_instrument, current=None, wrap=False)
setObjective(_objective, current=None, wrap=False)
setOpticalAxisAveraged(_opticalAxisAveraged, current=None, wrap=False)
setPath(_path, current=None, wrap=False)
setPixelsType(_pixelsType, current=None, wrap=False)
setSizeX(_sizeX, current=None, wrap=False)
setSizeY(_sizeY, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadFilterSet()
unloadInstrument()
unloadObjective()
unloadOpticalAxisAveraged()
unloadPath()
unloadPixelsType()
unloadSizeX()
unloadSizeY()
class omero.model.OTFPrx

Bases: omero.model.IObjectPrx

begin_getFilterSet(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getInstrument(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getObjective(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getOpticalAxisAveraged(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPath(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPixelsType(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSizeX(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSizeY(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setFilterSet(theFilterSet, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setInstrument(theInstrument, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setObjective(theObjective, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setOpticalAxisAveraged(theOpticalAxisAveraged, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPath(thePath, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPixelsType(thePixelsType, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setSizeX(theSizeX, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setSizeY(theSizeY, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getFilterSet(_r)
end_getInstrument(_r)
end_getObjective(_r)
end_getOpticalAxisAveraged(_r)
end_getPath(_r)
end_getPixelsType(_r)
end_getSizeX(_r)
end_getSizeY(_r)
end_getVersion(_r)
end_setFilterSet(_r)
end_setInstrument(_r)
end_setObjective(_r)
end_setOpticalAxisAveraged(_r)
end_setPath(_r)
end_setPixelsType(_r)
end_setSizeX(_r)
end_setSizeY(_r)
end_setVersion(_r)
getFilterSet(_ctx=None)
getInstrument(_ctx=None)
getObjective(_ctx=None)
getOpticalAxisAveraged(_ctx=None)
getPath(_ctx=None)
getPixelsType(_ctx=None)
getSizeX(_ctx=None)
getSizeY(_ctx=None)
getVersion(_ctx=None)
setFilterSet(theFilterSet, _ctx=None)
setInstrument(theInstrument, _ctx=None)
setObjective(theObjective, _ctx=None)
setOpticalAxisAveraged(theOpticalAxisAveraged, _ctx=None)
setPath(thePath, _ctx=None)
setPixelsType(thePixelsType, _ctx=None)
setSizeX(theSizeX, _ctx=None)
setSizeY(theSizeY, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Objective(_id=None, _details=None, _loaded=False, _version=None, _manufacturer=None, _model=None, _lotNumber=None, _serialNumber=None, _nominalMagnification=None, _calibratedMagnification=None, _lensNA=None, _immersion=None, _correction=None, _workingDistance=None, _iris=None, _instrument=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2880228>
_op_addAllObjectiveAnnotationLinkSet = <IcePy.Operation object at 0x2b0f780>
_op_addObjectiveAnnotationLinkToBoth = <IcePy.Operation object at 0x2b0f828>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x2b0f7f8>
_op_getCalibratedMagnification = <IcePy.Operation object at 0x2b0f5d0>
_op_getCorrection = <IcePy.Operation object at 0x2b0f660>
_op_getImmersion = <IcePy.Operation object at 0x2b0f630>
_op_getInstrument = <IcePy.Operation object at 0x2b0f6f0>
_op_getIris = <IcePy.Operation object at 0x2b0f6c0>
_op_getLensNA = <IcePy.Operation object at 0x2b0f600>
_op_getLotNumber = <IcePy.Operation object at 0x2b0f540>
_op_getManufacturer = <IcePy.Operation object at 0x2b0f4e0>
_op_getModel = <IcePy.Operation object at 0x2b0f510>
_op_getNominalMagnification = <IcePy.Operation object at 0x2b0f5a0>
_op_getSerialNumber = <IcePy.Operation object at 0x2b0f570>
_op_getVersion = <IcePy.Operation object at 0x2b0f4b0>
_op_getWorkingDistance = <IcePy.Operation object at 0x2b0f690>
_op_linkAnnotation = <IcePy.Operation object at 0x2b0f810>
_op_linkedAnnotationList = <IcePy.Operation object at 0x2b0f888>
_op_removeAllObjectiveAnnotationLinkSet = <IcePy.Operation object at 0x2b0f7b0>
_op_removeObjectiveAnnotationLinkFromBoth = <IcePy.Operation object at 0x2b0f870>
_op_setCalibratedMagnification = <IcePy.Operation object at 0x2b0f5e8>
_op_setCorrection = <IcePy.Operation object at 0x2b0f678>
_op_setImmersion = <IcePy.Operation object at 0x2b0f648>
_op_setInstrument = <IcePy.Operation object at 0x2b0f708>
_op_setIris = <IcePy.Operation object at 0x2b0f6d8>
_op_setLensNA = <IcePy.Operation object at 0x2b0f618>
_op_setLotNumber = <IcePy.Operation object at 0x2b0f558>
_op_setManufacturer = <IcePy.Operation object at 0x2b0f4f8>
_op_setModel = <IcePy.Operation object at 0x2b0f528>
_op_setNominalMagnification = <IcePy.Operation object at 0x2b0f5b8>
_op_setSerialNumber = <IcePy.Operation object at 0x2b0f588>
_op_setVersion = <IcePy.Operation object at 0x2b0f4c8>
_op_setWorkingDistance = <IcePy.Operation object at 0x2b0f6a8>
_op_unlinkAnnotation = <IcePy.Operation object at 0x2b0f858>
addAllObjectiveAnnotationLinkSet(targets, current=None)
addObjectiveAnnotationLinkToBoth(link, bothSides, current=None)
getAnnotationLinksCountPerOwner(current=None)
getCalibratedMagnification(current=None)
getCorrection(current=None)
getImmersion(current=None)
getInstrument(current=None)
getIris(current=None)
getLensNA(current=None)
getLotNumber(current=None)
getManufacturer(current=None)
getModel(current=None)
getNominalMagnification(current=None)
getSerialNumber(current=None)
getVersion(current=None)
getWorkingDistance(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
removeAllObjectiveAnnotationLinkSet(targets, current=None)
removeObjectiveAnnotationLinkFromBoth(link, bothSides, current=None)
setCalibratedMagnification(theCalibratedMagnification, current=None)
setCorrection(theCorrection, current=None)
setImmersion(theImmersion, current=None)
setInstrument(theInstrument, current=None)
setIris(theIris, current=None)
setLensNA(theLensNA, current=None)
setLotNumber(theLotNumber, current=None)
setManufacturer(theManufacturer, current=None)
setModel(theModel, current=None)
setNominalMagnification(theNominalMagnification, current=None)
setSerialNumber(theSerialNumber, current=None)
setVersion(theVersion, current=None)
setWorkingDistance(theWorkingDistance, current=None)
unlinkAnnotation(removal, current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2b0f450>
_op_getChild = <IcePy.Operation object at 0x2b0f900>
_op_getParent = <IcePy.Operation object at 0x2b0f8d0>
_op_getVersion = <IcePy.Operation object at 0x2b0f8a0>
_op_setChild = <IcePy.Operation object at 0x2b0f918>
_op_setParent = <IcePy.Operation object at 0x2b0f8e8>
_op_setVersion = <IcePy.Operation object at 0x2b0f8b8>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.ObjectiveAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.ObjectiveAnnotationLink

CHILD = 'ome.model.annotations.ObjectiveAnnotationLink_child'
DETAILS = 'ome.model.annotations.ObjectiveAnnotationLink_details'
PARENT = 'ome.model.annotations.ObjectiveAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.ObjectiveAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.ObjectiveI(id=None, loaded=None)

Bases: omero.model.Objective

CALIBRATEDMAGNIFICATION = 'ome.model.acquisition.Objective_calibratedMagnification'
CORRECTION = 'ome.model.acquisition.Objective_correction'
DETAILS = 'ome.model.acquisition.Objective_details'
IMMERSION = 'ome.model.acquisition.Objective_immersion'
INSTRUMENT = 'ome.model.acquisition.Objective_instrument'
IRIS = 'ome.model.acquisition.Objective_iris'
LENSNA = 'ome.model.acquisition.Objective_lensNA'
LOTNUMBER = 'ome.model.acquisition.Objective_lotNumber'
MANUFACTURER = 'ome.model.acquisition.Objective_manufacturer'
MODEL = 'ome.model.acquisition.Objective_model'
NOMINALMAGNIFICATION = 'ome.model.acquisition.Objective_nominalMagnification'
SERIALNUMBER = 'ome.model.acquisition.Objective_serialNumber'
WORKINGDISTANCE = 'ome.model.acquisition.Objective_workingDistance'
_field_info = FieldInfo(manufacturer=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), model=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), lotNumber=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), serialNumber=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), nominalMagnification=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), calibratedMagnification=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), lensNA=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), immersion=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), correction=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), workingDistance=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), iris=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=True), instrument=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllObjectiveAnnotationLinkSet(targets, current=None)
addObjectiveAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getCalibratedMagnification(current=None)
getCorrection(current=None)
getDetails(current=None)
getId(current=None)
getImmersion(current=None)
getInstrument(current=None)
getIris(current=None)
getLensNA(current=None)
getLotNumber(current=None)
getManufacturer(current=None)
getModel(current=None)
getNominalMagnification(current=None)
getSerialNumber(current=None)
getVersion(current=None)
getWorkingDistance(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllObjectiveAnnotationLinkSet(targets, current=None)
removeObjectiveAnnotationLinkFromBoth(link, bothSides, current=None)
setCalibratedMagnification(_calibratedMagnification, current=None, wrap=False)
setCorrection(_correction, current=None, wrap=False)
setId(_id, current=None)
setImmersion(_immersion, current=None, wrap=False)
setInstrument(_instrument, current=None, wrap=False)
setIris(_iris, current=None, wrap=False)
setLensNA(_lensNA, current=None, wrap=False)
setLotNumber(_lotNumber, current=None, wrap=False)
setManufacturer(_manufacturer, current=None, wrap=False)
setModel(_model, current=None, wrap=False)
setNominalMagnification(_nominalMagnification, current=None, wrap=False)
setSerialNumber(_serialNumber, current=None, wrap=False)
setVersion(version, current=None)
setWorkingDistance(_workingDistance, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCalibratedMagnification()
unloadCollections(current=None)
unloadCorrection()
unloadDetails(current=None)
unloadImmersion()
unloadInstrument()
unloadIris()
unloadLensNA()
unloadLotNumber()
unloadManufacturer()
unloadModel()
unloadNominalMagnification()
unloadSerialNumber()
unloadWorkingDistance()
class omero.model.ObjectivePrx

Bases: omero.model.IObjectPrx

addAllObjectiveAnnotationLinkSet(targets, _ctx=None)
addObjectiveAnnotationLinkToBoth(link, bothSides, _ctx=None)
begin_addAllObjectiveAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addObjectiveAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getCalibratedMagnification(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getCorrection(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getImmersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getInstrument(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getIris(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getLensNA(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getLotNumber(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getManufacturer(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getModel(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getNominalMagnification(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSerialNumber(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getWorkingDistance(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllObjectiveAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeObjectiveAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setCalibratedMagnification(theCalibratedMagnification, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setCorrection(theCorrection, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setImmersion(theImmersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setInstrument(theInstrument, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setIris(theIris, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setLensNA(theLensNA, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setLotNumber(theLotNumber, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setManufacturer(theManufacturer, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setModel(theModel, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setNominalMagnification(theNominalMagnification, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setSerialNumber(theSerialNumber, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setWorkingDistance(theWorkingDistance, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_addAllObjectiveAnnotationLinkSet(_r)
end_addObjectiveAnnotationLinkToBoth(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getCalibratedMagnification(_r)
end_getCorrection(_r)
end_getImmersion(_r)
end_getInstrument(_r)
end_getIris(_r)
end_getLensNA(_r)
end_getLotNumber(_r)
end_getManufacturer(_r)
end_getModel(_r)
end_getNominalMagnification(_r)
end_getSerialNumber(_r)
end_getVersion(_r)
end_getWorkingDistance(_r)
end_linkAnnotation(_r)
end_linkedAnnotationList(_r)
end_removeAllObjectiveAnnotationLinkSet(_r)
end_removeObjectiveAnnotationLinkFromBoth(_r)
end_setCalibratedMagnification(_r)
end_setCorrection(_r)
end_setImmersion(_r)
end_setInstrument(_r)
end_setIris(_r)
end_setLensNA(_r)
end_setLotNumber(_r)
end_setManufacturer(_r)
end_setModel(_r)
end_setNominalMagnification(_r)
end_setSerialNumber(_r)
end_setVersion(_r)
end_setWorkingDistance(_r)
end_unlinkAnnotation(_r)
getAnnotationLinksCountPerOwner(_ctx=None)
getCalibratedMagnification(_ctx=None)
getCorrection(_ctx=None)
getImmersion(_ctx=None)
getInstrument(_ctx=None)
getIris(_ctx=None)
getLensNA(_ctx=None)
getLotNumber(_ctx=None)
getManufacturer(_ctx=None)
getModel(_ctx=None)
getNominalMagnification(_ctx=None)
getSerialNumber(_ctx=None)
getVersion(_ctx=None)
getWorkingDistance(_ctx=None)
linkAnnotation(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
removeAllObjectiveAnnotationLinkSet(targets, _ctx=None)
removeObjectiveAnnotationLinkFromBoth(link, bothSides, _ctx=None)
setCalibratedMagnification(theCalibratedMagnification, _ctx=None)
setCorrection(theCorrection, _ctx=None)
setImmersion(theImmersion, _ctx=None)
setInstrument(theInstrument, _ctx=None)
setIris(theIris, _ctx=None)
setLensNA(theLensNA, _ctx=None)
setLotNumber(theLotNumber, _ctx=None)
setManufacturer(theManufacturer, _ctx=None)
setModel(theModel, _ctx=None)
setNominalMagnification(theNominalMagnification, _ctx=None)
setSerialNumber(theSerialNumber, _ctx=None)
setVersion(theVersion, _ctx=None)
setWorkingDistance(theWorkingDistance, _ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
class omero.model.ObjectiveSettings(_id=None, _details=None, _loaded=False, _version=None, _correctionCollar=None, _medium=None, _refractiveIndex=None, _objective=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x243b0a8>
_op_getCorrectionCollar = <IcePy.Operation object at 0x2b0f978>
_op_getMedium = <IcePy.Operation object at 0x2b0f9a8>
_op_getObjective = <IcePy.Operation object at 0x2b0fa08>
_op_getRefractiveIndex = <IcePy.Operation object at 0x2b0f9d8>
_op_getVersion = <IcePy.Operation object at 0x2b0f948>
_op_setCorrectionCollar = <IcePy.Operation object at 0x2b0f990>
_op_setMedium = <IcePy.Operation object at 0x2b0f9c0>
_op_setObjective = <IcePy.Operation object at 0x2b0fa20>
_op_setRefractiveIndex = <IcePy.Operation object at 0x2b0f9f0>
_op_setVersion = <IcePy.Operation object at 0x2b0f960>
getCorrectionCollar(current=None)
getMedium(current=None)
getObjective(current=None)
getRefractiveIndex(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setCorrectionCollar(theCorrectionCollar, current=None)
setMedium(theMedium, current=None)
setObjective(theObjective, current=None)
setRefractiveIndex(theRefractiveIndex, current=None)
setVersion(theVersion, current=None)
class omero.model.ObjectiveSettingsI(id=None, loaded=None)

Bases: omero.model.ObjectiveSettings

CORRECTIONCOLLAR = 'ome.model.acquisition.ObjectiveSettings_correctionCollar'
DETAILS = 'ome.model.acquisition.ObjectiveSettings_details'
MEDIUM = 'ome.model.acquisition.ObjectiveSettings_medium'
OBJECTIVE = 'ome.model.acquisition.ObjectiveSettings_objective'
REFRACTIVEINDEX = 'ome.model.acquisition.ObjectiveSettings_refractiveIndex'
_field_info = FieldInfo(correctionCollar=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), medium=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), refractiveIndex=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), objective=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getCorrectionCollar(current=None)
getDetails(current=None)
getId(current=None)
getMedium(current=None)
getObjective(current=None)
getRefractiveIndex(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setCorrectionCollar(_correctionCollar, current=None, wrap=False)
setId(_id, current=None)
setMedium(_medium, current=None, wrap=False)
setObjective(_objective, current=None, wrap=False)
setRefractiveIndex(_refractiveIndex, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadCorrectionCollar()
unloadDetails(current=None)
unloadMedium()
unloadObjective()
unloadRefractiveIndex()
class omero.model.ObjectiveSettingsPrx

Bases: omero.model.IObjectPrx

begin_getCorrectionCollar(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getMedium(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getObjective(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getRefractiveIndex(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setCorrectionCollar(theCorrectionCollar, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setMedium(theMedium, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setObjective(theObjective, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setRefractiveIndex(theRefractiveIndex, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getCorrectionCollar(_r)
end_getMedium(_r)
end_getObjective(_r)
end_getRefractiveIndex(_r)
end_getVersion(_r)
end_setCorrectionCollar(_r)
end_setMedium(_r)
end_setObjective(_r)
end_setRefractiveIndex(_r)
end_setVersion(_r)
getCorrectionCollar(_ctx=None)
getMedium(_ctx=None)
getObjective(_ctx=None)
getRefractiveIndex(_ctx=None)
getVersion(_ctx=None)
setCorrectionCollar(theCorrectionCollar, _ctx=None)
setMedium(theMedium, _ctx=None)
setObjective(theObjective, _ctx=None)
setRefractiveIndex(theRefractiveIndex, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.OriginalFile(_id=None, _details=None, _loaded=False, _version=None, _pixelsFileMapsSeq=None, _pixelsFileMapsLoaded=False, _pixelsFileMapsCountPerOwner=None, _path=None, _size=None, _atime=None, _mtime=None, _ctime=None, _hasher=None, _hash=None, _mimetype=None, _filesetEntriesSeq=None, _filesetEntriesLoaded=False, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _name=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a468>
_op_addAllFilesetEntrySet = <IcePy.Operation object at 0x2b0fea0>
_op_addAllOriginalFileAnnotationLinkSet = <IcePy.Operation object at 0x2b0ff78>
_op_addAllPixelsOriginalFileMapSet = <IcePy.Operation object at 0x2b0fba0>
_op_addFilesetEntry = <IcePy.Operation object at 0x2b0fe88>
_op_addOriginalFileAnnotationLinkToBoth = <IcePy.Operation object at 0x2db1060>
_op_addPixelsOriginalFileMap = <IcePy.Operation object at 0x2b0fb88>
_op_addPixelsOriginalFileMapToBoth = <IcePy.Operation object at 0x2b0fc48>
_op_clearFilesetEntries = <IcePy.Operation object at 0x2b0fee8>
_op_clearPixelsFileMaps = <IcePy.Operation object at 0x2b0fbe8>
_op_copyFilesetEntries = <IcePy.Operation object at 0x2b0fe70>
_op_copyPixelsFileMaps = <IcePy.Operation object at 0x2b0fb70>
_op_findPixelsOriginalFileMap = <IcePy.Operation object at 0x2b0fc60>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x2db1030>
_op_getAtime = <IcePy.Operation object at 0x2b0fd20>
_op_getCtime = <IcePy.Operation object at 0x2b0fd80>
_op_getHash = <IcePy.Operation object at 0x2b0fde0>
_op_getHasher = <IcePy.Operation object at 0x2b0fdb0>
_op_getMimetype = <IcePy.Operation object at 0x2b0fe10>
_op_getMtime = <IcePy.Operation object at 0x2b0fd50>
_op_getName = <IcePy.Operation object at 0x2db10d8>
_op_getPath = <IcePy.Operation object at 0x2b0fcc0>
_op_getPixelsFileMapsCountPerOwner = <IcePy.Operation object at 0x2b0fc18>
_op_getSize = <IcePy.Operation object at 0x2b0fcf0>
_op_getVersion = <IcePy.Operation object at 0x2b0fb10>
_op_linkAnnotation = <IcePy.Operation object at 0x2db1048>
_op_linkPixels = <IcePy.Operation object at 0x2b0fc30>
_op_linkedAnnotationList = <IcePy.Operation object at 0x2db10c0>
_op_linkedPixelsList = <IcePy.Operation object at 0x2b0fca8>
_op_reloadFilesetEntries = <IcePy.Operation object at 0x2b0ff00>
_op_reloadPixelsFileMaps = <IcePy.Operation object at 0x2b0fc00>
_op_removeAllFilesetEntrySet = <IcePy.Operation object at 0x2b0fed0>
_op_removeAllOriginalFileAnnotationLinkSet = <IcePy.Operation object at 0x2b0ffa8>
_op_removeAllPixelsOriginalFileMapSet = <IcePy.Operation object at 0x2b0fbd0>
_op_removeFilesetEntry = <IcePy.Operation object at 0x2b0feb8>
_op_removeOriginalFileAnnotationLinkFromBoth = <IcePy.Operation object at 0x2db10a8>
_op_removePixelsOriginalFileMap = <IcePy.Operation object at 0x2b0fbb8>
_op_removePixelsOriginalFileMapFromBoth = <IcePy.Operation object at 0x2b0fc90>
_op_setAtime = <IcePy.Operation object at 0x2b0fd38>
_op_setCtime = <IcePy.Operation object at 0x2b0fd98>
_op_setHash = <IcePy.Operation object at 0x2b0fdf8>
_op_setHasher = <IcePy.Operation object at 0x2b0fdc8>
_op_setMimetype = <IcePy.Operation object at 0x2b0fe28>
_op_setMtime = <IcePy.Operation object at 0x2b0fd68>
_op_setName = <IcePy.Operation object at 0x2db10f0>
_op_setPath = <IcePy.Operation object at 0x2b0fcd8>
_op_setSize = <IcePy.Operation object at 0x2b0fd08>
_op_setVersion = <IcePy.Operation object at 0x2b0fb28>
_op_sizeOfFilesetEntries = <IcePy.Operation object at 0x2b0fe58>
_op_sizeOfPixelsFileMaps = <IcePy.Operation object at 0x2b0fb58>
_op_unlinkAnnotation = <IcePy.Operation object at 0x2db1090>
_op_unlinkPixels = <IcePy.Operation object at 0x2b0fc78>
_op_unloadFilesetEntries = <IcePy.Operation object at 0x2b0fe40>
_op_unloadPixelsFileMaps = <IcePy.Operation object at 0x2b0fb40>
addAllFilesetEntrySet(targets, current=None)
addAllOriginalFileAnnotationLinkSet(targets, current=None)
addAllPixelsOriginalFileMapSet(targets, current=None)
addFilesetEntry(target, current=None)
addOriginalFileAnnotationLinkToBoth(link, bothSides, current=None)
addPixelsOriginalFileMap(target, current=None)
addPixelsOriginalFileMapToBoth(link, bothSides, current=None)
clearFilesetEntries(current=None)
clearPixelsFileMaps(current=None)
copyFilesetEntries(current=None)
copyPixelsFileMaps(current=None)
findPixelsOriginalFileMap(removal, current=None)
getAnnotationLinksCountPerOwner(current=None)
getAtime(current=None)
getCtime(current=None)
getHash(current=None)
getHasher(current=None)
getMimetype(current=None)
getMtime(current=None)
getName(current=None)
getPath(current=None)
getPixelsFileMapsCountPerOwner(current=None)
getSize(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkPixels(addition, current=None)
linkedAnnotationList(current=None)
linkedPixelsList(current=None)
reloadFilesetEntries(toCopy, current=None)
reloadPixelsFileMaps(toCopy, current=None)
removeAllFilesetEntrySet(targets, current=None)
removeAllOriginalFileAnnotationLinkSet(targets, current=None)
removeAllPixelsOriginalFileMapSet(targets, current=None)
removeFilesetEntry(theTarget, current=None)
removeOriginalFileAnnotationLinkFromBoth(link, bothSides, current=None)
removePixelsOriginalFileMap(theTarget, current=None)
removePixelsOriginalFileMapFromBoth(link, bothSides, current=None)
setAtime(theAtime, current=None)
setCtime(theCtime, current=None)
setHash(theHash, current=None)
setHasher(theHasher, current=None)
setMimetype(theMimetype, current=None)
setMtime(theMtime, current=None)
setName(theName, current=None)
setPath(thePath, current=None)
setSize(theSize, current=None)
setVersion(theVersion, current=None)
sizeOfFilesetEntries(current=None)
sizeOfPixelsFileMaps(current=None)
unlinkAnnotation(removal, current=None)
unlinkPixels(removal, current=None)
unloadFilesetEntries(current=None)
unloadPixelsFileMaps(current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2b0fa68>
_op_getChild = <IcePy.Operation object at 0x2db1168>
_op_getParent = <IcePy.Operation object at 0x2db1138>
_op_getVersion = <IcePy.Operation object at 0x2db1108>
_op_setChild = <IcePy.Operation object at 0x2db1180>
_op_setParent = <IcePy.Operation object at 0x2db1150>
_op_setVersion = <IcePy.Operation object at 0x2db1120>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.OriginalFileAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.OriginalFileAnnotationLink

CHILD = 'ome.model.annotations.OriginalFileAnnotationLink_child'
DETAILS = 'ome.model.annotations.OriginalFileAnnotationLink_details'
PARENT = 'ome.model.annotations.OriginalFileAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.OriginalFileAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.OriginalFileI(id=None, loaded=None)

Bases: omero.model.OriginalFile

ATIME = 'ome.model.core.OriginalFile_atime'
CTIME = 'ome.model.core.OriginalFile_ctime'
DETAILS = 'ome.model.core.OriginalFile_details'
FILESETENTRIES = 'ome.model.core.OriginalFile_filesetEntries'
HASH = 'ome.model.core.OriginalFile_hash'
HASHER = 'ome.model.core.OriginalFile_hasher'
MIMETYPE = 'ome.model.core.OriginalFile_mimetype'
MTIME = 'ome.model.core.OriginalFile_mtime'
NAME = 'ome.model.core.OriginalFile_name'
PATH = 'ome.model.core.OriginalFile_path'
PIXELSFILEMAPS = 'ome.model.core.OriginalFile_pixelsFileMaps'
SIZE = 'ome.model.core.OriginalFile_size'
_field_info = FieldInfo(pixelsFileMaps=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), path=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), size=FieldData(wrapper=<function rlong at 0x1de7050>, nullable=True), atime=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), mtime=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), ctime=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), hasher=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), hash=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), mimetype=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), filesetEntries=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), name=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_getFilesetEntries(current=None)
_getPixelsFileMaps(current=None)
_setFilesetEntries(_filesetEntries, current=None, wrap=False)
_setPixelsFileMaps(_pixelsFileMaps, current=None, wrap=False)
_toggleCollectionsLoaded(load)
addAllFilesetEntrySet(targets, current=None)
addAllOriginalFileAnnotationLinkSet(targets, current=None)
addAllPixelsOriginalFileMapSet(targets, current=None)
addFilesetEntry(target, current=None)
addOriginalFileAnnotationLinkToBoth(link, bothSides)
addPixelsOriginalFileMap(target, current=None)
addPixelsOriginalFileMapToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
clearFilesetEntries(current=None)
clearPixelsFileMaps(current=None)
copyFilesetEntries(current=None)
copyPixelsFileMaps(current=None)
errorIfUnloaded()
findPixelsOriginalFileMap(removal, current=None)
getAnnotationLinksCountPerOwner(current=None)
getAtime(current=None)
getCtime(current=None)
getDetails(current=None)
getHash(current=None)
getHasher(current=None)
getId(current=None)
getMimetype(current=None)
getMtime(current=None)
getName(current=None)
getPath(current=None)
getPixelsFileMapsCountPerOwner(current=None)
getSize(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isFilesetEntriesLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
isPixelsFileMapsLoaded()
iterateFilesetEntries()
iteratePixelsFileMaps()
linkAnnotation(addition, current=None)
linkPixels(addition, current=None)
linkedAnnotationList(current=None)
linkedPixelsList(current=None)
proxy(current=None)
reloadFilesetEntries(toCopy, current=None)
reloadPixelsFileMaps(toCopy, current=None)
removeAllFilesetEntrySet(targets, current=None)
removeAllOriginalFileAnnotationLinkSet(targets, current=None)
removeAllPixelsOriginalFileMapSet(targets, current=None)
removeFilesetEntry(target, current=None)
removeOriginalFileAnnotationLinkFromBoth(link, bothSides, current=None)
removePixelsOriginalFileMap(target, current=None)
removePixelsOriginalFileMapFromBoth(link, bothSides, current=None)
setAtime(_atime, current=None, wrap=False)
setCtime(_ctime, current=None, wrap=False)
setHash(_hash, current=None, wrap=False)
setHasher(_hasher, current=None, wrap=False)
setId(_id, current=None)
setMimetype(_mimetype, current=None, wrap=False)
setMtime(_mtime, current=None, wrap=False)
setName(_name, current=None, wrap=False)
setPath(_path, current=None, wrap=False)
setSize(_size, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
sizeOfFilesetEntries(current=None)
sizeOfPixelsFileMaps(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unlinkPixels(removal, current=None)
unload(current=None)
unloadAtime()
unloadCollections(current=None)
unloadCtime()
unloadDetails(current=None)
unloadFilesetEntries(current=None)
unloadHash()
unloadHasher()
unloadMimetype()
unloadMtime()
unloadName()
unloadPath()
unloadPixelsFileMaps(current=None)
unloadSize()
class omero.model.OriginalFilePrx

Bases: omero.model.IObjectPrx

addAllFilesetEntrySet(targets, _ctx=None)
addAllOriginalFileAnnotationLinkSet(targets, _ctx=None)
addAllPixelsOriginalFileMapSet(targets, _ctx=None)
addFilesetEntry(target, _ctx=None)
addOriginalFileAnnotationLinkToBoth(link, bothSides, _ctx=None)
addPixelsOriginalFileMap(target, _ctx=None)
addPixelsOriginalFileMapToBoth(link, bothSides, _ctx=None)
begin_addAllFilesetEntrySet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllOriginalFileAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllPixelsOriginalFileMapSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addFilesetEntry(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addOriginalFileAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addPixelsOriginalFileMap(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addPixelsOriginalFileMapToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_clearFilesetEntries(_response=None, _ex=None, _sent=None, _ctx=None)
begin_clearPixelsFileMaps(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyFilesetEntries(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyPixelsFileMaps(_response=None, _ex=None, _sent=None, _ctx=None)
begin_findPixelsOriginalFileMap(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getAtime(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getCtime(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getHash(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getHasher(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getMimetype(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getMtime(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getName(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPath(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPixelsFileMapsCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSize(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkPixels(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedPixelsList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadFilesetEntries(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadPixelsFileMaps(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllFilesetEntrySet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllOriginalFileAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllPixelsOriginalFileMapSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeFilesetEntry(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeOriginalFileAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removePixelsOriginalFileMap(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removePixelsOriginalFileMapFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setAtime(theAtime, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setCtime(theCtime, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setHash(theHash, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setHasher(theHasher, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setMimetype(theMimetype, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setMtime(theMtime, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setName(theName, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPath(thePath, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setSize(theSize, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfFilesetEntries(_response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfPixelsFileMaps(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkPixels(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadFilesetEntries(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadPixelsFileMaps(_response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
clearFilesetEntries(_ctx=None)
clearPixelsFileMaps(_ctx=None)
copyFilesetEntries(_ctx=None)
copyPixelsFileMaps(_ctx=None)
end_addAllFilesetEntrySet(_r)
end_addAllOriginalFileAnnotationLinkSet(_r)
end_addAllPixelsOriginalFileMapSet(_r)
end_addFilesetEntry(_r)
end_addOriginalFileAnnotationLinkToBoth(_r)
end_addPixelsOriginalFileMap(_r)
end_addPixelsOriginalFileMapToBoth(_r)
end_clearFilesetEntries(_r)
end_clearPixelsFileMaps(_r)
end_copyFilesetEntries(_r)
end_copyPixelsFileMaps(_r)
end_findPixelsOriginalFileMap(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getAtime(_r)
end_getCtime(_r)
end_getHash(_r)
end_getHasher(_r)
end_getMimetype(_r)
end_getMtime(_r)
end_getName(_r)
end_getPath(_r)
end_getPixelsFileMapsCountPerOwner(_r)
end_getSize(_r)
end_getVersion(_r)
end_linkAnnotation(_r)
end_linkPixels(_r)
end_linkedAnnotationList(_r)
end_linkedPixelsList(_r)
end_reloadFilesetEntries(_r)
end_reloadPixelsFileMaps(_r)
end_removeAllFilesetEntrySet(_r)
end_removeAllOriginalFileAnnotationLinkSet(_r)
end_removeAllPixelsOriginalFileMapSet(_r)
end_removeFilesetEntry(_r)
end_removeOriginalFileAnnotationLinkFromBoth(_r)
end_removePixelsOriginalFileMap(_r)
end_removePixelsOriginalFileMapFromBoth(_r)
end_setAtime(_r)
end_setCtime(_r)
end_setHash(_r)
end_setHasher(_r)
end_setMimetype(_r)
end_setMtime(_r)
end_setName(_r)
end_setPath(_r)
end_setSize(_r)
end_setVersion(_r)
end_sizeOfFilesetEntries(_r)
end_sizeOfPixelsFileMaps(_r)
end_unlinkAnnotation(_r)
end_unlinkPixels(_r)
end_unloadFilesetEntries(_r)
end_unloadPixelsFileMaps(_r)
findPixelsOriginalFileMap(removal, _ctx=None)
getAnnotationLinksCountPerOwner(_ctx=None)
getAtime(_ctx=None)
getCtime(_ctx=None)
getHash(_ctx=None)
getHasher(_ctx=None)
getMimetype(_ctx=None)
getMtime(_ctx=None)
getName(_ctx=None)
getPath(_ctx=None)
getPixelsFileMapsCountPerOwner(_ctx=None)
getSize(_ctx=None)
getVersion(_ctx=None)
linkAnnotation(addition, _ctx=None)
linkPixels(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
linkedPixelsList(_ctx=None)
reloadFilesetEntries(toCopy, _ctx=None)
reloadPixelsFileMaps(toCopy, _ctx=None)
removeAllFilesetEntrySet(targets, _ctx=None)
removeAllOriginalFileAnnotationLinkSet(targets, _ctx=None)
removeAllPixelsOriginalFileMapSet(targets, _ctx=None)
removeFilesetEntry(theTarget, _ctx=None)
removeOriginalFileAnnotationLinkFromBoth(link, bothSides, _ctx=None)
removePixelsOriginalFileMap(theTarget, _ctx=None)
removePixelsOriginalFileMapFromBoth(link, bothSides, _ctx=None)
setAtime(theAtime, _ctx=None)
setCtime(theCtime, _ctx=None)
setHash(theHash, _ctx=None)
setHasher(theHasher, _ctx=None)
setMimetype(theMimetype, _ctx=None)
setMtime(theMtime, _ctx=None)
setName(theName, _ctx=None)
setPath(thePath, _ctx=None)
setSize(theSize, _ctx=None)
setVersion(theVersion, _ctx=None)
sizeOfFilesetEntries(_ctx=None)
sizeOfPixelsFileMaps(_ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
unlinkPixels(removal, _ctx=None)
unloadFilesetEntries(_ctx=None)
unloadPixelsFileMaps(_ctx=None)
class omero.model.ParseJob(_id=None, _details=None, _loaded=False, _version=None, _username=None, _groupname=None, _type=None, _message=None, _status=None, _submitted=None, _scheduledFor=None, _started=None, _finished=None, _originalFileLinksSeq=None, _originalFileLinksLoaded=False, _originalFileLinksCountPerOwner=None, _params=None)

Bases: omero.model.Job

_ice_type = <IcePy.TypeInfo object at 0x2db11c8>
_op_getParams = <IcePy.Operation object at 0x2db11e0>
_op_setParams = <IcePy.Operation object at 0x2db11f8>
getParams(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setParams(theParams, current=None)
class omero.model.ParseJobI(id=None, loaded=None)

Bases: omero.model.ParseJob

DETAILS = 'ome.model.jobs.ParseJob_details'
FINISHED = 'ome.model.jobs.ParseJob_finished'
GROUPNAME = 'ome.model.jobs.ParseJob_groupname'
MESSAGE = 'ome.model.jobs.ParseJob_message'
PARAMS = 'ome.model.jobs.ParseJob_params'
SCHEDULEDFOR = 'ome.model.jobs.ParseJob_scheduledFor'
STARTED = 'ome.model.jobs.ParseJob_started'
STATUS = 'ome.model.jobs.ParseJob_status'
SUBMITTED = 'ome.model.jobs.ParseJob_submitted'
TYPE = 'ome.model.jobs.ParseJob_type'
USERNAME = 'ome.model.jobs.ParseJob_username'
_field_info = FieldInfo(params=FieldData(wrapper=None, nullable=True), username=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), groupname=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), type=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), message=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), status=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), submitted=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=False), scheduledFor=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=False), started=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), finished=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), originalFileLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllJobOriginalFileLinkSet(targets, current=None)
addJobOriginalFileLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getFinished(current=None)
getGroupname(current=None)
getId(current=None)
getMessage(current=None)
getOriginalFileLinksCountPerOwner(current=None)
getParams(current=None)
getScheduledFor(current=None)
getStarted(current=None)
getStatus(current=None)
getSubmitted(current=None)
getType(current=None)
getUsername(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
isOriginalFileLinksLoaded()
linkOriginalFile(addition, current=None)
linkedOriginalFileList(current=None)
proxy(current=None)
removeAllJobOriginalFileLinkSet(targets, current=None)
removeJobOriginalFileLinkFromBoth(link, bothSides, current=None)
setFinished(_finished, current=None, wrap=False)
setGroupname(_groupname, current=None, wrap=False)
setId(_id, current=None)
setMessage(_message, current=None, wrap=False)
setParams(_params, current=None, wrap=False)
setScheduledFor(_scheduledFor, current=None, wrap=False)
setStarted(_started, current=None, wrap=False)
setStatus(_status, current=None, wrap=False)
setSubmitted(_submitted, current=None, wrap=False)
setType(_type, current=None, wrap=False)
setUsername(_username, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkOriginalFile(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadFinished()
unloadGroupname()
unloadMessage()
unloadParams()
unloadScheduledFor()
unloadStarted()
unloadStatus()
unloadSubmitted()
unloadType()
unloadUsername()
class omero.model.ParseJobPrx

Bases: omero.model.JobPrx

begin_getParams(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setParams(theParams, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getParams(_r)
end_setParams(_r)
getParams(_ctx=None)
setParams(theParams, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Path(_id=None, _details=None, _loaded=False, _version=None, _theZ=None, _theT=None, _theC=None, _roi=None, _locked=None, _g=None, _transform=None, _vectorEffect=None, _visibility=None, _fillColor=None, _fillRule=None, _strokeColor=None, _strokeDashArray=None, _strokeDashOffset=None, _strokeLineCap=None, _strokeLineJoin=None, _strokeMiterLimit=None, _strokeWidth=None, _fontFamily=None, _fontSize=None, _fontStretch=None, _fontStyle=None, _fontVariant=None, _fontWeight=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _d=None, _textValue=None)

Bases: omero.model.Shape

_ice_type = <IcePy.TypeInfo object at 0x2db1228>
_op_getD = <IcePy.Operation object at 0x2db1240>
_op_getTextValue = <IcePy.Operation object at 0x2db1270>
_op_setD = <IcePy.Operation object at 0x2db1258>
_op_setTextValue = <IcePy.Operation object at 0x2db1288>
getD(current=None)
getTextValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setD(theD, current=None)
setTextValue(theTextValue, current=None)
class omero.model.PathI(id=None, loaded=None)

Bases: omero.model.Path

D = 'ome.model.roi.Path_d'
DETAILS = 'ome.model.roi.Path_details'
FILLCOLOR = 'ome.model.roi.Path_fillColor'
FILLRULE = 'ome.model.roi.Path_fillRule'
FONTFAMILY = 'ome.model.roi.Path_fontFamily'
FONTSIZE = 'ome.model.roi.Path_fontSize'
FONTSTRETCH = 'ome.model.roi.Path_fontStretch'
FONTSTYLE = 'ome.model.roi.Path_fontStyle'
FONTVARIANT = 'ome.model.roi.Path_fontVariant'
FONTWEIGHT = 'ome.model.roi.Path_fontWeight'
G = 'ome.model.roi.Path_g'
LOCKED = 'ome.model.roi.Path_locked'
ROI = 'ome.model.roi.Path_roi'
STROKECOLOR = 'ome.model.roi.Path_strokeColor'
STROKEDASHARRAY = 'ome.model.roi.Path_strokeDashArray'
STROKEDASHOFFSET = 'ome.model.roi.Path_strokeDashOffset'
STROKELINECAP = 'ome.model.roi.Path_strokeLineCap'
STROKELINEJOIN = 'ome.model.roi.Path_strokeLineJoin'
STROKEMITERLIMIT = 'ome.model.roi.Path_strokeMiterLimit'
STROKEWIDTH = 'ome.model.roi.Path_strokeWidth'
TEXTVALUE = 'ome.model.roi.Path_textValue'
THEC = 'ome.model.roi.Path_theC'
THET = 'ome.model.roi.Path_theT'
THEZ = 'ome.model.roi.Path_theZ'
TRANSFORM = 'ome.model.roi.Path_transform'
VECTOREFFECT = 'ome.model.roi.Path_vectorEffect'
VISIBILITY = 'ome.model.roi.Path_visibility'
_field_info = FieldInfo(d=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), textValue=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), theZ=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), theT=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), theC=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), roi=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), locked=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=True), g=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), transform=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), vectorEffect=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), visibility=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=True), fillColor=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), fillRule=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeColor=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeDashArray=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeDashOffset=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeLineCap=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeLineJoin=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeMiterLimit=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeWidth=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), fontFamily=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontSize=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), fontStretch=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontStyle=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontVariant=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontWeight=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllShapeAnnotationLinkSet(targets, current=None)
addShapeAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getD(current=None)
getDetails(current=None)
getFillColor(current=None)
getFillRule(current=None)
getFontFamily(current=None)
getFontSize(current=None)
getFontStretch(current=None)
getFontStyle(current=None)
getFontVariant(current=None)
getFontWeight(current=None)
getG(current=None)
getId(current=None)
getLocked(current=None)
getRoi(current=None)
getStrokeColor(current=None)
getStrokeDashArray(current=None)
getStrokeDashOffset(current=None)
getStrokeLineCap(current=None)
getStrokeLineJoin(current=None)
getStrokeMiterLimit(current=None)
getStrokeWidth(current=None)
getTextValue(current=None)
getTheC(current=None)
getTheT(current=None)
getTheZ(current=None)
getTransform(current=None)
getVectorEffect(current=None)
getVersion(current=None)
getVisibility(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllShapeAnnotationLinkSet(targets, current=None)
removeShapeAnnotationLinkFromBoth(link, bothSides, current=None)
setD(_d, current=None, wrap=False)
setFillColor(_fillColor, current=None, wrap=False)
setFillRule(_fillRule, current=None, wrap=False)
setFontFamily(_fontFamily, current=None, wrap=False)
setFontSize(_fontSize, current=None, wrap=False)
setFontStretch(_fontStretch, current=None, wrap=False)
setFontStyle(_fontStyle, current=None, wrap=False)
setFontVariant(_fontVariant, current=None, wrap=False)
setFontWeight(_fontWeight, current=None, wrap=False)
setG(_g, current=None, wrap=False)
setId(_id, current=None)
setLocked(_locked, current=None, wrap=False)
setRoi(_roi, current=None, wrap=False)
setStrokeColor(_strokeColor, current=None, wrap=False)
setStrokeDashArray(_strokeDashArray, current=None, wrap=False)
setStrokeDashOffset(_strokeDashOffset, current=None, wrap=False)
setStrokeLineCap(_strokeLineCap, current=None, wrap=False)
setStrokeLineJoin(_strokeLineJoin, current=None, wrap=False)
setStrokeMiterLimit(_strokeMiterLimit, current=None, wrap=False)
setStrokeWidth(_strokeWidth, current=None, wrap=False)
setTextValue(_textValue, current=None, wrap=False)
setTheC(_theC, current=None, wrap=False)
setTheT(_theT, current=None, wrap=False)
setTheZ(_theZ, current=None, wrap=False)
setTransform(_transform, current=None, wrap=False)
setVectorEffect(_vectorEffect, current=None, wrap=False)
setVersion(version, current=None)
setVisibility(_visibility, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadD()
unloadDetails(current=None)
unloadFillColor()
unloadFillRule()
unloadFontFamily()
unloadFontSize()
unloadFontStretch()
unloadFontStyle()
unloadFontVariant()
unloadFontWeight()
unloadG()
unloadLocked()
unloadRoi()
unloadStrokeColor()
unloadStrokeDashArray()
unloadStrokeDashOffset()
unloadStrokeLineCap()
unloadStrokeLineJoin()
unloadStrokeMiterLimit()
unloadStrokeWidth()
unloadTextValue()
unloadTheC()
unloadTheT()
unloadTheZ()
unloadTransform()
unloadVectorEffect()
unloadVisibility()
class omero.model.PathPrx

Bases: omero.model.ShapePrx

begin_getD(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getTextValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setD(theD, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setTextValue(theTextValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getD(_r)
end_getTextValue(_r)
end_setD(_r)
end_setTextValue(_r)
getD(_ctx=None)
getTextValue(_ctx=None)
setD(theD, _ctx=None)
setTextValue(theTextValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Permissions(_restrictions=None, _extendedRestrictions=None, _perm1=0)

Bases: Ice.Object

Row-level permissions definition available on every OMERO.blitz type. Represents a similar logic to the Unix filesystem.

_ice_type = <IcePy.TypeInfo object at 0x1b1a498>
_op_canAnnotate = <IcePy.Operation object at 0x35dda20>
_op_canDelete = <IcePy.Operation object at 0x35dda68>
_op_canEdit = <IcePy.Operation object at 0x35dda38>
_op_getPerm1 = <IcePy.Operation object at 0x35dd9c0>
_op_isDisallow = <IcePy.Operation object at 0x35dd9f0>
_op_isGroupAnnotate = <IcePy.Operation object at 0x35ddae0>
_op_isGroupRead = <IcePy.Operation object at 0x35ddac8>
_op_isGroupWrite = <IcePy.Operation object at 0x35ddaf8>
_op_isRestricted = <IcePy.Operation object at 0x35dda08>
_op_isUserAnnotate = <IcePy.Operation object at 0x35dda98>
_op_isUserRead = <IcePy.Operation object at 0x35dda80>
_op_isUserWrite = <IcePy.Operation object at 0x35ddab0>
_op_isWorldAnnotate = <IcePy.Operation object at 0x35ddb28>
_op_isWorldRead = <IcePy.Operation object at 0x35ddb10>
_op_isWorldWrite = <IcePy.Operation object at 0x35ddb40>
_op_setGroupAnnotate = <IcePy.Operation object at 0x35ddbb8>
_op_setGroupRead = <IcePy.Operation object at 0x35ddba0>
_op_setGroupWrite = <IcePy.Operation object at 0x35ddbd0>
_op_setPerm1 = <IcePy.Operation object at 0x35dd9d8>
_op_setUserAnnotate = <IcePy.Operation object at 0x35ddb70>
_op_setUserRead = <IcePy.Operation object at 0x35ddb58>
_op_setUserWrite = <IcePy.Operation object at 0x35ddb88>
_op_setWorldAnnotate = <IcePy.Operation object at 0x35ddc00>
_op_setWorldRead = <IcePy.Operation object at 0x35ddbe8>
_op_setWorldWrite = <IcePy.Operation object at 0x35ddc18>
canAnnotate(current=None)

Whether the current user has permissions for annotating this object.

The fact that the user has this object in hand already identifies that it’s readable.

canDelete(current=None)

Whether the current user has the “delete” permissions for this object.

The fact that the user has this object in hand already identifies that it’s readable.

canEdit(current=None)

Whether the current user has the “edit” permissions for this object. This includes changing the values of the object.

The fact that the user has this object in hand already identifies that it’s readable.

Whether the current user has the “link” permissions for this object. This includes adding it to data graphs.

The fact that the user has this object in hand already identifies that it’s readable.

getPerm1(current=None)

Do not use!

ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
isDisallow(restriction, current=None)

The basis for the other canX() methods. If the restriction at the given offset in the restriction array is true, then this method returns true (otherwise false) and the canX() methods return the opposite, i.e.

isDisallow(ANNOTATERESTRICTION) == ! canAnnotate()

isGroupAnnotate(current=None)
isGroupRead(current=None)
isGroupWrite(current=None)
isRestricted(restriction, current=None)

Returns true if the given argument is present in the extendedRestrictions set. This implies that some service-specific behavior is disallowed.

isUserAnnotate(current=None)
isUserRead(current=None)
isUserWrite(current=None)
isWorldAnnotate(current=None)
isWorldRead(current=None)
isWorldWrite(current=None)
setGroupAnnotate(value, current=None)

Throws [omero::ClientError] if mutation not allowed.

setGroupRead(value, current=None)

Throws [omero::ClientError] if mutation not allowed.

setGroupWrite(value, current=None)

Throws [omero::ClientError] if mutation not allowed.

setPerm1(value, current=None)

Do not use! Throws [omero::ClientError] if mutation not allowed.

setUserAnnotate(value, current=None)

Throws [omero::ClientError] if mutation not allowed.

setUserRead(value, current=None)

Throws [omero::ClientError] if mutation not allowed.

setUserWrite(value, current=None)

Throws [omero::ClientError] if mutation not allowed.

setWorldAnnotate(value, current=None)

Throws [omero::ClientError] if mutation not allowed.

setWorldRead(value, current=None)

Throws [omero::ClientError] if mutation not allowed.

setWorldWrite(value, current=None)

Throws [omero::ClientError] if mutation not allowed.

class omero.model.PermissionsI(l=None)

Bases: omero.model.Permissions

canAnnotate(current=None)
canDelete(current=None)
canEdit(current=None)
from_string(perms)

Sets the state of this instance via the ‘perms’ string. Returns ‘self’. Also used by the constructor which takes a string.

getPerm1()
granted(mask, shift)
ice_postUnmarshal()

Provides additional initialization once all data loaded Required due to __getattr__ implementation.

ice_preMarshal()

Provides additional validation before data is sent Required due to __getattr__ implementation.

isDisallow(restriction, current=None)
isGroupAnnotate()
isGroupRead()
isGroupWrite()
isRestricted(restriction, current=None)
isUserAnnotate()
isUserRead()
isUserWrite()
isWorldAnnotate()
isWorldRead()
isWorldWrite()
set(mask, shift, on)
setGroupAnnotate(value)
setGroupRead(value)
setGroupWrite(value)
setPerm1(_perm1)
setUserAnnotate(value)
setUserRead(value)
setUserWrite(value)
setWorldAnnotate(value)
setWorldRead(value)
setWorldWrite(value)
throwIfImmutable()

Check the __immutable field and throw a ClientError if it’s true.

class omero.model.PermissionsPrx

Bases: IcePy.ObjectPrx

Do not use!

begin_canAnnotate(_response=None, _ex=None, _sent=None, _ctx=None)
begin_canDelete(_response=None, _ex=None, _sent=None, _ctx=None)
begin_canEdit(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPerm1(_response=None, _ex=None, _sent=None, _ctx=None)
begin_isDisallow(restriction, _response=None, _ex=None, _sent=None, _ctx=None)
begin_isGroupAnnotate(_response=None, _ex=None, _sent=None, _ctx=None)
begin_isGroupRead(_response=None, _ex=None, _sent=None, _ctx=None)
begin_isGroupWrite(_response=None, _ex=None, _sent=None, _ctx=None)
begin_isRestricted(restriction, _response=None, _ex=None, _sent=None, _ctx=None)
begin_isUserAnnotate(_response=None, _ex=None, _sent=None, _ctx=None)
begin_isUserRead(_response=None, _ex=None, _sent=None, _ctx=None)
begin_isUserWrite(_response=None, _ex=None, _sent=None, _ctx=None)
begin_isWorldAnnotate(_response=None, _ex=None, _sent=None, _ctx=None)
begin_isWorldRead(_response=None, _ex=None, _sent=None, _ctx=None)
begin_isWorldWrite(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setGroupAnnotate(value, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setGroupRead(value, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setGroupWrite(value, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPerm1(value, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setUserAnnotate(value, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setUserRead(value, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setUserWrite(value, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setWorldAnnotate(value, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setWorldRead(value, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setWorldWrite(value, _response=None, _ex=None, _sent=None, _ctx=None)
canAnnotate(_ctx=None)
canDelete(_ctx=None)
canEdit(_ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_canAnnotate(_r)
end_canDelete(_r)
end_canEdit(_r)
end_getPerm1(_r)
end_isDisallow(_r)
end_isGroupAnnotate(_r)
end_isGroupRead(_r)
end_isGroupWrite(_r)
end_isRestricted(_r)
end_isUserAnnotate(_r)
end_isUserRead(_r)
end_isUserWrite(_r)
end_isWorldAnnotate(_r)
end_isWorldRead(_r)
end_isWorldWrite(_r)
end_setGroupAnnotate(_r)
end_setGroupRead(_r)
end_setGroupWrite(_r)
end_setPerm1(_r)
end_setUserAnnotate(_r)
end_setUserRead(_r)
end_setUserWrite(_r)
end_setWorldAnnotate(_r)
end_setWorldRead(_r)
end_setWorldWrite(_r)
getPerm1(_ctx=None)
isDisallow(restriction, _ctx=None)
isGroupAnnotate(_ctx=None)
isGroupRead(_ctx=None)
isGroupWrite(_ctx=None)
isRestricted(restriction, _ctx=None)
isUserAnnotate(_ctx=None)
isUserRead(_ctx=None)
isUserWrite(_ctx=None)
isWorldAnnotate(_ctx=None)
isWorldRead(_ctx=None)
isWorldWrite(_ctx=None)
setGroupAnnotate(value, _ctx=None)
setGroupRead(value, _ctx=None)
setGroupWrite(value, _ctx=None)
setPerm1(value, _ctx=None)
setUserAnnotate(value, _ctx=None)
setUserRead(value, _ctx=None)
setUserWrite(value, _ctx=None)
setWorldAnnotate(value, _ctx=None)
setWorldRead(value, _ctx=None)
setWorldWrite(value, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.PhotometricInterpretation(_id=None, _details=None, _loaded=False, _value=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x289ce10>
_op_getValue = <IcePy.Operation object at 0x2db12a0>
_op_setValue = <IcePy.Operation object at 0x2db12b8>
getValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setValue(theValue, current=None)
class omero.model.PhotometricInterpretationI(id=None, loaded=None)

Bases: omero.model.PhotometricInterpretation

DETAILS = 'ome.model.enums.PhotometricInterpretation_details'
VALUE = 'ome.model.enums.PhotometricInterpretation_value'
_field_info = FieldInfo(value=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getValue(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setValue(_value, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadValue()
class omero.model.PhotometricInterpretationPrx

Bases: omero.model.IObjectPrx

begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(theValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getValue(_r)
end_setValue(_r)
getValue(_ctx=None)
setValue(theValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.PixelDataJob(_id=None, _details=None, _loaded=False, _version=None, _username=None, _groupname=None, _type=None, _message=None, _status=None, _submitted=None, _scheduledFor=None, _started=None, _finished=None, _originalFileLinksSeq=None, _originalFileLinksLoaded=False, _originalFileLinksCountPerOwner=None)

Bases: omero.model.Job

_ice_type = <IcePy.TypeInfo object at 0x2db12e8>
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
class omero.model.PixelDataJobI(id=None, loaded=None)

Bases: omero.model.PixelDataJob

DETAILS = 'ome.model.jobs.PixelDataJob_details'
FINISHED = 'ome.model.jobs.PixelDataJob_finished'
GROUPNAME = 'ome.model.jobs.PixelDataJob_groupname'
MESSAGE = 'ome.model.jobs.PixelDataJob_message'
SCHEDULEDFOR = 'ome.model.jobs.PixelDataJob_scheduledFor'
STARTED = 'ome.model.jobs.PixelDataJob_started'
STATUS = 'ome.model.jobs.PixelDataJob_status'
SUBMITTED = 'ome.model.jobs.PixelDataJob_submitted'
TYPE = 'ome.model.jobs.PixelDataJob_type'
USERNAME = 'ome.model.jobs.PixelDataJob_username'
_field_info = FieldInfo(username=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), groupname=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), type=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), message=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), status=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), submitted=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=False), scheduledFor=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=False), started=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), finished=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), originalFileLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllJobOriginalFileLinkSet(targets, current=None)
addJobOriginalFileLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getFinished(current=None)
getGroupname(current=None)
getId(current=None)
getMessage(current=None)
getOriginalFileLinksCountPerOwner(current=None)
getScheduledFor(current=None)
getStarted(current=None)
getStatus(current=None)
getSubmitted(current=None)
getType(current=None)
getUsername(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
isOriginalFileLinksLoaded()
linkOriginalFile(addition, current=None)
linkedOriginalFileList(current=None)
proxy(current=None)
removeAllJobOriginalFileLinkSet(targets, current=None)
removeJobOriginalFileLinkFromBoth(link, bothSides, current=None)
setFinished(_finished, current=None, wrap=False)
setGroupname(_groupname, current=None, wrap=False)
setId(_id, current=None)
setMessage(_message, current=None, wrap=False)
setScheduledFor(_scheduledFor, current=None, wrap=False)
setStarted(_started, current=None, wrap=False)
setStatus(_status, current=None, wrap=False)
setSubmitted(_submitted, current=None, wrap=False)
setType(_type, current=None, wrap=False)
setUsername(_username, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkOriginalFile(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadFinished()
unloadGroupname()
unloadMessage()
unloadScheduledFor()
unloadStarted()
unloadStatus()
unloadSubmitted()
unloadType()
unloadUsername()
class omero.model.PixelDataJobPrx

Bases: omero.model.JobPrx

static checkedCast(proxy, facetOrCtx=None, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Pixels(_id=None, _details=None, _loaded=False, _version=None, _image=None, _relatedTo=None, _pixelsType=None, _significantBits=None, _sizeX=None, _sizeY=None, _sizeZ=None, _sizeC=None, _sizeT=None, _sha1=None, _dimensionOrder=None, _physicalSizeX=None, _physicalSizeY=None, _physicalSizeZ=None, _waveStart=None, _waveIncrement=None, _timeIncrement=None, _methodology=None, _planeInfoSeq=None, _planeInfoLoaded=False, _pixelsFileMapsSeq=None, _pixelsFileMapsLoaded=False, _pixelsFileMapsCountPerOwner=None, _channelsSeq=None, _channelsLoaded=False, _settingsSeq=None, _settingsLoaded=False, _thumbnailsSeq=None, _thumbnailsLoaded=False)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a4c8>
_op_addAllChannelSet = <IcePy.Operation object at 0x2db1a38>
_op_addAllPixelsOriginalFileMapSet = <IcePy.Operation object at 0x2db18b8>
_op_addAllPlaneInfoSet = <IcePy.Operation object at 0x2db17e0>
_op_addAllRenderingDefSet = <IcePy.Operation object at 0x2db1b70>
_op_addAllThumbnailSet = <IcePy.Operation object at 0x2db1c48>
_op_addChannel = <IcePy.Operation object at 0x2db1a20>
_op_addPixelsOriginalFileMap = <IcePy.Operation object at 0x2db18a0>
_op_addPixelsOriginalFileMapToBoth = <IcePy.Operation object at 0x2db1960>
_op_addPlaneInfo = <IcePy.Operation object at 0x2db17c8>
_op_addRenderingDef = <IcePy.Operation object at 0x2db1b58>
_op_addThumbnail = <IcePy.Operation object at 0x2db1c30>
_op_clearChannels = <IcePy.Operation object at 0x2db1a80>
_op_clearPixelsFileMaps = <IcePy.Operation object at 0x2db1900>
_op_clearPlaneInfo = <IcePy.Operation object at 0x2db1828>
_op_clearSettings = <IcePy.Operation object at 0x2db1bb8>
_op_clearThumbnails = <IcePy.Operation object at 0x2db1c90>
_op_copyChannels = <IcePy.Operation object at 0x2db1a08>
_op_copyPixelsFileMaps = <IcePy.Operation object at 0x2db1888>
_op_copyPlaneInfo = <IcePy.Operation object at 0x2db17b0>
_op_copySettings = <IcePy.Operation object at 0x2db1b40>
_op_copyThumbnails = <IcePy.Operation object at 0x2db1c18>
_op_findPixelsOriginalFileMap = <IcePy.Operation object at 0x2db1978>
_op_getChannel = <IcePy.Operation object at 0x2db1ab0>
_op_getDimensionOrder = <IcePy.Operation object at 0x2db1600>
_op_getImage = <IcePy.Operation object at 0x2db1420>
_op_getMethodology = <IcePy.Operation object at 0x2db1750>
_op_getPhysicalSizeX = <IcePy.Operation object at 0x2db1630>
_op_getPhysicalSizeY = <IcePy.Operation object at 0x2db1660>
_op_getPhysicalSizeZ = <IcePy.Operation object at 0x2db1690>
_op_getPixelsFileMapsCountPerOwner = <IcePy.Operation object at 0x2db1930>
_op_getPixelsType = <IcePy.Operation object at 0x2db1480>
_op_getPrimaryChannel = <IcePy.Operation object at 0x2db1ae0>
_op_getRelatedTo = <IcePy.Operation object at 0x2db1450>
_op_getSha1 = <IcePy.Operation object at 0x2db15d0>
_op_getSignificantBits = <IcePy.Operation object at 0x2db14b0>
_op_getSizeC = <IcePy.Operation object at 0x2db1570>
_op_getSizeT = <IcePy.Operation object at 0x2db15a0>
_op_getSizeX = <IcePy.Operation object at 0x2db14e0>
_op_getSizeY = <IcePy.Operation object at 0x2db1510>
_op_getSizeZ = <IcePy.Operation object at 0x2db1540>
_op_getTimeIncrement = <IcePy.Operation object at 0x2db1720>
_op_getVersion = <IcePy.Operation object at 0x2db13f0>
_op_getWaveIncrement = <IcePy.Operation object at 0x2db16f0>
_op_getWaveStart = <IcePy.Operation object at 0x2db16c0>
_op_linkOriginalFile = <IcePy.Operation object at 0x2db1948>
_op_linkedOriginalFileList = <IcePy.Operation object at 0x2db19c0>
_op_reloadChannels = <IcePy.Operation object at 0x2db1a98>
_op_reloadPixelsFileMaps = <IcePy.Operation object at 0x2db1918>
_op_reloadPlaneInfo = <IcePy.Operation object at 0x2db1840>
_op_reloadSettings = <IcePy.Operation object at 0x2db1bd0>
_op_reloadThumbnails = <IcePy.Operation object at 0x2db1ca8>
_op_removeAllChannelSet = <IcePy.Operation object at 0x2db1a68>
_op_removeAllPixelsOriginalFileMapSet = <IcePy.Operation object at 0x2db18e8>
_op_removeAllPlaneInfoSet = <IcePy.Operation object at 0x2db1810>
_op_removeAllRenderingDefSet = <IcePy.Operation object at 0x2db1ba0>
_op_removeAllThumbnailSet = <IcePy.Operation object at 0x2db1c78>
_op_removeChannel = <IcePy.Operation object at 0x2db1a50>
_op_removePixelsOriginalFileMap = <IcePy.Operation object at 0x2db18d0>
_op_removePixelsOriginalFileMapFromBoth = <IcePy.Operation object at 0x2db19a8>
_op_removePlaneInfo = <IcePy.Operation object at 0x2db17f8>
_op_removeRenderingDef = <IcePy.Operation object at 0x2db1b88>
_op_removeThumbnail = <IcePy.Operation object at 0x2db1c60>
_op_setChannel = <IcePy.Operation object at 0x2db1ac8>
_op_setDimensionOrder = <IcePy.Operation object at 0x2db1618>
_op_setImage = <IcePy.Operation object at 0x2db1438>
_op_setMethodology = <IcePy.Operation object at 0x2db1768>
_op_setPhysicalSizeX = <IcePy.Operation object at 0x2db1648>
_op_setPhysicalSizeY = <IcePy.Operation object at 0x2db1678>
_op_setPhysicalSizeZ = <IcePy.Operation object at 0x2db16a8>
_op_setPixelsType = <IcePy.Operation object at 0x2db1498>
_op_setPrimaryChannel = <IcePy.Operation object at 0x2db1af8>
_op_setRelatedTo = <IcePy.Operation object at 0x2db1468>
_op_setSha1 = <IcePy.Operation object at 0x2db15e8>
_op_setSignificantBits = <IcePy.Operation object at 0x2db14c8>
_op_setSizeC = <IcePy.Operation object at 0x2db1588>
_op_setSizeT = <IcePy.Operation object at 0x2db15b8>
_op_setSizeX = <IcePy.Operation object at 0x2db14f8>
_op_setSizeY = <IcePy.Operation object at 0x2db1528>
_op_setSizeZ = <IcePy.Operation object at 0x2db1558>
_op_setTimeIncrement = <IcePy.Operation object at 0x2db1738>
_op_setVersion = <IcePy.Operation object at 0x2db1408>
_op_setWaveIncrement = <IcePy.Operation object at 0x2db1708>
_op_setWaveStart = <IcePy.Operation object at 0x2db16d8>
_op_sizeOfChannels = <IcePy.Operation object at 0x2db19f0>
_op_sizeOfPixelsFileMaps = <IcePy.Operation object at 0x2db1870>
_op_sizeOfPlaneInfo = <IcePy.Operation object at 0x2db1798>
_op_sizeOfSettings = <IcePy.Operation object at 0x2db1b28>
_op_sizeOfThumbnails = <IcePy.Operation object at 0x2db1c00>
_op_unlinkOriginalFile = <IcePy.Operation object at 0x2db1990>
_op_unloadChannels = <IcePy.Operation object at 0x2db19d8>
_op_unloadPixelsFileMaps = <IcePy.Operation object at 0x2db1858>
_op_unloadPlaneInfo = <IcePy.Operation object at 0x2db1780>
_op_unloadSettings = <IcePy.Operation object at 0x2db1b10>
_op_unloadThumbnails = <IcePy.Operation object at 0x2db1be8>
addAllChannelSet(targets, current=None)
addAllPixelsOriginalFileMapSet(targets, current=None)
addAllPlaneInfoSet(targets, current=None)
addAllRenderingDefSet(targets, current=None)
addAllThumbnailSet(targets, current=None)
addChannel(target, current=None)
addPixelsOriginalFileMap(target, current=None)
addPixelsOriginalFileMapToBoth(link, bothSides, current=None)
addPlaneInfo(target, current=None)
addRenderingDef(target, current=None)
addThumbnail(target, current=None)
clearChannels(current=None)
clearPixelsFileMaps(current=None)
clearPlaneInfo(current=None)
clearSettings(current=None)
clearThumbnails(current=None)
copyChannels(current=None)
copyPixelsFileMaps(current=None)
copyPlaneInfo(current=None)
copySettings(current=None)
copyThumbnails(current=None)
findPixelsOriginalFileMap(removal, current=None)
getChannel(index, current=None)
getDimensionOrder(current=None)
getImage(current=None)
getMethodology(current=None)
getPhysicalSizeX(current=None)
getPhysicalSizeY(current=None)
getPhysicalSizeZ(current=None)
getPixelsFileMapsCountPerOwner(current=None)
getPixelsType(current=None)
getPrimaryChannel(current=None)
getRelatedTo(current=None)
getSha1(current=None)
getSignificantBits(current=None)
getSizeC(current=None)
getSizeT(current=None)
getSizeX(current=None)
getSizeY(current=None)
getSizeZ(current=None)
getTimeIncrement(current=None)
getVersion(current=None)
getWaveIncrement(current=None)
getWaveStart(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkOriginalFile(addition, current=None)
linkedOriginalFileList(current=None)
reloadChannels(toCopy, current=None)
reloadPixelsFileMaps(toCopy, current=None)
reloadPlaneInfo(toCopy, current=None)
reloadSettings(toCopy, current=None)
reloadThumbnails(toCopy, current=None)
removeAllChannelSet(targets, current=None)
removeAllPixelsOriginalFileMapSet(targets, current=None)
removeAllPlaneInfoSet(targets, current=None)
removeAllRenderingDefSet(targets, current=None)
removeAllThumbnailSet(targets, current=None)
removeChannel(theTarget, current=None)
removePixelsOriginalFileMap(theTarget, current=None)
removePixelsOriginalFileMapFromBoth(link, bothSides, current=None)
removePlaneInfo(theTarget, current=None)
removeRenderingDef(theTarget, current=None)
removeThumbnail(theTarget, current=None)
setChannel(index, theElement, current=None)
setDimensionOrder(theDimensionOrder, current=None)
setImage(theImage, current=None)
setMethodology(theMethodology, current=None)
setPhysicalSizeX(thePhysicalSizeX, current=None)
setPhysicalSizeY(thePhysicalSizeY, current=None)
setPhysicalSizeZ(thePhysicalSizeZ, current=None)
setPixelsType(thePixelsType, current=None)
setPrimaryChannel(theElement, current=None)
setRelatedTo(theRelatedTo, current=None)
setSha1(theSha1, current=None)
setSignificantBits(theSignificantBits, current=None)
setSizeC(theSizeC, current=None)
setSizeT(theSizeT, current=None)
setSizeX(theSizeX, current=None)
setSizeY(theSizeY, current=None)
setSizeZ(theSizeZ, current=None)
setTimeIncrement(theTimeIncrement, current=None)
setVersion(theVersion, current=None)
setWaveIncrement(theWaveIncrement, current=None)
setWaveStart(theWaveStart, current=None)
sizeOfChannels(current=None)
sizeOfPixelsFileMaps(current=None)
sizeOfPlaneInfo(current=None)
sizeOfSettings(current=None)
sizeOfThumbnails(current=None)
unlinkOriginalFile(removal, current=None)
unloadChannels(current=None)
unloadPixelsFileMaps(current=None)
unloadPlaneInfo(current=None)
unloadSettings(current=None)
unloadThumbnails(current=None)
class omero.model.PixelsI(id=None, loaded=None)

Bases: omero.model.Pixels

CHANNELS = 'ome.model.core.Pixels_channels'
DETAILS = 'ome.model.core.Pixels_details'
DIMENSIONORDER = 'ome.model.core.Pixels_dimensionOrder'
IMAGE = 'ome.model.core.Pixels_image'
METHODOLOGY = 'ome.model.core.Pixels_methodology'
PHYSICALSIZEX = 'ome.model.core.Pixels_physicalSizeX'
PHYSICALSIZEY = 'ome.model.core.Pixels_physicalSizeY'
PHYSICALSIZEZ = 'ome.model.core.Pixels_physicalSizeZ'
PIXELSFILEMAPS = 'ome.model.core.Pixels_pixelsFileMaps'
PIXELSTYPE = 'ome.model.core.Pixels_pixelsType'
PLANEINFO = 'ome.model.core.Pixels_planeInfo'
RELATEDTO = 'ome.model.core.Pixels_relatedTo'
SETTINGS = 'ome.model.core.Pixels_settings'
SHA1 = 'ome.model.core.Pixels_sha1'
SIGNIFICANTBITS = 'ome.model.core.Pixels_significantBits'
SIZEC = 'ome.model.core.Pixels_sizeC'
SIZET = 'ome.model.core.Pixels_sizeT'
SIZEX = 'ome.model.core.Pixels_sizeX'
SIZEY = 'ome.model.core.Pixels_sizeY'
SIZEZ = 'ome.model.core.Pixels_sizeZ'
THUMBNAILS = 'ome.model.core.Pixels_thumbnails'
TIMEINCREMENT = 'ome.model.core.Pixels_timeIncrement'
WAVEINCREMENT = 'ome.model.core.Pixels_waveIncrement'
WAVESTART = 'ome.model.core.Pixels_waveStart'
_field_info = FieldInfo(image=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), relatedTo=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), pixelsType=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), significantBits=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), sizeX=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), sizeY=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), sizeZ=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), sizeC=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), sizeT=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), sha1=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), dimensionOrder=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), physicalSizeX=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), physicalSizeY=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), physicalSizeZ=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), waveStart=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), waveIncrement=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), timeIncrement=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), methodology=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), planeInfo=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), pixelsFileMaps=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), channels=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), settings=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), thumbnails=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_getChannels(current=None)
_getPixelsFileMaps(current=None)
_getPlaneInfo(current=None)
_getSettings(current=None)
_getThumbnails(current=None)
_setChannels(_channels, current=None, wrap=False)
_setPixelsFileMaps(_pixelsFileMaps, current=None, wrap=False)
_setPlaneInfo(_planeInfo, current=None, wrap=False)
_setSettings(_settings, current=None, wrap=False)
_setThumbnails(_thumbnails, current=None, wrap=False)
_toggleCollectionsLoaded(load)
addAllChannelSet(targets, current=None)
addAllPixelsOriginalFileMapSet(targets, current=None)
addAllPlaneInfoSet(targets, current=None)
addAllRenderingDefSet(targets, current=None)
addAllThumbnailSet(targets, current=None)
addChannel(target, current=None)
addPixelsOriginalFileMap(target, current=None)
addPixelsOriginalFileMapToBoth(link, bothSides)
addPlaneInfo(target, current=None)
addRenderingDef(target, current=None)
addThumbnail(target, current=None)
checkUnloadedProperty(value, loadedField)
clearChannels(current=None)
clearPixelsFileMaps(current=None)
clearPlaneInfo(current=None)
clearSettings(current=None)
clearThumbnails(current=None)
copyChannels(current=None)
copyPixelsFileMaps(current=None)
copyPlaneInfo(current=None)
copySettings(current=None)
copyThumbnails(current=None)
errorIfUnloaded()
findPixelsOriginalFileMap(removal, current=None)
getChannel(index, current=None)
getDetails(current=None)
getDimensionOrder(current=None)
getId(current=None)
getImage(current=None)
getMethodology(current=None)
getPhysicalSizeX(current=None)
getPhysicalSizeY(current=None)
getPhysicalSizeZ(current=None)
getPixelsFileMapsCountPerOwner(current=None)
getPixelsType(current=None)
getPrimaryChannel(current=None)
getRelatedTo(current=None)
getSha1(current=None)
getSignificantBits(current=None)
getSizeC(current=None)
getSizeT(current=None)
getSizeX(current=None)
getSizeY(current=None)
getSizeZ(current=None)
getTimeIncrement(current=None)
getVersion(current=None)
getWaveIncrement(current=None)
getWaveStart(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isChannelsLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
isPixelsFileMapsLoaded()
isPlaneInfoLoaded()
isSettingsLoaded()
isThumbnailsLoaded()
iterateChannels()
iteratePixelsFileMaps()
iteratePlaneInfo()
iterateSettings()
iterateThumbnails()
linkOriginalFile(addition, current=None)
linkedOriginalFileList(current=None)
proxy(current=None)
reloadChannels(toCopy, current=None)
reloadPixelsFileMaps(toCopy, current=None)
reloadPlaneInfo(toCopy, current=None)
reloadSettings(toCopy, current=None)
reloadThumbnails(toCopy, current=None)
removeAllChannelSet(targets, current=None)
removeAllPixelsOriginalFileMapSet(targets, current=None)
removeAllPlaneInfoSet(targets, current=None)
removeAllRenderingDefSet(targets, current=None)
removeAllThumbnailSet(targets, current=None)
removeChannel(target, current=None)
removePixelsOriginalFileMap(target, current=None)
removePixelsOriginalFileMapFromBoth(link, bothSides, current=None)
removePlaneInfo(target, current=None)
removeRenderingDef(target, current=None)
removeThumbnail(target, current=None)
setChannel(index, element, current=None, wrap=False)
setDimensionOrder(_dimensionOrder, current=None, wrap=False)
setId(_id, current=None)
setImage(_image, current=None, wrap=False)
setMethodology(_methodology, current=None, wrap=False)
setPhysicalSizeX(_physicalSizeX, current=None, wrap=False)
setPhysicalSizeY(_physicalSizeY, current=None, wrap=False)
setPhysicalSizeZ(_physicalSizeZ, current=None, wrap=False)
setPixelsType(_pixelsType, current=None, wrap=False)
setPrimaryChannel(element, current=None)
setRelatedTo(_relatedTo, current=None, wrap=False)
setSha1(_sha1, current=None, wrap=False)
setSignificantBits(_significantBits, current=None, wrap=False)
setSizeC(_sizeC, current=None, wrap=False)
setSizeT(_sizeT, current=None, wrap=False)
setSizeX(_sizeX, current=None, wrap=False)
setSizeY(_sizeY, current=None, wrap=False)
setSizeZ(_sizeZ, current=None, wrap=False)
setTimeIncrement(_timeIncrement, current=None, wrap=False)
setVersion(version, current=None)
setWaveIncrement(_waveIncrement, current=None, wrap=False)
setWaveStart(_waveStart, current=None, wrap=False)
shallowCopy(current=None)
sizeOfChannels(current=None)
sizeOfPixelsFileMaps(current=None)
sizeOfPlaneInfo(current=None)
sizeOfSettings(current=None)
sizeOfThumbnails(current=None)
throwNullCollectionException(propertyName)
unlinkOriginalFile(removal, current=None)
unload(current=None)
unloadChannels(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadDimensionOrder()
unloadImage()
unloadMethodology()
unloadPhysicalSizeX()
unloadPhysicalSizeY()
unloadPhysicalSizeZ()
unloadPixelsFileMaps(current=None)
unloadPixelsType()
unloadPlaneInfo(current=None)
unloadRelatedTo()
unloadSettings(current=None)
unloadSha1()
unloadSignificantBits()
unloadSizeC()
unloadSizeT()
unloadSizeX()
unloadSizeY()
unloadSizeZ()
unloadThumbnails(current=None)
unloadTimeIncrement()
unloadWaveIncrement()
unloadWaveStart()
class omero.model.PixelsOriginalFileMap(_id=None, _details=None, _loaded=False, _version=None, _parent=None, _child=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2b0fa38>
_op_getChild = <IcePy.Operation object at 0x2db1d20>
_op_getParent = <IcePy.Operation object at 0x2db1cf0>
_op_getVersion = <IcePy.Operation object at 0x2db1cc0>
_op_setChild = <IcePy.Operation object at 0x2db1d38>
_op_setParent = <IcePy.Operation object at 0x2db1d08>
_op_setVersion = <IcePy.Operation object at 0x2db1cd8>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.PixelsOriginalFileMapI(id=None, loaded=None)

Bases: omero.model.PixelsOriginalFileMap

CHILD = 'ome.model.core.PixelsOriginalFileMap_child'
DETAILS = 'ome.model.core.PixelsOriginalFileMap_details'
PARENT = 'ome.model.core.PixelsOriginalFileMap_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.PixelsOriginalFileMapPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.PixelsPrx

Bases: omero.model.IObjectPrx

addAllChannelSet(targets, _ctx=None)
addAllPixelsOriginalFileMapSet(targets, _ctx=None)
addAllPlaneInfoSet(targets, _ctx=None)
addAllRenderingDefSet(targets, _ctx=None)
addAllThumbnailSet(targets, _ctx=None)
addChannel(target, _ctx=None)
addPixelsOriginalFileMap(target, _ctx=None)
addPixelsOriginalFileMapToBoth(link, bothSides, _ctx=None)
addPlaneInfo(target, _ctx=None)
addRenderingDef(target, _ctx=None)
addThumbnail(target, _ctx=None)
begin_addAllChannelSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllPixelsOriginalFileMapSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllPlaneInfoSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllRenderingDefSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllThumbnailSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addChannel(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addPixelsOriginalFileMap(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addPixelsOriginalFileMapToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addPlaneInfo(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addRenderingDef(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addThumbnail(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_clearChannels(_response=None, _ex=None, _sent=None, _ctx=None)
begin_clearPixelsFileMaps(_response=None, _ex=None, _sent=None, _ctx=None)
begin_clearPlaneInfo(_response=None, _ex=None, _sent=None, _ctx=None)
begin_clearSettings(_response=None, _ex=None, _sent=None, _ctx=None)
begin_clearThumbnails(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyChannels(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyPixelsFileMaps(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyPlaneInfo(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copySettings(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyThumbnails(_response=None, _ex=None, _sent=None, _ctx=None)
begin_findPixelsOriginalFileMap(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getChannel(index, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getDimensionOrder(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getImage(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getMethodology(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPhysicalSizeX(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPhysicalSizeY(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPhysicalSizeZ(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPixelsFileMapsCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPixelsType(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPrimaryChannel(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getRelatedTo(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSha1(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSignificantBits(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSizeC(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSizeT(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSizeX(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSizeY(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSizeZ(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getTimeIncrement(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getWaveIncrement(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getWaveStart(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkOriginalFile(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedOriginalFileList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadChannels(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadPixelsFileMaps(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadPlaneInfo(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadSettings(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadThumbnails(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllChannelSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllPixelsOriginalFileMapSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllPlaneInfoSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllRenderingDefSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllThumbnailSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeChannel(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removePixelsOriginalFileMap(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removePixelsOriginalFileMapFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removePlaneInfo(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeRenderingDef(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeThumbnail(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setChannel(index, theElement, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDimensionOrder(theDimensionOrder, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setImage(theImage, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setMethodology(theMethodology, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPhysicalSizeX(thePhysicalSizeX, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPhysicalSizeY(thePhysicalSizeY, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPhysicalSizeZ(thePhysicalSizeZ, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPixelsType(thePixelsType, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPrimaryChannel(theElement, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setRelatedTo(theRelatedTo, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setSha1(theSha1, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setSignificantBits(theSignificantBits, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setSizeC(theSizeC, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setSizeT(theSizeT, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setSizeX(theSizeX, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setSizeY(theSizeY, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setSizeZ(theSizeZ, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setTimeIncrement(theTimeIncrement, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setWaveIncrement(theWaveIncrement, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setWaveStart(theWaveStart, _response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfChannels(_response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfPixelsFileMaps(_response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfPlaneInfo(_response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfSettings(_response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfThumbnails(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkOriginalFile(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadChannels(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadPixelsFileMaps(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadPlaneInfo(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadSettings(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadThumbnails(_response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
clearChannels(_ctx=None)
clearPixelsFileMaps(_ctx=None)
clearPlaneInfo(_ctx=None)
clearSettings(_ctx=None)
clearThumbnails(_ctx=None)
copyChannels(_ctx=None)
copyPixelsFileMaps(_ctx=None)
copyPlaneInfo(_ctx=None)
copySettings(_ctx=None)
copyThumbnails(_ctx=None)
end_addAllChannelSet(_r)
end_addAllPixelsOriginalFileMapSet(_r)
end_addAllPlaneInfoSet(_r)
end_addAllRenderingDefSet(_r)
end_addAllThumbnailSet(_r)
end_addChannel(_r)
end_addPixelsOriginalFileMap(_r)
end_addPixelsOriginalFileMapToBoth(_r)
end_addPlaneInfo(_r)
end_addRenderingDef(_r)
end_addThumbnail(_r)
end_clearChannels(_r)
end_clearPixelsFileMaps(_r)
end_clearPlaneInfo(_r)
end_clearSettings(_r)
end_clearThumbnails(_r)
end_copyChannels(_r)
end_copyPixelsFileMaps(_r)
end_copyPlaneInfo(_r)
end_copySettings(_r)
end_copyThumbnails(_r)
end_findPixelsOriginalFileMap(_r)
end_getChannel(_r)
end_getDimensionOrder(_r)
end_getImage(_r)
end_getMethodology(_r)
end_getPhysicalSizeX(_r)
end_getPhysicalSizeY(_r)
end_getPhysicalSizeZ(_r)
end_getPixelsFileMapsCountPerOwner(_r)
end_getPixelsType(_r)
end_getPrimaryChannel(_r)
end_getRelatedTo(_r)
end_getSha1(_r)
end_getSignificantBits(_r)
end_getSizeC(_r)
end_getSizeT(_r)
end_getSizeX(_r)
end_getSizeY(_r)
end_getSizeZ(_r)
end_getTimeIncrement(_r)
end_getVersion(_r)
end_getWaveIncrement(_r)
end_getWaveStart(_r)
end_linkOriginalFile(_r)
end_linkedOriginalFileList(_r)
end_reloadChannels(_r)
end_reloadPixelsFileMaps(_r)
end_reloadPlaneInfo(_r)
end_reloadSettings(_r)
end_reloadThumbnails(_r)
end_removeAllChannelSet(_r)
end_removeAllPixelsOriginalFileMapSet(_r)
end_removeAllPlaneInfoSet(_r)
end_removeAllRenderingDefSet(_r)
end_removeAllThumbnailSet(_r)
end_removeChannel(_r)
end_removePixelsOriginalFileMap(_r)
end_removePixelsOriginalFileMapFromBoth(_r)
end_removePlaneInfo(_r)
end_removeRenderingDef(_r)
end_removeThumbnail(_r)
end_setChannel(_r)
end_setDimensionOrder(_r)
end_setImage(_r)
end_setMethodology(_r)
end_setPhysicalSizeX(_r)
end_setPhysicalSizeY(_r)
end_setPhysicalSizeZ(_r)
end_setPixelsType(_r)
end_setPrimaryChannel(_r)
end_setRelatedTo(_r)
end_setSha1(_r)
end_setSignificantBits(_r)
end_setSizeC(_r)
end_setSizeT(_r)
end_setSizeX(_r)
end_setSizeY(_r)
end_setSizeZ(_r)
end_setTimeIncrement(_r)
end_setVersion(_r)
end_setWaveIncrement(_r)
end_setWaveStart(_r)
end_sizeOfChannels(_r)
end_sizeOfPixelsFileMaps(_r)
end_sizeOfPlaneInfo(_r)
end_sizeOfSettings(_r)
end_sizeOfThumbnails(_r)
end_unlinkOriginalFile(_r)
end_unloadChannels(_r)
end_unloadPixelsFileMaps(_r)
end_unloadPlaneInfo(_r)
end_unloadSettings(_r)
end_unloadThumbnails(_r)
findPixelsOriginalFileMap(removal, _ctx=None)
getChannel(index, _ctx=None)
getDimensionOrder(_ctx=None)
getImage(_ctx=None)
getMethodology(_ctx=None)
getPhysicalSizeX(_ctx=None)
getPhysicalSizeY(_ctx=None)
getPhysicalSizeZ(_ctx=None)
getPixelsFileMapsCountPerOwner(_ctx=None)
getPixelsType(_ctx=None)
getPrimaryChannel(_ctx=None)
getRelatedTo(_ctx=None)
getSha1(_ctx=None)
getSignificantBits(_ctx=None)
getSizeC(_ctx=None)
getSizeT(_ctx=None)
getSizeX(_ctx=None)
getSizeY(_ctx=None)
getSizeZ(_ctx=None)
getTimeIncrement(_ctx=None)
getVersion(_ctx=None)
getWaveIncrement(_ctx=None)
getWaveStart(_ctx=None)
linkOriginalFile(addition, _ctx=None)
linkedOriginalFileList(_ctx=None)
reloadChannels(toCopy, _ctx=None)
reloadPixelsFileMaps(toCopy, _ctx=None)
reloadPlaneInfo(toCopy, _ctx=None)
reloadSettings(toCopy, _ctx=None)
reloadThumbnails(toCopy, _ctx=None)
removeAllChannelSet(targets, _ctx=None)
removeAllPixelsOriginalFileMapSet(targets, _ctx=None)
removeAllPlaneInfoSet(targets, _ctx=None)
removeAllRenderingDefSet(targets, _ctx=None)
removeAllThumbnailSet(targets, _ctx=None)
removeChannel(theTarget, _ctx=None)
removePixelsOriginalFileMap(theTarget, _ctx=None)
removePixelsOriginalFileMapFromBoth(link, bothSides, _ctx=None)
removePlaneInfo(theTarget, _ctx=None)
removeRenderingDef(theTarget, _ctx=None)
removeThumbnail(theTarget, _ctx=None)
setChannel(index, theElement, _ctx=None)
setDimensionOrder(theDimensionOrder, _ctx=None)
setImage(theImage, _ctx=None)
setMethodology(theMethodology, _ctx=None)
setPhysicalSizeX(thePhysicalSizeX, _ctx=None)
setPhysicalSizeY(thePhysicalSizeY, _ctx=None)
setPhysicalSizeZ(thePhysicalSizeZ, _ctx=None)
setPixelsType(thePixelsType, _ctx=None)
setPrimaryChannel(theElement, _ctx=None)
setRelatedTo(theRelatedTo, _ctx=None)
setSha1(theSha1, _ctx=None)
setSignificantBits(theSignificantBits, _ctx=None)
setSizeC(theSizeC, _ctx=None)
setSizeT(theSizeT, _ctx=None)
setSizeX(theSizeX, _ctx=None)
setSizeY(theSizeY, _ctx=None)
setSizeZ(theSizeZ, _ctx=None)
setTimeIncrement(theTimeIncrement, _ctx=None)
setVersion(theVersion, _ctx=None)
setWaveIncrement(theWaveIncrement, _ctx=None)
setWaveStart(theWaveStart, _ctx=None)
sizeOfChannels(_ctx=None)
sizeOfPixelsFileMaps(_ctx=None)
sizeOfPlaneInfo(_ctx=None)
sizeOfSettings(_ctx=None)
sizeOfThumbnails(_ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkOriginalFile(removal, _ctx=None)
unloadChannels(_ctx=None)
unloadPixelsFileMaps(_ctx=None)
unloadPlaneInfo(_ctx=None)
unloadSettings(_ctx=None)
unloadThumbnails(_ctx=None)
class omero.model.PixelsType(_id=None, _details=None, _loaded=False, _value=None, _bitSize=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a4f8>
_op_getBitSize = <IcePy.Operation object at 0x2db1d98>
_op_getValue = <IcePy.Operation object at 0x2db1d68>
_op_setBitSize = <IcePy.Operation object at 0x2db1db0>
_op_setValue = <IcePy.Operation object at 0x2db1d80>
getBitSize(current=None)
getValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setBitSize(theBitSize, current=None)
setValue(theValue, current=None)
class omero.model.PixelsTypeI(id=None, loaded=None)

Bases: omero.model.PixelsType

BITSIZE = 'ome.model.enums.PixelsType_bitSize'
DETAILS = 'ome.model.enums.PixelsType_details'
VALUE = 'ome.model.enums.PixelsType_value'
_field_info = FieldInfo(value=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), bitSize=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getBitSize(current=None)
getDetails(current=None)
getId(current=None)
getValue(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setBitSize(_bitSize, current=None, wrap=False)
setId(_id, current=None)
setValue(_value, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadBitSize()
unloadCollections(current=None)
unloadDetails(current=None)
unloadValue()
class omero.model.PixelsTypePrx

Bases: omero.model.IObjectPrx

begin_getBitSize(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setBitSize(theBitSize, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(theValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getBitSize(_r)
end_getValue(_r)
end_setBitSize(_r)
end_setValue(_r)
getBitSize(_ctx=None)
getValue(_ctx=None)
setBitSize(theBitSize, _ctx=None)
setValue(theValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.PlaneInfo(_id=None, _details=None, _loaded=False, _version=None, _pixels=None, _theZ=None, _theC=None, _theT=None, _deltaT=None, _positionX=None, _positionY=None, _positionZ=None, _exposureTime=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a528>
_op_addAllPlaneInfoAnnotationLinkSet = <IcePy.Operation object at 0x2add0a8>
_op_addPlaneInfoAnnotationLinkToBoth = <IcePy.Operation object at 0x2add150>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x2add120>
_op_getDeltaT = <IcePy.Operation object at 0x2db1f18>
_op_getExposureTime = <IcePy.Operation object at 0x2db1fd8>
_op_getPixels = <IcePy.Operation object at 0x2db1e58>
_op_getPositionX = <IcePy.Operation object at 0x2db1f48>
_op_getPositionY = <IcePy.Operation object at 0x2db1f78>
_op_getPositionZ = <IcePy.Operation object at 0x2db1fa8>
_op_getTheC = <IcePy.Operation object at 0x2db1eb8>
_op_getTheT = <IcePy.Operation object at 0x2db1ee8>
_op_getTheZ = <IcePy.Operation object at 0x2db1e88>
_op_getVersion = <IcePy.Operation object at 0x2db1e28>
_op_linkAnnotation = <IcePy.Operation object at 0x2add138>
_op_linkedAnnotationList = <IcePy.Operation object at 0x2add1b0>
_op_removeAllPlaneInfoAnnotationLinkSet = <IcePy.Operation object at 0x2add0d8>
_op_removePlaneInfoAnnotationLinkFromBoth = <IcePy.Operation object at 0x2add198>
_op_setDeltaT = <IcePy.Operation object at 0x2db1f30>
_op_setExposureTime = <IcePy.Operation object at 0x2add030>
_op_setPixels = <IcePy.Operation object at 0x2db1e70>
_op_setPositionX = <IcePy.Operation object at 0x2db1f60>
_op_setPositionY = <IcePy.Operation object at 0x2db1f90>
_op_setPositionZ = <IcePy.Operation object at 0x2db1fc0>
_op_setTheC = <IcePy.Operation object at 0x2db1ed0>
_op_setTheT = <IcePy.Operation object at 0x2db1f00>
_op_setTheZ = <IcePy.Operation object at 0x2db1ea0>
_op_setVersion = <IcePy.Operation object at 0x2db1e40>
_op_unlinkAnnotation = <IcePy.Operation object at 0x2add180>
addAllPlaneInfoAnnotationLinkSet(targets, current=None)
addPlaneInfoAnnotationLinkToBoth(link, bothSides, current=None)
getAnnotationLinksCountPerOwner(current=None)
getDeltaT(current=None)
getExposureTime(current=None)
getPixels(current=None)
getPositionX(current=None)
getPositionY(current=None)
getPositionZ(current=None)
getTheC(current=None)
getTheT(current=None)
getTheZ(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
removeAllPlaneInfoAnnotationLinkSet(targets, current=None)
removePlaneInfoAnnotationLinkFromBoth(link, bothSides, current=None)
setDeltaT(theDeltaT, current=None)
setExposureTime(theExposureTime, current=None)
setPixels(thePixels, current=None)
setPositionX(thePositionX, current=None)
setPositionY(thePositionY, current=None)
setPositionZ(thePositionZ, current=None)
setTheC(theTheC, current=None)
setTheT(theTheT, current=None)
setTheZ(theTheZ, current=None)
setVersion(theVersion, current=None)
unlinkAnnotation(removal, current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2db1dc8>
_op_getChild = <IcePy.Operation object at 0x2add228>
_op_getParent = <IcePy.Operation object at 0x2add1f8>
_op_getVersion = <IcePy.Operation object at 0x2add1c8>
_op_setChild = <IcePy.Operation object at 0x2add240>
_op_setParent = <IcePy.Operation object at 0x2add210>
_op_setVersion = <IcePy.Operation object at 0x2add1e0>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.PlaneInfoAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.PlaneInfoAnnotationLink

CHILD = 'ome.model.annotations.PlaneInfoAnnotationLink_child'
DETAILS = 'ome.model.annotations.PlaneInfoAnnotationLink_details'
PARENT = 'ome.model.annotations.PlaneInfoAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.PlaneInfoAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.PlaneInfoI(id=None, loaded=None)

Bases: omero.model.PlaneInfo

DELTAT = 'ome.model.core.PlaneInfo_deltaT'
DETAILS = 'ome.model.core.PlaneInfo_details'
EXPOSURETIME = 'ome.model.core.PlaneInfo_exposureTime'
PIXELS = 'ome.model.core.PlaneInfo_pixels'
POSITIONX = 'ome.model.core.PlaneInfo_positionX'
POSITIONY = 'ome.model.core.PlaneInfo_positionY'
POSITIONZ = 'ome.model.core.PlaneInfo_positionZ'
THEC = 'ome.model.core.PlaneInfo_theC'
THET = 'ome.model.core.PlaneInfo_theT'
THEZ = 'ome.model.core.PlaneInfo_theZ'
_field_info = FieldInfo(pixels=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), theZ=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), theC=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), theT=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), deltaT=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), positionX=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), positionY=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), positionZ=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), exposureTime=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllPlaneInfoAnnotationLinkSet(targets, current=None)
addPlaneInfoAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDeltaT(current=None)
getDetails(current=None)
getExposureTime(current=None)
getId(current=None)
getPixels(current=None)
getPositionX(current=None)
getPositionY(current=None)
getPositionZ(current=None)
getTheC(current=None)
getTheT(current=None)
getTheZ(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllPlaneInfoAnnotationLinkSet(targets, current=None)
removePlaneInfoAnnotationLinkFromBoth(link, bothSides, current=None)
setDeltaT(_deltaT, current=None, wrap=False)
setExposureTime(_exposureTime, current=None, wrap=False)
setId(_id, current=None)
setPixels(_pixels, current=None, wrap=False)
setPositionX(_positionX, current=None, wrap=False)
setPositionY(_positionY, current=None, wrap=False)
setPositionZ(_positionZ, current=None, wrap=False)
setTheC(_theC, current=None, wrap=False)
setTheT(_theT, current=None, wrap=False)
setTheZ(_theZ, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDeltaT()
unloadDetails(current=None)
unloadExposureTime()
unloadPixels()
unloadPositionX()
unloadPositionY()
unloadPositionZ()
unloadTheC()
unloadTheT()
unloadTheZ()
class omero.model.PlaneInfoPrx

Bases: omero.model.IObjectPrx

addAllPlaneInfoAnnotationLinkSet(targets, _ctx=None)
addPlaneInfoAnnotationLinkToBoth(link, bothSides, _ctx=None)
begin_addAllPlaneInfoAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addPlaneInfoAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDeltaT(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getExposureTime(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPixels(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPositionX(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPositionY(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPositionZ(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getTheC(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getTheT(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getTheZ(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllPlaneInfoAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removePlaneInfoAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDeltaT(theDeltaT, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setExposureTime(theExposureTime, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPixels(thePixels, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPositionX(thePositionX, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPositionY(thePositionY, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPositionZ(thePositionZ, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setTheC(theTheC, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setTheT(theTheT, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setTheZ(theTheZ, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_addAllPlaneInfoAnnotationLinkSet(_r)
end_addPlaneInfoAnnotationLinkToBoth(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getDeltaT(_r)
end_getExposureTime(_r)
end_getPixels(_r)
end_getPositionX(_r)
end_getPositionY(_r)
end_getPositionZ(_r)
end_getTheC(_r)
end_getTheT(_r)
end_getTheZ(_r)
end_getVersion(_r)
end_linkAnnotation(_r)
end_linkedAnnotationList(_r)
end_removeAllPlaneInfoAnnotationLinkSet(_r)
end_removePlaneInfoAnnotationLinkFromBoth(_r)
end_setDeltaT(_r)
end_setExposureTime(_r)
end_setPixels(_r)
end_setPositionX(_r)
end_setPositionY(_r)
end_setPositionZ(_r)
end_setTheC(_r)
end_setTheT(_r)
end_setTheZ(_r)
end_setVersion(_r)
end_unlinkAnnotation(_r)
getAnnotationLinksCountPerOwner(_ctx=None)
getDeltaT(_ctx=None)
getExposureTime(_ctx=None)
getPixels(_ctx=None)
getPositionX(_ctx=None)
getPositionY(_ctx=None)
getPositionZ(_ctx=None)
getTheC(_ctx=None)
getTheT(_ctx=None)
getTheZ(_ctx=None)
getVersion(_ctx=None)
linkAnnotation(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
removeAllPlaneInfoAnnotationLinkSet(targets, _ctx=None)
removePlaneInfoAnnotationLinkFromBoth(link, bothSides, _ctx=None)
setDeltaT(theDeltaT, _ctx=None)
setExposureTime(theExposureTime, _ctx=None)
setPixels(thePixels, _ctx=None)
setPositionX(thePositionX, _ctx=None)
setPositionY(thePositionY, _ctx=None)
setPositionZ(thePositionZ, _ctx=None)
setTheC(theTheC, _ctx=None)
setTheT(theTheT, _ctx=None)
setTheZ(theTheZ, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
class omero.model.PlaneSlicingContext(_id=None, _details=None, _loaded=False, _version=None, _renderingDef=None, _upperLimit=None, _lowerLimit=None, _planeSelected=None, _planePrevious=None, _constant=None)

Bases: omero.model.CodomainMapContext

_ice_type = <IcePy.TypeInfo object at 0x2add288>
_op_getConstant = <IcePy.Operation object at 0x2add360>
_op_getLowerLimit = <IcePy.Operation object at 0x2add2d0>
_op_getPlanePrevious = <IcePy.Operation object at 0x2add330>
_op_getPlaneSelected = <IcePy.Operation object at 0x2add300>
_op_getUpperLimit = <IcePy.Operation object at 0x2add2a0>
_op_setConstant = <IcePy.Operation object at 0x2add378>
_op_setLowerLimit = <IcePy.Operation object at 0x2add2e8>
_op_setPlanePrevious = <IcePy.Operation object at 0x2add348>
_op_setPlaneSelected = <IcePy.Operation object at 0x2add318>
_op_setUpperLimit = <IcePy.Operation object at 0x2add2b8>
getConstant(current=None)
getLowerLimit(current=None)
getPlanePrevious(current=None)
getPlaneSelected(current=None)
getUpperLimit(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setConstant(theConstant, current=None)
setLowerLimit(theLowerLimit, current=None)
setPlanePrevious(thePlanePrevious, current=None)
setPlaneSelected(thePlaneSelected, current=None)
setUpperLimit(theUpperLimit, current=None)
class omero.model.PlaneSlicingContextI(id=None, loaded=None)

Bases: omero.model.PlaneSlicingContext

CONSTANT = 'ome.model.display.PlaneSlicingContext_constant'
DETAILS = 'ome.model.display.PlaneSlicingContext_details'
LOWERLIMIT = 'ome.model.display.PlaneSlicingContext_lowerLimit'
PLANEPREVIOUS = 'ome.model.display.PlaneSlicingContext_planePrevious'
PLANESELECTED = 'ome.model.display.PlaneSlicingContext_planeSelected'
RENDERINGDEF = 'ome.model.display.PlaneSlicingContext_renderingDef'
UPPERLIMIT = 'ome.model.display.PlaneSlicingContext_upperLimit'
_field_info = FieldInfo(upperLimit=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), lowerLimit=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), planeSelected=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), planePrevious=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), constant=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=False), renderingDef=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getConstant(current=None)
getDetails(current=None)
getId(current=None)
getLowerLimit(current=None)
getPlanePrevious(current=None)
getPlaneSelected(current=None)
getRenderingDef(current=None)
getUpperLimit(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setConstant(_constant, current=None, wrap=False)
setId(_id, current=None)
setLowerLimit(_lowerLimit, current=None, wrap=False)
setPlanePrevious(_planePrevious, current=None, wrap=False)
setPlaneSelected(_planeSelected, current=None, wrap=False)
setRenderingDef(_renderingDef, current=None, wrap=False)
setUpperLimit(_upperLimit, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadConstant()
unloadDetails(current=None)
unloadLowerLimit()
unloadPlanePrevious()
unloadPlaneSelected()
unloadRenderingDef()
unloadUpperLimit()
class omero.model.PlaneSlicingContextPrx

Bases: omero.model.CodomainMapContextPrx

begin_getConstant(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getLowerLimit(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPlanePrevious(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPlaneSelected(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getUpperLimit(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setConstant(theConstant, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setLowerLimit(theLowerLimit, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPlanePrevious(thePlanePrevious, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPlaneSelected(thePlaneSelected, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setUpperLimit(theUpperLimit, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getConstant(_r)
end_getLowerLimit(_r)
end_getPlanePrevious(_r)
end_getPlaneSelected(_r)
end_getUpperLimit(_r)
end_setConstant(_r)
end_setLowerLimit(_r)
end_setPlanePrevious(_r)
end_setPlaneSelected(_r)
end_setUpperLimit(_r)
getConstant(_ctx=None)
getLowerLimit(_ctx=None)
getPlanePrevious(_ctx=None)
getPlaneSelected(_ctx=None)
getUpperLimit(_ctx=None)
setConstant(theConstant, _ctx=None)
setLowerLimit(theLowerLimit, _ctx=None)
setPlanePrevious(thePlanePrevious, _ctx=None)
setPlaneSelected(thePlaneSelected, _ctx=None)
setUpperLimit(theUpperLimit, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Plate(_id=None, _details=None, _loaded=False, _version=None, _defaultSample=None, _columnNamingConvention=None, _rowNamingConvention=None, _wellOriginX=None, _wellOriginY=None, _rows=None, _columns=None, _status=None, _externalIdentifier=None, _screenLinksSeq=None, _screenLinksLoaded=False, _screenLinksCountPerOwner=None, _wellsSeq=None, _wellsLoaded=False, _plateAcquisitionsSeq=None, _plateAcquisitionsLoaded=False, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _name=None, _description=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a558>
_op_addAllPlateAcquisitionSet = <IcePy.Operation object at 0x2add948>
_op_addAllPlateAnnotationLinkSet = <IcePy.Operation object at 0x2adda20>
_op_addAllScreenPlateLinkSet = <IcePy.Operation object at 0x2add6f0>
_op_addAllWellSet = <IcePy.Operation object at 0x2add870>
_op_addPlateAcquisition = <IcePy.Operation object at 0x2add930>
_op_addPlateAnnotationLinkToBoth = <IcePy.Operation object at 0x2addac8>
_op_addScreenPlateLinkToBoth = <IcePy.Operation object at 0x2add798>
_op_addWell = <IcePy.Operation object at 0x2add858>
_op_clearPlateAcquisitions = <IcePy.Operation object at 0x2add990>
_op_clearWells = <IcePy.Operation object at 0x2add8b8>
_op_copyPlateAcquisitions = <IcePy.Operation object at 0x2add918>
_op_copyWells = <IcePy.Operation object at 0x2add840>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x2adda98>
_op_getColumnNamingConvention = <IcePy.Operation object at 0x2add510>
_op_getColumns = <IcePy.Operation object at 0x2add600>
_op_getDefaultSample = <IcePy.Operation object at 0x2add4e0>
_op_getDescription = <IcePy.Operation object at 0x2addb70>
_op_getExternalIdentifier = <IcePy.Operation object at 0x2add660>
_op_getName = <IcePy.Operation object at 0x2addb40>
_op_getRowNamingConvention = <IcePy.Operation object at 0x2add540>
_op_getRows = <IcePy.Operation object at 0x2add5d0>
_op_getScreenLinksCountPerOwner = <IcePy.Operation object at 0x2add768>
_op_getStatus = <IcePy.Operation object at 0x2add630>
_op_getVersion = <IcePy.Operation object at 0x2add4b0>
_op_getWellOriginX = <IcePy.Operation object at 0x2add570>
_op_getWellOriginY = <IcePy.Operation object at 0x2add5a0>
_op_linkAnnotation = <IcePy.Operation object at 0x2addab0>
_op_linkScreen = <IcePy.Operation object at 0x2add780>
_op_linkedAnnotationList = <IcePy.Operation object at 0x2addb28>
_op_linkedScreenList = <IcePy.Operation object at 0x2add7f8>
_op_reloadPlateAcquisitions = <IcePy.Operation object at 0x2add9a8>
_op_reloadWells = <IcePy.Operation object at 0x2add8d0>
_op_removeAllPlateAcquisitionSet = <IcePy.Operation object at 0x2add978>
_op_removeAllPlateAnnotationLinkSet = <IcePy.Operation object at 0x2adda50>
_op_removeAllScreenPlateLinkSet = <IcePy.Operation object at 0x2add720>
_op_removeAllWellSet = <IcePy.Operation object at 0x2add8a0>
_op_removePlateAcquisition = <IcePy.Operation object at 0x2add960>
_op_removePlateAnnotationLinkFromBoth = <IcePy.Operation object at 0x2addb10>
_op_removeScreenPlateLinkFromBoth = <IcePy.Operation object at 0x2add7e0>
_op_removeWell = <IcePy.Operation object at 0x2add888>
_op_setColumnNamingConvention = <IcePy.Operation object at 0x2add528>
_op_setColumns = <IcePy.Operation object at 0x2add618>
_op_setDefaultSample = <IcePy.Operation object at 0x2add4f8>
_op_setDescription = <IcePy.Operation object at 0x2addb88>
_op_setExternalIdentifier = <IcePy.Operation object at 0x2add678>
_op_setName = <IcePy.Operation object at 0x2addb58>
_op_setRowNamingConvention = <IcePy.Operation object at 0x2add558>
_op_setRows = <IcePy.Operation object at 0x2add5e8>
_op_setStatus = <IcePy.Operation object at 0x2add648>
_op_setVersion = <IcePy.Operation object at 0x2add4c8>
_op_setWellOriginX = <IcePy.Operation object at 0x2add588>
_op_setWellOriginY = <IcePy.Operation object at 0x2add5b8>
_op_sizeOfPlateAcquisitions = <IcePy.Operation object at 0x2add900>
_op_sizeOfWells = <IcePy.Operation object at 0x2add828>
_op_unlinkAnnotation = <IcePy.Operation object at 0x2addaf8>
_op_unlinkScreen = <IcePy.Operation object at 0x2add7c8>
_op_unloadPlateAcquisitions = <IcePy.Operation object at 0x2add8e8>
_op_unloadWells = <IcePy.Operation object at 0x2add810>
addAllPlateAcquisitionSet(targets, current=None)
addAllPlateAnnotationLinkSet(targets, current=None)
addAllScreenPlateLinkSet(targets, current=None)
addAllWellSet(targets, current=None)
addPlateAcquisition(target, current=None)
addPlateAnnotationLinkToBoth(link, bothSides, current=None)
addScreenPlateLinkToBoth(link, bothSides, current=None)
addWell(target, current=None)
clearPlateAcquisitions(current=None)
clearWells(current=None)
copyPlateAcquisitions(current=None)
copyWells(current=None)
getAnnotationLinksCountPerOwner(current=None)
getColumnNamingConvention(current=None)
getColumns(current=None)
getDefaultSample(current=None)
getDescription(current=None)
getExternalIdentifier(current=None)
getName(current=None)
getRowNamingConvention(current=None)
getRows(current=None)
getScreenLinksCountPerOwner(current=None)
getStatus(current=None)
getVersion(current=None)
getWellOriginX(current=None)
getWellOriginY(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkScreen(addition, current=None)
linkedAnnotationList(current=None)
linkedScreenList(current=None)
reloadPlateAcquisitions(toCopy, current=None)
reloadWells(toCopy, current=None)
removeAllPlateAcquisitionSet(targets, current=None)
removeAllPlateAnnotationLinkSet(targets, current=None)
removeAllScreenPlateLinkSet(targets, current=None)
removeAllWellSet(targets, current=None)
removePlateAcquisition(theTarget, current=None)
removePlateAnnotationLinkFromBoth(link, bothSides, current=None)
removeScreenPlateLinkFromBoth(link, bothSides, current=None)
removeWell(theTarget, current=None)
setColumnNamingConvention(theColumnNamingConvention, current=None)
setColumns(theColumns, current=None)
setDefaultSample(theDefaultSample, current=None)
setDescription(theDescription, current=None)
setExternalIdentifier(theExternalIdentifier, current=None)
setName(theName, current=None)
setRowNamingConvention(theRowNamingConvention, current=None)
setRows(theRows, current=None)
setStatus(theStatus, current=None)
setVersion(theVersion, current=None)
setWellOriginX(theWellOriginX, current=None)
setWellOriginY(theWellOriginY, current=None)
sizeOfPlateAcquisitions(current=None)
sizeOfWells(current=None)
unlinkAnnotation(removal, current=None)
unlinkScreen(removal, current=None)
unloadPlateAcquisitions(current=None)
unloadWells(current=None)
class omero.model.PlateAcquisition(_id=None, _details=None, _loaded=False, _version=None, _name=None, _startTime=None, _endTime=None, _maximumFieldCount=None, _plate=None, _wellSampleSeq=None, _wellSampleLoaded=False, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _description=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2add3c0>
_op_addAllPlateAcquisitionAnnotationLinkSet = <IcePy.Operation object at 0x2adde70>
_op_addAllWellSampleSet = <IcePy.Operation object at 0x2addd98>
_op_addPlateAcquisitionAnnotationLinkToBoth = <IcePy.Operation object at 0x2addf18>
_op_addWellSample = <IcePy.Operation object at 0x2addd80>
_op_clearWellSample = <IcePy.Operation object at 0x2addde0>
_op_copyWellSample = <IcePy.Operation object at 0x2addd68>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x2addee8>
_op_getDescription = <IcePy.Operation object at 0x2addf90>
_op_getEndTime = <IcePy.Operation object at 0x2addca8>
_op_getMaximumFieldCount = <IcePy.Operation object at 0x2addcd8>
_op_getName = <IcePy.Operation object at 0x2addc48>
_op_getPlate = <IcePy.Operation object at 0x2addd08>
_op_getStartTime = <IcePy.Operation object at 0x2addc78>
_op_getVersion = <IcePy.Operation object at 0x2addc18>
_op_linkAnnotation = <IcePy.Operation object at 0x2addf00>
_op_linkedAnnotationList = <IcePy.Operation object at 0x2addf78>
_op_reloadWellSample = <IcePy.Operation object at 0x2adddf8>
_op_removeAllPlateAcquisitionAnnotationLinkSet = <IcePy.Operation object at 0x2addea0>
_op_removeAllWellSampleSet = <IcePy.Operation object at 0x2adddc8>
_op_removePlateAcquisitionAnnotationLinkFromBoth = <IcePy.Operation object at 0x2addf60>
_op_removeWellSample = <IcePy.Operation object at 0x2adddb0>
_op_setDescription = <IcePy.Operation object at 0x2addfa8>
_op_setEndTime = <IcePy.Operation object at 0x2addcc0>
_op_setMaximumFieldCount = <IcePy.Operation object at 0x2addcf0>
_op_setName = <IcePy.Operation object at 0x2addc60>
_op_setPlate = <IcePy.Operation object at 0x2addd20>
_op_setStartTime = <IcePy.Operation object at 0x2addc90>
_op_setVersion = <IcePy.Operation object at 0x2addc30>
_op_sizeOfWellSample = <IcePy.Operation object at 0x2addd50>
_op_unlinkAnnotation = <IcePy.Operation object at 0x2addf48>
_op_unloadWellSample = <IcePy.Operation object at 0x2addd38>
addAllPlateAcquisitionAnnotationLinkSet(targets, current=None)
addAllWellSampleSet(targets, current=None)
addPlateAcquisitionAnnotationLinkToBoth(link, bothSides, current=None)
addWellSample(target, current=None)
clearWellSample(current=None)
copyWellSample(current=None)
getAnnotationLinksCountPerOwner(current=None)
getDescription(current=None)
getEndTime(current=None)
getMaximumFieldCount(current=None)
getName(current=None)
getPlate(current=None)
getStartTime(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
reloadWellSample(toCopy, current=None)
removeAllPlateAcquisitionAnnotationLinkSet(targets, current=None)
removeAllWellSampleSet(targets, current=None)
removePlateAcquisitionAnnotationLinkFromBoth(link, bothSides, current=None)
removeWellSample(theTarget, current=None)
setDescription(theDescription, current=None)
setEndTime(theEndTime, current=None)
setMaximumFieldCount(theMaximumFieldCount, current=None)
setName(theName, current=None)
setPlate(thePlate, current=None)
setStartTime(theStartTime, current=None)
setVersion(theVersion, current=None)
sizeOfWellSample(current=None)
unlinkAnnotation(removal, current=None)
unloadWellSample(current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2addba0>
_op_getChild = <IcePy.Operation object at 0x2c37060>
_op_getParent = <IcePy.Operation object at 0x2c37030>
_op_getVersion = <IcePy.Operation object at 0x2addfc0>
_op_setChild = <IcePy.Operation object at 0x2c37078>
_op_setParent = <IcePy.Operation object at 0x2c37048>
_op_setVersion = <IcePy.Operation object at 0x2addfd8>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.PlateAcquisitionAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.PlateAcquisitionAnnotationLink

CHILD = 'ome.model.annotations.PlateAcquisitionAnnotationLink_child'
DETAILS = 'ome.model.annotations.PlateAcquisitionAnnotationLink_details'
PARENT = 'ome.model.annotations.PlateAcquisitionAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.PlateAcquisitionAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.PlateAcquisitionI(id=None, loaded=None)

Bases: omero.model.PlateAcquisition

DESCRIPTION = 'ome.model.screen.PlateAcquisition_description'
DETAILS = 'ome.model.screen.PlateAcquisition_details'
ENDTIME = 'ome.model.screen.PlateAcquisition_endTime'
MAXIMUMFIELDCOUNT = 'ome.model.screen.PlateAcquisition_maximumFieldCount'
NAME = 'ome.model.screen.PlateAcquisition_name'
PLATE = 'ome.model.screen.PlateAcquisition_plate'
STARTTIME = 'ome.model.screen.PlateAcquisition_startTime'
WELLSAMPLE = 'ome.model.screen.PlateAcquisition_wellSample'
_field_info = FieldInfo(name=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), startTime=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), endTime=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), maximumFieldCount=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), plate=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), wellSample=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), description=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_getWellSample(current=None)
_setWellSample(_wellSample, current=None, wrap=False)
_toggleCollectionsLoaded(load)
addAllPlateAcquisitionAnnotationLinkSet(targets, current=None)
addAllWellSampleSet(targets, current=None)
addPlateAcquisitionAnnotationLinkToBoth(link, bothSides)
addWellSample(target, current=None)
checkUnloadedProperty(value, loadedField)
clearWellSample(current=None)
copyWellSample(current=None)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDescription(current=None)
getDetails(current=None)
getEndTime(current=None)
getId(current=None)
getMaximumFieldCount(current=None)
getName(current=None)
getPlate(current=None)
getStartTime(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
isWellSampleLoaded()
iterateWellSample()
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
reloadWellSample(toCopy, current=None)
removeAllPlateAcquisitionAnnotationLinkSet(targets, current=None)
removeAllWellSampleSet(targets, current=None)
removePlateAcquisitionAnnotationLinkFromBoth(link, bothSides, current=None)
removeWellSample(target, current=None)
setDescription(_description, current=None, wrap=False)
setEndTime(_endTime, current=None, wrap=False)
setId(_id, current=None)
setMaximumFieldCount(_maximumFieldCount, current=None, wrap=False)
setName(_name, current=None, wrap=False)
setPlate(_plate, current=None, wrap=False)
setStartTime(_startTime, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
sizeOfWellSample(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDescription()
unloadDetails(current=None)
unloadEndTime()
unloadMaximumFieldCount()
unloadName()
unloadPlate()
unloadStartTime()
unloadWellSample(current=None)
class omero.model.PlateAcquisitionPrx

Bases: omero.model.IObjectPrx

addAllPlateAcquisitionAnnotationLinkSet(targets, _ctx=None)
addAllWellSampleSet(targets, _ctx=None)
addPlateAcquisitionAnnotationLinkToBoth(link, bothSides, _ctx=None)
addWellSample(target, _ctx=None)
begin_addAllPlateAcquisitionAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllWellSampleSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addPlateAcquisitionAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addWellSample(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_clearWellSample(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyWellSample(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDescription(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getEndTime(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getMaximumFieldCount(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getName(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPlate(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getStartTime(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadWellSample(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllPlateAcquisitionAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllWellSampleSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removePlateAcquisitionAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeWellSample(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDescription(theDescription, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setEndTime(theEndTime, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setMaximumFieldCount(theMaximumFieldCount, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setName(theName, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPlate(thePlate, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setStartTime(theStartTime, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfWellSample(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadWellSample(_response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
clearWellSample(_ctx=None)
copyWellSample(_ctx=None)
end_addAllPlateAcquisitionAnnotationLinkSet(_r)
end_addAllWellSampleSet(_r)
end_addPlateAcquisitionAnnotationLinkToBoth(_r)
end_addWellSample(_r)
end_clearWellSample(_r)
end_copyWellSample(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getDescription(_r)
end_getEndTime(_r)
end_getMaximumFieldCount(_r)
end_getName(_r)
end_getPlate(_r)
end_getStartTime(_r)
end_getVersion(_r)
end_linkAnnotation(_r)
end_linkedAnnotationList(_r)
end_reloadWellSample(_r)
end_removeAllPlateAcquisitionAnnotationLinkSet(_r)
end_removeAllWellSampleSet(_r)
end_removePlateAcquisitionAnnotationLinkFromBoth(_r)
end_removeWellSample(_r)
end_setDescription(_r)
end_setEndTime(_r)
end_setMaximumFieldCount(_r)
end_setName(_r)
end_setPlate(_r)
end_setStartTime(_r)
end_setVersion(_r)
end_sizeOfWellSample(_r)
end_unlinkAnnotation(_r)
end_unloadWellSample(_r)
getAnnotationLinksCountPerOwner(_ctx=None)
getDescription(_ctx=None)
getEndTime(_ctx=None)
getMaximumFieldCount(_ctx=None)
getName(_ctx=None)
getPlate(_ctx=None)
getStartTime(_ctx=None)
getVersion(_ctx=None)
linkAnnotation(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
reloadWellSample(toCopy, _ctx=None)
removeAllPlateAcquisitionAnnotationLinkSet(targets, _ctx=None)
removeAllWellSampleSet(targets, _ctx=None)
removePlateAcquisitionAnnotationLinkFromBoth(link, bothSides, _ctx=None)
removeWellSample(theTarget, _ctx=None)
setDescription(theDescription, _ctx=None)
setEndTime(theEndTime, _ctx=None)
setMaximumFieldCount(theMaximumFieldCount, _ctx=None)
setName(theName, _ctx=None)
setPlate(thePlate, _ctx=None)
setStartTime(theStartTime, _ctx=None)
setVersion(theVersion, _ctx=None)
sizeOfWellSample(_ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
unloadWellSample(_ctx=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2add3f0>
_op_getChild = <IcePy.Operation object at 0x2c37108>
_op_getParent = <IcePy.Operation object at 0x2c370d8>
_op_getVersion = <IcePy.Operation object at 0x2c370a8>
_op_setChild = <IcePy.Operation object at 0x2c37120>
_op_setParent = <IcePy.Operation object at 0x2c370f0>
_op_setVersion = <IcePy.Operation object at 0x2c370c0>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.PlateAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.PlateAnnotationLink

CHILD = 'ome.model.annotations.PlateAnnotationLink_child'
DETAILS = 'ome.model.annotations.PlateAnnotationLink_details'
PARENT = 'ome.model.annotations.PlateAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.PlateAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.PlateI(id=None, loaded=None)

Bases: omero.model.Plate

COLUMNNAMINGCONVENTION = 'ome.model.screen.Plate_columnNamingConvention'
COLUMNS = 'ome.model.screen.Plate_columns'
DEFAULTSAMPLE = 'ome.model.screen.Plate_defaultSample'
DESCRIPTION = 'ome.model.screen.Plate_description'
DETAILS = 'ome.model.screen.Plate_details'
EXTERNALIDENTIFIER = 'ome.model.screen.Plate_externalIdentifier'
NAME = 'ome.model.screen.Plate_name'
PLATEACQUISITIONS = 'ome.model.screen.Plate_plateAcquisitions'
ROWNAMINGCONVENTION = 'ome.model.screen.Plate_rowNamingConvention'
ROWS = 'ome.model.screen.Plate_rows'
STATUS = 'ome.model.screen.Plate_status'
WELLORIGINX = 'ome.model.screen.Plate_wellOriginX'
WELLORIGINY = 'ome.model.screen.Plate_wellOriginY'
WELLS = 'ome.model.screen.Plate_wells'
_field_info = FieldInfo(defaultSample=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), columnNamingConvention=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), rowNamingConvention=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), wellOriginX=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), wellOriginY=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), rows=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), columns=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), status=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), externalIdentifier=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), screenLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), wells=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), plateAcquisitions=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), name=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), description=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_getPlateAcquisitions(current=None)
_getWells(current=None)
_setPlateAcquisitions(_plateAcquisitions, current=None, wrap=False)
_setWells(_wells, current=None, wrap=False)
_toggleCollectionsLoaded(load)
addAllPlateAcquisitionSet(targets, current=None)
addAllPlateAnnotationLinkSet(targets, current=None)
addAllScreenPlateLinkSet(targets, current=None)
addAllWellSet(targets, current=None)
addPlateAcquisition(target, current=None)
addPlateAnnotationLinkToBoth(link, bothSides)
addScreenPlateLinkToBoth(link, bothSides)
addWell(target, current=None)
checkUnloadedProperty(value, loadedField)
clearPlateAcquisitions(current=None)
clearWells(current=None)
copyPlateAcquisitions(current=None)
copyWells(current=None)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getColumnNamingConvention(current=None)
getColumns(current=None)
getDefaultSample(current=None)
getDescription(current=None)
getDetails(current=None)
getExternalIdentifier(current=None)
getId(current=None)
getName(current=None)
getRowNamingConvention(current=None)
getRows(current=None)
getScreenLinksCountPerOwner(current=None)
getStatus(current=None)
getVersion(current=None)
getWellOriginX(current=None)
getWellOriginY(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
isPlateAcquisitionsLoaded()
isScreenLinksLoaded()
isWellsLoaded()
iteratePlateAcquisitions()
iterateWells()
linkAnnotation(addition, current=None)
linkScreen(addition, current=None)
linkedAnnotationList(current=None)
linkedScreenList(current=None)
proxy(current=None)
reloadPlateAcquisitions(toCopy, current=None)
reloadWells(toCopy, current=None)
removeAllPlateAcquisitionSet(targets, current=None)
removeAllPlateAnnotationLinkSet(targets, current=None)
removeAllScreenPlateLinkSet(targets, current=None)
removeAllWellSet(targets, current=None)
removePlateAcquisition(target, current=None)
removePlateAnnotationLinkFromBoth(link, bothSides, current=None)
removeScreenPlateLinkFromBoth(link, bothSides, current=None)
removeWell(target, current=None)
setColumnNamingConvention(_columnNamingConvention, current=None, wrap=False)
setColumns(_columns, current=None, wrap=False)
setDefaultSample(_defaultSample, current=None, wrap=False)
setDescription(_description, current=None, wrap=False)
setExternalIdentifier(_externalIdentifier, current=None, wrap=False)
setId(_id, current=None)
setName(_name, current=None, wrap=False)
setRowNamingConvention(_rowNamingConvention, current=None, wrap=False)
setRows(_rows, current=None, wrap=False)
setStatus(_status, current=None, wrap=False)
setVersion(version, current=None)
setWellOriginX(_wellOriginX, current=None, wrap=False)
setWellOriginY(_wellOriginY, current=None, wrap=False)
shallowCopy(current=None)
sizeOfPlateAcquisitions(current=None)
sizeOfWells(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unlinkScreen(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadColumnNamingConvention()
unloadColumns()
unloadDefaultSample()
unloadDescription()
unloadDetails(current=None)
unloadExternalIdentifier()
unloadName()
unloadPlateAcquisitions(current=None)
unloadRowNamingConvention()
unloadRows()
unloadStatus()
unloadWellOriginX()
unloadWellOriginY()
unloadWells(current=None)
class omero.model.PlatePrx

Bases: omero.model.IObjectPrx

addAllPlateAcquisitionSet(targets, _ctx=None)
addAllPlateAnnotationLinkSet(targets, _ctx=None)
addAllScreenPlateLinkSet(targets, _ctx=None)
addAllWellSet(targets, _ctx=None)
addPlateAcquisition(target, _ctx=None)
addPlateAnnotationLinkToBoth(link, bothSides, _ctx=None)
addScreenPlateLinkToBoth(link, bothSides, _ctx=None)
addWell(target, _ctx=None)
begin_addAllPlateAcquisitionSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllPlateAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllScreenPlateLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllWellSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addPlateAcquisition(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addPlateAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addScreenPlateLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addWell(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_clearPlateAcquisitions(_response=None, _ex=None, _sent=None, _ctx=None)
begin_clearWells(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyPlateAcquisitions(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyWells(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getColumnNamingConvention(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getColumns(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDefaultSample(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDescription(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getExternalIdentifier(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getName(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getRowNamingConvention(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getRows(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getScreenLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getStatus(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getWellOriginX(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getWellOriginY(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkScreen(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedScreenList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadPlateAcquisitions(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadWells(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllPlateAcquisitionSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllPlateAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllScreenPlateLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllWellSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removePlateAcquisition(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removePlateAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeScreenPlateLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeWell(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setColumnNamingConvention(theColumnNamingConvention, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setColumns(theColumns, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDefaultSample(theDefaultSample, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDescription(theDescription, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setExternalIdentifier(theExternalIdentifier, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setName(theName, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setRowNamingConvention(theRowNamingConvention, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setRows(theRows, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setStatus(theStatus, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setWellOriginX(theWellOriginX, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setWellOriginY(theWellOriginY, _response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfPlateAcquisitions(_response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfWells(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkScreen(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadPlateAcquisitions(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadWells(_response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
clearPlateAcquisitions(_ctx=None)
clearWells(_ctx=None)
copyPlateAcquisitions(_ctx=None)
copyWells(_ctx=None)
end_addAllPlateAcquisitionSet(_r)
end_addAllPlateAnnotationLinkSet(_r)
end_addAllScreenPlateLinkSet(_r)
end_addAllWellSet(_r)
end_addPlateAcquisition(_r)
end_addPlateAnnotationLinkToBoth(_r)
end_addScreenPlateLinkToBoth(_r)
end_addWell(_r)
end_clearPlateAcquisitions(_r)
end_clearWells(_r)
end_copyPlateAcquisitions(_r)
end_copyWells(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getColumnNamingConvention(_r)
end_getColumns(_r)
end_getDefaultSample(_r)
end_getDescription(_r)
end_getExternalIdentifier(_r)
end_getName(_r)
end_getRowNamingConvention(_r)
end_getRows(_r)
end_getScreenLinksCountPerOwner(_r)
end_getStatus(_r)
end_getVersion(_r)
end_getWellOriginX(_r)
end_getWellOriginY(_r)
end_linkAnnotation(_r)
end_linkScreen(_r)
end_linkedAnnotationList(_r)
end_linkedScreenList(_r)
end_reloadPlateAcquisitions(_r)
end_reloadWells(_r)
end_removeAllPlateAcquisitionSet(_r)
end_removeAllPlateAnnotationLinkSet(_r)
end_removeAllScreenPlateLinkSet(_r)
end_removeAllWellSet(_r)
end_removePlateAcquisition(_r)
end_removePlateAnnotationLinkFromBoth(_r)
end_removeScreenPlateLinkFromBoth(_r)
end_removeWell(_r)
end_setColumnNamingConvention(_r)
end_setColumns(_r)
end_setDefaultSample(_r)
end_setDescription(_r)
end_setExternalIdentifier(_r)
end_setName(_r)
end_setRowNamingConvention(_r)
end_setRows(_r)
end_setStatus(_r)
end_setVersion(_r)
end_setWellOriginX(_r)
end_setWellOriginY(_r)
end_sizeOfPlateAcquisitions(_r)
end_sizeOfWells(_r)
end_unlinkAnnotation(_r)
end_unlinkScreen(_r)
end_unloadPlateAcquisitions(_r)
end_unloadWells(_r)
getAnnotationLinksCountPerOwner(_ctx=None)
getColumnNamingConvention(_ctx=None)
getColumns(_ctx=None)
getDefaultSample(_ctx=None)
getDescription(_ctx=None)
getExternalIdentifier(_ctx=None)
getName(_ctx=None)
getRowNamingConvention(_ctx=None)
getRows(_ctx=None)
getScreenLinksCountPerOwner(_ctx=None)
getStatus(_ctx=None)
getVersion(_ctx=None)
getWellOriginX(_ctx=None)
getWellOriginY(_ctx=None)
linkAnnotation(addition, _ctx=None)
linkScreen(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
linkedScreenList(_ctx=None)
reloadPlateAcquisitions(toCopy, _ctx=None)
reloadWells(toCopy, _ctx=None)
removeAllPlateAcquisitionSet(targets, _ctx=None)
removeAllPlateAnnotationLinkSet(targets, _ctx=None)
removeAllScreenPlateLinkSet(targets, _ctx=None)
removeAllWellSet(targets, _ctx=None)
removePlateAcquisition(theTarget, _ctx=None)
removePlateAnnotationLinkFromBoth(link, bothSides, _ctx=None)
removeScreenPlateLinkFromBoth(link, bothSides, _ctx=None)
removeWell(theTarget, _ctx=None)
setColumnNamingConvention(theColumnNamingConvention, _ctx=None)
setColumns(theColumns, _ctx=None)
setDefaultSample(theDefaultSample, _ctx=None)
setDescription(theDescription, _ctx=None)
setExternalIdentifier(theExternalIdentifier, _ctx=None)
setName(theName, _ctx=None)
setRowNamingConvention(theRowNamingConvention, _ctx=None)
setRows(theRows, _ctx=None)
setStatus(theStatus, _ctx=None)
setVersion(theVersion, _ctx=None)
setWellOriginX(theWellOriginX, _ctx=None)
setWellOriginY(theWellOriginY, _ctx=None)
sizeOfPlateAcquisitions(_ctx=None)
sizeOfWells(_ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
unlinkScreen(removal, _ctx=None)
unloadPlateAcquisitions(_ctx=None)
unloadWells(_ctx=None)
class omero.model.Point(_id=None, _details=None, _loaded=False, _version=None, _theZ=None, _theT=None, _theC=None, _roi=None, _locked=None, _g=None, _transform=None, _vectorEffect=None, _visibility=None, _fillColor=None, _fillRule=None, _strokeColor=None, _strokeDashArray=None, _strokeDashOffset=None, _strokeLineCap=None, _strokeLineJoin=None, _strokeMiterLimit=None, _strokeWidth=None, _fontFamily=None, _fontSize=None, _fontStretch=None, _fontStyle=None, _fontVariant=None, _fontWeight=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _cx=None, _cy=None, _textValue=None)

Bases: omero.model.Shape

_ice_type = <IcePy.TypeInfo object at 0x2c37168>
_op_getCx = <IcePy.Operation object at 0x2c37180>
_op_getCy = <IcePy.Operation object at 0x2c371b0>
_op_getTextValue = <IcePy.Operation object at 0x2c371e0>
_op_setCx = <IcePy.Operation object at 0x2c37198>
_op_setCy = <IcePy.Operation object at 0x2c371c8>
_op_setTextValue = <IcePy.Operation object at 0x2c371f8>
getCx(current=None)
getCy(current=None)
getTextValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setCx(theCx, current=None)
setCy(theCy, current=None)
setTextValue(theTextValue, current=None)
class omero.model.PointI(id=None, loaded=None)

Bases: omero.model.Point

CX = 'ome.model.roi.Point_cx'
CY = 'ome.model.roi.Point_cy'
DETAILS = 'ome.model.roi.Point_details'
FILLCOLOR = 'ome.model.roi.Point_fillColor'
FILLRULE = 'ome.model.roi.Point_fillRule'
FONTFAMILY = 'ome.model.roi.Point_fontFamily'
FONTSIZE = 'ome.model.roi.Point_fontSize'
FONTSTRETCH = 'ome.model.roi.Point_fontStretch'
FONTSTYLE = 'ome.model.roi.Point_fontStyle'
FONTVARIANT = 'ome.model.roi.Point_fontVariant'
FONTWEIGHT = 'ome.model.roi.Point_fontWeight'
G = 'ome.model.roi.Point_g'
LOCKED = 'ome.model.roi.Point_locked'
ROI = 'ome.model.roi.Point_roi'
STROKECOLOR = 'ome.model.roi.Point_strokeColor'
STROKEDASHARRAY = 'ome.model.roi.Point_strokeDashArray'
STROKEDASHOFFSET = 'ome.model.roi.Point_strokeDashOffset'
STROKELINECAP = 'ome.model.roi.Point_strokeLineCap'
STROKELINEJOIN = 'ome.model.roi.Point_strokeLineJoin'
STROKEMITERLIMIT = 'ome.model.roi.Point_strokeMiterLimit'
STROKEWIDTH = 'ome.model.roi.Point_strokeWidth'
TEXTVALUE = 'ome.model.roi.Point_textValue'
THEC = 'ome.model.roi.Point_theC'
THET = 'ome.model.roi.Point_theT'
THEZ = 'ome.model.roi.Point_theZ'
TRANSFORM = 'ome.model.roi.Point_transform'
VECTOREFFECT = 'ome.model.roi.Point_vectorEffect'
VISIBILITY = 'ome.model.roi.Point_visibility'
_field_info = FieldInfo(cx=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), cy=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), textValue=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), theZ=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), theT=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), theC=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), roi=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), locked=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=True), g=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), transform=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), vectorEffect=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), visibility=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=True), fillColor=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), fillRule=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeColor=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeDashArray=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeDashOffset=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeLineCap=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeLineJoin=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeMiterLimit=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeWidth=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), fontFamily=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontSize=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), fontStretch=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontStyle=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontVariant=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontWeight=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllShapeAnnotationLinkSet(targets, current=None)
addShapeAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getCx(current=None)
getCy(current=None)
getDetails(current=None)
getFillColor(current=None)
getFillRule(current=None)
getFontFamily(current=None)
getFontSize(current=None)
getFontStretch(current=None)
getFontStyle(current=None)
getFontVariant(current=None)
getFontWeight(current=None)
getG(current=None)
getId(current=None)
getLocked(current=None)
getRoi(current=None)
getStrokeColor(current=None)
getStrokeDashArray(current=None)
getStrokeDashOffset(current=None)
getStrokeLineCap(current=None)
getStrokeLineJoin(current=None)
getStrokeMiterLimit(current=None)
getStrokeWidth(current=None)
getTextValue(current=None)
getTheC(current=None)
getTheT(current=None)
getTheZ(current=None)
getTransform(current=None)
getVectorEffect(current=None)
getVersion(current=None)
getVisibility(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllShapeAnnotationLinkSet(targets, current=None)
removeShapeAnnotationLinkFromBoth(link, bothSides, current=None)
setCx(_cx, current=None, wrap=False)
setCy(_cy, current=None, wrap=False)
setFillColor(_fillColor, current=None, wrap=False)
setFillRule(_fillRule, current=None, wrap=False)
setFontFamily(_fontFamily, current=None, wrap=False)
setFontSize(_fontSize, current=None, wrap=False)
setFontStretch(_fontStretch, current=None, wrap=False)
setFontStyle(_fontStyle, current=None, wrap=False)
setFontVariant(_fontVariant, current=None, wrap=False)
setFontWeight(_fontWeight, current=None, wrap=False)
setG(_g, current=None, wrap=False)
setId(_id, current=None)
setLocked(_locked, current=None, wrap=False)
setRoi(_roi, current=None, wrap=False)
setStrokeColor(_strokeColor, current=None, wrap=False)
setStrokeDashArray(_strokeDashArray, current=None, wrap=False)
setStrokeDashOffset(_strokeDashOffset, current=None, wrap=False)
setStrokeLineCap(_strokeLineCap, current=None, wrap=False)
setStrokeLineJoin(_strokeLineJoin, current=None, wrap=False)
setStrokeMiterLimit(_strokeMiterLimit, current=None, wrap=False)
setStrokeWidth(_strokeWidth, current=None, wrap=False)
setTextValue(_textValue, current=None, wrap=False)
setTheC(_theC, current=None, wrap=False)
setTheT(_theT, current=None, wrap=False)
setTheZ(_theZ, current=None, wrap=False)
setTransform(_transform, current=None, wrap=False)
setVectorEffect(_vectorEffect, current=None, wrap=False)
setVersion(version, current=None)
setVisibility(_visibility, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadCx()
unloadCy()
unloadDetails(current=None)
unloadFillColor()
unloadFillRule()
unloadFontFamily()
unloadFontSize()
unloadFontStretch()
unloadFontStyle()
unloadFontVariant()
unloadFontWeight()
unloadG()
unloadLocked()
unloadRoi()
unloadStrokeColor()
unloadStrokeDashArray()
unloadStrokeDashOffset()
unloadStrokeLineCap()
unloadStrokeLineJoin()
unloadStrokeMiterLimit()
unloadStrokeWidth()
unloadTextValue()
unloadTheC()
unloadTheT()
unloadTheZ()
unloadTransform()
unloadVectorEffect()
unloadVisibility()
class omero.model.PointPrx

Bases: omero.model.ShapePrx

begin_getCx(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getCy(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getTextValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setCx(theCx, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setCy(theCy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setTextValue(theTextValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getCx(_r)
end_getCy(_r)
end_getTextValue(_r)
end_setCx(_r)
end_setCy(_r)
end_setTextValue(_r)
getCx(_ctx=None)
getCy(_ctx=None)
getTextValue(_ctx=None)
setCx(theCx, _ctx=None)
setCy(theCy, _ctx=None)
setTextValue(theTextValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Polygon(_id=None, _details=None, _loaded=False, _version=None, _theZ=None, _theT=None, _theC=None, _roi=None, _locked=None, _g=None, _transform=None, _vectorEffect=None, _visibility=None, _fillColor=None, _fillRule=None, _strokeColor=None, _strokeDashArray=None, _strokeDashOffset=None, _strokeLineCap=None, _strokeLineJoin=None, _strokeMiterLimit=None, _strokeWidth=None, _fontFamily=None, _fontSize=None, _fontStretch=None, _fontStyle=None, _fontVariant=None, _fontWeight=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _points=None, _textValue=None)

Bases: omero.model.Shape

_ice_type = <IcePy.TypeInfo object at 0x2c37228>
_op_getPoints = <IcePy.Operation object at 0x2c37240>
_op_getTextValue = <IcePy.Operation object at 0x2c37270>
_op_setPoints = <IcePy.Operation object at 0x2c37258>
_op_setTextValue = <IcePy.Operation object at 0x2c37288>
getPoints(current=None)
getTextValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setPoints(thePoints, current=None)
setTextValue(theTextValue, current=None)
class omero.model.PolygonI(id=None, loaded=None)

Bases: omero.model.Polygon

DETAILS = 'ome.model.roi.Polygon_details'
FILLCOLOR = 'ome.model.roi.Polygon_fillColor'
FILLRULE = 'ome.model.roi.Polygon_fillRule'
FONTFAMILY = 'ome.model.roi.Polygon_fontFamily'
FONTSIZE = 'ome.model.roi.Polygon_fontSize'
FONTSTRETCH = 'ome.model.roi.Polygon_fontStretch'
FONTSTYLE = 'ome.model.roi.Polygon_fontStyle'
FONTVARIANT = 'ome.model.roi.Polygon_fontVariant'
FONTWEIGHT = 'ome.model.roi.Polygon_fontWeight'
G = 'ome.model.roi.Polygon_g'
LOCKED = 'ome.model.roi.Polygon_locked'
POINTS = 'ome.model.roi.Polygon_points'
ROI = 'ome.model.roi.Polygon_roi'
STROKECOLOR = 'ome.model.roi.Polygon_strokeColor'
STROKEDASHARRAY = 'ome.model.roi.Polygon_strokeDashArray'
STROKEDASHOFFSET = 'ome.model.roi.Polygon_strokeDashOffset'
STROKELINECAP = 'ome.model.roi.Polygon_strokeLineCap'
STROKELINEJOIN = 'ome.model.roi.Polygon_strokeLineJoin'
STROKEMITERLIMIT = 'ome.model.roi.Polygon_strokeMiterLimit'
STROKEWIDTH = 'ome.model.roi.Polygon_strokeWidth'
TEXTVALUE = 'ome.model.roi.Polygon_textValue'
THEC = 'ome.model.roi.Polygon_theC'
THET = 'ome.model.roi.Polygon_theT'
THEZ = 'ome.model.roi.Polygon_theZ'
TRANSFORM = 'ome.model.roi.Polygon_transform'
VECTOREFFECT = 'ome.model.roi.Polygon_vectorEffect'
VISIBILITY = 'ome.model.roi.Polygon_visibility'
_field_info = FieldInfo(points=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), textValue=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), theZ=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), theT=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), theC=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), roi=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), locked=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=True), g=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), transform=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), vectorEffect=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), visibility=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=True), fillColor=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), fillRule=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeColor=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeDashArray=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeDashOffset=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeLineCap=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeLineJoin=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeMiterLimit=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeWidth=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), fontFamily=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontSize=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), fontStretch=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontStyle=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontVariant=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontWeight=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllShapeAnnotationLinkSet(targets, current=None)
addShapeAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDetails(current=None)
getFillColor(current=None)
getFillRule(current=None)
getFontFamily(current=None)
getFontSize(current=None)
getFontStretch(current=None)
getFontStyle(current=None)
getFontVariant(current=None)
getFontWeight(current=None)
getG(current=None)
getId(current=None)
getLocked(current=None)
getPoints(current=None)
getRoi(current=None)
getStrokeColor(current=None)
getStrokeDashArray(current=None)
getStrokeDashOffset(current=None)
getStrokeLineCap(current=None)
getStrokeLineJoin(current=None)
getStrokeMiterLimit(current=None)
getStrokeWidth(current=None)
getTextValue(current=None)
getTheC(current=None)
getTheT(current=None)
getTheZ(current=None)
getTransform(current=None)
getVectorEffect(current=None)
getVersion(current=None)
getVisibility(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllShapeAnnotationLinkSet(targets, current=None)
removeShapeAnnotationLinkFromBoth(link, bothSides, current=None)
setFillColor(_fillColor, current=None, wrap=False)
setFillRule(_fillRule, current=None, wrap=False)
setFontFamily(_fontFamily, current=None, wrap=False)
setFontSize(_fontSize, current=None, wrap=False)
setFontStretch(_fontStretch, current=None, wrap=False)
setFontStyle(_fontStyle, current=None, wrap=False)
setFontVariant(_fontVariant, current=None, wrap=False)
setFontWeight(_fontWeight, current=None, wrap=False)
setG(_g, current=None, wrap=False)
setId(_id, current=None)
setLocked(_locked, current=None, wrap=False)
setPoints(_points, current=None, wrap=False)
setRoi(_roi, current=None, wrap=False)
setStrokeColor(_strokeColor, current=None, wrap=False)
setStrokeDashArray(_strokeDashArray, current=None, wrap=False)
setStrokeDashOffset(_strokeDashOffset, current=None, wrap=False)
setStrokeLineCap(_strokeLineCap, current=None, wrap=False)
setStrokeLineJoin(_strokeLineJoin, current=None, wrap=False)
setStrokeMiterLimit(_strokeMiterLimit, current=None, wrap=False)
setStrokeWidth(_strokeWidth, current=None, wrap=False)
setTextValue(_textValue, current=None, wrap=False)
setTheC(_theC, current=None, wrap=False)
setTheT(_theT, current=None, wrap=False)
setTheZ(_theZ, current=None, wrap=False)
setTransform(_transform, current=None, wrap=False)
setVectorEffect(_vectorEffect, current=None, wrap=False)
setVersion(version, current=None)
setVisibility(_visibility, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadFillColor()
unloadFillRule()
unloadFontFamily()
unloadFontSize()
unloadFontStretch()
unloadFontStyle()
unloadFontVariant()
unloadFontWeight()
unloadG()
unloadLocked()
unloadPoints()
unloadRoi()
unloadStrokeColor()
unloadStrokeDashArray()
unloadStrokeDashOffset()
unloadStrokeLineCap()
unloadStrokeLineJoin()
unloadStrokeMiterLimit()
unloadStrokeWidth()
unloadTextValue()
unloadTheC()
unloadTheT()
unloadTheZ()
unloadTransform()
unloadVectorEffect()
unloadVisibility()
class omero.model.PolygonPrx

Bases: omero.model.ShapePrx

begin_getPoints(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getTextValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setPoints(thePoints, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setTextValue(theTextValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getPoints(_r)
end_getTextValue(_r)
end_setPoints(_r)
end_setTextValue(_r)
getPoints(_ctx=None)
getTextValue(_ctx=None)
setPoints(thePoints, _ctx=None)
setTextValue(theTextValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Polyline(_id=None, _details=None, _loaded=False, _version=None, _theZ=None, _theT=None, _theC=None, _roi=None, _locked=None, _g=None, _transform=None, _vectorEffect=None, _visibility=None, _fillColor=None, _fillRule=None, _strokeColor=None, _strokeDashArray=None, _strokeDashOffset=None, _strokeLineCap=None, _strokeLineJoin=None, _strokeMiterLimit=None, _strokeWidth=None, _fontFamily=None, _fontSize=None, _fontStretch=None, _fontStyle=None, _fontVariant=None, _fontWeight=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _points=None, _textValue=None)

Bases: omero.model.Shape

_ice_type = <IcePy.TypeInfo object at 0x2c372b8>
_op_getPoints = <IcePy.Operation object at 0x2c372d0>
_op_getTextValue = <IcePy.Operation object at 0x2c37300>
_op_setPoints = <IcePy.Operation object at 0x2c372e8>
_op_setTextValue = <IcePy.Operation object at 0x2c37318>
getPoints(current=None)
getTextValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setPoints(thePoints, current=None)
setTextValue(theTextValue, current=None)
class omero.model.PolylineI(id=None, loaded=None)

Bases: omero.model.Polyline

DETAILS = 'ome.model.roi.Polyline_details'
FILLCOLOR = 'ome.model.roi.Polyline_fillColor'
FILLRULE = 'ome.model.roi.Polyline_fillRule'
FONTFAMILY = 'ome.model.roi.Polyline_fontFamily'
FONTSIZE = 'ome.model.roi.Polyline_fontSize'
FONTSTRETCH = 'ome.model.roi.Polyline_fontStretch'
FONTSTYLE = 'ome.model.roi.Polyline_fontStyle'
FONTVARIANT = 'ome.model.roi.Polyline_fontVariant'
FONTWEIGHT = 'ome.model.roi.Polyline_fontWeight'
G = 'ome.model.roi.Polyline_g'
LOCKED = 'ome.model.roi.Polyline_locked'
POINTS = 'ome.model.roi.Polyline_points'
ROI = 'ome.model.roi.Polyline_roi'
STROKECOLOR = 'ome.model.roi.Polyline_strokeColor'
STROKEDASHARRAY = 'ome.model.roi.Polyline_strokeDashArray'
STROKEDASHOFFSET = 'ome.model.roi.Polyline_strokeDashOffset'
STROKELINECAP = 'ome.model.roi.Polyline_strokeLineCap'
STROKELINEJOIN = 'ome.model.roi.Polyline_strokeLineJoin'
STROKEMITERLIMIT = 'ome.model.roi.Polyline_strokeMiterLimit'
STROKEWIDTH = 'ome.model.roi.Polyline_strokeWidth'
TEXTVALUE = 'ome.model.roi.Polyline_textValue'
THEC = 'ome.model.roi.Polyline_theC'
THET = 'ome.model.roi.Polyline_theT'
THEZ = 'ome.model.roi.Polyline_theZ'
TRANSFORM = 'ome.model.roi.Polyline_transform'
VECTOREFFECT = 'ome.model.roi.Polyline_vectorEffect'
VISIBILITY = 'ome.model.roi.Polyline_visibility'
_field_info = FieldInfo(points=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), textValue=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), theZ=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), theT=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), theC=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), roi=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), locked=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=True), g=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), transform=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), vectorEffect=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), visibility=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=True), fillColor=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), fillRule=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeColor=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeDashArray=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeDashOffset=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeLineCap=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeLineJoin=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeMiterLimit=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeWidth=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), fontFamily=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontSize=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), fontStretch=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontStyle=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontVariant=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontWeight=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllShapeAnnotationLinkSet(targets, current=None)
addShapeAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDetails(current=None)
getFillColor(current=None)
getFillRule(current=None)
getFontFamily(current=None)
getFontSize(current=None)
getFontStretch(current=None)
getFontStyle(current=None)
getFontVariant(current=None)
getFontWeight(current=None)
getG(current=None)
getId(current=None)
getLocked(current=None)
getPoints(current=None)
getRoi(current=None)
getStrokeColor(current=None)
getStrokeDashArray(current=None)
getStrokeDashOffset(current=None)
getStrokeLineCap(current=None)
getStrokeLineJoin(current=None)
getStrokeMiterLimit(current=None)
getStrokeWidth(current=None)
getTextValue(current=None)
getTheC(current=None)
getTheT(current=None)
getTheZ(current=None)
getTransform(current=None)
getVectorEffect(current=None)
getVersion(current=None)
getVisibility(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllShapeAnnotationLinkSet(targets, current=None)
removeShapeAnnotationLinkFromBoth(link, bothSides, current=None)
setFillColor(_fillColor, current=None, wrap=False)
setFillRule(_fillRule, current=None, wrap=False)
setFontFamily(_fontFamily, current=None, wrap=False)
setFontSize(_fontSize, current=None, wrap=False)
setFontStretch(_fontStretch, current=None, wrap=False)
setFontStyle(_fontStyle, current=None, wrap=False)
setFontVariant(_fontVariant, current=None, wrap=False)
setFontWeight(_fontWeight, current=None, wrap=False)
setG(_g, current=None, wrap=False)
setId(_id, current=None)
setLocked(_locked, current=None, wrap=False)
setPoints(_points, current=None, wrap=False)
setRoi(_roi, current=None, wrap=False)
setStrokeColor(_strokeColor, current=None, wrap=False)
setStrokeDashArray(_strokeDashArray, current=None, wrap=False)
setStrokeDashOffset(_strokeDashOffset, current=None, wrap=False)
setStrokeLineCap(_strokeLineCap, current=None, wrap=False)
setStrokeLineJoin(_strokeLineJoin, current=None, wrap=False)
setStrokeMiterLimit(_strokeMiterLimit, current=None, wrap=False)
setStrokeWidth(_strokeWidth, current=None, wrap=False)
setTextValue(_textValue, current=None, wrap=False)
setTheC(_theC, current=None, wrap=False)
setTheT(_theT, current=None, wrap=False)
setTheZ(_theZ, current=None, wrap=False)
setTransform(_transform, current=None, wrap=False)
setVectorEffect(_vectorEffect, current=None, wrap=False)
setVersion(version, current=None)
setVisibility(_visibility, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadFillColor()
unloadFillRule()
unloadFontFamily()
unloadFontSize()
unloadFontStretch()
unloadFontStyle()
unloadFontVariant()
unloadFontWeight()
unloadG()
unloadLocked()
unloadPoints()
unloadRoi()
unloadStrokeColor()
unloadStrokeDashArray()
unloadStrokeDashOffset()
unloadStrokeLineCap()
unloadStrokeLineJoin()
unloadStrokeMiterLimit()
unloadStrokeWidth()
unloadTextValue()
unloadTheC()
unloadTheT()
unloadTheZ()
unloadTransform()
unloadVectorEffect()
unloadVisibility()
class omero.model.PolylinePrx

Bases: omero.model.ShapePrx

begin_getPoints(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getTextValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setPoints(thePoints, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setTextValue(theTextValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getPoints(_r)
end_getTextValue(_r)
end_setPoints(_r)
end_setTextValue(_r)
getPoints(_ctx=None)
getTextValue(_ctx=None)
setPoints(thePoints, _ctx=None)
setTextValue(theTextValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Power(_value=0.0, _unit=YOTTAWATT)

Bases: Ice.Object

Unit of Power which is used through the model. This is not an [omero::model::IObject] implementation and as such does not have an ID value. Instead, the entire object is embedded into the containing class, so that the value and unit rows can be found on the table itself (e.g. lightSource.power and lightSource.powerUnit).

_ice_type = <IcePy.TypeInfo object at 0x1f3b438>
_op_copy = <IcePy.Operation object at 0x35ddf00>
_op_getSymbol = <IcePy.Operation object at 0x35ddee8>
_op_getUnit = <IcePy.Operation object at 0x35ddeb8>
_op_getValue = <IcePy.Operation object at 0x35dde88>
_op_setUnit = <IcePy.Operation object at 0x35dded0>
_op_setValue = <IcePy.Operation object at 0x35ddea0>
copy(current=None)
getSymbol(current=None)

Returns the possibly unicode representation of the “unit” value for display.

getUnit(current=None)

[omero::model::enums::UnitsPower] instance which is an [omero::model::IObject] meaning that its ID is sufficient for identifying equality.

getValue(current=None)

Actual value for this unit-based field. The interpretation of the value is only possible along with the [omero::model::enums::UnitsPower] enum.

ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setUnit(unit, current=None)
setValue(value, current=None)
class omero.model.PowerI(value=None, unit=None)

Bases: omero.model.Power, omero_model_UnitBase.UnitBase

CONVERSIONS = {YOTTAWATT: {ZETTAWATT: <omero.conversions.Mul object at 0x328e790>, EXAWATT: <omero.conversions.Mul object at 0x328dc10>, PETAWATT: <omero.conversions.Mul object at 0x328e310>, TERAWATT: <omero.conversions.Mul object at 0x328e490>, GIGAWATT: <omero.conversions.Mul object at 0x328dd90>, MEGAWATT: <omero.conversions.Mul object at 0x328dfd0>, KILOWATT: <omero.conversions.Mul object at 0x328df10>, HECTOWATT: <omero.conversions.Mul object at 0x328de50>, DECAWATT: <omero.conversions.Mul object at 0x328da90>, WATT: <omero.conversions.Mul object at 0x328e550>, DECIWATT: <omero.conversions.Mul object at 0x328db50>, CENTIWATT: <omero.conversions.Mul object at 0x328d9d0>, MILLIWATT: <omero.conversions.Mul object at 0x328e190>, MICROWATT: <omero.conversions.Mul object at 0x328e0d0>, NANOWATT: <omero.conversions.Mul object at 0x328e250>, PICOWATT: <omero.conversions.Mul object at 0x328e3d0>, FEMTOWATT: <omero.conversions.Mul object at 0x328dcd0>, ATTOWATT: <omero.conversions.Mul object at 0x328d910>, ZEPTOWATT: <omero.conversions.Mul object at 0x328e6d0>, YOCTOWATT: <omero.conversions.Mul object at 0x328e610>}, ZETTAWATT: {YOTTAWATT: <omero.conversions.Mul object at 0x328af50>, EXAWATT: <omero.conversions.Mul object at 0x328a450>, PETAWATT: <omero.conversions.Mul object at 0x328ab10>, TERAWATT: <omero.conversions.Mul object at 0x328ac90>, GIGAWATT: <omero.conversions.Mul object at 0x328a5d0>, MEGAWATT: <omero.conversions.Mul object at 0x328a810>, KILOWATT: <omero.conversions.Mul object at 0x328a750>, HECTOWATT: <omero.conversions.Mul object at 0x328a690>, DECAWATT: <omero.conversions.Mul object at 0x328a2d0>, WATT: <omero.conversions.Mul object at 0x328ad50>, DECIWATT: <omero.conversions.Mul object at 0x328a390>, CENTIWATT: <omero.conversions.Mul object at 0x328a210>, MILLIWATT: <omero.conversions.Mul object at 0x328a990>, MICROWATT: <omero.conversions.Mul object at 0x328a8d0>, NANOWATT: <omero.conversions.Mul object at 0x328aa50>, PICOWATT: <omero.conversions.Mul object at 0x328abd0>, FEMTOWATT: <omero.conversions.Mul object at 0x328a510>, ATTOWATT: <omero.conversions.Mul object at 0x328a150>, ZEPTOWATT: <omero.conversions.Mul object at 0x328f050>, YOCTOWATT: <omero.conversions.Mul object at 0x328ae10>}, EXAWATT: {YOTTAWATT: <omero.conversions.Mul object at 0x3499a10>, ZETTAWATT: <omero.conversions.Mul object at 0x3499c10>, PETAWATT: <omero.conversions.Mul object at 0x34995d0>, TERAWATT: <omero.conversions.Mul object at 0x3499750>, GIGAWATT: <omero.conversions.Mul object at 0x3499090>, MEGAWATT: <omero.conversions.Mul object at 0x34992d0>, KILOWATT: <omero.conversions.Mul object at 0x3499210>, HECTOWATT: <omero.conversions.Mul object at 0x3499150>, DECAWATT: <omero.conversions.Mul object at 0x3496e10>, WATT: <omero.conversions.Mul object at 0x3499810>, DECIWATT: <omero.conversions.Mul object at 0x3496ed0>, CENTIWATT: <omero.conversions.Mul object at 0x3496d50>, MILLIWATT: <omero.conversions.Mul object at 0x3499450>, MICROWATT: <omero.conversions.Mul object at 0x3499390>, NANOWATT: <omero.conversions.Mul object at 0x3499510>, PICOWATT: <omero.conversions.Mul object at 0x3499690>, FEMTOWATT: <omero.conversions.Mul object at 0x3496f90>, ATTOWATT: <omero.conversions.Mul object at 0x3496c90>, ZEPTOWATT: <omero.conversions.Mul object at 0x3499ad0>, YOCTOWATT: <omero.conversions.Mul object at 0x34998d0>}, PETAWATT: {YOTTAWATT: <omero.conversions.Mul object at 0x34a2fd0>, ZETTAWATT: <omero.conversions.Mul object at 0x34a4210>, EXAWATT: <omero.conversions.Mul object at 0x34a2590>, TERAWATT: <omero.conversions.Mul object at 0x34a2d10>, GIGAWATT: <omero.conversions.Mul object at 0x34a2710>, MEGAWATT: <omero.conversions.Mul object at 0x34a2950>, KILOWATT: <omero.conversions.Mul object at 0x34a2890>, HECTOWATT: <omero.conversions.Mul object at 0x34a27d0>, DECAWATT: <omero.conversions.Mul object at 0x34a2390>, WATT: <omero.conversions.Mul object at 0x34a2dd0>, DECIWATT: <omero.conversions.Mul object at 0x34a2450>, CENTIWATT: <omero.conversions.Mul object at 0x34a22d0>, MILLIWATT: <omero.conversions.Mul object at 0x34a2ad0>, MICROWATT: <omero.conversions.Mul object at 0x34a2a10>, NANOWATT: <omero.conversions.Mul object at 0x34a2b90>, PICOWATT: <omero.conversions.Mul object at 0x34a2c50>, FEMTOWATT: <omero.conversions.Mul object at 0x34a2650>, ATTOWATT: <omero.conversions.Mul object at 0x34a2210>, ZEPTOWATT: <omero.conversions.Mul object at 0x34a40d0>, YOCTOWATT: <omero.conversions.Mul object at 0x34a2e90>}, TERAWATT: {YOTTAWATT: <omero.conversions.Mul object at 0x34a9890>, ZETTAWATT: <omero.conversions.Mul object at 0x34a9a90>, EXAWATT: <omero.conversions.Mul object at 0x34a7d90>, PETAWATT: <omero.conversions.Mul object at 0x34a9510>, GIGAWATT: <omero.conversions.Mul object at 0x34a7f10>, MEGAWATT: <omero.conversions.Mul object at 0x34a9190>, KILOWATT: <omero.conversions.Mul object at 0x34a90d0>, HECTOWATT: <omero.conversions.Mul object at 0x34a7fd0>, DECAWATT: <omero.conversions.Mul object at 0x34a7b90>, WATT: <omero.conversions.Mul object at 0x34a9690>, DECIWATT: <omero.conversions.Mul object at 0x34a7c50>, CENTIWATT: <omero.conversions.Mul object at 0x34a7ad0>, MILLIWATT: <omero.conversions.Mul object at 0x34a9310>, MICROWATT: <omero.conversions.Mul object at 0x34a9250>, NANOWATT: <omero.conversions.Mul object at 0x34a93d0>, PICOWATT: <omero.conversions.Mul object at 0x34a95d0>, FEMTOWATT: <omero.conversions.Mul object at 0x34a7e50>, ATTOWATT: <omero.conversions.Mul object at 0x34a7a10>, ZEPTOWATT: <omero.conversions.Mul object at 0x34a9950>, YOCTOWATT: <omero.conversions.Mul object at 0x34a9750>}, GIGAWATT: {YOTTAWATT: <omero.conversions.Mul object at 0x349a3d0>, ZETTAWATT: <omero.conversions.Mul object at 0x349a5d0>, EXAWATT: <omero.conversions.Mul object at 0x3494850>, PETAWATT: <omero.conversions.Mul object at 0x3494ed0>, TERAWATT: <omero.conversions.Mul object at 0x349a110>, MEGAWATT: <omero.conversions.Mul object at 0x3494b50>, KILOWATT: <omero.conversions.Mul object at 0x3494a90>, HECTOWATT: <omero.conversions.Mul object at 0x34949d0>, DECAWATT: <omero.conversions.Mul object at 0x3494650>, WATT: <omero.conversions.Mul object at 0x349a1d0>, DECIWATT: <omero.conversions.Mul object at 0x3494710>, CENTIWATT: <omero.conversions.Mul object at 0x3494590>, MILLIWATT: <omero.conversions.Mul object at 0x3494cd0>, MICROWATT: <omero.conversions.Mul object at 0x3494c10>, NANOWATT: <omero.conversions.Mul object at 0x3494d90>, PICOWATT: <omero.conversions.Mul object at 0x3494f90>, FEMTOWATT: <omero.conversions.Mul object at 0x3494910>, ATTOWATT: <omero.conversions.Mul object at 0x34944d0>, ZEPTOWATT: <omero.conversions.Mul object at 0x349a490>, YOCTOWATT: <omero.conversions.Mul object at 0x349a290>}, MEGAWATT: {YOTTAWATT: <omero.conversions.Mul object at 0x349dc10>, ZETTAWATT: <omero.conversions.Mul object at 0x349de10>, EXAWATT: <omero.conversions.Mul object at 0x349d050>, PETAWATT: <omero.conversions.Mul object at 0x349d750>, TERAWATT: <omero.conversions.Mul object at 0x349d950>, GIGAWATT: <omero.conversions.Mul object at 0x349d250>, KILOWATT: <omero.conversions.Mul object at 0x349d3d0>, HECTOWATT: <omero.conversions.Mul object at 0x349d310>, DECAWATT: <omero.conversions.Mul object at 0x349ee10>, WATT: <omero.conversions.Mul object at 0x349da10>, DECIWATT: <omero.conversions.Mul object at 0x349eed0>, CENTIWATT: <omero.conversions.Mul object at 0x349ed50>, MILLIWATT: <omero.conversions.Mul object at 0x349d550>, MICROWATT: <omero.conversions.Mul object at 0x349d490>, NANOWATT: <omero.conversions.Mul object at 0x349d610>, PICOWATT: <omero.conversions.Mul object at 0x349d810>, FEMTOWATT: <omero.conversions.Mul object at 0x349d110>, ATTOWATT: <omero.conversions.Mul object at 0x349ec90>, ZEPTOWATT: <omero.conversions.Mul object at 0x349dcd0>, YOCTOWATT: <omero.conversions.Mul object at 0x349dad0>}, KILOWATT: {YOTTAWATT: <omero.conversions.Mul object at 0x349e9d0>, ZETTAWATT: <omero.conversions.Mul object at 0x349ebd0>, EXAWATT: <omero.conversions.Mul object at 0x349cd50>, PETAWATT: <omero.conversions.Mul object at 0x349e510>, TERAWATT: <omero.conversions.Mul object at 0x349e710>, GIGAWATT: <omero.conversions.Mul object at 0x349cf50>, MEGAWATT: <omero.conversions.Mul object at 0x349e190>, HECTOWATT: <omero.conversions.Mul object at 0x349e050>, DECAWATT: <omero.conversions.Mul object at 0x349cb50>, WATT: <omero.conversions.Mul object at 0x349e7d0>, DECIWATT: <omero.conversions.Mul object at 0x349cc10>, CENTIWATT: <omero.conversions.Mul object at 0x349ca90>, MILLIWATT: <omero.conversions.Mul object at 0x349e310>, MICROWATT: <omero.conversions.Mul object at 0x349e250>, NANOWATT: <omero.conversions.Mul object at 0x349e3d0>, PICOWATT: <omero.conversions.Mul object at 0x349e5d0>, FEMTOWATT: <omero.conversions.Mul object at 0x349ce10>, ATTOWATT: <omero.conversions.Mul object at 0x349c9d0>, ZEPTOWATT: <omero.conversions.Mul object at 0x349ea90>, YOCTOWATT: <omero.conversions.Mul object at 0x349e890>}, HECTOWATT: {YOTTAWATT: <omero.conversions.Mul object at 0x349c710>, ZETTAWATT: <omero.conversions.Mul object at 0x349c910>, EXAWATT: <omero.conversions.Mul object at 0x349aa10>, PETAWATT: <omero.conversions.Mul object at 0x349c250>, TERAWATT: <omero.conversions.Mul object at 0x349c450>, GIGAWATT: <omero.conversions.Mul object at 0x349ac10>, MEGAWATT: <omero.conversions.Mul object at 0x349ae90>, KILOWATT: <omero.conversions.Mul object at 0x349ad50>, DECAWATT: <omero.conversions.Mul object at 0x349a810>, WATT: <omero.conversions.Mul object at 0x349c510>, DECIWATT: <omero.conversions.Mul object at 0x349a8d0>, CENTIWATT: <omero.conversions.Mul object at 0x349a750>, MILLIWATT: <omero.conversions.Mul object at 0x349c050>, MICROWATT: <omero.conversions.Mul object at 0x349af50>, NANOWATT: <omero.conversions.Mul object at 0x349c110>, PICOWATT: <omero.conversions.Mul object at 0x349c310>, FEMTOWATT: <omero.conversions.Mul object at 0x349aad0>, ATTOWATT: <omero.conversions.Mul object at 0x349a690>, ZEPTOWATT: <omero.conversions.Mul object at 0x349c7d0>, YOCTOWATT: <omero.conversions.Mul object at 0x349c5d0>}, DECAWATT: {YOTTAWATT: <omero.conversions.Mul object at 0x3493510>, ZETTAWATT: <omero.conversions.Mul object at 0x3493710>, EXAWATT: <omero.conversions.Mul object at 0x34956d0>, PETAWATT: <omero.conversions.Mul object at 0x3493050>, TERAWATT: <omero.conversions.Mul object at 0x3493250>, GIGAWATT: <omero.conversions.Mul object at 0x34958d0>, MEGAWATT: <omero.conversions.Mul object at 0x3495c90>, KILOWATT: <omero.conversions.Mul object at 0x3495b50>, HECTOWATT: <omero.conversions.Mul object at 0x3495a10>, WATT: <omero.conversions.Mul object at 0x3493310>, DECIWATT: <omero.conversions.Mul object at 0x3495590>, CENTIWATT: <omero.conversions.Mul object at 0x34954d0>, MILLIWATT: <omero.conversions.Mul object at 0x3495e10>, MICROWATT: <omero.conversions.Mul object at 0x3495d50>, NANOWATT: <omero.conversions.Mul object at 0x3495ed0>, PICOWATT: <omero.conversions.Mul object at 0x3493110>, FEMTOWATT: <omero.conversions.Mul object at 0x3495790>, ATTOWATT: <omero.conversions.Mul object at 0x3495410>, ZEPTOWATT: <omero.conversions.Mul object at 0x34935d0>, YOCTOWATT: <omero.conversions.Mul object at 0x34933d0>}, WATT: {YOTTAWATT: <omero.conversions.Mul object at 0x34a8cd0>, ZETTAWATT: <omero.conversions.Mul object at 0x34a8ed0>, EXAWATT: <omero.conversions.Mul object at 0x34a9f50>, PETAWATT: <omero.conversions.Mul object at 0x34a88d0>, TERAWATT: <omero.conversions.Mul object at 0x34a8ad0>, GIGAWATT: <omero.conversions.Mul object at 0x34a8190>, MEGAWATT: <omero.conversions.Mul object at 0x34a8550>, KILOWATT: <omero.conversions.Mul object at 0x34a8410>, HECTOWATT: <omero.conversions.Mul object at 0x34a82d0>, DECAWATT: <omero.conversions.Mul object at 0x34a9d50>, DECIWATT: <omero.conversions.Mul object at 0x34a9e10>, CENTIWATT: <omero.conversions.Mul object at 0x34a9c10>, MILLIWATT: <omero.conversions.Mul object at 0x34a86d0>, MICROWATT: <omero.conversions.Mul object at 0x34a8610>, NANOWATT: <omero.conversions.Mul object at 0x34a8790>, PICOWATT: <omero.conversions.Mul object at 0x34a8990>, FEMTOWATT: <omero.conversions.Mul object at 0x34a8050>, ATTOWATT: <omero.conversions.Mul object at 0x34a9b50>, ZEPTOWATT: <omero.conversions.Mul object at 0x34a8d90>, YOCTOWATT: <omero.conversions.Mul object at 0x34a8b90>}, DECIWATT: {YOTTAWATT: <omero.conversions.Mul object at 0x34969d0>, ZETTAWATT: <omero.conversions.Mul object at 0x3496bd0>, EXAWATT: <omero.conversions.Mul object at 0x3493b10>, PETAWATT: <omero.conversions.Mul object at 0x3496490>, TERAWATT: <omero.conversions.Mul object at 0x3496690>, GIGAWATT: <omero.conversions.Mul object at 0x3493d10>, MEGAWATT: <omero.conversions.Mul object at 0x3496110>, KILOWATT: <omero.conversions.Mul object at 0x3493f90>, HECTOWATT: <omero.conversions.Mul object at 0x3493e50>, DECAWATT: <omero.conversions.Mul object at 0x34939d0>, WATT: <omero.conversions.Mul object at 0x34967d0>, CENTIWATT: <omero.conversions.Mul object at 0x3493890>, MILLIWATT: <omero.conversions.Mul object at 0x3496290>, MICROWATT: <omero.conversions.Mul object at 0x34961d0>, NANOWATT: <omero.conversions.Mul object at 0x3496350>, PICOWATT: <omero.conversions.Mul object at 0x3496550>, FEMTOWATT: <omero.conversions.Mul object at 0x3493bd0>, ATTOWATT: <omero.conversions.Mul object at 0x34937d0>, ZEPTOWATT: <omero.conversions.Mul object at 0x3496a90>, YOCTOWATT: <omero.conversions.Mul object at 0x3496890>}, CENTIWATT: {YOTTAWATT: <omero.conversions.Mul object at 0x3495150>, ZETTAWATT: <omero.conversions.Mul object at 0x3495350>, EXAWATT: <omero.conversions.Mul object at 0x3498290>, PETAWATT: <omero.conversions.Mul object at 0x3498bd0>, TERAWATT: <omero.conversions.Mul object at 0x3498dd0>, GIGAWATT: <omero.conversions.Mul object at 0x3498490>, MEGAWATT: <omero.conversions.Mul object at 0x3498850>, KILOWATT: <omero.conversions.Mul object at 0x3498710>, HECTOWATT: <omero.conversions.Mul object at 0x34985d0>, DECAWATT: <omero.conversions.Mul object at 0x3492fd0>, WATT: <omero.conversions.Mul object at 0x3498f10>, DECIWATT: <omero.conversions.Mul object at 0x3498150>, MILLIWATT: <omero.conversions.Mul object at 0x34989d0>, MICROWATT: <omero.conversions.Mul object at 0x3498910>, NANOWATT: <omero.conversions.Mul object at 0x3498a90>, PICOWATT: <omero.conversions.Mul object at 0x3498c90>, FEMTOWATT: <omero.conversions.Mul object at 0x3498350>, ATTOWATT: <omero.conversions.Mul object at 0x3492e90>, ZEPTOWATT: <omero.conversions.Mul object at 0x3495210>, YOCTOWATT: <omero.conversions.Mul object at 0x3498fd0>}, MILLIWATT: {YOTTAWATT: <omero.conversions.Mul object at 0x34a3850>, ZETTAWATT: <omero.conversions.Mul object at 0x34a3a50>, EXAWATT: <omero.conversions.Mul object at 0x34a1a50>, PETAWATT: <omero.conversions.Mul object at 0x34a3310>, TERAWATT: <omero.conversions.Mul object at 0x34a3510>, GIGAWATT: <omero.conversions.Mul object at 0x34a1c50>, MEGAWATT: <omero.conversions.Mul object at 0x34a3050>, KILOWATT: <omero.conversions.Mul object at 0x34a1ed0>, HECTOWATT: <omero.conversions.Mul object at 0x34a1d90>, DECAWATT: <omero.conversions.Mul object at 0x34a17d0>, WATT: <omero.conversions.Mul object at 0x34a3650>, DECIWATT: <omero.conversions.Mul object at 0x34a1910>, CENTIWATT: <omero.conversions.Mul object at 0x34a1690>, MICROWATT: <omero.conversions.Mul object at 0x34a3110>, NANOWATT: <omero.conversions.Mul object at 0x34a31d0>, PICOWATT: <omero.conversions.Mul object at 0x34a33d0>, FEMTOWATT: <omero.conversions.Mul object at 0x34a1b10>, ATTOWATT: <omero.conversions.Mul object at 0x34a1550>, ZEPTOWATT: <omero.conversions.Mul object at 0x34a3910>, YOCTOWATT: <omero.conversions.Mul object at 0x34a3710>}, MICROWATT: {YOTTAWATT: <omero.conversions.Mul object at 0x34a1290>, ZETTAWATT: <omero.conversions.Mul object at 0x34a1490>, EXAWATT: <omero.conversions.Mul object at 0x349f410>, PETAWATT: <omero.conversions.Mul object at 0x349fd10>, TERAWATT: <omero.conversions.Mul object at 0x349ff10>, GIGAWATT: <omero.conversions.Mul object at 0x349f610>, MEGAWATT: <omero.conversions.Mul object at 0x349f9d0>, KILOWATT: <omero.conversions.Mul object at 0x349f890>, HECTOWATT: <omero.conversions.Mul object at 0x349f750>, DECAWATT: <omero.conversions.Mul object at 0x349f190>, WATT: <omero.conversions.Mul object at 0x34a1090>, DECIWATT: <omero.conversions.Mul object at 0x349f2d0>, CENTIWATT: <omero.conversions.Mul object at 0x349f050>, MILLIWATT: <omero.conversions.Mul object at 0x349fb10>, NANOWATT: <omero.conversions.Mul object at 0x349fbd0>, PICOWATT: <omero.conversions.Mul object at 0x349fdd0>, FEMTOWATT: <omero.conversions.Mul object at 0x349f4d0>, ATTOWATT: <omero.conversions.Mul object at 0x349ded0>, ZEPTOWATT: <omero.conversions.Mul object at 0x34a1350>, YOCTOWATT: <omero.conversions.Mul object at 0x34a1150>}, NANOWATT: {YOTTAWATT: <omero.conversions.Mul object at 0x34a5f10>, ZETTAWATT: <omero.conversions.Mul object at 0x34a2150>, EXAWATT: <omero.conversions.Mul object at 0x34a5050>, PETAWATT: <omero.conversions.Mul object at 0x34a59d0>, TERAWATT: <omero.conversions.Mul object at 0x34a5bd0>, GIGAWATT: <omero.conversions.Mul object at 0x34a5250>, MEGAWATT: <omero.conversions.Mul object at 0x34a5610>, KILOWATT: <omero.conversions.Mul object at 0x34a54d0>, HECTOWATT: <omero.conversions.Mul object at 0x34a5390>, DECAWATT: <omero.conversions.Mul object at 0x34a3d90>, WATT: <omero.conversions.Mul object at 0x34a5d10>, DECIWATT: <omero.conversions.Mul object at 0x34a3ed0>, CENTIWATT: <omero.conversions.Mul object at 0x34a3c50>, MILLIWATT: <omero.conversions.Mul object at 0x34a5890>, MICROWATT: <omero.conversions.Mul object at 0x34a5750>, PICOWATT: <omero.conversions.Mul object at 0x34a5a90>, FEMTOWATT: <omero.conversions.Mul object at 0x34a5110>, ATTOWATT: <omero.conversions.Mul object at 0x34a3b10>, ZEPTOWATT: <omero.conversions.Mul object at 0x34a5fd0>, YOCTOWATT: <omero.conversions.Mul object at 0x34a5dd0>}, PICOWATT: {YOTTAWATT: <omero.conversions.Mul object at 0x34a7750>, ZETTAWATT: <omero.conversions.Mul object at 0x34a7950>, EXAWATT: <omero.conversions.Mul object at 0x34a47d0>, PETAWATT: <omero.conversions.Mul object at 0x34a72d0>, TERAWATT: <omero.conversions.Mul object at 0x34a7410>, GIGAWATT: <omero.conversions.Mul object at 0x34a49d0>, MEGAWATT: <omero.conversions.Mul object at 0x34a4d90>, KILOWATT: <omero.conversions.Mul object at 0x34a4c50>, HECTOWATT: <omero.conversions.Mul object at 0x34a4b10>, DECAWATT: <omero.conversions.Mul object at 0x34a4550>, WATT: <omero.conversions.Mul object at 0x34a7550>, DECIWATT: <omero.conversions.Mul object at 0x34a4690>, CENTIWATT: <omero.conversions.Mul object at 0x34a4410>, MILLIWATT: <omero.conversions.Mul object at 0x34a7050>, MICROWATT: <omero.conversions.Mul object at 0x34a4ed0>, NANOWATT: <omero.conversions.Mul object at 0x34a7190>, FEMTOWATT: <omero.conversions.Mul object at 0x34a4890>, ATTOWATT: <omero.conversions.Mul object at 0x34a42d0>, ZEPTOWATT: <omero.conversions.Mul object at 0x34a7810>, YOCTOWATT: <omero.conversions.Mul object at 0x34a7610>}, FEMTOWATT: {YOTTAWATT: <omero.conversions.Mul object at 0x3494210>, ZETTAWATT: <omero.conversions.Mul object at 0x3494410>, EXAWATT: <omero.conversions.Mul object at 0x3497210>, PETAWATT: <omero.conversions.Mul object at 0x3497c10>, TERAWATT: <omero.conversions.Mul object at 0x3497e90>, GIGAWATT: <omero.conversions.Mul object at 0x3497350>, MEGAWATT: <omero.conversions.Mul object at 0x3497710>, KILOWATT: <omero.conversions.Mul object at 0x34975d0>, HECTOWATT: <omero.conversions.Mul object at 0x3497490>, DECAWATT: <omero.conversions.Mul object at 0x3499f50>, WATT: <omero.conversions.Mul object at 0x3497fd0>, DECIWATT: <omero.conversions.Mul object at 0x34970d0>, CENTIWATT: <omero.conversions.Mul object at 0x3499e10>, MILLIWATT: <omero.conversions.Mul object at 0x3497990>, MICROWATT: <omero.conversions.Mul object at 0x3497850>, NANOWATT: <omero.conversions.Mul object at 0x3497ad0>, PICOWATT: <omero.conversions.Mul object at 0x3497d50>, ATTOWATT: <omero.conversions.Mul object at 0x3499cd0>, ZEPTOWATT: <omero.conversions.Mul object at 0x34942d0>, YOCTOWATT: <omero.conversions.Mul object at 0x34940d0>}, ATTOWATT: {YOTTAWATT: <omero.conversions.Mul object at 0x3492bd0>, ZETTAWATT: <omero.conversions.Mul object at 0x3492dd0>, EXAWATT: <omero.conversions.Mul object at 0x3490a90>, PETAWATT: <omero.conversions.Mul object at 0x3492610>, TERAWATT: <omero.conversions.Mul object at 0x3492890>, GIGAWATT: <omero.conversions.Mul object at 0x3490d10>, MEGAWATT: <omero.conversions.Mul object at 0x3492110>, KILOWATT: <omero.conversions.Mul object at 0x3490f90>, HECTOWATT: <omero.conversions.Mul object at 0x3490e50>, DECAWATT: <omero.conversions.Mul object at 0x3490810>, WATT: <omero.conversions.Mul object at 0x34929d0>, DECIWATT: <omero.conversions.Mul object at 0x3490950>, CENTIWATT: <omero.conversions.Mul object at 0x34906d0>, MILLIWATT: <omero.conversions.Mul object at 0x3492390>, MICROWATT: <omero.conversions.Mul object at 0x3492250>, NANOWATT: <omero.conversions.Mul object at 0x34924d0>, PICOWATT: <omero.conversions.Mul object at 0x3492750>, FEMTOWATT: <omero.conversions.Mul object at 0x3490bd0>, ZEPTOWATT: <omero.conversions.Mul object at 0x3492c90>, YOCTOWATT: <omero.conversions.Mul object at 0x3492a90>}, ZEPTOWATT: {YOTTAWATT: <omero.conversions.Mul object at 0x3298f10>, ZETTAWATT: <omero.conversions.Mul object at 0x328a090>, EXAWATT: <omero.conversions.Mul object at 0x328edd0>, PETAWATT: <omero.conversions.Mul object at 0x3298950>, TERAWATT: <omero.conversions.Mul object at 0x3298bd0>, GIGAWATT: <omero.conversions.Mul object at 0x3298090>, MEGAWATT: <omero.conversions.Mul object at 0x3298450>, KILOWATT: <omero.conversions.Mul object at 0x3298310>, HECTOWATT: <omero.conversions.Mul object at 0x32981d0>, DECAWATT: <omero.conversions.Mul object at 0x328eb50>, WATT: <omero.conversions.Mul object at 0x3298d10>, DECIWATT: <omero.conversions.Mul object at 0x328ec90>, CENTIWATT: <omero.conversions.Mul object at 0x328ea10>, MILLIWATT: <omero.conversions.Mul object at 0x32986d0>, MICROWATT: <omero.conversions.Mul object at 0x3298590>, NANOWATT: <omero.conversions.Mul object at 0x3298810>, PICOWATT: <omero.conversions.Mul object at 0x3298a90>, FEMTOWATT: <omero.conversions.Mul object at 0x328ef10>, ATTOWATT: <omero.conversions.Mul object at 0x328e8d0>, YOCTOWATT: <omero.conversions.Mul object at 0x3298dd0>}, YOCTOWATT: {YOTTAWATT: <omero.conversions.Mul object at 0x328d5d0>, ZETTAWATT: <omero.conversions.Mul object at 0x328d850>, EXAWATT: <omero.conversions.Mul object at 0x32bd550>, PETAWATT: <omero.conversions.Mul object at 0x328d0d0>, TERAWATT: <omero.conversions.Mul object at 0x328d350>, GIGAWATT: <omero.conversions.Mul object at 0x32bd7d0>, MEGAWATT: <omero.conversions.Mul object at 0x32bdb90>, KILOWATT: <omero.conversions.Mul object at 0x32bda50>, HECTOWATT: <omero.conversions.Mul object at 0x32bd910>, DECAWATT: <omero.conversions.Mul object at 0x32bd2d0>, WATT: <omero.conversions.Mul object at 0x328d490>, DECIWATT: <omero.conversions.Mul object at 0x32bd410>, CENTIWATT: <omero.conversions.Mul object at 0x32bd190>, MILLIWATT: <omero.conversions.Mul object at 0x32bde10>, MICROWATT: <omero.conversions.Mul object at 0x32bdcd0>, NANOWATT: <omero.conversions.Mul object at 0x32bdf50>, PICOWATT: <omero.conversions.Mul object at 0x328d210>, FEMTOWATT: <omero.conversions.Mul object at 0x32bd690>, ATTOWATT: <omero.conversions.Mul object at 0x32bd050>, ZEPTOWATT: <omero.conversions.Mul object at 0x328d710>}}
SYMBOLS = {'YOTTAWATT': 'YW', 'MICROWATT': '\xc2\xb5W', 'MILLIWATT': 'mW', 'KILOWATT': 'kW', 'YOCTOWATT': 'yW', 'FEMTOWATT': 'fW', 'HECTOWATT': 'hW', 'DECAWATT': 'daW', 'CENTIWATT': 'cW', 'PICOWATT': 'pW', 'WATT': 'W', 'TERAWATT': 'TW', 'ZEPTOWATT': 'zW', 'PETAWATT': 'PW', 'DECIWATT': 'dW', 'ATTOWATT': 'aW', 'MEGAWATT': 'MW', 'GIGAWATT': 'GW', 'NANOWATT': 'nW', 'ZETTAWATT': 'ZW', 'EXAWATT': 'EW'}
UNIT_VALUES = [YOTTAWATT, ZETTAWATT, EXAWATT, PETAWATT, TERAWATT, GIGAWATT, MEGAWATT, KILOWATT, HECTOWATT, DECAWATT, WATT, DECIWATT, CENTIWATT, MILLIWATT, MICROWATT, NANOWATT, PICOWATT, FEMTOWATT, ATTOWATT, ZEPTOWATT, YOCTOWATT]
getSymbol(current=None)
getUnit(current=None)
getValue(current=None)
static lookupSymbol(unit)
setUnit(unit, current=None)
setValue(value, current=None)
val = YOCTOWATT
class omero.model.PowerPrx

Bases: IcePy.ObjectPrx

Actual value for this unit-based field. The interpretation of the value is only possible along with the [omero::model::enums::UnitsPower] enum.

begin_copy(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSymbol(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getUnit(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setUnit(unit, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(value, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
copy(_ctx=None)
end_copy(_r)
end_getSymbol(_r)
end_getUnit(_r)
end_getValue(_r)
end_setUnit(_r)
end_setValue(_r)
getSymbol(_ctx=None)
getUnit(_ctx=None)
getValue(_ctx=None)
setUnit(unit, _ctx=None)
setValue(value, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Pressure(_value=0.0, _unit=YOTTAPASCAL)

Bases: Ice.Object

Unit of Pressure which is used through the model. This is not an [omero::model::IObject] implementation and as such does not have an ID value. Instead, the entire object is embedded into the containing class, so that the value and unit rows can be found on the table itself (e.g. imagingEnvironment.pressure and imagingEnvironment.pressureUnit).

_ice_type = <IcePy.TypeInfo object at 0x243bb70>
_op_copy = <IcePy.Operation object at 0x35ddf90>
_op_getSymbol = <IcePy.Operation object at 0x35ddf78>
_op_getUnit = <IcePy.Operation object at 0x35ddf48>
_op_getValue = <IcePy.Operation object at 0x35ddf18>
_op_setUnit = <IcePy.Operation object at 0x35ddf60>
_op_setValue = <IcePy.Operation object at 0x35ddf30>
copy(current=None)
getSymbol(current=None)

Returns the possibly unicode representation of the “unit” value for display.

getUnit(current=None)

[omero::model::enums::UnitsPressure] instance which is an [omero::model::IObject] meaning that its ID is sufficient for identifying equality.

getValue(current=None)

Actual value for this unit-based field. The interpretation of the value is only possible along with the [omero::model::enums::UnitsPressure] enum.

ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setUnit(unit, current=None)
setValue(value, current=None)
class omero.model.PressureI(value=None, unit=None)

Bases: omero.model.Pressure, omero_model_UnitBase.UnitBase

CONVERSIONS = {YOTTAPASCAL: {ZETTAPASCAL: <omero.conversions.Mul object at 0x363ca50>, EXAPASCAL: <omero.conversions.Mul object at 0x363b590>, PETAPASCAL: <omero.conversions.Mul object at 0x363c250>, TERAPASCAL: <omero.conversions.Mul object at 0x363c650>, GIGAPASCAL: <omero.conversions.Mul object at 0x363b710>, MEGAPASCAL: <omero.conversions.Mul object at 0x363bad0>, KILOPASCAL: <omero.conversions.Mul object at 0x363b950>, HECTOPASCAL: <omero.conversions.Mul object at 0x363b7d0>, DECAPASCAL: <omero.conversions.Mul object at 0x363b350>, Pascal: <omero.conversions.Mul object at 0x363c590>, DECIPASCAL: <omero.conversions.Mul object at 0x363b4d0>, CENTIPASCAL: <omero.conversions.Mul object at 0x363b290>, MILLIPASCAL: <omero.conversions.Mul object at 0x363bd10>, MICROPASCAL: <omero.conversions.Mul object at 0x363bb90>, NANOPASCAL: <omero.conversions.Mul object at 0x363c190>, PICOPASCAL: <omero.conversions.Mul object at 0x363c310>, FEMTOPASCAL: <omero.conversions.Mul object at 0x363b650>, ATTOPASCAL: <omero.conversions.Mul object at 0x363b050>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x363c990>, YOCTOPASCAL: <omero.conversions.Mul object at 0x363c8d0>, BAR: <omero.conversions.Mul object at 0x363b110>, MEGABAR: <omero.conversions.Mul object at 0x363ba10>, KILOBAR: <omero.conversions.Mul object at 0x363b890>, DECIBAR: <omero.conversions.Mul object at 0x363b410>, CENTIBAR: <omero.conversions.Mul object at 0x363b1d0>, MILLIBAR: <omero.conversions.Mul object at 0x363bc50>, ATMOSPHERE: <omero.conversions.Mul object at 0x3639f50>, PSI: <omero.conversions.Mul object at 0x363c4d0>, TORR: <omero.conversions.Mul object at 0x363c810>, MILLITORR: <omero.conversions.Mul object at 0x363bed0>, MMHG: <omero.conversions.Mul object at 0x363c0d0>}, ZETTAPASCAL: {YOTTAPASCAL: <omero.conversions.Mul object at 0x3641050>, EXAPASCAL: <omero.conversions.Mul object at 0x3640b90>, PETAPASCAL: <omero.conversions.Mul object at 0x3643850>, TERAPASCAL: <omero.conversions.Mul object at 0x3643c50>, GIGAPASCAL: <omero.conversions.Mul object at 0x3640d10>, MEGAPASCAL: <omero.conversions.Mul object at 0x3643110>, KILOPASCAL: <omero.conversions.Mul object at 0x3640f50>, HECTOPASCAL: <omero.conversions.Mul object at 0x3640dd0>, DECAPASCAL: <omero.conversions.Mul object at 0x3640950>, Pascal: <omero.conversions.Mul object at 0x3643b90>, DECIPASCAL: <omero.conversions.Mul object at 0x3640ad0>, CENTIPASCAL: <omero.conversions.Mul object at 0x3640890>, MILLIPASCAL: <omero.conversions.Mul object at 0x3643350>, MICROPASCAL: <omero.conversions.Mul object at 0x36431d0>, NANOPASCAL: <omero.conversions.Mul object at 0x3643790>, PICOPASCAL: <omero.conversions.Mul object at 0x3643910>, FEMTOPASCAL: <omero.conversions.Mul object at 0x3640c50>, ATTOPASCAL: <omero.conversions.Mul object at 0x3640650>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x3641110>, YOCTOPASCAL: <omero.conversions.Mul object at 0x3643ed0>, BAR: <omero.conversions.Mul object at 0x3640710>, MEGABAR: <omero.conversions.Mul object at 0x3643050>, KILOBAR: <omero.conversions.Mul object at 0x3640e90>, DECIBAR: <omero.conversions.Mul object at 0x3640a10>, CENTIBAR: <omero.conversions.Mul object at 0x36407d0>, MILLIBAR: <omero.conversions.Mul object at 0x3643290>, ATMOSPHERE: <omero.conversions.Mul object at 0x3640590>, PSI: <omero.conversions.Mul object at 0x3643ad0>, TORR: <omero.conversions.Mul object at 0x3643e10>, MILLITORR: <omero.conversions.Mul object at 0x3643510>, MMHG: <omero.conversions.Mul object at 0x36436d0>}, EXAPASCAL: {YOTTAPASCAL: <omero.conversions.Mul object at 0x32b8ad0>, ZETTAPASCAL: <omero.conversions.Mul object at 0x32b8cd0>, PETAPASCAL: <omero.conversions.Mul object at 0x32b8310>, TERAPASCAL: <omero.conversions.Mul object at 0x32b8710>, GIGAPASCAL: <omero.conversions.Mul object at 0x32b47d0>, MEGAPASCAL: <omero.conversions.Mul object at 0x32b4b90>, KILOPASCAL: <omero.conversions.Mul object at 0x32b4a10>, HECTOPASCAL: <omero.conversions.Mul object at 0x32b4890>, DECAPASCAL: <omero.conversions.Mul object at 0x32b44d0>, Pascal: <omero.conversions.Mul object at 0x32b8650>, DECIPASCAL: <omero.conversions.Mul object at 0x32b4650>, CENTIPASCAL: <omero.conversions.Mul object at 0x32b4410>, MILLIPASCAL: <omero.conversions.Mul object at 0x32b4dd0>, MICROPASCAL: <omero.conversions.Mul object at 0x32b4c50>, NANOPASCAL: <omero.conversions.Mul object at 0x32b8250>, PICOPASCAL: <omero.conversions.Mul object at 0x32b83d0>, FEMTOPASCAL: <omero.conversions.Mul object at 0x32b4710>, ATTOPASCAL: <omero.conversions.Mul object at 0x32b41d0>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x32b8b90>, YOCTOPASCAL: <omero.conversions.Mul object at 0x32b8990>, BAR: <omero.conversions.Mul object at 0x32b4290>, MEGABAR: <omero.conversions.Mul object at 0x32b4ad0>, KILOBAR: <omero.conversions.Mul object at 0x32b4950>, DECIBAR: <omero.conversions.Mul object at 0x32b4590>, CENTIBAR: <omero.conversions.Mul object at 0x32b4350>, MILLIBAR: <omero.conversions.Mul object at 0x32b4d10>, ATMOSPHERE: <omero.conversions.Mul object at 0x32b4110>, PSI: <omero.conversions.Mul object at 0x32b8590>, TORR: <omero.conversions.Mul object at 0x32b88d0>, MILLITORR: <omero.conversions.Mul object at 0x32b4f90>, MMHG: <omero.conversions.Mul object at 0x32b8190>}, PETAPASCAL: {YOTTAPASCAL: <omero.conversions.Mul object at 0x36205d0>, ZETTAPASCAL: <omero.conversions.Mul object at 0x36207d0>, EXAPASCAL: <omero.conversions.Mul object at 0x361f210>, TERAPASCAL: <omero.conversions.Mul object at 0x3620210>, GIGAPASCAL: <omero.conversions.Mul object at 0x361f390>, MEGAPASCAL: <omero.conversions.Mul object at 0x361f750>, KILOPASCAL: <omero.conversions.Mul object at 0x361f5d0>, HECTOPASCAL: <omero.conversions.Mul object at 0x361f450>, DECAPASCAL: <omero.conversions.Mul object at 0x362ef10>, Pascal: <omero.conversions.Mul object at 0x3620150>, DECIPASCAL: <omero.conversions.Mul object at 0x361f0d0>, CENTIPASCAL: <omero.conversions.Mul object at 0x362ee50>, MILLIPASCAL: <omero.conversions.Mul object at 0x361f990>, MICROPASCAL: <omero.conversions.Mul object at 0x361f810>, NANOPASCAL: <omero.conversions.Mul object at 0x361fdd0>, PICOPASCAL: <omero.conversions.Mul object at 0x361fe90>, FEMTOPASCAL: <omero.conversions.Mul object at 0x361f2d0>, ATTOPASCAL: <omero.conversions.Mul object at 0x362ec10>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x3620690>, YOCTOPASCAL: <omero.conversions.Mul object at 0x3620490>, BAR: <omero.conversions.Mul object at 0x362ecd0>, MEGABAR: <omero.conversions.Mul object at 0x361f690>, KILOBAR: <omero.conversions.Mul object at 0x361f510>, DECIBAR: <omero.conversions.Mul object at 0x362efd0>, CENTIBAR: <omero.conversions.Mul object at 0x362ed90>, MILLIBAR: <omero.conversions.Mul object at 0x361f8d0>, ATMOSPHERE: <omero.conversions.Mul object at 0x362eb50>, PSI: <omero.conversions.Mul object at 0x3620090>, TORR: <omero.conversions.Mul object at 0x36203d0>, MILLITORR: <omero.conversions.Mul object at 0x361fb50>, MMHG: <omero.conversions.Mul object at 0x361fd10>}, TERAPASCAL: {YOTTAPASCAL: <omero.conversions.Mul object at 0x3636150>, ZETTAPASCAL: <omero.conversions.Mul object at 0x3636350>, EXAPASCAL: <omero.conversions.Mul object at 0x3630cd0>, PETAPASCAL: <omero.conversions.Mul object at 0x3632a10>, GIGAPASCAL: <omero.conversions.Mul object at 0x3630e50>, MEGAPASCAL: <omero.conversions.Mul object at 0x3632250>, KILOPASCAL: <omero.conversions.Mul object at 0x36320d0>, HECTOPASCAL: <omero.conversions.Mul object at 0x3630f10>, DECAPASCAL: <omero.conversions.Mul object at 0x3630a10>, Pascal: <omero.conversions.Mul object at 0x3632d50>, DECIPASCAL: <omero.conversions.Mul object at 0x3630b90>, CENTIPASCAL: <omero.conversions.Mul object at 0x3630950>, MILLIPASCAL: <omero.conversions.Mul object at 0x3632490>, MICROPASCAL: <omero.conversions.Mul object at 0x3632310>, NANOPASCAL: <omero.conversions.Mul object at 0x36328d0>, PICOPASCAL: <omero.conversions.Mul object at 0x3632ad0>, FEMTOPASCAL: <omero.conversions.Mul object at 0x3630d90>, ATTOPASCAL: <omero.conversions.Mul object at 0x3630710>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x3636210>, YOCTOPASCAL: <omero.conversions.Mul object at 0x3632fd0>, BAR: <omero.conversions.Mul object at 0x36307d0>, MEGABAR: <omero.conversions.Mul object at 0x3632190>, KILOBAR: <omero.conversions.Mul object at 0x3630fd0>, DECIBAR: <omero.conversions.Mul object at 0x3630ad0>, CENTIBAR: <omero.conversions.Mul object at 0x3630890>, MILLIBAR: <omero.conversions.Mul object at 0x36323d0>, ATMOSPHERE: <omero.conversions.Mul object at 0x3630650>, PSI: <omero.conversions.Mul object at 0x3632c90>, TORR: <omero.conversions.Mul object at 0x3632f10>, MILLITORR: <omero.conversions.Mul object at 0x3632650>, MMHG: <omero.conversions.Mul object at 0x3632810>}, GIGAPASCAL: {YOTTAPASCAL: <omero.conversions.Mul object at 0x32bf310>, ZETTAPASCAL: <omero.conversions.Mul object at 0x32bf510>, EXAPASCAL: <omero.conversions.Mul object at 0x32bbd90>, PETAPASCAL: <omero.conversions.Mul object at 0x32b6a90>, TERAPASCAL: <omero.conversions.Mul object at 0x32b6f10>, MEGAPASCAL: <omero.conversions.Mul object at 0x32b62d0>, KILOPASCAL: <omero.conversions.Mul object at 0x32b60d0>, HECTOPASCAL: <omero.conversions.Mul object at 0x32bbf10>, DECAPASCAL: <omero.conversions.Mul object at 0x32bbad0>, Pascal: <omero.conversions.Mul object at 0x32b6dd0>, DECIPASCAL: <omero.conversions.Mul object at 0x32bbc50>, CENTIPASCAL: <omero.conversions.Mul object at 0x32bba10>, MILLIPASCAL: <omero.conversions.Mul object at 0x32b6510>, MICROPASCAL: <omero.conversions.Mul object at 0x32b6390>, NANOPASCAL: <omero.conversions.Mul object at 0x32b6950>, PICOPASCAL: <omero.conversions.Mul object at 0x32b6b50>, FEMTOPASCAL: <omero.conversions.Mul object at 0x32bbe50>, ATTOPASCAL: <omero.conversions.Mul object at 0x32bb7d0>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x32bf3d0>, YOCTOPASCAL: <omero.conversions.Mul object at 0x32bf1d0>, BAR: <omero.conversions.Mul object at 0x32bb890>, MEGABAR: <omero.conversions.Mul object at 0x32b6210>, KILOBAR: <omero.conversions.Mul object at 0x32bbfd0>, DECIBAR: <omero.conversions.Mul object at 0x32bbb90>, CENTIBAR: <omero.conversions.Mul object at 0x32bb950>, MILLIBAR: <omero.conversions.Mul object at 0x32b6450>, ATMOSPHERE: <omero.conversions.Mul object at 0x32bb710>, PSI: <omero.conversions.Mul object at 0x32b6d10>, TORR: <omero.conversions.Mul object at 0x32bf110>, MILLITORR: <omero.conversions.Mul object at 0x32b66d0>, MMHG: <omero.conversions.Mul object at 0x32b6890>}, MEGAPASCAL: {YOTTAPASCAL: <omero.conversions.Mul object at 0x360a450>, ZETTAPASCAL: <omero.conversions.Mul object at 0x360a650>, EXAPASCAL: <omero.conversions.Mul object at 0x362ce50>, PETAPASCAL: <omero.conversions.Mul object at 0x360bbd0>, TERAPASCAL: <omero.conversions.Mul object at 0x360a090>, GIGAPASCAL: <omero.conversions.Mul object at 0x360b090>, KILOPASCAL: <omero.conversions.Mul object at 0x360b350>, HECTOPASCAL: <omero.conversions.Mul object at 0x360b150>, DECAPASCAL: <omero.conversions.Mul object at 0x362cb90>, Pascal: <omero.conversions.Mul object at 0x360bf10>, DECIPASCAL: <omero.conversions.Mul object at 0x362cd10>, CENTIPASCAL: <omero.conversions.Mul object at 0x362cad0>, MILLIPASCAL: <omero.conversions.Mul object at 0x360b6d0>, MICROPASCAL: <omero.conversions.Mul object at 0x360b550>, NANOPASCAL: <omero.conversions.Mul object at 0x360ba90>, PICOPASCAL: <omero.conversions.Mul object at 0x360bc90>, FEMTOPASCAL: <omero.conversions.Mul object at 0x362cf10>, ATTOPASCAL: <omero.conversions.Mul object at 0x362c890>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x360a510>, YOCTOPASCAL: <omero.conversions.Mul object at 0x360a310>, BAR: <omero.conversions.Mul object at 0x362c950>, MEGABAR: <omero.conversions.Mul object at 0x360b490>, KILOBAR: <omero.conversions.Mul object at 0x360b290>, DECIBAR: <omero.conversions.Mul object at 0x362cc50>, CENTIBAR: <omero.conversions.Mul object at 0x362ca10>, MILLIBAR: <omero.conversions.Mul object at 0x360b610>, ATMOSPHERE: <omero.conversions.Mul object at 0x362c7d0>, PSI: <omero.conversions.Mul object at 0x360be50>, TORR: <omero.conversions.Mul object at 0x360a250>, MILLITORR: <omero.conversions.Mul object at 0x360b810>, MMHG: <omero.conversions.Mul object at 0x360b9d0>}, KILOPASCAL: {YOTTAPASCAL: <omero.conversions.Mul object at 0x32c44d0>, ZETTAPASCAL: <omero.conversions.Mul object at 0x32c46d0>, EXAPASCAL: <omero.conversions.Mul object at 0x32c3ed0>, PETAPASCAL: <omero.conversions.Mul object at 0x32c5cd0>, TERAPASCAL: <omero.conversions.Mul object at 0x32c4190>, GIGAPASCAL: <omero.conversions.Mul object at 0x32c5110>, MEGAPASCAL: <omero.conversions.Mul object at 0x32c5590>, HECTOPASCAL: <omero.conversions.Mul object at 0x32c51d0>, DECAPASCAL: <omero.conversions.Mul object at 0x32c3b90>, Pascal: <omero.conversions.Mul object at 0x32c4050>, DECIPASCAL: <omero.conversions.Mul object at 0x32c3d90>, CENTIPASCAL: <omero.conversions.Mul object at 0x32c3ad0>, MILLIPASCAL: <omero.conversions.Mul object at 0x32c57d0>, MICROPASCAL: <omero.conversions.Mul object at 0x32c5650>, NANOPASCAL: <omero.conversions.Mul object at 0x32c5b90>, PICOPASCAL: <omero.conversions.Mul object at 0x32c5d90>, FEMTOPASCAL: <omero.conversions.Mul object at 0x32c3f90>, ATTOPASCAL: <omero.conversions.Mul object at 0x32c3890>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x32c4590>, YOCTOPASCAL: <omero.conversions.Mul object at 0x32c4390>, BAR: <omero.conversions.Mul object at 0x32c39d0>, MEGABAR: <omero.conversions.Mul object at 0x32c5450>, KILOBAR: <omero.conversions.Mul object at 0x32c5310>, DECIBAR: <omero.conversions.Mul object at 0x32c3cd0>, CENTIBAR: <omero.conversions.Sym object at 0x32c3a10>, MILLIBAR: <omero.conversions.Mul object at 0x32c5710>, ATMOSPHERE: <omero.conversions.Mul object at 0x32c37d0>, PSI: <omero.conversions.Mul object at 0x32c5f50>, TORR: <omero.conversions.Mul object at 0x32c42d0>, MILLITORR: <omero.conversions.Mul object at 0x32c5910>, MMHG: <omero.conversions.Mul object at 0x32c5ad0>}, HECTOPASCAL: {YOTTAPASCAL: <omero.conversions.Mul object at 0x32be450>, ZETTAPASCAL: <omero.conversions.Mul object at 0x32be650>, EXAPASCAL: <omero.conversions.Mul object at 0x32bfe50>, PETAPASCAL: <omero.conversions.Mul object at 0x32c0c50>, TERAPASCAL: <omero.conversions.Mul object at 0x32be110>, GIGAPASCAL: <omero.conversions.Mul object at 0x32c0090>, MEGAPASCAL: <omero.conversions.Mul object at 0x32c0590>, KILOPASCAL: <omero.conversions.Mul object at 0x32c0310>, DECAPASCAL: <omero.conversions.Mul object at 0x32bfb10>, Pascal: <omero.conversions.Mul object at 0x32c0f90>, DECIPASCAL: <omero.conversions.Mul object at 0x32bfd10>, CENTIPASCAL: <omero.conversions.Mul object at 0x32bfa50>, MILLIPASCAL: <omero.conversions.Mul object at 0x32c0750>, MICROPASCAL: <omero.conversions.Mul object at 0x32c0650>, NANOPASCAL: <omero.conversions.Mul object at 0x32c0b10>, PICOPASCAL: <omero.conversions.Mul object at 0x32c0d10>, FEMTOPASCAL: <omero.conversions.Mul object at 0x32bff10>, ATTOPASCAL: <omero.conversions.Mul object at 0x32bf710>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x32be510>, YOCTOPASCAL: <omero.conversions.Mul object at 0x32be310>, BAR: <omero.conversions.Mul object at 0x32bf850>, MEGABAR: <omero.conversions.Mul object at 0x32c0450>, KILOBAR: <omero.conversions.Mul object at 0x32c01d0>, DECIBAR: <omero.conversions.Mul object at 0x32bfc50>, CENTIBAR: <omero.conversions.Mul object at 0x32bf990>, MILLIBAR: <omero.conversions.Sym object at 0x32c0690>, ATMOSPHERE: <omero.conversions.Mul object at 0x32bf650>, PSI: <omero.conversions.Mul object at 0x32c0ed0>, TORR: <omero.conversions.Mul object at 0x32be250>, MILLITORR: <omero.conversions.Mul object at 0x32c0890>, MMHG: <omero.conversions.Mul object at 0x32c0a50>}, DECAPASCAL: {YOTTAPASCAL: <omero.conversions.Mul object at 0x32ae910>, ZETTAPASCAL: <omero.conversions.Mul object at 0x32aeb10>, EXAPASCAL: <omero.conversions.Mul object at 0x32ab110>, PETAPASCAL: <omero.conversions.Mul object at 0x32ae150>, TERAPASCAL: <omero.conversions.Mul object at 0x32ae5d0>, GIGAPASCAL: <omero.conversions.Mul object at 0x32ab310>, MEGAPASCAL: <omero.conversions.Mul object at 0x32ab950>, KILOPASCAL: <omero.conversions.Mul object at 0x32ab6d0>, HECTOPASCAL: <omero.conversions.Mul object at 0x32ab450>, Pascal: <omero.conversions.Mul object at 0x32ae490>, DECIPASCAL: <omero.conversions.Mul object at 0x32acf90>, CENTIPASCAL: <omero.conversions.Mul object at 0x32acd90>, MILLIPASCAL: <omero.conversions.Mul object at 0x32abc10>, MICROPASCAL: <omero.conversions.Mul object at 0x32aba10>, NANOPASCAL: <omero.conversions.Mul object at 0x32abfd0>, PICOPASCAL: <omero.conversions.Mul object at 0x32ae210>, FEMTOPASCAL: <omero.conversions.Mul object at 0x32ab1d0>, ATTOPASCAL: <omero.conversions.Mul object at 0x32aca50>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x32ae9d0>, YOCTOPASCAL: <omero.conversions.Mul object at 0x32ae7d0>, BAR: <omero.conversions.Mul object at 0x32acb90>, MEGABAR: <omero.conversions.Mul object at 0x32ab810>, KILOBAR: <omero.conversions.Mul object at 0x32ab590>, DECIBAR: <omero.conversions.Mul object at 0x32aced0>, CENTIBAR: <omero.conversions.Mul object at 0x32accd0>, MILLIBAR: <omero.conversions.Mul object at 0x32abb50>, ATMOSPHERE: <omero.conversions.Mul object at 0x32ac990>, PSI: <omero.conversions.Mul object at 0x32ae3d0>, TORR: <omero.conversions.Mul object at 0x32ae710>, MILLITORR: <omero.conversions.Mul object at 0x32abd50>, MMHG: <omero.conversions.Mul object at 0x32abf10>}, Pascal: {YOTTAPASCAL: <omero.conversions.Mul object at 0x3630290>, ZETTAPASCAL: <omero.conversions.Mul object at 0x3630490>, EXAPASCAL: <omero.conversions.Mul object at 0x3629b10>, PETAPASCAL: <omero.conversions.Mul object at 0x362fb50>, TERAPASCAL: <omero.conversions.Mul object at 0x362ff10>, GIGAPASCAL: <omero.conversions.Mul object at 0x3629d10>, MEGAPASCAL: <omero.conversions.Mul object at 0x362f390>, KILOPASCAL: <omero.conversions.Mul object at 0x362f110>, HECTOPASCAL: <omero.conversions.Mul object at 0x3629e50>, DECAPASCAL: <omero.conversions.Mul object at 0x36297d0>, DECIPASCAL: <omero.conversions.Mul object at 0x36299d0>, CENTIPASCAL: <omero.conversions.Mul object at 0x3629690>, MILLIPASCAL: <omero.conversions.Mul object at 0x362f650>, MICROPASCAL: <omero.conversions.Mul object at 0x362f450>, NANOPASCAL: <omero.conversions.Mul object at 0x362fa10>, PICOPASCAL: <omero.conversions.Mul object at 0x362fc10>, FEMTOPASCAL: <omero.conversions.Mul object at 0x3629bd0>, ATTOPASCAL: <omero.conversions.Mul object at 0x3629350>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x3630350>, YOCTOPASCAL: <omero.conversions.Mul object at 0x3630150>, BAR: <omero.conversions.Mul object at 0x3629490>, MEGABAR: <omero.conversions.Mul object at 0x362f250>, KILOBAR: <omero.conversions.Mul object at 0x3629f90>, DECIBAR: <omero.conversions.Mul object at 0x3629910>, CENTIBAR: <omero.conversions.Mul object at 0x36295d0>, MILLIBAR: <omero.conversions.Mul object at 0x362f590>, ATMOSPHERE: <omero.conversions.Mul object at 0x3629290>, PSI: <omero.conversions.Mul object at 0x362fdd0>, TORR: <omero.conversions.Mul object at 0x3630090>, MILLITORR: <omero.conversions.Mul object at 0x362f790>, MMHG: <omero.conversions.Mul object at 0x362f950>}, DECIPASCAL: {YOTTAPASCAL: <omero.conversions.Mul object at 0x32afd10>, ZETTAPASCAL: <omero.conversions.Mul object at 0x32aff10>, EXAPASCAL: <omero.conversions.Mul object at 0x32b2490>, PETAPASCAL: <omero.conversions.Mul object at 0x32af4d0>, TERAPASCAL: <omero.conversions.Mul object at 0x32af9d0>, GIGAPASCAL: <omero.conversions.Mul object at 0x32b2690>, MEGAPASCAL: <omero.conversions.Mul object at 0x32b2cd0>, KILOPASCAL: <omero.conversions.Mul object at 0x32b2a50>, HECTOPASCAL: <omero.conversions.Mul object at 0x32b27d0>, DECAPASCAL: <omero.conversions.Mul object at 0x32b2210>, Pascal: <omero.conversions.Mul object at 0x32af890>, CENTIPASCAL: <omero.conversions.Mul object at 0x32b20d0>, MILLIPASCAL: <omero.conversions.Mul object at 0x32b2f90>, MICROPASCAL: <omero.conversions.Mul object at 0x32b2d90>, NANOPASCAL: <omero.conversions.Mul object at 0x32af390>, PICOPASCAL: <omero.conversions.Mul object at 0x32af590>, FEMTOPASCAL: <omero.conversions.Mul object at 0x32b2550>, ATTOPASCAL: <omero.conversions.Mul object at 0x32b0d50>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x32afdd0>, YOCTOPASCAL: <omero.conversions.Mul object at 0x32afbd0>, BAR: <omero.conversions.Mul object at 0x32b0e90>, MEGABAR: <omero.conversions.Mul object at 0x32b2b90>, KILOBAR: <omero.conversions.Mul object at 0x32b2910>, DECIBAR: <omero.conversions.Mul object at 0x32b2350>, CENTIBAR: <omero.conversions.Mul object at 0x32b0fd0>, MILLIBAR: <omero.conversions.Mul object at 0x32b2ed0>, ATMOSPHERE: <omero.conversions.Mul object at 0x32b0c90>, PSI: <omero.conversions.Mul object at 0x32af750>, TORR: <omero.conversions.Mul object at 0x32afb10>, MILLITORR: <omero.conversions.Mul object at 0x32af110>, MMHG: <omero.conversions.Mul object at 0x32af2d0>}, CENTIPASCAL: {YOTTAPASCAL: <omero.conversions.Mul object at 0x32ac650>, ZETTAPASCAL: <omero.conversions.Mul object at 0x32ac850>, EXAPASCAL: <omero.conversions.Mul object at 0x32a8d90>, PETAPASCAL: <omero.conversions.Mul object at 0x32addd0>, TERAPASCAL: <omero.conversions.Mul object at 0x32ac310>, GIGAPASCAL: <omero.conversions.Mul object at 0x32a8f90>, MEGAPASCAL: <omero.conversions.Mul object at 0x32ad610>, KILOPASCAL: <omero.conversions.Mul object at 0x32ad390>, HECTOPASCAL: <omero.conversions.Mul object at 0x32ad110>, DECAPASCAL: <omero.conversions.Mul object at 0x32a89d0>, Pascal: <omero.conversions.Mul object at 0x32ac1d0>, DECIPASCAL: <omero.conversions.Mul object at 0x32a8c50>, MILLIPASCAL: <omero.conversions.Mul object at 0x32ad8d0>, MICROPASCAL: <omero.conversions.Mul object at 0x32ad6d0>, NANOPASCAL: <omero.conversions.Mul object at 0x32adc90>, PICOPASCAL: <omero.conversions.Mul object at 0x32ade90>, FEMTOPASCAL: <omero.conversions.Mul object at 0x32a8e50>, ATTOPASCAL: <omero.conversions.Mul object at 0x32a8610>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x32ac710>, YOCTOPASCAL: <omero.conversions.Mul object at 0x32ac510>, BAR: <omero.conversions.Mul object at 0x32a8750>, MEGABAR: <omero.conversions.Mul object at 0x32ad4d0>, KILOBAR: <omero.conversions.Mul object at 0x32ad250>, DECIBAR: <omero.conversions.Mul object at 0x32a8b10>, CENTIBAR: <omero.conversions.Mul object at 0x32a8890>, MILLIBAR: <omero.conversions.Mul object at 0x32ad810>, ATMOSPHERE: <omero.conversions.Mul object at 0x32a8550>, PSI: <omero.conversions.Mul object at 0x32ac090>, TORR: <omero.conversions.Mul object at 0x32ac450>, MILLITORR: <omero.conversions.Mul object at 0x32ada10>, MMHG: <omero.conversions.Mul object at 0x32adbd0>}, MILLIPASCAL: {YOTTAPASCAL: <omero.conversions.Mul object at 0x3613f90>, ZETTAPASCAL: <omero.conversions.Mul object at 0x36111d0>, EXAPASCAL: <omero.conversions.Mul object at 0x36127d0>, PETAPASCAL: <omero.conversions.Mul object at 0x3613750>, TERAPASCAL: <omero.conversions.Mul object at 0x3613c50>, GIGAPASCAL: <omero.conversions.Mul object at 0x36129d0>, MEGAPASCAL: <omero.conversions.Mul object at 0x3613050>, KILOPASCAL: <omero.conversions.Mul object at 0x3612d90>, HECTOPASCAL: <omero.conversions.Mul object at 0x3612b10>, DECAPASCAL: <omero.conversions.Mul object at 0x3612410>, Pascal: <omero.conversions.Mul object at 0x3613b10>, DECIPASCAL: <omero.conversions.Mul object at 0x3612690>, CENTIPASCAL: <omero.conversions.Mul object at 0x36122d0>, MICROPASCAL: <omero.conversions.Mul object at 0x3613110>, NANOPASCAL: <omero.conversions.Mul object at 0x3613610>, PICOPASCAL: <omero.conversions.Mul object at 0x3613810>, FEMTOPASCAL: <omero.conversions.Mul object at 0x3612890>, ATTOPASCAL: <omero.conversions.Mul object at 0x360ded0>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x3611090>, YOCTOPASCAL: <omero.conversions.Mul object at 0x3613e50>, BAR: <omero.conversions.Mul object at 0x3612050>, MEGABAR: <omero.conversions.Mul object at 0x3612ed0>, KILOBAR: <omero.conversions.Mul object at 0x3612c50>, DECIBAR: <omero.conversions.Mul object at 0x3612550>, CENTIBAR: <omero.conversions.Mul object at 0x3612190>, MILLIBAR: <omero.conversions.Mul object at 0x3613250>, ATMOSPHERE: <omero.conversions.Mul object at 0x360de10>, PSI: <omero.conversions.Mul object at 0x36139d0>, TORR: <omero.conversions.Mul object at 0x3613d90>, MILLITORR: <omero.conversions.Mul object at 0x3613390>, MMHG: <omero.conversions.Mul object at 0x3613550>}, MICROPASCAL: {YOTTAPASCAL: <omero.conversions.Mul object at 0x3610990>, ZETTAPASCAL: <omero.conversions.Mul object at 0x3610b90>, EXAPASCAL: <omero.conversions.Mul object at 0x36091d0>, PETAPASCAL: <omero.conversions.Mul object at 0x36101d0>, TERAPASCAL: <omero.conversions.Mul object at 0x3610650>, GIGAPASCAL: <omero.conversions.Mul object at 0x36093d0>, MEGAPASCAL: <omero.conversions.Mul object at 0x3609a10>, KILOPASCAL: <omero.conversions.Mul object at 0x3609790>, HECTOPASCAL: <omero.conversions.Mul object at 0x3609510>, DECAPASCAL: <omero.conversions.Mul object at 0x360add0>, Pascal: <omero.conversions.Mul object at 0x3610510>, DECIPASCAL: <omero.conversions.Mul object at 0x3609090>, CENTIPASCAL: <omero.conversions.Mul object at 0x360ac90>, MILLIPASCAL: <omero.conversions.Mul object at 0x3609c90>, NANOPASCAL: <omero.conversions.Mul object at 0x3610090>, PICOPASCAL: <omero.conversions.Mul object at 0x3610290>, FEMTOPASCAL: <omero.conversions.Mul object at 0x3609290>, ATTOPASCAL: <omero.conversions.Mul object at 0x360a8d0>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x3610a50>, YOCTOPASCAL: <omero.conversions.Mul object at 0x3610850>, BAR: <omero.conversions.Mul object at 0x360aa10>, MEGABAR: <omero.conversions.Mul object at 0x36098d0>, KILOBAR: <omero.conversions.Mul object at 0x3609650>, DECIBAR: <omero.conversions.Mul object at 0x360af10>, CENTIBAR: <omero.conversions.Mul object at 0x360ab50>, MILLIBAR: <omero.conversions.Mul object at 0x3609b50>, ATMOSPHERE: <omero.conversions.Mul object at 0x360a810>, PSI: <omero.conversions.Mul object at 0x36103d0>, TORR: <omero.conversions.Mul object at 0x3610790>, MILLITORR: <omero.conversions.Mul object at 0x3609e50>, MMHG: <omero.conversions.Mul object at 0x3609f90>}, NANOPASCAL: {YOTTAPASCAL: <omero.conversions.Mul object at 0x362e790>, ZETTAPASCAL: <omero.conversions.Mul object at 0x362e990>, EXAPASCAL: <omero.conversions.Mul object at 0x361be90>, PETAPASCAL: <omero.conversions.Mul object at 0x361af10>, TERAPASCAL: <omero.conversions.Mul object at 0x362e3d0>, GIGAPASCAL: <omero.conversions.Mul object at 0x361a0d0>, MEGAPASCAL: <omero.conversions.Mul object at 0x361a710>, KILOPASCAL: <omero.conversions.Mul object at 0x361a490>, HECTOPASCAL: <omero.conversions.Mul object at 0x361a210>, DECAPASCAL: <omero.conversions.Mul object at 0x361bad0>, Pascal: <omero.conversions.Mul object at 0x362e290>, DECIPASCAL: <omero.conversions.Mul object at 0x361bd50>, CENTIPASCAL: <omero.conversions.Mul object at 0x361b990>, MILLIPASCAL: <omero.conversions.Mul object at 0x361aad0>, MICROPASCAL: <omero.conversions.Mul object at 0x361a850>, PICOPASCAL: <omero.conversions.Mul object at 0x361afd0>, FEMTOPASCAL: <omero.conversions.Mul object at 0x361bf50>, ATTOPASCAL: <omero.conversions.Mul object at 0x361b5d0>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x362e850>, YOCTOPASCAL: <omero.conversions.Mul object at 0x362e650>, BAR: <omero.conversions.Mul object at 0x361b710>, MEGABAR: <omero.conversions.Mul object at 0x361a5d0>, KILOBAR: <omero.conversions.Mul object at 0x361a350>, DECIBAR: <omero.conversions.Mul object at 0x361bc10>, CENTIBAR: <omero.conversions.Mul object at 0x361b850>, MILLIBAR: <omero.conversions.Mul object at 0x361a990>, ATMOSPHERE: <omero.conversions.Mul object at 0x361b510>, PSI: <omero.conversions.Mul object at 0x362e150>, TORR: <omero.conversions.Mul object at 0x362e590>, MILLITORR: <omero.conversions.Mul object at 0x361ac90>, MMHG: <omero.conversions.Mul object at 0x361add0>}, PICOPASCAL: {YOTTAPASCAL: <omero.conversions.Mul object at 0x3626c90>, ZETTAPASCAL: <omero.conversions.Mul object at 0x3626e90>, EXAPASCAL: <omero.conversions.Mul object at 0x361e350>, PETAPASCAL: <omero.conversions.Mul object at 0x3626510>, TERAPASCAL: <omero.conversions.Mul object at 0x36268d0>, GIGAPASCAL: <omero.conversions.Mul object at 0x361e550>, MEGAPASCAL: <omero.conversions.Mul object at 0x361eb90>, KILOPASCAL: <omero.conversions.Mul object at 0x361e910>, HECTOPASCAL: <omero.conversions.Mul object at 0x361e690>, DECAPASCAL: <omero.conversions.Mul object at 0x3620f50>, Pascal: <omero.conversions.Mul object at 0x3626790>, DECIPASCAL: <omero.conversions.Mul object at 0x361e210>, CENTIPASCAL: <omero.conversions.Mul object at 0x3620e10>, MILLIPASCAL: <omero.conversions.Mul object at 0x361ef50>, MICROPASCAL: <omero.conversions.Mul object at 0x361ecd0>, NANOPASCAL: <omero.conversions.Mul object at 0x36263d0>, FEMTOPASCAL: <omero.conversions.Mul object at 0x361e410>, ATTOPASCAL: <omero.conversions.Mul object at 0x3620a50>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x3626d50>, YOCTOPASCAL: <omero.conversions.Mul object at 0x3626b50>, BAR: <omero.conversions.Mul object at 0x3620b90>, MEGABAR: <omero.conversions.Mul object at 0x361ea50>, KILOBAR: <omero.conversions.Mul object at 0x361e7d0>, DECIBAR: <omero.conversions.Mul object at 0x361e0d0>, CENTIBAR: <omero.conversions.Mul object at 0x3620cd0>, MILLIBAR: <omero.conversions.Mul object at 0x361ee10>, ATMOSPHERE: <omero.conversions.Mul object at 0x3620990>, PSI: <omero.conversions.Mul object at 0x3626650>, TORR: <omero.conversions.Mul object at 0x3626a90>, MILLITORR: <omero.conversions.Mul object at 0x3626150>, MMHG: <omero.conversions.Mul object at 0x3626290>}, FEMTOPASCAL: {YOTTAPASCAL: <omero.conversions.Mul object at 0x32bb350>, ZETTAPASCAL: <omero.conversions.Mul object at 0x32bb550>, EXAPASCAL: <omero.conversions.Mul object at 0x32ba850>, PETAPASCAL: <omero.conversions.Mul object at 0x32b59d0>, TERAPASCAL: <omero.conversions.Mul object at 0x32b5f50>, GIGAPASCAL: <omero.conversions.Mul object at 0x32ba990>, MEGAPASCAL: <omero.conversions.Mul object at 0x32bafd0>, KILOPASCAL: <omero.conversions.Mul object at 0x32bad50>, HECTOPASCAL: <omero.conversions.Mul object at 0x32baad0>, DECAPASCAL: <omero.conversions.Mul object at 0x32ba490>, Pascal: <omero.conversions.Mul object at 0x32b5e10>, DECIPASCAL: <omero.conversions.Mul object at 0x32ba710>, CENTIPASCAL: <omero.conversions.Mul object at 0x32ba350>, MILLIPASCAL: <omero.conversions.Mul object at 0x32b53d0>, MICROPASCAL: <omero.conversions.Mul object at 0x32b5150>, NANOPASCAL: <omero.conversions.Mul object at 0x32b5890>, PICOPASCAL: <omero.conversions.Mul object at 0x32b5b10>, ATTOPASCAL: <omero.conversions.Mul object at 0x32b8f50>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x32bb410>, YOCTOPASCAL: <omero.conversions.Mul object at 0x32bb210>, BAR: <omero.conversions.Mul object at 0x32ba0d0>, MEGABAR: <omero.conversions.Mul object at 0x32bae90>, KILOBAR: <omero.conversions.Mul object at 0x32bac10>, DECIBAR: <omero.conversions.Mul object at 0x32ba5d0>, CENTIBAR: <omero.conversions.Mul object at 0x32ba210>, MILLIBAR: <omero.conversions.Mul object at 0x32b5290>, ATMOSPHERE: <omero.conversions.Mul object at 0x32b8e90>, PSI: <omero.conversions.Mul object at 0x32b5cd0>, TORR: <omero.conversions.Mul object at 0x32bb150>, MILLITORR: <omero.conversions.Mul object at 0x32b5590>, MMHG: <omero.conversions.Mul object at 0x32b5750>}, ATTOPASCAL: {YOTTAPASCAL: <omero.conversions.Mul object at 0x32a4190>, ZETTAPASCAL: <omero.conversions.Mul object at 0x32a4390>, EXAPASCAL: <omero.conversions.Mul object at 0x32a5550>, PETAPASCAL: <omero.conversions.Mul object at 0x32a3810>, TERAPASCAL: <omero.conversions.Mul object at 0x32a3d90>, GIGAPASCAL: <omero.conversions.Mul object at 0x32a57d0>, MEGAPASCAL: <omero.conversions.Mul object at 0x32a5e10>, KILOPASCAL: <omero.conversions.Mul object at 0x32a5b90>, HECTOPASCAL: <omero.conversions.Mul object at 0x32a5910>, DECAPASCAL: <omero.conversions.Mul object at 0x32a5190>, Pascal: <omero.conversions.Mul object at 0x32a3c50>, DECIPASCAL: <omero.conversions.Mul object at 0x32a5410>, CENTIPASCAL: <omero.conversions.Mul object at 0x32a5050>, MILLIPASCAL: <omero.conversions.Mul object at 0x32a3210>, MICROPASCAL: <omero.conversions.Mul object at 0x32a5f50>, NANOPASCAL: <omero.conversions.Mul object at 0x32a36d0>, PICOPASCAL: <omero.conversions.Mul object at 0x32a3950>, FEMTOPASCAL: <omero.conversions.Mul object at 0x32a5690>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x32a4250>, YOCTOPASCAL: <omero.conversions.Mul object at 0x32a4050>, BAR: <omero.conversions.Mul object at 0x32a1d90>, MEGABAR: <omero.conversions.Mul object at 0x32a5cd0>, KILOBAR: <omero.conversions.Mul object at 0x32a5a50>, DECIBAR: <omero.conversions.Mul object at 0x32a52d0>, CENTIBAR: <omero.conversions.Mul object at 0x32a1ed0>, MILLIBAR: <omero.conversions.Mul object at 0x32a30d0>, ATMOSPHERE: <omero.conversions.Mul object at 0x32a1c50>, PSI: <omero.conversions.Mul object at 0x32a3b10>, TORR: <omero.conversions.Mul object at 0x32a3f50>, MILLITORR: <omero.conversions.Mul object at 0x32a33d0>, MMHG: <omero.conversions.Mul object at 0x32a3590>}, ZEPTOPASCAL: {YOTTAPASCAL: <omero.conversions.Mul object at 0x3640290>, ZETTAPASCAL: <omero.conversions.Mul object at 0x36403d0>, EXAPASCAL: <omero.conversions.Mul object at 0x363d650>, PETAPASCAL: <omero.conversions.Mul object at 0x363e910>, TERAPASCAL: <omero.conversions.Mul object at 0x363ee90>, GIGAPASCAL: <omero.conversions.Mul object at 0x363d8d0>, MEGAPASCAL: <omero.conversions.Mul object at 0x363df10>, KILOPASCAL: <omero.conversions.Mul object at 0x363dc90>, HECTOPASCAL: <omero.conversions.Mul object at 0x363da10>, DECAPASCAL: <omero.conversions.Mul object at 0x363d290>, Pascal: <omero.conversions.Mul object at 0x363ed50>, DECIPASCAL: <omero.conversions.Mul object at 0x363d510>, CENTIPASCAL: <omero.conversions.Mul object at 0x363d150>, MILLIPASCAL: <omero.conversions.Mul object at 0x363e310>, MICROPASCAL: <omero.conversions.Mul object at 0x363e090>, NANOPASCAL: <omero.conversions.Mul object at 0x363e7d0>, PICOPASCAL: <omero.conversions.Mul object at 0x363ea50>, FEMTOPASCAL: <omero.conversions.Mul object at 0x363d790>, ATTOPASCAL: <omero.conversions.Mul object at 0x363cd50>, YOCTOPASCAL: <omero.conversions.Mul object at 0x3640150>, BAR: <omero.conversions.Mul object at 0x363ce90>, MEGABAR: <omero.conversions.Mul object at 0x363ddd0>, KILOBAR: <omero.conversions.Mul object at 0x363db50>, DECIBAR: <omero.conversions.Mul object at 0x363d3d0>, CENTIBAR: <omero.conversions.Mul object at 0x363cfd0>, MILLIBAR: <omero.conversions.Mul object at 0x363e1d0>, ATMOSPHERE: <omero.conversions.Mul object at 0x363cc10>, PSI: <omero.conversions.Mul object at 0x363ec10>, TORR: <omero.conversions.Mul object at 0x3640090>, MILLITORR: <omero.conversions.Mul object at 0x363e4d0>, MMHG: <omero.conversions.Mul object at 0x363e690>}, YOCTOPASCAL: {YOTTAPASCAL: <omero.conversions.Mul object at 0x3639b10>, ZETTAPASCAL: <omero.conversions.Mul object at 0x3639d90>, EXAPASCAL: <omero.conversions.Mul object at 0x3638f90>, PETAPASCAL: <omero.conversions.Mul object at 0x3639290>, TERAPASCAL: <omero.conversions.Mul object at 0x3639810>, GIGAPASCAL: <omero.conversions.Mul object at 0x3637250>, MEGAPASCAL: <omero.conversions.Mul object at 0x3637890>, KILOPASCAL: <omero.conversions.Mul object at 0x3637610>, HECTOPASCAL: <omero.conversions.Mul object at 0x3637390>, DECAPASCAL: <omero.conversions.Mul object at 0x3638bd0>, Pascal: <omero.conversions.Mul object at 0x36396d0>, DECIPASCAL: <omero.conversions.Mul object at 0x3638e50>, CENTIPASCAL: <omero.conversions.Mul object at 0x3638a90>, MILLIPASCAL: <omero.conversions.Mul object at 0x3637c50>, MICROPASCAL: <omero.conversions.Mul object at 0x36379d0>, NANOPASCAL: <omero.conversions.Mul object at 0x3639150>, PICOPASCAL: <omero.conversions.Mul object at 0x36393d0>, FEMTOPASCAL: <omero.conversions.Mul object at 0x3637110>, ATTOPASCAL: <omero.conversions.Mul object at 0x36386d0>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x3639c50>, BAR: <omero.conversions.Mul object at 0x3638810>, MEGABAR: <omero.conversions.Mul object at 0x3637750>, KILOBAR: <omero.conversions.Mul object at 0x36374d0>, DECIBAR: <omero.conversions.Mul object at 0x3638d10>, CENTIBAR: <omero.conversions.Mul object at 0x3638950>, MILLIBAR: <omero.conversions.Mul object at 0x3637b10>, ATMOSPHERE: <omero.conversions.Mul object at 0x3638590>, PSI: <omero.conversions.Mul object at 0x3639590>, TORR: <omero.conversions.Mul object at 0x36399d0>, MILLITORR: <omero.conversions.Mul object at 0x3637e10>, MMHG: <omero.conversions.Mul object at 0x3637fd0>}, BAR: {YOTTAPASCAL: <omero.conversions.Mul object at 0x32a71d0>, ZETTAPASCAL: <omero.conversions.Mul object at 0x32a73d0>, EXAPASCAL: <omero.conversions.Mul object at 0x32a4a90>, PETAPASCAL: <omero.conversions.Mul object at 0x32a6950>, TERAPASCAL: <omero.conversions.Mul object at 0x32a6dd0>, GIGAPASCAL: <omero.conversions.Mul object at 0x32a4c90>, MEGAPASCAL: <omero.conversions.Mul object at 0x32a6210>, KILOPASCAL: <omero.conversions.Mul object at 0x32a4f50>, HECTOPASCAL: <omero.conversions.Mul object at 0x32a4d50>, DECAPASCAL: <omero.conversions.Mul object at 0x32a47d0>, Pascal: <omero.conversions.Mul object at 0x32a6c90>, DECIPASCAL: <omero.conversions.Mul object at 0x32a4950>, CENTIPASCAL: <omero.conversions.Mul object at 0x32a4710>, MILLIPASCAL: <omero.conversions.Mul object at 0x32a6450>, MICROPASCAL: <omero.conversions.Mul object at 0x32a62d0>, NANOPASCAL: <omero.conversions.Mul object at 0x32a6810>, PICOPASCAL: <omero.conversions.Mul object at 0x32a6a10>, FEMTOPASCAL: <omero.conversions.Mul object at 0x32a4b50>, ATTOPASCAL: <omero.conversions.Mul object at 0x32a4590>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x32a7290>, YOCTOPASCAL: <omero.conversions.Mul object at 0x32a7090>, MEGABAR: <omero.conversions.Mul object at 0x32a60d0>, KILOBAR: <omero.conversions.Mul object at 0x32a4e90>, DECIBAR: <omero.conversions.Mul object at 0x32a4890>, CENTIBAR: <omero.conversions.Mul object at 0x32a4650>, MILLIBAR: <omero.conversions.Mul object at 0x32a6390>, ATMOSPHERE: <omero.conversions.Mul object at 0x32a44d0>, PSI: <omero.conversions.Mul object at 0x32a6bd0>, TORR: <omero.conversions.Mul object at 0x32a6f90>, MILLITORR: <omero.conversions.Mul object at 0x32a6590>, MMHG: <omero.conversions.Mul object at 0x32a6750>}, MEGABAR: {YOTTAPASCAL: <omero.conversions.Mul object at 0x362c410>, ZETTAPASCAL: <omero.conversions.Mul object at 0x362c610>, EXAPASCAL: <omero.conversions.Mul object at 0x32c4f10>, PETAPASCAL: <omero.conversions.Mul object at 0x32c7b90>, TERAPASCAL: <omero.conversions.Mul object at 0x362c050>, GIGAPASCAL: <omero.conversions.Mul object at 0x32c70d0>, MEGAPASCAL: <omero.conversions.Mul object at 0x32c73d0>, KILOPASCAL: <omero.conversions.Mul object at 0x32c7310>, HECTOPASCAL: <omero.conversions.Mul object at 0x32c7190>, DECAPASCAL: <omero.conversions.Mul object at 0x32c4c50>, Pascal: <omero.conversions.Mul object at 0x32c7ed0>, DECIPASCAL: <omero.conversions.Mul object at 0x32c4dd0>, CENTIPASCAL: <omero.conversions.Mul object at 0x32c4b90>, MILLIPASCAL: <omero.conversions.Mul object at 0x32c7610>, MICROPASCAL: <omero.conversions.Mul object at 0x32c7490>, NANOPASCAL: <omero.conversions.Mul object at 0x32c7a50>, PICOPASCAL: <omero.conversions.Mul object at 0x32c7c50>, FEMTOPASCAL: <omero.conversions.Mul object at 0x32c4fd0>, ATTOPASCAL: <omero.conversions.Mul object at 0x32c4950>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x362c4d0>, YOCTOPASCAL: <omero.conversions.Mul object at 0x362c2d0>, BAR: <omero.conversions.Mul object at 0x32c4a10>, KILOBAR: <omero.conversions.Mul object at 0x32c7250>, DECIBAR: <omero.conversions.Mul object at 0x32c4d10>, CENTIBAR: <omero.conversions.Mul object at 0x32c4ad0>, MILLIBAR: <omero.conversions.Mul object at 0x32c7550>, ATMOSPHERE: <omero.conversions.Mul object at 0x32c4890>, PSI: <omero.conversions.Mul object at 0x32c7e10>, TORR: <omero.conversions.Mul object at 0x362c210>, MILLITORR: <omero.conversions.Mul object at 0x32c77d0>, MMHG: <omero.conversions.Mul object at 0x32c7990>}, KILOBAR: {YOTTAPASCAL: <omero.conversions.Mul object at 0x32c3490>, ZETTAPASCAL: <omero.conversions.Mul object at 0x32c3690>, EXAPASCAL: <omero.conversions.Mul object at 0x32bee90>, PETAPASCAL: <omero.conversions.Mul object at 0x32c1c10>, TERAPASCAL: <omero.conversions.Mul object at 0x32c30d0>, GIGAPASCAL: <omero.conversions.Mul object at 0x32c10d0>, MEGAPASCAL: <omero.conversions.Mul object at 0x32c1450>, KILOPASCAL: <omero.conversions.Mul object at 0x32c1250>, HECTOPASCAL: <omero.conversions.Mul object at 0x32c1190>, DECAPASCAL: <omero.conversions.Mul object at 0x32bebd0>, Pascal: <omero.conversions.Mul object at 0x32c1f50>, DECIPASCAL: <omero.conversions.Mul object at 0x32bed50>, CENTIPASCAL: <omero.conversions.Mul object at 0x32beb10>, MILLIPASCAL: <omero.conversions.Mul object at 0x32c1690>, MICROPASCAL: <omero.conversions.Mul object at 0x32c1510>, NANOPASCAL: <omero.conversions.Mul object at 0x32c1ad0>, PICOPASCAL: <omero.conversions.Mul object at 0x32c1cd0>, FEMTOPASCAL: <omero.conversions.Mul object at 0x32bef50>, ATTOPASCAL: <omero.conversions.Mul object at 0x32be8d0>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x32c3550>, YOCTOPASCAL: <omero.conversions.Mul object at 0x32c3350>, BAR: <omero.conversions.Mul object at 0x32be990>, MEGABAR: <omero.conversions.Mul object at 0x32c1390>, DECIBAR: <omero.conversions.Mul object at 0x32bec90>, CENTIBAR: <omero.conversions.Mul object at 0x32bea50>, MILLIBAR: <omero.conversions.Mul object at 0x32c15d0>, ATMOSPHERE: <omero.conversions.Mul object at 0x32be810>, PSI: <omero.conversions.Mul object at 0x32c1e90>, TORR: <omero.conversions.Mul object at 0x32c3290>, MILLITORR: <omero.conversions.Mul object at 0x32c1850>, MMHG: <omero.conversions.Mul object at 0x32c1a10>}, DECIBAR: {YOTTAPASCAL: <omero.conversions.Mul object at 0x32b0950>, ZETTAPASCAL: <omero.conversions.Mul object at 0x32b0b50>, EXAPASCAL: <omero.conversions.Mul object at 0x32aa2d0>, PETAPASCAL: <omero.conversions.Mul object at 0x32b0190>, TERAPASCAL: <omero.conversions.Mul object at 0x32b0610>, GIGAPASCAL: <omero.conversions.Mul object at 0x32aa4d0>, MEGAPASCAL: <omero.conversions.Mul object at 0x32aaa10>, KILOPASCAL: <omero.conversions.Mul object at 0x32aa790>, HECTOPASCAL: <omero.conversions.Mul object at 0x32aa590>, DECAPASCAL: <omero.conversions.Mul object at 0x32aa0d0>, Pascal: <omero.conversions.Mul object at 0x32b04d0>, DECIPASCAL: <omero.conversions.Mul object at 0x32aa190>, CENTIPASCAL: <omero.conversions.Mul object at 0x32aefd0>, MILLIPASCAL: <omero.conversions.Mul object at 0x32aac50>, MICROPASCAL: <omero.conversions.Mul object at 0x32aaad0>, NANOPASCAL: <omero.conversions.Mul object at 0x32b0050>, PICOPASCAL: <omero.conversions.Mul object at 0x32b0250>, FEMTOPASCAL: <omero.conversions.Mul object at 0x32aa390>, ATTOPASCAL: <omero.conversions.Mul object at 0x32aed10>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x32b0a10>, YOCTOPASCAL: <omero.conversions.Mul object at 0x32b0810>, BAR: <omero.conversions.Mul object at 0x32aee50>, MEGABAR: <omero.conversions.Mul object at 0x32aa8d0>, KILOBAR: <omero.conversions.Mul object at 0x32aa6d0>, CENTIBAR: <omero.conversions.Mul object at 0x32aef10>, MILLIBAR: <omero.conversions.Mul object at 0x32aab90>, ATMOSPHERE: <omero.conversions.Mul object at 0x32aec50>, PSI: <omero.conversions.Mul object at 0x32b0410>, TORR: <omero.conversions.Mul object at 0x32b0750>, MILLITORR: <omero.conversions.Mul object at 0x32aad90>, MMHG: <omero.conversions.Mul object at 0x32aaf50>}, CENTIBAR: {YOTTAPASCAL: <omero.conversions.Mul object at 0x32a8210>, ZETTAPASCAL: <omero.conversions.Mul object at 0x32a8410>, EXAPASCAL: <omero.conversions.Mul object at 0x32a7bd0>, PETAPASCAL: <omero.conversions.Mul object at 0x32a9a10>, TERAPASCAL: <omero.conversions.Mul object at 0x32a9e90>, GIGAPASCAL: <omero.conversions.Mul object at 0x32a7dd0>, MEGAPASCAL: <omero.conversions.Mul object at 0x32a92d0>, KILOPASCAL: <omero.conversions.Sym object at 0x32a9050>, HECTOPASCAL: <omero.conversions.Mul object at 0x32a7e90>, DECAPASCAL: <omero.conversions.Mul object at 0x32a7890>, Pascal: <omero.conversions.Mul object at 0x32a9d50>, DECIPASCAL: <omero.conversions.Mul object at 0x32a7a90>, CENTIPASCAL: <omero.conversions.Mul object at 0x32a77d0>, MILLIPASCAL: <omero.conversions.Mul object at 0x32a9510>, MICROPASCAL: <omero.conversions.Mul object at 0x32a9390>, NANOPASCAL: <omero.conversions.Mul object at 0x32a98d0>, PICOPASCAL: <omero.conversions.Mul object at 0x32a9ad0>, FEMTOPASCAL: <omero.conversions.Mul object at 0x32a7c90>, ATTOPASCAL: <omero.conversions.Mul object at 0x32a75d0>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x32a82d0>, YOCTOPASCAL: <omero.conversions.Mul object at 0x32a80d0>, BAR: <omero.conversions.Mul object at 0x32a7710>, MEGABAR: <omero.conversions.Mul object at 0x32a9190>, KILOBAR: <omero.conversions.Mul object at 0x32a7fd0>, DECIBAR: <omero.conversions.Mul object at 0x32a79d0>, MILLIBAR: <omero.conversions.Mul object at 0x32a9450>, ATMOSPHERE: <omero.conversions.Mul object at 0x32a7510>, PSI: <omero.conversions.Mul object at 0x32a9c90>, TORR: <omero.conversions.Mul object at 0x32a9fd0>, MILLITORR: <omero.conversions.Mul object at 0x32a9650>, MMHG: <omero.conversions.Mul object at 0x32a9810>}, MILLIBAR: {YOTTAPASCAL: <omero.conversions.Mul object at 0x360dad0>, ZETTAPASCAL: <omero.conversions.Mul object at 0x360dcd0>, EXAPASCAL: <omero.conversions.Mul object at 0x360f510>, PETAPASCAL: <omero.conversions.Mul object at 0x360d310>, TERAPASCAL: <omero.conversions.Mul object at 0x360d790>, GIGAPASCAL: <omero.conversions.Mul object at 0x360f710>, MEGAPASCAL: <omero.conversions.Mul object at 0x360fc50>, KILOPASCAL: <omero.conversions.Mul object at 0x360f9d0>, HECTOPASCAL: <omero.conversions.Sym object at 0x360f750>, DECAPASCAL: <omero.conversions.Mul object at 0x360f1d0>, Pascal: <omero.conversions.Mul object at 0x360d650>, DECIPASCAL: <omero.conversions.Mul object at 0x360f3d0>, CENTIPASCAL: <omero.conversions.Mul object at 0x360f110>, MILLIPASCAL: <omero.conversions.Mul object at 0x360fdd0>, MICROPASCAL: <omero.conversions.Mul object at 0x360fd10>, NANOPASCAL: <omero.conversions.Mul object at 0x360d1d0>, PICOPASCAL: <omero.conversions.Mul object at 0x360d3d0>, FEMTOPASCAL: <omero.conversions.Mul object at 0x360f5d0>, ATTOPASCAL: <omero.conversions.Mul object at 0x3610d90>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x360db90>, YOCTOPASCAL: <omero.conversions.Mul object at 0x360d990>, BAR: <omero.conversions.Mul object at 0x3610ed0>, MEGABAR: <omero.conversions.Mul object at 0x360fb10>, KILOBAR: <omero.conversions.Mul object at 0x360f890>, DECIBAR: <omero.conversions.Mul object at 0x360f310>, CENTIBAR: <omero.conversions.Mul object at 0x360f050>, ATMOSPHERE: <omero.conversions.Mul object at 0x3610cd0>, PSI: <omero.conversions.Mul object at 0x360d590>, TORR: <omero.conversions.Mul object at 0x360d8d0>, MILLITORR: <omero.conversions.Mul object at 0x360ff10>, MMHG: <omero.conversions.Mul object at 0x360d110>}, ATMOSPHERE: {YOTTAPASCAL: <omero.conversions.Mul object at 0x32a1790>, ZETTAPASCAL: <omero.conversions.Mul object at 0x32a1a90>, EXAPASCAL: <omero.conversions.Mul object at 0x32a29d0>, PETAPASCAL: <omero.conversions.Mul object at 0x329fe10>, TERAPASCAL: <omero.conversions.Mul object at 0x32a13d0>, GIGAPASCAL: <omero.conversions.Mul object at 0x32a2cd0>, MEGAPASCAL: <omero.conversions.Mul object at 0x329f4d0>, KILOPASCAL: <omero.conversions.Mul object at 0x329f150>, HECTOPASCAL: <omero.conversions.Mul object at 0x32a2e10>, DECAPASCAL: <omero.conversions.Mul object at 0x32a2610>, Pascal: <omero.conversions.Mul object at 0x32a1210>, DECIPASCAL: <omero.conversions.Mul object at 0x32a2810>, CENTIPASCAL: <omero.conversions.Mul object at 0x32a24d0>, MILLIPASCAL: <omero.conversions.Mul object at 0x329f810>, MICROPASCAL: <omero.conversions.Mul object at 0x329f610>, NANOPASCAL: <omero.conversions.Mul object at 0x329fc50>, PICOPASCAL: <omero.conversions.Mul object at 0x329ff50>, FEMTOPASCAL: <omero.conversions.Mul object at 0x32a2b10>, ATTOPASCAL: <omero.conversions.Mul object at 0x32a2190>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x32a18d0>, YOCTOPASCAL: <omero.conversions.Mul object at 0x32a15d0>, BAR: <omero.conversions.Mul object at 0x32a22d0>, MEGABAR: <omero.conversions.Mul object at 0x329f310>, KILOBAR: <omero.conversions.Mul object at 0x32a2fd0>, DECIBAR: <omero.conversions.Mul object at 0x32a2750>, CENTIBAR: <omero.conversions.Mul object at 0x32a2410>, MILLIBAR: <omero.conversions.Mul object at 0x329f750>, PSI: <omero.conversions.Mul object at 0x32a1150>, TORR: <omero.conversions.Mul object at 0x32a1490>, MILLITORR: <omero.conversions.Mul object at 0x329f950>, MMHG: <omero.conversions.Mul object at 0x329fb10>}, PSI: {YOTTAPASCAL: <omero.conversions.Mul object at 0x3628e10>, ZETTAPASCAL: <omero.conversions.Mul object at 0x3629150>, EXAPASCAL: <omero.conversions.Mul object at 0x3627e10>, PETAPASCAL: <omero.conversions.Mul object at 0x3628510>, TERAPASCAL: <omero.conversions.Mul object at 0x3628950>, GIGAPASCAL: <omero.conversions.Mul object at 0x362b150>, MEGAPASCAL: <omero.conversions.Mul object at 0x362ba10>, KILOPASCAL: <omero.conversions.Mul object at 0x362b690>, HECTOPASCAL: <omero.conversions.Mul object at 0x362b310>, DECAPASCAL: <omero.conversions.Mul object at 0x36278d0>, Pascal: <omero.conversions.Mul object at 0x3628790>, DECIPASCAL: <omero.conversions.Mul object at 0x3627c50>, CENTIPASCAL: <omero.conversions.Mul object at 0x3627710>, MILLIPASCAL: <omero.conversions.Mul object at 0x362bed0>, MICROPASCAL: <omero.conversions.Mul object at 0x362bb50>, NANOPASCAL: <omero.conversions.Mul object at 0x3628350>, PICOPASCAL: <omero.conversions.Mul object at 0x36285d0>, FEMTOPASCAL: <omero.conversions.Mul object at 0x3627f50>, ATTOPASCAL: <omero.conversions.Mul object at 0x36271d0>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x3628f50>, YOCTOPASCAL: <omero.conversions.Mul object at 0x3628c50>, BAR: <omero.conversions.Mul object at 0x3627390>, MEGABAR: <omero.conversions.Mul object at 0x362b850>, KILOBAR: <omero.conversions.Mul object at 0x362b4d0>, DECIBAR: <omero.conversions.Mul object at 0x3627a90>, CENTIBAR: <omero.conversions.Mul object at 0x3627550>, MILLIBAR: <omero.conversions.Mul object at 0x362bd10>, ATMOSPHERE: <omero.conversions.Mul object at 0x3627090>, TORR: <omero.conversions.Mul object at 0x3628b10>, MILLITORR: <omero.conversions.Mul object at 0x36280d0>, MMHG: <omero.conversions.Mul object at 0x3628210>}, TORR: {YOTTAPASCAL: <omero.conversions.Mul object at 0x3638050>, ZETTAPASCAL: <omero.conversions.Mul object at 0x36383d0>, EXAPASCAL: <omero.conversions.Mul object at 0x3633050>, PETAPASCAL: <omero.conversions.Mul object at 0x3634610>, TERAPASCAL: <omero.conversions.Mul object at 0x3634c90>, GIGAPASCAL: <omero.conversions.Mul object at 0x36333d0>, MEGAPASCAL: <omero.conversions.Mul object at 0x3633b90>, KILOPASCAL: <omero.conversions.Mul object at 0x3633810>, HECTOPASCAL: <omero.conversions.Mul object at 0x3633510>, DECAPASCAL: <omero.conversions.Mul object at 0x3636bd0>, Pascal: <omero.conversions.Mul object at 0x3634ad0>, DECIPASCAL: <omero.conversions.Mul object at 0x3636e50>, CENTIPASCAL: <omero.conversions.Mul object at 0x3636a90>, MILLIPASCAL: <omero.conversions.Mul object at 0x3633f50>, MICROPASCAL: <omero.conversions.Mul object at 0x3633cd0>, NANOPASCAL: <omero.conversions.Mul object at 0x3634450>, PICOPASCAL: <omero.conversions.Mul object at 0x36347d0>, FEMTOPASCAL: <omero.conversions.Mul object at 0x3633210>, ATTOPASCAL: <omero.conversions.Mul object at 0x3636650>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x3638210>, YOCTOPASCAL: <omero.conversions.Mul object at 0x3634e50>, BAR: <omero.conversions.Mul object at 0x3636810>, MEGABAR: <omero.conversions.Mul object at 0x36339d0>, KILOBAR: <omero.conversions.Mul object at 0x36336d0>, DECIBAR: <omero.conversions.Mul object at 0x3636d10>, CENTIBAR: <omero.conversions.Mul object at 0x3636950>, MILLIBAR: <omero.conversions.Mul object at 0x3633e10>, ATMOSPHERE: <omero.conversions.Mul object at 0x3636490>, PSI: <omero.conversions.Mul object at 0x3634990>, MILLITORR: <omero.conversions.Mul object at 0x36340d0>, MMHG: <omero.conversions.Mul object at 0x3634290>}, MILLITORR: {YOTTAPASCAL: <omero.conversions.Mul object at 0x3615d90>, ZETTAPASCAL: <omero.conversions.Mul object at 0x3614150>, EXAPASCAL: <omero.conversions.Mul object at 0x3611e10>, PETAPASCAL: <omero.conversions.Mul object at 0x36152d0>, TERAPASCAL: <omero.conversions.Mul object at 0x3615950>, GIGAPASCAL: <omero.conversions.Mul object at 0x36161d0>, MEGAPASCAL: <omero.conversions.Mul object at 0x3616910>, KILOPASCAL: <omero.conversions.Mul object at 0x3616610>, HECTOPASCAL: <omero.conversions.Mul object at 0x3616310>, DECAPASCAL: <omero.conversions.Mul object at 0x36119d0>, Pascal: <omero.conversions.Mul object at 0x3615790>, DECIPASCAL: <omero.conversions.Mul object at 0x3611c50>, CENTIPASCAL: <omero.conversions.Mul object at 0x3611890>, MILLIPASCAL: <omero.conversions.Mul object at 0x3616d50>, MICROPASCAL: <omero.conversions.Mul object at 0x3616ad0>, NANOPASCAL: <omero.conversions.Mul object at 0x3615110>, PICOPASCAL: <omero.conversions.Mul object at 0x3615490>, FEMTOPASCAL: <omero.conversions.Mul object at 0x3611fd0>, ATTOPASCAL: <omero.conversions.Mul object at 0x36114d0>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x3615f50>, YOCTOPASCAL: <omero.conversions.Mul object at 0x3615bd0>, BAR: <omero.conversions.Mul object at 0x3611610>, MEGABAR: <omero.conversions.Mul object at 0x36167d0>, KILOBAR: <omero.conversions.Mul object at 0x36164d0>, DECIBAR: <omero.conversions.Mul object at 0x3611b10>, CENTIBAR: <omero.conversions.Mul object at 0x3611750>, MILLIBAR: <omero.conversions.Mul object at 0x3616c10>, ATMOSPHERE: <omero.conversions.Mul object at 0x3611310>, PSI: <omero.conversions.Mul object at 0x3615650>, TORR: <omero.conversions.Mul object at 0x3615a10>, MMHG: <omero.conversions.Mul object at 0x3616f10>}, MMHG: {YOTTAPASCAL: <omero.conversions.Mul object at 0x361b050>, ZETTAPASCAL: <omero.conversions.Mul object at 0x361b350>, EXAPASCAL: <omero.conversions.Mul object at 0x36170d0>, PETAPASCAL: <omero.conversions.Mul object at 0x36185d0>, TERAPASCAL: <omero.conversions.Mul object at 0x3618b50>, GIGAPASCAL: <omero.conversions.Mul object at 0x36173d0>, MEGAPASCAL: <omero.conversions.Mul object at 0x3617c90>, KILOPASCAL: <omero.conversions.Mul object at 0x3617910>, HECTOPASCAL: <omero.conversions.Mul object at 0x3617590>, DECAPASCAL: <omero.conversions.Mul object at 0x3614b50>, Pascal: <omero.conversions.Mul object at 0x3618990>, DECIPASCAL: <omero.conversions.Mul object at 0x3614ed0>, CENTIPASCAL: <omero.conversions.Mul object at 0x3614990>, MILLIPASCAL: <omero.conversions.Mul object at 0x3618190>, MICROPASCAL: <omero.conversions.Mul object at 0x3617dd0>, NANOPASCAL: <omero.conversions.Mul object at 0x3618410>, PICOPASCAL: <omero.conversions.Mul object at 0x3618690>, FEMTOPASCAL: <omero.conversions.Mul object at 0x3617210>, ATTOPASCAL: <omero.conversions.Mul object at 0x3614450>, ZEPTOPASCAL: <omero.conversions.Mul object at 0x361b190>, YOCTOPASCAL: <omero.conversions.Mul object at 0x3618e50>, BAR: <omero.conversions.Mul object at 0x3614610>, MEGABAR: <omero.conversions.Mul object at 0x3617ad0>, KILOBAR: <omero.conversions.Mul object at 0x3617750>, DECIBAR: <omero.conversions.Mul object at 0x3614d10>, CENTIBAR: <omero.conversions.Mul object at 0x36147d0>, MILLIBAR: <omero.conversions.Mul object at 0x3617f90>, ATMOSPHERE: <omero.conversions.Mul object at 0x3614310>, PSI: <omero.conversions.Mul object at 0x36187d0>, TORR: <omero.conversions.Mul object at 0x3618d10>, MILLITORR: <omero.conversions.Mul object at 0x3618350>}}
SYMBOLS = {'ATMOSPHERE': 'atm', 'BAR': 'bar', 'CENTIBAR': 'cbar', 'MILLIBAR': 'mbar', 'MICROPASCAL': '\xc2\xb5Pa', 'ZEPTOPASCAL': 'zPa', 'KILOPASCAL': 'kPa', 'MEGABAR': 'Mbar', 'NANOPASCAL': 'nPa', 'HECTOPASCAL': 'hPa', 'PICOPASCAL': 'pPa', 'YOTTAPASCAL': 'YPa', 'MILLITORR': 'mTorr', 'MMHG': 'mm Hg', 'FEMTOPASCAL': 'fPa', 'CENTIPASCAL': 'cPa', 'DECAPASCAL': 'daPa', 'Pascal': 'Pa', 'TORR': 'Torr', 'PETAPASCAL': 'PPa', 'DECIPASCAL': 'dPa', 'KILOBAR': 'kbar', 'MILLIPASCAL': 'mPa', 'DECIBAR': 'dbar', 'GIGAPASCAL': 'GPa', 'EXAPASCAL': 'EPa', 'YOCTOPASCAL': 'yPa', 'PSI': 'psi', 'ATTOPASCAL': 'aPa', 'MEGAPASCAL': 'MPa', 'TERAPASCAL': 'TPa', 'ZETTAPASCAL': 'ZPa'}
UNIT_VALUES = [YOTTAPASCAL, ZETTAPASCAL, EXAPASCAL, PETAPASCAL, TERAPASCAL, GIGAPASCAL, MEGAPASCAL, KILOPASCAL, HECTOPASCAL, DECAPASCAL, Pascal, DECIPASCAL, CENTIPASCAL, MILLIPASCAL, MICROPASCAL, NANOPASCAL, PICOPASCAL, FEMTOPASCAL, ATTOPASCAL, ZEPTOPASCAL, YOCTOPASCAL, BAR, MEGABAR, KILOBAR, DECIBAR, CENTIBAR, MILLIBAR, ATMOSPHERE, PSI, TORR, MILLITORR, MMHG]
getSymbol(current=None)
getUnit(current=None)
getValue(current=None)
static lookupSymbol(unit)
setUnit(unit, current=None)
setValue(value, current=None)
val = MMHG
class omero.model.PressurePrx

Bases: IcePy.ObjectPrx

Actual value for this unit-based field. The interpretation of the value is only possible along with the [omero::model::enums::UnitsPressure] enum.

begin_copy(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSymbol(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getUnit(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setUnit(unit, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(value, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
copy(_ctx=None)
end_copy(_r)
end_getSymbol(_r)
end_getUnit(_r)
end_getValue(_r)
end_setUnit(_r)
end_setValue(_r)
getSymbol(_ctx=None)
getUnit(_ctx=None)
getValue(_ctx=None)
setUnit(unit, _ctx=None)
setValue(value, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Project(_id=None, _details=None, _loaded=False, _version=None, _datasetLinksSeq=None, _datasetLinksLoaded=False, _datasetLinksCountPerOwner=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _name=None, _description=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a588>
_op_addAllProjectAnnotationLinkSet = <IcePy.Operation object at 0x2c375d0>
_op_addAllProjectDatasetLinkSet = <IcePy.Operation object at 0x2c37450>
_op_addProjectAnnotationLinkToBoth = <IcePy.Operation object at 0x2c37678>
_op_addProjectDatasetLinkToBoth = <IcePy.Operation object at 0x2c374f8>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x2c37648>
_op_getDatasetLinksCountPerOwner = <IcePy.Operation object at 0x2c374c8>
_op_getDescription = <IcePy.Operation object at 0x2c37720>
_op_getName = <IcePy.Operation object at 0x2c376f0>
_op_getVersion = <IcePy.Operation object at 0x2c373c0>
_op_linkAnnotation = <IcePy.Operation object at 0x2c37660>
_op_linkDataset = <IcePy.Operation object at 0x2c374e0>
_op_linkedAnnotationList = <IcePy.Operation object at 0x2c376d8>
_op_linkedDatasetList = <IcePy.Operation object at 0x2c37558>
_op_removeAllProjectAnnotationLinkSet = <IcePy.Operation object at 0x2c37600>
_op_removeAllProjectDatasetLinkSet = <IcePy.Operation object at 0x2c37480>
_op_removeProjectAnnotationLinkFromBoth = <IcePy.Operation object at 0x2c376c0>
_op_removeProjectDatasetLinkFromBoth = <IcePy.Operation object at 0x2c37540>
_op_setDescription = <IcePy.Operation object at 0x2c37738>
_op_setName = <IcePy.Operation object at 0x2c37708>
_op_setVersion = <IcePy.Operation object at 0x2c373d8>
_op_unlinkAnnotation = <IcePy.Operation object at 0x2c376a8>
_op_unlinkDataset = <IcePy.Operation object at 0x2c37528>
addAllProjectAnnotationLinkSet(targets, current=None)
addAllProjectDatasetLinkSet(targets, current=None)
addProjectAnnotationLinkToBoth(link, bothSides, current=None)
addProjectDatasetLinkToBoth(link, bothSides, current=None)
getAnnotationLinksCountPerOwner(current=None)
getDatasetLinksCountPerOwner(current=None)
getDescription(current=None)
getName(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkDataset(addition, current=None)
linkedAnnotationList(current=None)
linkedDatasetList(current=None)
removeAllProjectAnnotationLinkSet(targets, current=None)
removeAllProjectDatasetLinkSet(targets, current=None)
removeProjectAnnotationLinkFromBoth(link, bothSides, current=None)
removeProjectDatasetLinkFromBoth(link, bothSides, current=None)
setDescription(theDescription, current=None)
setName(theName, current=None)
setVersion(theVersion, current=None)
unlinkAnnotation(removal, current=None)
unlinkDataset(removal, current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2c37330>
_op_getChild = <IcePy.Operation object at 0x2c377b0>
_op_getParent = <IcePy.Operation object at 0x2c37780>
_op_getVersion = <IcePy.Operation object at 0x2c37750>
_op_setChild = <IcePy.Operation object at 0x2c377c8>
_op_setParent = <IcePy.Operation object at 0x2c37798>
_op_setVersion = <IcePy.Operation object at 0x2c37768>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.ProjectAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.ProjectAnnotationLink

CHILD = 'ome.model.annotations.ProjectAnnotationLink_child'
DETAILS = 'ome.model.annotations.ProjectAnnotationLink_details'
PARENT = 'ome.model.annotations.ProjectAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.ProjectAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1dbc720>
_op_getChild = <IcePy.Operation object at 0x2c37858>
_op_getParent = <IcePy.Operation object at 0x2c37828>
_op_getVersion = <IcePy.Operation object at 0x2c377f8>
_op_setChild = <IcePy.Operation object at 0x2c37870>
_op_setParent = <IcePy.Operation object at 0x2c37840>
_op_setVersion = <IcePy.Operation object at 0x2c37810>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.ProjectDatasetLinkI(id=None, loaded=None)

Bases: omero.model.ProjectDatasetLink

CHILD = 'ome.model.containers.ProjectDatasetLink_child'
DETAILS = 'ome.model.containers.ProjectDatasetLink_details'
PARENT = 'ome.model.containers.ProjectDatasetLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.ProjectDatasetLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.ProjectI(id=None, loaded=None)

Bases: omero.model.Project

DESCRIPTION = 'ome.model.containers.Project_description'
DETAILS = 'ome.model.containers.Project_details'
NAME = 'ome.model.containers.Project_name'
_field_info = FieldInfo(datasetLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), name=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), description=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllProjectAnnotationLinkSet(targets, current=None)
addAllProjectDatasetLinkSet(targets, current=None)
addProjectAnnotationLinkToBoth(link, bothSides)
addProjectDatasetLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDatasetLinksCountPerOwner(current=None)
getDescription(current=None)
getDetails(current=None)
getId(current=None)
getName(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isDatasetLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkDataset(addition, current=None)
linkedAnnotationList(current=None)
linkedDatasetList(current=None)
proxy(current=None)
removeAllProjectAnnotationLinkSet(targets, current=None)
removeAllProjectDatasetLinkSet(targets, current=None)
removeProjectAnnotationLinkFromBoth(link, bothSides, current=None)
removeProjectDatasetLinkFromBoth(link, bothSides, current=None)
setDescription(_description, current=None, wrap=False)
setId(_id, current=None)
setName(_name, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unlinkDataset(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDescription()
unloadDetails(current=None)
unloadName()
class omero.model.ProjectPrx

Bases: omero.model.IObjectPrx

addAllProjectAnnotationLinkSet(targets, _ctx=None)
addAllProjectDatasetLinkSet(targets, _ctx=None)
addProjectAnnotationLinkToBoth(link, bothSides, _ctx=None)
addProjectDatasetLinkToBoth(link, bothSides, _ctx=None)
begin_addAllProjectAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllProjectDatasetLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addProjectAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addProjectDatasetLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDatasetLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDescription(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getName(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkDataset(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedDatasetList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllProjectAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllProjectDatasetLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeProjectAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeProjectDatasetLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDescription(theDescription, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setName(theName, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkDataset(removal, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_addAllProjectAnnotationLinkSet(_r)
end_addAllProjectDatasetLinkSet(_r)
end_addProjectAnnotationLinkToBoth(_r)
end_addProjectDatasetLinkToBoth(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getDatasetLinksCountPerOwner(_r)
end_getDescription(_r)
end_getName(_r)
end_getVersion(_r)
end_linkAnnotation(_r)
end_linkDataset(_r)
end_linkedAnnotationList(_r)
end_linkedDatasetList(_r)
end_removeAllProjectAnnotationLinkSet(_r)
end_removeAllProjectDatasetLinkSet(_r)
end_removeProjectAnnotationLinkFromBoth(_r)
end_removeProjectDatasetLinkFromBoth(_r)
end_setDescription(_r)
end_setName(_r)
end_setVersion(_r)
end_unlinkAnnotation(_r)
end_unlinkDataset(_r)
getAnnotationLinksCountPerOwner(_ctx=None)
getDatasetLinksCountPerOwner(_ctx=None)
getDescription(_ctx=None)
getName(_ctx=None)
getVersion(_ctx=None)
linkAnnotation(addition, _ctx=None)
linkDataset(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
linkedDatasetList(_ctx=None)
removeAllProjectAnnotationLinkSet(targets, _ctx=None)
removeAllProjectDatasetLinkSet(targets, _ctx=None)
removeProjectAnnotationLinkFromBoth(link, bothSides, _ctx=None)
removeProjectDatasetLinkFromBoth(link, bothSides, _ctx=None)
setDescription(theDescription, _ctx=None)
setName(theName, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
unlinkDataset(removal, _ctx=None)
class omero.model.Pulse(_id=None, _details=None, _loaded=False, _value=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2880f48>
_op_getValue = <IcePy.Operation object at 0x2c378a0>
_op_setValue = <IcePy.Operation object at 0x2c378b8>
getValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setValue(theValue, current=None)
class omero.model.PulseI(id=None, loaded=None)

Bases: omero.model.Pulse

DETAILS = 'ome.model.enums.Pulse_details'
VALUE = 'ome.model.enums.Pulse_value'
_field_info = FieldInfo(value=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getValue(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setValue(_value, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadValue()
class omero.model.PulsePrx

Bases: omero.model.IObjectPrx

begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(theValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getValue(_r)
end_setValue(_r)
getValue(_ctx=None)
setValue(theValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.QuantumDef(_id=None, _details=None, _loaded=False, _version=None, _cdStart=None, _cdEnd=None, _bitResolution=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a5b8>
_op_getBitResolution = <IcePy.Operation object at 0x2c37960>
_op_getCdEnd = <IcePy.Operation object at 0x2c37930>
_op_getCdStart = <IcePy.Operation object at 0x2c37900>
_op_getVersion = <IcePy.Operation object at 0x2c378d0>
_op_setBitResolution = <IcePy.Operation object at 0x2c37978>
_op_setCdEnd = <IcePy.Operation object at 0x2c37948>
_op_setCdStart = <IcePy.Operation object at 0x2c37918>
_op_setVersion = <IcePy.Operation object at 0x2c378e8>
getBitResolution(current=None)
getCdEnd(current=None)
getCdStart(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setBitResolution(theBitResolution, current=None)
setCdEnd(theCdEnd, current=None)
setCdStart(theCdStart, current=None)
setVersion(theVersion, current=None)
class omero.model.QuantumDefI(id=None, loaded=None)

Bases: omero.model.QuantumDef

BITRESOLUTION = 'ome.model.display.QuantumDef_bitResolution'
CDEND = 'ome.model.display.QuantumDef_cdEnd'
CDSTART = 'ome.model.display.QuantumDef_cdStart'
DETAILS = 'ome.model.display.QuantumDef_details'
_field_info = FieldInfo(cdStart=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), cdEnd=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), bitResolution=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getBitResolution(current=None)
getCdEnd(current=None)
getCdStart(current=None)
getDetails(current=None)
getId(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setBitResolution(_bitResolution, current=None, wrap=False)
setCdEnd(_cdEnd, current=None, wrap=False)
setCdStart(_cdStart, current=None, wrap=False)
setId(_id, current=None)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadBitResolution()
unloadCdEnd()
unloadCdStart()
unloadCollections(current=None)
unloadDetails(current=None)
class omero.model.QuantumDefPrx

Bases: omero.model.IObjectPrx

begin_getBitResolution(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getCdEnd(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getCdStart(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setBitResolution(theBitResolution, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setCdEnd(theCdEnd, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setCdStart(theCdStart, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getBitResolution(_r)
end_getCdEnd(_r)
end_getCdStart(_r)
end_getVersion(_r)
end_setBitResolution(_r)
end_setCdEnd(_r)
end_setCdStart(_r)
end_setVersion(_r)
getBitResolution(_ctx=None)
getCdEnd(_ctx=None)
getCdStart(_ctx=None)
getVersion(_ctx=None)
setBitResolution(theBitResolution, _ctx=None)
setCdEnd(theCdEnd, _ctx=None)
setCdStart(theCdStart, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Reagent(_id=None, _details=None, _loaded=False, _version=None, _name=None, _reagentIdentifier=None, _screen=None, _wellLinksSeq=None, _wellLinksLoaded=False, _wellLinksCountPerOwner=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _description=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2c37a68>
_op_addAllReagentAnnotationLinkSet = <IcePy.Operation object at 0x2c37d20>
_op_addAllWellReagentLinkSet = <IcePy.Operation object at 0x2c37ba0>
_op_addReagentAnnotationLinkToBoth = <IcePy.Operation object at 0x2c37dc8>
_op_addWellReagentLinkToBoth = <IcePy.Operation object at 0x2c37c48>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x2c37d98>
_op_getDescription = <IcePy.Operation object at 0x2c37e40>
_op_getName = <IcePy.Operation object at 0x2c37ab0>
_op_getReagentIdentifier = <IcePy.Operation object at 0x2c37ae0>
_op_getScreen = <IcePy.Operation object at 0x2c37b10>
_op_getVersion = <IcePy.Operation object at 0x2c37a80>
_op_getWellLinksCountPerOwner = <IcePy.Operation object at 0x2c37c18>
_op_linkAnnotation = <IcePy.Operation object at 0x2c37db0>
_op_linkWell = <IcePy.Operation object at 0x2c37c30>
_op_linkedAnnotationList = <IcePy.Operation object at 0x2c37e28>
_op_linkedWellList = <IcePy.Operation object at 0x2c37ca8>
_op_removeAllReagentAnnotationLinkSet = <IcePy.Operation object at 0x2c37d50>
_op_removeAllWellReagentLinkSet = <IcePy.Operation object at 0x2c37bd0>
_op_removeReagentAnnotationLinkFromBoth = <IcePy.Operation object at 0x2c37e10>
_op_removeWellReagentLinkFromBoth = <IcePy.Operation object at 0x2c37c90>
_op_setDescription = <IcePy.Operation object at 0x2c37e58>
_op_setName = <IcePy.Operation object at 0x2c37ac8>
_op_setReagentIdentifier = <IcePy.Operation object at 0x2c37af8>
_op_setScreen = <IcePy.Operation object at 0x2c37b28>
_op_setVersion = <IcePy.Operation object at 0x2c37a98>
_op_unlinkAnnotation = <IcePy.Operation object at 0x2c37df8>
_op_unlinkWell = <IcePy.Operation object at 0x2c37c78>
addAllReagentAnnotationLinkSet(targets, current=None)
addAllWellReagentLinkSet(targets, current=None)
addReagentAnnotationLinkToBoth(link, bothSides, current=None)
addWellReagentLinkToBoth(link, bothSides, current=None)
getAnnotationLinksCountPerOwner(current=None)
getDescription(current=None)
getName(current=None)
getReagentIdentifier(current=None)
getScreen(current=None)
getVersion(current=None)
getWellLinksCountPerOwner(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkWell(addition, current=None)
linkedAnnotationList(current=None)
linkedWellList(current=None)
removeAllReagentAnnotationLinkSet(targets, current=None)
removeAllWellReagentLinkSet(targets, current=None)
removeReagentAnnotationLinkFromBoth(link, bothSides, current=None)
removeWellReagentLinkFromBoth(link, bothSides, current=None)
setDescription(theDescription, current=None)
setName(theName, current=None)
setReagentIdentifier(theReagentIdentifier, current=None)
setScreen(theScreen, current=None)
setVersion(theVersion, current=None)
unlinkAnnotation(removal, current=None)
unlinkWell(removal, current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2c379c0>
_op_getChild = <IcePy.Operation object at 0x2c37ed0>
_op_getParent = <IcePy.Operation object at 0x2c37ea0>
_op_getVersion = <IcePy.Operation object at 0x2c37e70>
_op_setChild = <IcePy.Operation object at 0x2c37ee8>
_op_setParent = <IcePy.Operation object at 0x2c37eb8>
_op_setVersion = <IcePy.Operation object at 0x2c37e88>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.ReagentAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.ReagentAnnotationLink

CHILD = 'ome.model.annotations.ReagentAnnotationLink_child'
DETAILS = 'ome.model.annotations.ReagentAnnotationLink_details'
PARENT = 'ome.model.annotations.ReagentAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.ReagentAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.ReagentI(id=None, loaded=None)

Bases: omero.model.Reagent

DESCRIPTION = 'ome.model.screen.Reagent_description'
DETAILS = 'ome.model.screen.Reagent_details'
NAME = 'ome.model.screen.Reagent_name'
REAGENTIDENTIFIER = 'ome.model.screen.Reagent_reagentIdentifier'
SCREEN = 'ome.model.screen.Reagent_screen'
_field_info = FieldInfo(name=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), reagentIdentifier=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), screen=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), wellLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), description=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllReagentAnnotationLinkSet(targets, current=None)
addAllWellReagentLinkSet(targets, current=None)
addReagentAnnotationLinkToBoth(link, bothSides)
addWellReagentLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDescription(current=None)
getDetails(current=None)
getId(current=None)
getName(current=None)
getReagentIdentifier(current=None)
getScreen(current=None)
getVersion(current=None)
getWellLinksCountPerOwner(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
isWellLinksLoaded()
linkAnnotation(addition, current=None)
linkWell(addition, current=None)
linkedAnnotationList(current=None)
linkedWellList(current=None)
proxy(current=None)
removeAllReagentAnnotationLinkSet(targets, current=None)
removeAllWellReagentLinkSet(targets, current=None)
removeReagentAnnotationLinkFromBoth(link, bothSides, current=None)
removeWellReagentLinkFromBoth(link, bothSides, current=None)
setDescription(_description, current=None, wrap=False)
setId(_id, current=None)
setName(_name, current=None, wrap=False)
setReagentIdentifier(_reagentIdentifier, current=None, wrap=False)
setScreen(_screen, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unlinkWell(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDescription()
unloadDetails(current=None)
unloadName()
unloadReagentIdentifier()
unloadScreen()
class omero.model.ReagentPrx

Bases: omero.model.IObjectPrx

addAllReagentAnnotationLinkSet(targets, _ctx=None)
addAllWellReagentLinkSet(targets, _ctx=None)
addReagentAnnotationLinkToBoth(link, bothSides, _ctx=None)
addWellReagentLinkToBoth(link, bothSides, _ctx=None)
begin_addAllReagentAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllWellReagentLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addReagentAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addWellReagentLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDescription(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getName(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getReagentIdentifier(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getScreen(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getWellLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkWell(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedWellList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllReagentAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllWellReagentLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeReagentAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeWellReagentLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDescription(theDescription, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setName(theName, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setReagentIdentifier(theReagentIdentifier, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setScreen(theScreen, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkWell(removal, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_addAllReagentAnnotationLinkSet(_r)
end_addAllWellReagentLinkSet(_r)
end_addReagentAnnotationLinkToBoth(_r)
end_addWellReagentLinkToBoth(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getDescription(_r)
end_getName(_r)
end_getReagentIdentifier(_r)
end_getScreen(_r)
end_getVersion(_r)
end_getWellLinksCountPerOwner(_r)
end_linkAnnotation(_r)
end_linkWell(_r)
end_linkedAnnotationList(_r)
end_linkedWellList(_r)
end_removeAllReagentAnnotationLinkSet(_r)
end_removeAllWellReagentLinkSet(_r)
end_removeReagentAnnotationLinkFromBoth(_r)
end_removeWellReagentLinkFromBoth(_r)
end_setDescription(_r)
end_setName(_r)
end_setReagentIdentifier(_r)
end_setScreen(_r)
end_setVersion(_r)
end_unlinkAnnotation(_r)
end_unlinkWell(_r)
getAnnotationLinksCountPerOwner(_ctx=None)
getDescription(_ctx=None)
getName(_ctx=None)
getReagentIdentifier(_ctx=None)
getScreen(_ctx=None)
getVersion(_ctx=None)
getWellLinksCountPerOwner(_ctx=None)
linkAnnotation(addition, _ctx=None)
linkWell(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
linkedWellList(_ctx=None)
removeAllReagentAnnotationLinkSet(targets, _ctx=None)
removeAllWellReagentLinkSet(targets, _ctx=None)
removeReagentAnnotationLinkFromBoth(link, bothSides, _ctx=None)
removeWellReagentLinkFromBoth(link, bothSides, _ctx=None)
setDescription(theDescription, _ctx=None)
setName(theName, _ctx=None)
setReagentIdentifier(theReagentIdentifier, _ctx=None)
setScreen(theScreen, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
unlinkWell(removal, _ctx=None)
class omero.model.Rectangle(_id=None, _details=None, _loaded=False, _version=None, _theZ=None, _theT=None, _theC=None, _roi=None, _locked=None, _g=None, _transform=None, _vectorEffect=None, _visibility=None, _fillColor=None, _fillRule=None, _strokeColor=None, _strokeDashArray=None, _strokeDashOffset=None, _strokeLineCap=None, _strokeLineJoin=None, _strokeMiterLimit=None, _strokeWidth=None, _fontFamily=None, _fontSize=None, _fontStretch=None, _fontStyle=None, _fontVariant=None, _fontWeight=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _x=None, _y=None, _width=None, _height=None, _rx=None, _textValue=None)

Bases: omero.model.Shape

_ice_type = <IcePy.TypeInfo object at 0x2c37f30>
_op_getHeight = <IcePy.Operation object at 0x2c37fd8>
_op_getRx = <IcePy.Operation object at 0x2f87048>
_op_getTextValue = <IcePy.Operation object at 0x2f87078>
_op_getWidth = <IcePy.Operation object at 0x2c37fa8>
_op_getX = <IcePy.Operation object at 0x2c37f48>
_op_getY = <IcePy.Operation object at 0x2c37f78>
_op_setHeight = <IcePy.Operation object at 0x2f87030>
_op_setRx = <IcePy.Operation object at 0x2f87060>
_op_setTextValue = <IcePy.Operation object at 0x2f87090>
_op_setWidth = <IcePy.Operation object at 0x2c37fc0>
_op_setX = <IcePy.Operation object at 0x2c37f60>
_op_setY = <IcePy.Operation object at 0x2c37f90>
getHeight(current=None)
getRx(current=None)
getTextValue(current=None)
getWidth(current=None)
getX(current=None)
getY(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setHeight(theHeight, current=None)
setRx(theRx, current=None)
setTextValue(theTextValue, current=None)
setWidth(theWidth, current=None)
setX(theX, current=None)
setY(theY, current=None)
class omero.model.RectangleI(id=None, loaded=None)

Bases: omero.model.Rectangle

DETAILS = 'ome.model.roi.Rectangle_details'
FILLCOLOR = 'ome.model.roi.Rectangle_fillColor'
FILLRULE = 'ome.model.roi.Rectangle_fillRule'
FONTFAMILY = 'ome.model.roi.Rectangle_fontFamily'
FONTSIZE = 'ome.model.roi.Rectangle_fontSize'
FONTSTRETCH = 'ome.model.roi.Rectangle_fontStretch'
FONTSTYLE = 'ome.model.roi.Rectangle_fontStyle'
FONTVARIANT = 'ome.model.roi.Rectangle_fontVariant'
FONTWEIGHT = 'ome.model.roi.Rectangle_fontWeight'
G = 'ome.model.roi.Rectangle_g'
HEIGHT = 'ome.model.roi.Rectangle_height'
LOCKED = 'ome.model.roi.Rectangle_locked'
ROI = 'ome.model.roi.Rectangle_roi'
RX = 'ome.model.roi.Rectangle_rx'
STROKECOLOR = 'ome.model.roi.Rectangle_strokeColor'
STROKEDASHARRAY = 'ome.model.roi.Rectangle_strokeDashArray'
STROKEDASHOFFSET = 'ome.model.roi.Rectangle_strokeDashOffset'
STROKELINECAP = 'ome.model.roi.Rectangle_strokeLineCap'
STROKELINEJOIN = 'ome.model.roi.Rectangle_strokeLineJoin'
STROKEMITERLIMIT = 'ome.model.roi.Rectangle_strokeMiterLimit'
STROKEWIDTH = 'ome.model.roi.Rectangle_strokeWidth'
TEXTVALUE = 'ome.model.roi.Rectangle_textValue'
THEC = 'ome.model.roi.Rectangle_theC'
THET = 'ome.model.roi.Rectangle_theT'
THEZ = 'ome.model.roi.Rectangle_theZ'
TRANSFORM = 'ome.model.roi.Rectangle_transform'
VECTOREFFECT = 'ome.model.roi.Rectangle_vectorEffect'
VISIBILITY = 'ome.model.roi.Rectangle_visibility'
WIDTH = 'ome.model.roi.Rectangle_width'
X = 'ome.model.roi.Rectangle_x'
Y = 'ome.model.roi.Rectangle_y'
_field_info = FieldInfo(x=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), y=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), width=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), height=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), rx=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), textValue=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), theZ=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), theT=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), theC=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), roi=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), locked=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=True), g=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), transform=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), vectorEffect=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), visibility=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=True), fillColor=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), fillRule=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeColor=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeDashArray=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeDashOffset=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeLineCap=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeLineJoin=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), strokeMiterLimit=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), strokeWidth=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), fontFamily=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontSize=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), fontStretch=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontStyle=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontVariant=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), fontWeight=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllShapeAnnotationLinkSet(targets, current=None)
addShapeAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDetails(current=None)
getFillColor(current=None)
getFillRule(current=None)
getFontFamily(current=None)
getFontSize(current=None)
getFontStretch(current=None)
getFontStyle(current=None)
getFontVariant(current=None)
getFontWeight(current=None)
getG(current=None)
getHeight(current=None)
getId(current=None)
getLocked(current=None)
getRoi(current=None)
getRx(current=None)
getStrokeColor(current=None)
getStrokeDashArray(current=None)
getStrokeDashOffset(current=None)
getStrokeLineCap(current=None)
getStrokeLineJoin(current=None)
getStrokeMiterLimit(current=None)
getStrokeWidth(current=None)
getTextValue(current=None)
getTheC(current=None)
getTheT(current=None)
getTheZ(current=None)
getTransform(current=None)
getVectorEffect(current=None)
getVersion(current=None)
getVisibility(current=None)
getWidth(current=None)
getX(current=None)
getY(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllShapeAnnotationLinkSet(targets, current=None)
removeShapeAnnotationLinkFromBoth(link, bothSides, current=None)
setFillColor(_fillColor, current=None, wrap=False)
setFillRule(_fillRule, current=None, wrap=False)
setFontFamily(_fontFamily, current=None, wrap=False)
setFontSize(_fontSize, current=None, wrap=False)
setFontStretch(_fontStretch, current=None, wrap=False)
setFontStyle(_fontStyle, current=None, wrap=False)
setFontVariant(_fontVariant, current=None, wrap=False)
setFontWeight(_fontWeight, current=None, wrap=False)
setG(_g, current=None, wrap=False)
setHeight(_height, current=None, wrap=False)
setId(_id, current=None)
setLocked(_locked, current=None, wrap=False)
setRoi(_roi, current=None, wrap=False)
setRx(_rx, current=None, wrap=False)
setStrokeColor(_strokeColor, current=None, wrap=False)
setStrokeDashArray(_strokeDashArray, current=None, wrap=False)
setStrokeDashOffset(_strokeDashOffset, current=None, wrap=False)
setStrokeLineCap(_strokeLineCap, current=None, wrap=False)
setStrokeLineJoin(_strokeLineJoin, current=None, wrap=False)
setStrokeMiterLimit(_strokeMiterLimit, current=None, wrap=False)
setStrokeWidth(_strokeWidth, current=None, wrap=False)
setTextValue(_textValue, current=None, wrap=False)
setTheC(_theC, current=None, wrap=False)
setTheT(_theT, current=None, wrap=False)
setTheZ(_theZ, current=None, wrap=False)
setTransform(_transform, current=None, wrap=False)
setVectorEffect(_vectorEffect, current=None, wrap=False)
setVersion(version, current=None)
setVisibility(_visibility, current=None, wrap=False)
setWidth(_width, current=None, wrap=False)
setX(_x, current=None, wrap=False)
setY(_y, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadFillColor()
unloadFillRule()
unloadFontFamily()
unloadFontSize()
unloadFontStretch()
unloadFontStyle()
unloadFontVariant()
unloadFontWeight()
unloadG()
unloadHeight()
unloadLocked()
unloadRoi()
unloadRx()
unloadStrokeColor()
unloadStrokeDashArray()
unloadStrokeDashOffset()
unloadStrokeLineCap()
unloadStrokeLineJoin()
unloadStrokeMiterLimit()
unloadStrokeWidth()
unloadTextValue()
unloadTheC()
unloadTheT()
unloadTheZ()
unloadTransform()
unloadVectorEffect()
unloadVisibility()
unloadWidth()
unloadX()
unloadY()
class omero.model.RectanglePrx

Bases: omero.model.ShapePrx

begin_getHeight(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getRx(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getTextValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getWidth(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getX(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getY(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setHeight(theHeight, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setRx(theRx, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setTextValue(theTextValue, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setWidth(theWidth, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setX(theX, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setY(theY, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getHeight(_r)
end_getRx(_r)
end_getTextValue(_r)
end_getWidth(_r)
end_getX(_r)
end_getY(_r)
end_setHeight(_r)
end_setRx(_r)
end_setTextValue(_r)
end_setWidth(_r)
end_setX(_r)
end_setY(_r)
getHeight(_ctx=None)
getRx(_ctx=None)
getTextValue(_ctx=None)
getWidth(_ctx=None)
getX(_ctx=None)
getY(_ctx=None)
setHeight(theHeight, _ctx=None)
setRx(theRx, _ctx=None)
setTextValue(theTextValue, _ctx=None)
setWidth(theWidth, _ctx=None)
setX(theX, _ctx=None)
setY(theY, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.RenderingDef(_id=None, _details=None, _loaded=False, _version=None, _pixels=None, _defaultZ=None, _defaultT=None, _model=None, _waveRenderingSeq=None, _waveRenderingLoaded=False, _name=None, _compression=None, _quantization=None, _spatialDomainEnhancementSeq=None, _spatialDomainEnhancementLoaded=False)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a5e8>
_op_addAllChannelBindingSet = <IcePy.Operation object at 0x2f87228>
_op_addAllCodomainMapContextSet = <IcePy.Operation object at 0x2f873f0>
_op_addChannelBinding = <IcePy.Operation object at 0x2f87210>
_op_addCodomainMapContext = <IcePy.Operation object at 0x2f873d8>
_op_clearSpatialDomainEnhancement = <IcePy.Operation object at 0x2f87438>
_op_clearWaveRendering = <IcePy.Operation object at 0x2f87270>
_op_copySpatialDomainEnhancement = <IcePy.Operation object at 0x2f873c0>
_op_copyWaveRendering = <IcePy.Operation object at 0x2f871f8>
_op_getChannelBinding = <IcePy.Operation object at 0x2f872a0>
_op_getCodomainMapContext = <IcePy.Operation object at 0x2f87468>
_op_getCompression = <IcePy.Operation object at 0x2f87330>
_op_getDefaultT = <IcePy.Operation object at 0x2f87168>
_op_getDefaultZ = <IcePy.Operation object at 0x2f87138>
_op_getModel = <IcePy.Operation object at 0x2f87198>
_op_getName = <IcePy.Operation object at 0x2f87300>
_op_getPixels = <IcePy.Operation object at 0x2f87108>
_op_getPrimaryChannelBinding = <IcePy.Operation object at 0x2f872d0>
_op_getPrimaryCodomainMapContext = <IcePy.Operation object at 0x2f87498>
_op_getQuantization = <IcePy.Operation object at 0x2f87360>
_op_getVersion = <IcePy.Operation object at 0x2f870d8>
_op_reloadSpatialDomainEnhancement = <IcePy.Operation object at 0x2f87450>
_op_reloadWaveRendering = <IcePy.Operation object at 0x2f87288>
_op_removeAllChannelBindingSet = <IcePy.Operation object at 0x2f87258>
_op_removeAllCodomainMapContextSet = <IcePy.Operation object at 0x2f87420>
_op_removeChannelBinding = <IcePy.Operation object at 0x2f87240>
_op_removeCodomainMapContext = <IcePy.Operation object at 0x2f87408>
_op_setChannelBinding = <IcePy.Operation object at 0x2f872b8>
_op_setCodomainMapContext = <IcePy.Operation object at 0x2f87480>
_op_setCompression = <IcePy.Operation object at 0x2f87348>
_op_setDefaultT = <IcePy.Operation object at 0x2f87180>
_op_setDefaultZ = <IcePy.Operation object at 0x2f87150>
_op_setModel = <IcePy.Operation object at 0x2f871b0>
_op_setName = <IcePy.Operation object at 0x2f87318>
_op_setPixels = <IcePy.Operation object at 0x2f87120>
_op_setPrimaryChannelBinding = <IcePy.Operation object at 0x2f872e8>
_op_setPrimaryCodomainMapContext = <IcePy.Operation object at 0x2f874b0>
_op_setQuantization = <IcePy.Operation object at 0x2f87378>
_op_setVersion = <IcePy.Operation object at 0x2f870f0>
_op_sizeOfSpatialDomainEnhancement = <IcePy.Operation object at 0x2f873a8>
_op_sizeOfWaveRendering = <IcePy.Operation object at 0x2f871e0>
_op_unloadSpatialDomainEnhancement = <IcePy.Operation object at 0x2f87390>
_op_unloadWaveRendering = <IcePy.Operation object at 0x2f871c8>
addAllChannelBindingSet(targets, current=None)
addAllCodomainMapContextSet(targets, current=None)
addChannelBinding(target, current=None)
addCodomainMapContext(target, current=None)
clearSpatialDomainEnhancement(current=None)
clearWaveRendering(current=None)
copySpatialDomainEnhancement(current=None)
copyWaveRendering(current=None)
getChannelBinding(index, current=None)
getCodomainMapContext(index, current=None)
getCompression(current=None)
getDefaultT(current=None)
getDefaultZ(current=None)
getModel(current=None)
getName(current=None)
getPixels(current=None)
getPrimaryChannelBinding(current=None)
getPrimaryCodomainMapContext(current=None)
getQuantization(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
reloadSpatialDomainEnhancement(toCopy, current=None)
reloadWaveRendering(toCopy, current=None)
removeAllChannelBindingSet(targets, current=None)
removeAllCodomainMapContextSet(targets, current=None)
removeChannelBinding(theTarget, current=None)
removeCodomainMapContext(theTarget, current=None)
setChannelBinding(index, theElement, current=None)
setCodomainMapContext(index, theElement, current=None)
setCompression(theCompression, current=None)
setDefaultT(theDefaultT, current=None)
setDefaultZ(theDefaultZ, current=None)
setModel(theModel, current=None)
setName(theName, current=None)
setPixels(thePixels, current=None)
setPrimaryChannelBinding(theElement, current=None)
setPrimaryCodomainMapContext(theElement, current=None)
setQuantization(theQuantization, current=None)
setVersion(theVersion, current=None)
sizeOfSpatialDomainEnhancement(current=None)
sizeOfWaveRendering(current=None)
unloadSpatialDomainEnhancement(current=None)
unloadWaveRendering(current=None)
class omero.model.RenderingDefI(id=None, loaded=None)

Bases: omero.model.RenderingDef

COMPRESSION = 'ome.model.display.RenderingDef_compression'
DEFAULTT = 'ome.model.display.RenderingDef_defaultT'
DEFAULTZ = 'ome.model.display.RenderingDef_defaultZ'
DETAILS = 'ome.model.display.RenderingDef_details'
MODEL = 'ome.model.display.RenderingDef_model'
NAME = 'ome.model.display.RenderingDef_name'
PIXELS = 'ome.model.display.RenderingDef_pixels'
QUANTIZATION = 'ome.model.display.RenderingDef_quantization'
SPATIALDOMAINENHANCEMENT = 'ome.model.display.RenderingDef_spatialDomainEnhancement'
WAVERENDERING = 'ome.model.display.RenderingDef_waveRendering'
_field_info = FieldInfo(pixels=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), defaultZ=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), defaultT=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), model=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), waveRendering=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), name=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), compression=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), quantization=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), spatialDomainEnhancement=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_getSpatialDomainEnhancement(current=None)
_getWaveRendering(current=None)
_setSpatialDomainEnhancement(_spatialDomainEnhancement, current=None, wrap=False)
_setWaveRendering(_waveRendering, current=None, wrap=False)
_toggleCollectionsLoaded(load)
addAllChannelBindingSet(targets, current=None)
addAllCodomainMapContextSet(targets, current=None)
addChannelBinding(target, current=None)
addCodomainMapContext(target, current=None)
checkUnloadedProperty(value, loadedField)
clearSpatialDomainEnhancement(current=None)
clearWaveRendering(current=None)
copySpatialDomainEnhancement(current=None)
copyWaveRendering(current=None)
errorIfUnloaded()
getChannelBinding(index, current=None)
getCodomainMapContext(index, current=None)
getCompression(current=None)
getDefaultT(current=None)
getDefaultZ(current=None)
getDetails(current=None)
getId(current=None)
getModel(current=None)
getName(current=None)
getPixels(current=None)
getPrimaryChannelBinding(current=None)
getPrimaryCodomainMapContext(current=None)
getQuantization(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
isSpatialDomainEnhancementLoaded()
isWaveRenderingLoaded()
iterateSpatialDomainEnhancement()
iterateWaveRendering()
proxy(current=None)
reloadSpatialDomainEnhancement(toCopy, current=None)
reloadWaveRendering(toCopy, current=None)
removeAllChannelBindingSet(targets, current=None)
removeAllCodomainMapContextSet(targets, current=None)
removeChannelBinding(target, current=None)
removeCodomainMapContext(target, current=None)
setChannelBinding(index, element, current=None, wrap=False)
setCodomainMapContext(index, element, current=None, wrap=False)
setCompression(_compression, current=None, wrap=False)
setDefaultT(_defaultT, current=None, wrap=False)
setDefaultZ(_defaultZ, current=None, wrap=False)
setId(_id, current=None)
setModel(_model, current=None, wrap=False)
setName(_name, current=None, wrap=False)
setPixels(_pixels, current=None, wrap=False)
setPrimaryChannelBinding(element, current=None)
setPrimaryCodomainMapContext(element, current=None)
setQuantization(_quantization, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
sizeOfSpatialDomainEnhancement(current=None)
sizeOfWaveRendering(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadCompression()
unloadDefaultT()
unloadDefaultZ()
unloadDetails(current=None)
unloadModel()
unloadName()
unloadPixels()
unloadQuantization()
unloadSpatialDomainEnhancement(current=None)
unloadWaveRendering(current=None)
class omero.model.RenderingDefPrx

Bases: omero.model.IObjectPrx

addAllChannelBindingSet(targets, _ctx=None)
addAllCodomainMapContextSet(targets, _ctx=None)
addChannelBinding(target, _ctx=None)
addCodomainMapContext(target, _ctx=None)
begin_addAllChannelBindingSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllCodomainMapContextSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addChannelBinding(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addCodomainMapContext(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_clearSpatialDomainEnhancement(_response=None, _ex=None, _sent=None, _ctx=None)
begin_clearWaveRendering(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copySpatialDomainEnhancement(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyWaveRendering(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getChannelBinding(index, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getCodomainMapContext(index, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getCompression(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDefaultT(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDefaultZ(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getModel(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getName(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPixels(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPrimaryChannelBinding(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPrimaryCodomainMapContext(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getQuantization(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadSpatialDomainEnhancement(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadWaveRendering(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllChannelBindingSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllCodomainMapContextSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeChannelBinding(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeCodomainMapContext(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setChannelBinding(index, theElement, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setCodomainMapContext(index, theElement, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setCompression(theCompression, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDefaultT(theDefaultT, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDefaultZ(theDefaultZ, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setModel(theModel, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setName(theName, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPixels(thePixels, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPrimaryChannelBinding(theElement, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPrimaryCodomainMapContext(theElement, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setQuantization(theQuantization, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfSpatialDomainEnhancement(_response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfWaveRendering(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadSpatialDomainEnhancement(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadWaveRendering(_response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
clearSpatialDomainEnhancement(_ctx=None)
clearWaveRendering(_ctx=None)
copySpatialDomainEnhancement(_ctx=None)
copyWaveRendering(_ctx=None)
end_addAllChannelBindingSet(_r)
end_addAllCodomainMapContextSet(_r)
end_addChannelBinding(_r)
end_addCodomainMapContext(_r)
end_clearSpatialDomainEnhancement(_r)
end_clearWaveRendering(_r)
end_copySpatialDomainEnhancement(_r)
end_copyWaveRendering(_r)
end_getChannelBinding(_r)
end_getCodomainMapContext(_r)
end_getCompression(_r)
end_getDefaultT(_r)
end_getDefaultZ(_r)
end_getModel(_r)
end_getName(_r)
end_getPixels(_r)
end_getPrimaryChannelBinding(_r)
end_getPrimaryCodomainMapContext(_r)
end_getQuantization(_r)
end_getVersion(_r)
end_reloadSpatialDomainEnhancement(_r)
end_reloadWaveRendering(_r)
end_removeAllChannelBindingSet(_r)
end_removeAllCodomainMapContextSet(_r)
end_removeChannelBinding(_r)
end_removeCodomainMapContext(_r)
end_setChannelBinding(_r)
end_setCodomainMapContext(_r)
end_setCompression(_r)
end_setDefaultT(_r)
end_setDefaultZ(_r)
end_setModel(_r)
end_setName(_r)
end_setPixels(_r)
end_setPrimaryChannelBinding(_r)
end_setPrimaryCodomainMapContext(_r)
end_setQuantization(_r)
end_setVersion(_r)
end_sizeOfSpatialDomainEnhancement(_r)
end_sizeOfWaveRendering(_r)
end_unloadSpatialDomainEnhancement(_r)
end_unloadWaveRendering(_r)
getChannelBinding(index, _ctx=None)
getCodomainMapContext(index, _ctx=None)
getCompression(_ctx=None)
getDefaultT(_ctx=None)
getDefaultZ(_ctx=None)
getModel(_ctx=None)
getName(_ctx=None)
getPixels(_ctx=None)
getPrimaryChannelBinding(_ctx=None)
getPrimaryCodomainMapContext(_ctx=None)
getQuantization(_ctx=None)
getVersion(_ctx=None)
reloadSpatialDomainEnhancement(toCopy, _ctx=None)
reloadWaveRendering(toCopy, _ctx=None)
removeAllChannelBindingSet(targets, _ctx=None)
removeAllCodomainMapContextSet(targets, _ctx=None)
removeChannelBinding(theTarget, _ctx=None)
removeCodomainMapContext(theTarget, _ctx=None)
setChannelBinding(index, theElement, _ctx=None)
setCodomainMapContext(index, theElement, _ctx=None)
setCompression(theCompression, _ctx=None)
setDefaultT(theDefaultT, _ctx=None)
setDefaultZ(theDefaultZ, _ctx=None)
setModel(theModel, _ctx=None)
setName(theName, _ctx=None)
setPixels(thePixels, _ctx=None)
setPrimaryChannelBinding(theElement, _ctx=None)
setPrimaryCodomainMapContext(theElement, _ctx=None)
setQuantization(theQuantization, _ctx=None)
setVersion(theVersion, _ctx=None)
sizeOfSpatialDomainEnhancement(_ctx=None)
sizeOfWaveRendering(_ctx=None)
static uncheckedCast(proxy, facet=None)
unloadSpatialDomainEnhancement(_ctx=None)
unloadWaveRendering(_ctx=None)
class omero.model.RenderingModel(_id=None, _details=None, _loaded=False, _value=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a618>
_op_getValue = <IcePy.Operation object at 0x2f874c8>
_op_setValue = <IcePy.Operation object at 0x2f874e0>
getValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setValue(theValue, current=None)
class omero.model.RenderingModelI(id=None, loaded=None)

Bases: omero.model.RenderingModel

DETAILS = 'ome.model.enums.RenderingModel_details'
VALUE = 'ome.model.enums.RenderingModel_value'
_field_info = FieldInfo(value=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getValue(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setValue(_value, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadValue()
class omero.model.RenderingModelPrx

Bases: omero.model.IObjectPrx

begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(theValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getValue(_r)
end_setValue(_r)
getValue(_ctx=None)
setValue(theValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.ReverseIntensityContext(_id=None, _details=None, _loaded=False, _version=None, _renderingDef=None, _reverse=None)

Bases: omero.model.CodomainMapContext

_ice_type = <IcePy.TypeInfo object at 0x2f87510>
_op_getReverse = <IcePy.Operation object at 0x2f87528>
_op_setReverse = <IcePy.Operation object at 0x2f87540>
getReverse(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setReverse(theReverse, current=None)
class omero.model.ReverseIntensityContextI(id=None, loaded=None)

Bases: omero.model.ReverseIntensityContext

DETAILS = 'ome.model.display.ReverseIntensityContext_details'
RENDERINGDEF = 'ome.model.display.ReverseIntensityContext_renderingDef'
REVERSE = 'ome.model.display.ReverseIntensityContext_reverse'
_field_info = FieldInfo(reverse=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=False), renderingDef=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getRenderingDef(current=None)
getReverse(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setRenderingDef(_renderingDef, current=None, wrap=False)
setReverse(_reverse, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadRenderingDef()
unloadReverse()
class omero.model.ReverseIntensityContextPrx

Bases: omero.model.CodomainMapContextPrx

begin_getReverse(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setReverse(theReverse, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getReverse(_r)
end_setReverse(_r)
getReverse(_ctx=None)
setReverse(theReverse, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Roi(_id=None, _details=None, _loaded=False, _version=None, _name=None, _shapesSeq=None, _shapesLoaded=False, _image=None, _source=None, _namespaces=None, _keywords=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _description=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a648>
_op_addAllRoiAnnotationLinkSet = <IcePy.Operation object at 0x2f87888>
_op_addAllShapeSet = <IcePy.Operation object at 0x2f87690>
_op_addRoiAnnotationLinkToBoth = <IcePy.Operation object at 0x2f87930>
_op_addShape = <IcePy.Operation object at 0x2f87678>
_op_clearShapes = <IcePy.Operation object at 0x2f876d8>
_op_copyShapes = <IcePy.Operation object at 0x2f87660>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x2f87900>
_op_getDescription = <IcePy.Operation object at 0x2f879a8>
_op_getImage = <IcePy.Operation object at 0x2f87768>
_op_getKeywords = <IcePy.Operation object at 0x2f877f8>
_op_getName = <IcePy.Operation object at 0x2f87600>
_op_getNamespaces = <IcePy.Operation object at 0x2f877c8>
_op_getPrimaryShape = <IcePy.Operation object at 0x2f87738>
_op_getShape = <IcePy.Operation object at 0x2f87708>
_op_getSource = <IcePy.Operation object at 0x2f87798>
_op_getVersion = <IcePy.Operation object at 0x2f875d0>
_op_linkAnnotation = <IcePy.Operation object at 0x2f87918>
_op_linkedAnnotationList = <IcePy.Operation object at 0x2f87990>
_op_reloadShapes = <IcePy.Operation object at 0x2f876f0>
_op_removeAllRoiAnnotationLinkSet = <IcePy.Operation object at 0x2f878b8>
_op_removeAllShapeSet = <IcePy.Operation object at 0x2f876c0>
_op_removeRoiAnnotationLinkFromBoth = <IcePy.Operation object at 0x2f87978>
_op_removeShape = <IcePy.Operation object at 0x2f876a8>
_op_setDescription = <IcePy.Operation object at 0x2f879c0>
_op_setImage = <IcePy.Operation object at 0x2f87780>
_op_setKeywords = <IcePy.Operation object at 0x2f87810>
_op_setName = <IcePy.Operation object at 0x2f87618>
_op_setNamespaces = <IcePy.Operation object at 0x2f877e0>
_op_setPrimaryShape = <IcePy.Operation object at 0x2f87750>
_op_setShape = <IcePy.Operation object at 0x2f87720>
_op_setSource = <IcePy.Operation object at 0x2f877b0>
_op_setVersion = <IcePy.Operation object at 0x2f875e8>
_op_sizeOfShapes = <IcePy.Operation object at 0x2f87648>
_op_unlinkAnnotation = <IcePy.Operation object at 0x2f87960>
_op_unloadShapes = <IcePy.Operation object at 0x2f87630>
addAllRoiAnnotationLinkSet(targets, current=None)
addAllShapeSet(targets, current=None)
addRoiAnnotationLinkToBoth(link, bothSides, current=None)
addShape(target, current=None)
clearShapes(current=None)
copyShapes(current=None)
getAnnotationLinksCountPerOwner(current=None)
getDescription(current=None)
getImage(current=None)
getKeywords(current=None)
getName(current=None)
getNamespaces(current=None)
getPrimaryShape(current=None)
getShape(index, current=None)
getSource(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
reloadShapes(toCopy, current=None)
removeAllRoiAnnotationLinkSet(targets, current=None)
removeAllShapeSet(targets, current=None)
removeRoiAnnotationLinkFromBoth(link, bothSides, current=None)
removeShape(theTarget, current=None)
setDescription(theDescription, current=None)
setImage(theImage, current=None)
setKeywords(theKeywords, current=None)
setName(theName, current=None)
setNamespaces(theNamespaces, current=None)
setPrimaryShape(theElement, current=None)
setShape(index, theElement, current=None)
setSource(theSource, current=None)
setVersion(theVersion, current=None)
sizeOfShapes(current=None)
unlinkAnnotation(removal, current=None)
unloadShapes(current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2f87558>
_op_getChild = <IcePy.Operation object at 0x2f87a38>
_op_getParent = <IcePy.Operation object at 0x2f87a08>
_op_getVersion = <IcePy.Operation object at 0x2f879d8>
_op_setChild = <IcePy.Operation object at 0x2f87a50>
_op_setParent = <IcePy.Operation object at 0x2f87a20>
_op_setVersion = <IcePy.Operation object at 0x2f879f0>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.RoiAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.RoiAnnotationLink

CHILD = 'ome.model.annotations.RoiAnnotationLink_child'
DETAILS = 'ome.model.annotations.RoiAnnotationLink_details'
PARENT = 'ome.model.annotations.RoiAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.RoiAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.RoiI(id=None, loaded=None)

Bases: omero.model.Roi

DESCRIPTION = 'ome.model.roi.Roi_description'
DETAILS = 'ome.model.roi.Roi_details'
IMAGE = 'ome.model.roi.Roi_image'
KEYWORDS = 'ome.model.roi.Roi_keywords'
NAME = 'ome.model.roi.Roi_name'
NAMESPACES = 'ome.model.roi.Roi_namespaces'
SHAPES = 'ome.model.roi.Roi_shapes'
SOURCE = 'ome.model.roi.Roi_source'
_field_info = FieldInfo(name=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), shapes=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), image=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), source=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), namespaces=FieldData(wrapper=None, nullable=True), keywords=FieldData(wrapper=None, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), description=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_getShapes(current=None)
_setShapes(_shapes, current=None, wrap=False)
_toggleCollectionsLoaded(load)
addAllRoiAnnotationLinkSet(targets, current=None)
addAllShapeSet(targets, current=None)
addRoiAnnotationLinkToBoth(link, bothSides)
addShape(target, current=None)
checkUnloadedProperty(value, loadedField)
clearShapes(current=None)
copyShapes(current=None)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDescription(current=None)
getDetails(current=None)
getId(current=None)
getImage(current=None)
getKeywords(current=None)
getName(current=None)
getNamespaces(current=None)
getPrimaryShape(current=None)
getShape(index, current=None)
getSource(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
isShapesLoaded()
iterateShapes()
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
reloadShapes(toCopy, current=None)
removeAllRoiAnnotationLinkSet(targets, current=None)
removeAllShapeSet(targets, current=None)
removeRoiAnnotationLinkFromBoth(link, bothSides, current=None)
removeShape(target, current=None)
setDescription(_description, current=None, wrap=False)
setId(_id, current=None)
setImage(_image, current=None, wrap=False)
setKeywords(_keywords, current=None, wrap=False)
setName(_name, current=None, wrap=False)
setNamespaces(_namespaces, current=None, wrap=False)
setPrimaryShape(element, current=None)
setShape(index, element, current=None, wrap=False)
setSource(_source, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
sizeOfShapes(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDescription()
unloadDetails(current=None)
unloadImage()
unloadKeywords()
unloadName()
unloadNamespaces()
unloadShapes(current=None)
unloadSource()
class omero.model.RoiPrx

Bases: omero.model.IObjectPrx

addAllRoiAnnotationLinkSet(targets, _ctx=None)
addAllShapeSet(targets, _ctx=None)
addRoiAnnotationLinkToBoth(link, bothSides, _ctx=None)
addShape(target, _ctx=None)
begin_addAllRoiAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllShapeSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addRoiAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addShape(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_clearShapes(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyShapes(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDescription(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getImage(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getKeywords(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getName(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getNamespaces(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPrimaryShape(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getShape(index, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getSource(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadShapes(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllRoiAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllShapeSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeRoiAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeShape(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDescription(theDescription, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setImage(theImage, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setKeywords(theKeywords, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setName(theName, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setNamespaces(theNamespaces, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPrimaryShape(theElement, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setShape(index, theElement, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setSource(theSource, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfShapes(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadShapes(_response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
clearShapes(_ctx=None)
copyShapes(_ctx=None)
end_addAllRoiAnnotationLinkSet(_r)
end_addAllShapeSet(_r)
end_addRoiAnnotationLinkToBoth(_r)
end_addShape(_r)
end_clearShapes(_r)
end_copyShapes(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getDescription(_r)
end_getImage(_r)
end_getKeywords(_r)
end_getName(_r)
end_getNamespaces(_r)
end_getPrimaryShape(_r)
end_getShape(_r)
end_getSource(_r)
end_getVersion(_r)
end_linkAnnotation(_r)
end_linkedAnnotationList(_r)
end_reloadShapes(_r)
end_removeAllRoiAnnotationLinkSet(_r)
end_removeAllShapeSet(_r)
end_removeRoiAnnotationLinkFromBoth(_r)
end_removeShape(_r)
end_setDescription(_r)
end_setImage(_r)
end_setKeywords(_r)
end_setName(_r)
end_setNamespaces(_r)
end_setPrimaryShape(_r)
end_setShape(_r)
end_setSource(_r)
end_setVersion(_r)
end_sizeOfShapes(_r)
end_unlinkAnnotation(_r)
end_unloadShapes(_r)
getAnnotationLinksCountPerOwner(_ctx=None)
getDescription(_ctx=None)
getImage(_ctx=None)
getKeywords(_ctx=None)
getName(_ctx=None)
getNamespaces(_ctx=None)
getPrimaryShape(_ctx=None)
getShape(index, _ctx=None)
getSource(_ctx=None)
getVersion(_ctx=None)
linkAnnotation(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
reloadShapes(toCopy, _ctx=None)
removeAllRoiAnnotationLinkSet(targets, _ctx=None)
removeAllShapeSet(targets, _ctx=None)
removeRoiAnnotationLinkFromBoth(link, bothSides, _ctx=None)
removeShape(theTarget, _ctx=None)
setDescription(theDescription, _ctx=None)
setImage(theImage, _ctx=None)
setKeywords(theKeywords, _ctx=None)
setName(theName, _ctx=None)
setNamespaces(theNamespaces, _ctx=None)
setPrimaryShape(theElement, _ctx=None)
setShape(index, theElement, _ctx=None)
setSource(theSource, _ctx=None)
setVersion(theVersion, _ctx=None)
sizeOfShapes(_ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
unloadShapes(_ctx=None)
class omero.model.Screen(_id=None, _details=None, _loaded=False, _version=None, _type=None, _protocolIdentifier=None, _protocolDescription=None, _reagentSetIdentifier=None, _reagentSetDescription=None, _plateLinksSeq=None, _plateLinksLoaded=False, _plateLinksCountPerOwner=None, _reagentsSeq=None, _reagentsLoaded=False, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _name=None, _description=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a678>
_op_addAllReagentSet = <IcePy.Operation object at 0x2f87e28>
_op_addAllScreenAnnotationLinkSet = <IcePy.Operation object at 0x2f87f00>
_op_addAllScreenPlateLinkSet = <IcePy.Operation object at 0x2f87ca8>
_op_addReagent = <IcePy.Operation object at 0x2f87e10>
_op_addScreenAnnotationLinkToBoth = <IcePy.Operation object at 0x2f87fa8>
_op_addScreenPlateLinkToBoth = <IcePy.Operation object at 0x2f87d50>
_op_clearReagents = <IcePy.Operation object at 0x2f87e70>
_op_copyReagents = <IcePy.Operation object at 0x2f87df8>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x2f87f78>
_op_getDescription = <IcePy.Operation object at 0x30d9090>
_op_getName = <IcePy.Operation object at 0x30d9060>
_op_getPlateLinksCountPerOwner = <IcePy.Operation object at 0x2f87d20>
_op_getProtocolDescription = <IcePy.Operation object at 0x2f87bb8>
_op_getProtocolIdentifier = <IcePy.Operation object at 0x2f87b88>
_op_getReagentSetDescription = <IcePy.Operation object at 0x2f87c18>
_op_getReagentSetIdentifier = <IcePy.Operation object at 0x2f87be8>
_op_getType = <IcePy.Operation object at 0x2f87b58>
_op_getVersion = <IcePy.Operation object at 0x2f87b28>
_op_linkAnnotation = <IcePy.Operation object at 0x2f87f90>
_op_linkPlate = <IcePy.Operation object at 0x2f87d38>
_op_linkedAnnotationList = <IcePy.Operation object at 0x30d9048>
_op_linkedPlateList = <IcePy.Operation object at 0x2f87db0>
_op_reloadReagents = <IcePy.Operation object at 0x2f87e88>
_op_removeAllReagentSet = <IcePy.Operation object at 0x2f87e58>
_op_removeAllScreenAnnotationLinkSet = <IcePy.Operation object at 0x2f87f30>
_op_removeAllScreenPlateLinkSet = <IcePy.Operation object at 0x2f87cd8>
_op_removeReagent = <IcePy.Operation object at 0x2f87e40>
_op_removeScreenAnnotationLinkFromBoth = <IcePy.Operation object at 0x30d9030>
_op_removeScreenPlateLinkFromBoth = <IcePy.Operation object at 0x2f87d98>
_op_setDescription = <IcePy.Operation object at 0x30d90a8>
_op_setName = <IcePy.Operation object at 0x30d9078>
_op_setProtocolDescription = <IcePy.Operation object at 0x2f87bd0>
_op_setProtocolIdentifier = <IcePy.Operation object at 0x2f87ba0>
_op_setReagentSetDescription = <IcePy.Operation object at 0x2f87c30>
_op_setReagentSetIdentifier = <IcePy.Operation object at 0x2f87c00>
_op_setType = <IcePy.Operation object at 0x2f87b70>
_op_setVersion = <IcePy.Operation object at 0x2f87b40>
_op_sizeOfReagents = <IcePy.Operation object at 0x2f87de0>
_op_unlinkAnnotation = <IcePy.Operation object at 0x2f87fd8>
_op_unlinkPlate = <IcePy.Operation object at 0x2f87d80>
_op_unloadReagents = <IcePy.Operation object at 0x2f87dc8>
addAllReagentSet(targets, current=None)
addAllScreenAnnotationLinkSet(targets, current=None)
addAllScreenPlateLinkSet(targets, current=None)
addReagent(target, current=None)
addScreenAnnotationLinkToBoth(link, bothSides, current=None)
addScreenPlateLinkToBoth(link, bothSides, current=None)
clearReagents(current=None)
copyReagents(current=None)
getAnnotationLinksCountPerOwner(current=None)
getDescription(current=None)
getName(current=None)
getPlateLinksCountPerOwner(current=None)
getProtocolDescription(current=None)
getProtocolIdentifier(current=None)
getReagentSetDescription(current=None)
getReagentSetIdentifier(current=None)
getType(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkPlate(addition, current=None)
linkedAnnotationList(current=None)
linkedPlateList(current=None)
reloadReagents(toCopy, current=None)
removeAllReagentSet(targets, current=None)
removeAllScreenAnnotationLinkSet(targets, current=None)
removeAllScreenPlateLinkSet(targets, current=None)
removeReagent(theTarget, current=None)
removeScreenAnnotationLinkFromBoth(link, bothSides, current=None)
removeScreenPlateLinkFromBoth(link, bothSides, current=None)
setDescription(theDescription, current=None)
setName(theName, current=None)
setProtocolDescription(theProtocolDescription, current=None)
setProtocolIdentifier(theProtocolIdentifier, current=None)
setReagentSetDescription(theReagentSetDescription, current=None)
setReagentSetIdentifier(theReagentSetIdentifier, current=None)
setType(theType, current=None)
setVersion(theVersion, current=None)
sizeOfReagents(current=None)
unlinkAnnotation(removal, current=None)
unlinkPlate(removal, current=None)
unloadReagents(current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2f87a80>
_op_getChild = <IcePy.Operation object at 0x30d9120>
_op_getParent = <IcePy.Operation object at 0x30d90f0>
_op_getVersion = <IcePy.Operation object at 0x30d90c0>
_op_setChild = <IcePy.Operation object at 0x30d9138>
_op_setParent = <IcePy.Operation object at 0x30d9108>
_op_setVersion = <IcePy.Operation object at 0x30d90d8>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.ScreenAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.ScreenAnnotationLink

CHILD = 'ome.model.annotations.ScreenAnnotationLink_child'
DETAILS = 'ome.model.annotations.ScreenAnnotationLink_details'
PARENT = 'ome.model.annotations.ScreenAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.ScreenAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.ScreenI(id=None, loaded=None)

Bases: omero.model.Screen

DESCRIPTION = 'ome.model.screen.Screen_description'
DETAILS = 'ome.model.screen.Screen_details'
NAME = 'ome.model.screen.Screen_name'
PROTOCOLDESCRIPTION = 'ome.model.screen.Screen_protocolDescription'
PROTOCOLIDENTIFIER = 'ome.model.screen.Screen_protocolIdentifier'
REAGENTS = 'ome.model.screen.Screen_reagents'
REAGENTSETDESCRIPTION = 'ome.model.screen.Screen_reagentSetDescription'
REAGENTSETIDENTIFIER = 'ome.model.screen.Screen_reagentSetIdentifier'
TYPE = 'ome.model.screen.Screen_type'
_field_info = FieldInfo(type=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), protocolIdentifier=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), protocolDescription=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), reagentSetIdentifier=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), reagentSetDescription=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), plateLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), reagents=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), name=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), description=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_getReagents(current=None)
_setReagents(_reagents, current=None, wrap=False)
_toggleCollectionsLoaded(load)
addAllReagentSet(targets, current=None)
addAllScreenAnnotationLinkSet(targets, current=None)
addAllScreenPlateLinkSet(targets, current=None)
addReagent(target, current=None)
addScreenAnnotationLinkToBoth(link, bothSides)
addScreenPlateLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
clearReagents(current=None)
copyReagents(current=None)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDescription(current=None)
getDetails(current=None)
getId(current=None)
getName(current=None)
getPlateLinksCountPerOwner(current=None)
getProtocolDescription(current=None)
getProtocolIdentifier(current=None)
getReagentSetDescription(current=None)
getReagentSetIdentifier(current=None)
getType(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
isPlateLinksLoaded()
isReagentsLoaded()
iterateReagents()
linkAnnotation(addition, current=None)
linkPlate(addition, current=None)
linkedAnnotationList(current=None)
linkedPlateList(current=None)
proxy(current=None)
reloadReagents(toCopy, current=None)
removeAllReagentSet(targets, current=None)
removeAllScreenAnnotationLinkSet(targets, current=None)
removeAllScreenPlateLinkSet(targets, current=None)
removeReagent(target, current=None)
removeScreenAnnotationLinkFromBoth(link, bothSides, current=None)
removeScreenPlateLinkFromBoth(link, bothSides, current=None)
setDescription(_description, current=None, wrap=False)
setId(_id, current=None)
setName(_name, current=None, wrap=False)
setProtocolDescription(_protocolDescription, current=None, wrap=False)
setProtocolIdentifier(_protocolIdentifier, current=None, wrap=False)
setReagentSetDescription(_reagentSetDescription, current=None, wrap=False)
setReagentSetIdentifier(_reagentSetIdentifier, current=None, wrap=False)
setType(_type, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
sizeOfReagents(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unlinkPlate(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDescription()
unloadDetails(current=None)
unloadName()
unloadProtocolDescription()
unloadProtocolIdentifier()
unloadReagentSetDescription()
unloadReagentSetIdentifier()
unloadReagents(current=None)
unloadType()

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2add390>
_op_getChild = <IcePy.Operation object at 0x30d91c8>
_op_getParent = <IcePy.Operation object at 0x30d9198>
_op_getVersion = <IcePy.Operation object at 0x30d9168>
_op_setChild = <IcePy.Operation object at 0x30d91e0>
_op_setParent = <IcePy.Operation object at 0x30d91b0>
_op_setVersion = <IcePy.Operation object at 0x30d9180>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.ScreenPlateLinkI(id=None, loaded=None)

Bases: omero.model.ScreenPlateLink

CHILD = 'ome.model.screen.ScreenPlateLink_child'
DETAILS = 'ome.model.screen.ScreenPlateLink_details'
PARENT = 'ome.model.screen.ScreenPlateLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.ScreenPlateLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.ScreenPrx

Bases: omero.model.IObjectPrx

addAllReagentSet(targets, _ctx=None)
addAllScreenAnnotationLinkSet(targets, _ctx=None)
addAllScreenPlateLinkSet(targets, _ctx=None)
addReagent(target, _ctx=None)
addScreenAnnotationLinkToBoth(link, bothSides, _ctx=None)
addScreenPlateLinkToBoth(link, bothSides, _ctx=None)
begin_addAllReagentSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllScreenAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllScreenPlateLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addReagent(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addScreenAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addScreenPlateLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_clearReagents(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyReagents(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDescription(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getName(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPlateLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getProtocolDescription(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getProtocolIdentifier(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getReagentSetDescription(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getReagentSetIdentifier(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getType(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkPlate(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedPlateList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadReagents(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllReagentSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllScreenAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllScreenPlateLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeReagent(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeScreenAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeScreenPlateLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDescription(theDescription, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setName(theName, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setProtocolDescription(theProtocolDescription, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setProtocolIdentifier(theProtocolIdentifier, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setReagentSetDescription(theReagentSetDescription, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setReagentSetIdentifier(theReagentSetIdentifier, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setType(theType, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfReagents(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkPlate(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadReagents(_response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
clearReagents(_ctx=None)
copyReagents(_ctx=None)
end_addAllReagentSet(_r)
end_addAllScreenAnnotationLinkSet(_r)
end_addAllScreenPlateLinkSet(_r)
end_addReagent(_r)
end_addScreenAnnotationLinkToBoth(_r)
end_addScreenPlateLinkToBoth(_r)
end_clearReagents(_r)
end_copyReagents(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getDescription(_r)
end_getName(_r)
end_getPlateLinksCountPerOwner(_r)
end_getProtocolDescription(_r)
end_getProtocolIdentifier(_r)
end_getReagentSetDescription(_r)
end_getReagentSetIdentifier(_r)
end_getType(_r)
end_getVersion(_r)
end_linkAnnotation(_r)
end_linkPlate(_r)
end_linkedAnnotationList(_r)
end_linkedPlateList(_r)
end_reloadReagents(_r)
end_removeAllReagentSet(_r)
end_removeAllScreenAnnotationLinkSet(_r)
end_removeAllScreenPlateLinkSet(_r)
end_removeReagent(_r)
end_removeScreenAnnotationLinkFromBoth(_r)
end_removeScreenPlateLinkFromBoth(_r)
end_setDescription(_r)
end_setName(_r)
end_setProtocolDescription(_r)
end_setProtocolIdentifier(_r)
end_setReagentSetDescription(_r)
end_setReagentSetIdentifier(_r)
end_setType(_r)
end_setVersion(_r)
end_sizeOfReagents(_r)
end_unlinkAnnotation(_r)
end_unlinkPlate(_r)
end_unloadReagents(_r)
getAnnotationLinksCountPerOwner(_ctx=None)
getDescription(_ctx=None)
getName(_ctx=None)
getPlateLinksCountPerOwner(_ctx=None)
getProtocolDescription(_ctx=None)
getProtocolIdentifier(_ctx=None)
getReagentSetDescription(_ctx=None)
getReagentSetIdentifier(_ctx=None)
getType(_ctx=None)
getVersion(_ctx=None)
linkAnnotation(addition, _ctx=None)
linkPlate(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
linkedPlateList(_ctx=None)
reloadReagents(toCopy, _ctx=None)
removeAllReagentSet(targets, _ctx=None)
removeAllScreenAnnotationLinkSet(targets, _ctx=None)
removeAllScreenPlateLinkSet(targets, _ctx=None)
removeReagent(theTarget, _ctx=None)
removeScreenAnnotationLinkFromBoth(link, bothSides, _ctx=None)
removeScreenPlateLinkFromBoth(link, bothSides, _ctx=None)
setDescription(theDescription, _ctx=None)
setName(theName, _ctx=None)
setProtocolDescription(theProtocolDescription, _ctx=None)
setProtocolIdentifier(theProtocolIdentifier, _ctx=None)
setReagentSetDescription(theReagentSetDescription, _ctx=None)
setReagentSetIdentifier(theReagentSetIdentifier, _ctx=None)
setType(theType, _ctx=None)
setVersion(theVersion, _ctx=None)
sizeOfReagents(_ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
unlinkPlate(removal, _ctx=None)
unloadReagents(_ctx=None)
class omero.model.ScriptJob(_id=None, _details=None, _loaded=False, _version=None, _username=None, _groupname=None, _type=None, _message=None, _status=None, _submitted=None, _scheduledFor=None, _started=None, _finished=None, _originalFileLinksSeq=None, _originalFileLinksLoaded=False, _originalFileLinksCountPerOwner=None, _description=None)

Bases: omero.model.Job

_ice_type = <IcePy.TypeInfo object at 0x1b1a6a8>
_op_getDescription = <IcePy.Operation object at 0x30d9210>
_op_setDescription = <IcePy.Operation object at 0x30d9228>
getDescription(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setDescription(theDescription, current=None)
class omero.model.ScriptJobI(id=None, loaded=None)

Bases: omero.model.ScriptJob

DESCRIPTION = 'ome.model.jobs.ScriptJob_description'
DETAILS = 'ome.model.jobs.ScriptJob_details'
FINISHED = 'ome.model.jobs.ScriptJob_finished'
GROUPNAME = 'ome.model.jobs.ScriptJob_groupname'
MESSAGE = 'ome.model.jobs.ScriptJob_message'
SCHEDULEDFOR = 'ome.model.jobs.ScriptJob_scheduledFor'
STARTED = 'ome.model.jobs.ScriptJob_started'
STATUS = 'ome.model.jobs.ScriptJob_status'
SUBMITTED = 'ome.model.jobs.ScriptJob_submitted'
TYPE = 'ome.model.jobs.ScriptJob_type'
USERNAME = 'ome.model.jobs.ScriptJob_username'
_field_info = FieldInfo(description=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), username=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), groupname=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), type=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), message=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), status=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), submitted=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=False), scheduledFor=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=False), started=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), finished=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), originalFileLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllJobOriginalFileLinkSet(targets, current=None)
addJobOriginalFileLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDescription(current=None)
getDetails(current=None)
getFinished(current=None)
getGroupname(current=None)
getId(current=None)
getMessage(current=None)
getOriginalFileLinksCountPerOwner(current=None)
getScheduledFor(current=None)
getStarted(current=None)
getStatus(current=None)
getSubmitted(current=None)
getType(current=None)
getUsername(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
isOriginalFileLinksLoaded()
linkOriginalFile(addition, current=None)
linkedOriginalFileList(current=None)
proxy(current=None)
removeAllJobOriginalFileLinkSet(targets, current=None)
removeJobOriginalFileLinkFromBoth(link, bothSides, current=None)
setDescription(_description, current=None, wrap=False)
setFinished(_finished, current=None, wrap=False)
setGroupname(_groupname, current=None, wrap=False)
setId(_id, current=None)
setMessage(_message, current=None, wrap=False)
setScheduledFor(_scheduledFor, current=None, wrap=False)
setStarted(_started, current=None, wrap=False)
setStatus(_status, current=None, wrap=False)
setSubmitted(_submitted, current=None, wrap=False)
setType(_type, current=None, wrap=False)
setUsername(_username, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkOriginalFile(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDescription()
unloadDetails(current=None)
unloadFinished()
unloadGroupname()
unloadMessage()
unloadScheduledFor()
unloadStarted()
unloadStatus()
unloadSubmitted()
unloadType()
unloadUsername()
class omero.model.ScriptJobPrx

Bases: omero.model.JobPrx

begin_getDescription(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setDescription(theDescription, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getDescription(_r)
end_setDescription(_r)
getDescription(_ctx=None)
setDescription(theDescription, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Session(_id=None, _details=None, _loaded=False, _version=None, _node=None, _uuid=None, _owner=None, _timeToIdle=None, _timeToLive=None, _started=None, _closed=None, _message=None, _defaultEventType=None, _userAgent=None, _userIP=None, _eventsSeq=None, _eventsLoaded=False, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a708>
_op_addAllEventSet = <IcePy.Operation object at 0x30d9558>
_op_addAllSessionAnnotationLinkSet = <IcePy.Operation object at 0x30d9630>
_op_addEvent = <IcePy.Operation object at 0x30d9540>
_op_addSessionAnnotationLinkToBoth = <IcePy.Operation object at 0x30d96d8>
_op_clearEvents = <IcePy.Operation object at 0x30d95a0>
_op_copyEvents = <IcePy.Operation object at 0x30d9528>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x30d96a8>
_op_getClosed = <IcePy.Operation object at 0x30d9408>
_op_getDefaultEventType = <IcePy.Operation object at 0x30d9468>
_op_getMessage = <IcePy.Operation object at 0x30d9438>
_op_getNode = <IcePy.Operation object at 0x30d92e8>
_op_getOwner = <IcePy.Operation object at 0x30d9348>
_op_getStarted = <IcePy.Operation object at 0x30d93d8>
_op_getTimeToIdle = <IcePy.Operation object at 0x30d9378>
_op_getTimeToLive = <IcePy.Operation object at 0x30d93a8>
_op_getUserAgent = <IcePy.Operation object at 0x30d9498>
_op_getUserIP = <IcePy.Operation object at 0x30d94c8>
_op_getUuid = <IcePy.Operation object at 0x30d9318>
_op_getVersion = <IcePy.Operation object at 0x30d92b8>
_op_linkAnnotation = <IcePy.Operation object at 0x30d96c0>
_op_linkedAnnotationList = <IcePy.Operation object at 0x30d9738>
_op_reloadEvents = <IcePy.Operation object at 0x30d95b8>
_op_removeAllEventSet = <IcePy.Operation object at 0x30d9588>
_op_removeAllSessionAnnotationLinkSet = <IcePy.Operation object at 0x30d9660>
_op_removeEvent = <IcePy.Operation object at 0x30d9570>
_op_removeSessionAnnotationLinkFromBoth = <IcePy.Operation object at 0x30d9720>
_op_setClosed = <IcePy.Operation object at 0x30d9420>
_op_setDefaultEventType = <IcePy.Operation object at 0x30d9480>
_op_setMessage = <IcePy.Operation object at 0x30d9450>
_op_setNode = <IcePy.Operation object at 0x30d9300>
_op_setOwner = <IcePy.Operation object at 0x30d9360>
_op_setStarted = <IcePy.Operation object at 0x30d93f0>
_op_setTimeToIdle = <IcePy.Operation object at 0x30d9390>
_op_setTimeToLive = <IcePy.Operation object at 0x30d93c0>
_op_setUserAgent = <IcePy.Operation object at 0x30d94b0>
_op_setUserIP = <IcePy.Operation object at 0x30d94e0>
_op_setUuid = <IcePy.Operation object at 0x30d9330>
_op_setVersion = <IcePy.Operation object at 0x30d92d0>
_op_sizeOfEvents = <IcePy.Operation object at 0x30d9510>
_op_unlinkAnnotation = <IcePy.Operation object at 0x30d9708>
_op_unloadEvents = <IcePy.Operation object at 0x30d94f8>
addAllEventSet(targets, current=None)
addAllSessionAnnotationLinkSet(targets, current=None)
addEvent(target, current=None)
addSessionAnnotationLinkToBoth(link, bothSides, current=None)
clearEvents(current=None)
copyEvents(current=None)
getAnnotationLinksCountPerOwner(current=None)
getClosed(current=None)
getDefaultEventType(current=None)
getMessage(current=None)
getNode(current=None)
getOwner(current=None)
getStarted(current=None)
getTimeToIdle(current=None)
getTimeToLive(current=None)
getUserAgent(current=None)
getUserIP(current=None)
getUuid(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
reloadEvents(toCopy, current=None)
removeAllEventSet(targets, current=None)
removeAllSessionAnnotationLinkSet(targets, current=None)
removeEvent(theTarget, current=None)
removeSessionAnnotationLinkFromBoth(link, bothSides, current=None)
setClosed(theClosed, current=None)
setDefaultEventType(theDefaultEventType, current=None)
setMessage(theMessage, current=None)
setNode(theNode, current=None)
setOwner(theOwner, current=None)
setStarted(theStarted, current=None)
setTimeToIdle(theTimeToIdle, current=None)
setTimeToLive(theTimeToLive, current=None)
setUserAgent(theUserAgent, current=None)
setUserIP(theUserIP, current=None)
setUuid(theUuid, current=None)
setVersion(theVersion, current=None)
sizeOfEvents(current=None)
unlinkAnnotation(removal, current=None)
unloadEvents(current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x30d9240>
_op_getChild = <IcePy.Operation object at 0x30d97b0>
_op_getParent = <IcePy.Operation object at 0x30d9780>
_op_getVersion = <IcePy.Operation object at 0x30d9750>
_op_setChild = <IcePy.Operation object at 0x30d97c8>
_op_setParent = <IcePy.Operation object at 0x30d9798>
_op_setVersion = <IcePy.Operation object at 0x30d9768>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.SessionAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.SessionAnnotationLink

CHILD = 'ome.model.annotations.SessionAnnotationLink_child'
DETAILS = 'ome.model.annotations.SessionAnnotationLink_details'
PARENT = 'ome.model.annotations.SessionAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.SessionAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.SessionI(id=None, loaded=None)

Bases: omero.model.Session

CLOSED = 'ome.model.meta.Session_closed'
DEFAULTEVENTTYPE = 'ome.model.meta.Session_defaultEventType'
DETAILS = 'ome.model.meta.Session_details'
EVENTS = 'ome.model.meta.Session_events'
MESSAGE = 'ome.model.meta.Session_message'
NODE = 'ome.model.meta.Session_node'
OWNER = 'ome.model.meta.Session_owner'
STARTED = 'ome.model.meta.Session_started'
TIMETOIDLE = 'ome.model.meta.Session_timeToIdle'
TIMETOLIVE = 'ome.model.meta.Session_timeToLive'
USERAGENT = 'ome.model.meta.Session_userAgent'
USERIP = 'ome.model.meta.Session_userIP'
UUID = 'ome.model.meta.Session_uuid'
_field_info = FieldInfo(node=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), uuid=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), owner=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), timeToIdle=FieldData(wrapper=<function rlong at 0x1de7050>, nullable=False), timeToLive=FieldData(wrapper=<function rlong at 0x1de7050>, nullable=False), started=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=False), closed=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), message=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), defaultEventType=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), userAgent=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), userIP=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), events=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_getEvents(current=None)
_setEvents(_events, current=None, wrap=False)
_toggleCollectionsLoaded(load)
addAllEventSet(targets, current=None)
addAllSessionAnnotationLinkSet(targets, current=None)
addEvent(target, current=None)
addSessionAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
clearEvents(current=None)
copyEvents(current=None)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getClosed(current=None)
getDefaultEventType(current=None)
getDetails(current=None)
getId(current=None)
getMessage(current=None)
getNode(current=None)
getOwner(current=None)
getStarted(current=None)
getTimeToIdle(current=None)
getTimeToLive(current=None)
getUserAgent(current=None)
getUserIP(current=None)
getUuid(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isEventsLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
iterateEvents()
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
reloadEvents(toCopy, current=None)
removeAllEventSet(targets, current=None)
removeAllSessionAnnotationLinkSet(targets, current=None)
removeEvent(target, current=None)
removeSessionAnnotationLinkFromBoth(link, bothSides, current=None)
setClosed(_closed, current=None, wrap=False)
setDefaultEventType(_defaultEventType, current=None, wrap=False)
setId(_id, current=None)
setMessage(_message, current=None, wrap=False)
setNode(_node, current=None, wrap=False)
setOwner(_owner, current=None, wrap=False)
setStarted(_started, current=None, wrap=False)
setTimeToIdle(_timeToIdle, current=None, wrap=False)
setTimeToLive(_timeToLive, current=None, wrap=False)
setUserAgent(_userAgent, current=None, wrap=False)
setUserIP(_userIP, current=None, wrap=False)
setUuid(_uuid, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
sizeOfEvents(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadClosed()
unloadCollections(current=None)
unloadDefaultEventType()
unloadDetails(current=None)
unloadEvents(current=None)
unloadMessage()
unloadNode()
unloadOwner()
unloadStarted()
unloadTimeToIdle()
unloadTimeToLive()
unloadUserAgent()
unloadUserIP()
unloadUuid()
class omero.model.SessionPrx

Bases: omero.model.IObjectPrx

addAllEventSet(targets, _ctx=None)
addAllSessionAnnotationLinkSet(targets, _ctx=None)
addEvent(target, _ctx=None)
addSessionAnnotationLinkToBoth(link, bothSides, _ctx=None)
begin_addAllEventSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllSessionAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addEvent(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addSessionAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_clearEvents(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyEvents(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getClosed(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getDefaultEventType(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getMessage(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getNode(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getStarted(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getTimeToIdle(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getTimeToLive(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getUserAgent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getUserIP(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getUuid(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadEvents(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllEventSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllSessionAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeEvent(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeSessionAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setClosed(theClosed, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setDefaultEventType(theDefaultEventType, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setMessage(theMessage, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setNode(theNode, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setOwner(theOwner, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setStarted(theStarted, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setTimeToIdle(theTimeToIdle, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setTimeToLive(theTimeToLive, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setUserAgent(theUserAgent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setUserIP(theUserIP, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setUuid(theUuid, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfEvents(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadEvents(_response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
clearEvents(_ctx=None)
copyEvents(_ctx=None)
end_addAllEventSet(_r)
end_addAllSessionAnnotationLinkSet(_r)
end_addEvent(_r)
end_addSessionAnnotationLinkToBoth(_r)
end_clearEvents(_r)
end_copyEvents(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getClosed(_r)
end_getDefaultEventType(_r)
end_getMessage(_r)
end_getNode(_r)
end_getOwner(_r)
end_getStarted(_r)
end_getTimeToIdle(_r)
end_getTimeToLive(_r)
end_getUserAgent(_r)
end_getUserIP(_r)
end_getUuid(_r)
end_getVersion(_r)
end_linkAnnotation(_r)
end_linkedAnnotationList(_r)
end_reloadEvents(_r)
end_removeAllEventSet(_r)
end_removeAllSessionAnnotationLinkSet(_r)
end_removeEvent(_r)
end_removeSessionAnnotationLinkFromBoth(_r)
end_setClosed(_r)
end_setDefaultEventType(_r)
end_setMessage(_r)
end_setNode(_r)
end_setOwner(_r)
end_setStarted(_r)
end_setTimeToIdle(_r)
end_setTimeToLive(_r)
end_setUserAgent(_r)
end_setUserIP(_r)
end_setUuid(_r)
end_setVersion(_r)
end_sizeOfEvents(_r)
end_unlinkAnnotation(_r)
end_unloadEvents(_r)
getAnnotationLinksCountPerOwner(_ctx=None)
getClosed(_ctx=None)
getDefaultEventType(_ctx=None)
getMessage(_ctx=None)
getNode(_ctx=None)
getOwner(_ctx=None)
getStarted(_ctx=None)
getTimeToIdle(_ctx=None)
getTimeToLive(_ctx=None)
getUserAgent(_ctx=None)
getUserIP(_ctx=None)
getUuid(_ctx=None)
getVersion(_ctx=None)
linkAnnotation(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
reloadEvents(toCopy, _ctx=None)
removeAllEventSet(targets, _ctx=None)
removeAllSessionAnnotationLinkSet(targets, _ctx=None)
removeEvent(theTarget, _ctx=None)
removeSessionAnnotationLinkFromBoth(link, bothSides, _ctx=None)
setClosed(theClosed, _ctx=None)
setDefaultEventType(theDefaultEventType, _ctx=None)
setMessage(theMessage, _ctx=None)
setNode(theNode, _ctx=None)
setOwner(theOwner, _ctx=None)
setStarted(theStarted, _ctx=None)
setTimeToIdle(theTimeToIdle, _ctx=None)
setTimeToLive(theTimeToLive, _ctx=None)
setUserAgent(theUserAgent, _ctx=None)
setUserIP(theUserIP, _ctx=None)
setUuid(theUuid, _ctx=None)
setVersion(theVersion, _ctx=None)
sizeOfEvents(_ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
unloadEvents(_ctx=None)
class omero.model.Shape(_id=None, _details=None, _loaded=False, _version=None, _theZ=None, _theT=None, _theC=None, _roi=None, _locked=None, _g=None, _transform=None, _vectorEffect=None, _visibility=None, _fillColor=None, _fillRule=None, _strokeColor=None, _strokeDashArray=None, _strokeDashOffset=None, _strokeLineCap=None, _strokeLineJoin=None, _strokeMiterLimit=None, _strokeWidth=None, _fontFamily=None, _fontSize=None, _fontStretch=None, _fontStyle=None, _fontVariant=None, _fontWeight=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a6d8>
_op_addAllShapeAnnotationLinkSet = <IcePy.Operation object at 0x201a0d8>
_op_addShapeAnnotationLinkToBoth = <IcePy.Operation object at 0x201a180>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x201a150>
_op_getFillColor = <IcePy.Operation object at 0x1e2ad68>
_op_getFillRule = <IcePy.Operation object at 0x1e2ad98>
_op_getFontFamily = <IcePy.Operation object at 0x1e2af18>
_op_getFontSize = <IcePy.Operation object at 0x1e2af48>
_op_getFontStretch = <IcePy.Operation object at 0x1e2af78>
_op_getFontStyle = <IcePy.Operation object at 0x1e2afa8>
_op_getFontVariant = <IcePy.Operation object at 0x1e2afd8>
_op_getFontWeight = <IcePy.Operation object at 0x201a048>
_op_getG = <IcePy.Operation object at 0x1e2aca8>
_op_getLocked = <IcePy.Operation object at 0x1e2ac78>
_op_getRoi = <IcePy.Operation object at 0x1e2ac48>
_op_getStrokeColor = <IcePy.Operation object at 0x1e2adc8>
_op_getStrokeDashArray = <IcePy.Operation object at 0x1e2adf8>
_op_getStrokeDashOffset = <IcePy.Operation object at 0x1e2ae28>
_op_getStrokeLineCap = <IcePy.Operation object at 0x1e2ae58>
_op_getStrokeLineJoin = <IcePy.Operation object at 0x1e2ae88>
_op_getStrokeMiterLimit = <IcePy.Operation object at 0x1e2aeb8>
_op_getStrokeWidth = <IcePy.Operation object at 0x1e2aee8>
_op_getTheC = <IcePy.Operation object at 0x1e2ac18>
_op_getTheT = <IcePy.Operation object at 0x1e2abe8>
_op_getTheZ = <IcePy.Operation object at 0x1e2abb8>
_op_getTransform = <IcePy.Operation object at 0x1e2acd8>
_op_getVectorEffect = <IcePy.Operation object at 0x1e2ad08>
_op_getVersion = <IcePy.Operation object at 0x1e2ab88>
_op_getVisibility = <IcePy.Operation object at 0x1e2ad38>
_op_linkAnnotation = <IcePy.Operation object at 0x201a168>
_op_linkedAnnotationList = <IcePy.Operation object at 0x201a1e0>
_op_removeAllShapeAnnotationLinkSet = <IcePy.Operation object at 0x201a108>
_op_removeShapeAnnotationLinkFromBoth = <IcePy.Operation object at 0x201a1c8>
_op_setFillColor = <IcePy.Operation object at 0x1e2ad80>
_op_setFillRule = <IcePy.Operation object at 0x1e2adb0>
_op_setFontFamily = <IcePy.Operation object at 0x1e2af30>
_op_setFontSize = <IcePy.Operation object at 0x1e2af60>
_op_setFontStretch = <IcePy.Operation object at 0x1e2af90>
_op_setFontStyle = <IcePy.Operation object at 0x1e2afc0>
_op_setFontVariant = <IcePy.Operation object at 0x201a030>
_op_setFontWeight = <IcePy.Operation object at 0x201a060>
_op_setG = <IcePy.Operation object at 0x1e2acc0>
_op_setLocked = <IcePy.Operation object at 0x1e2ac90>
_op_setRoi = <IcePy.Operation object at 0x1e2ac60>
_op_setStrokeColor = <IcePy.Operation object at 0x1e2ade0>
_op_setStrokeDashArray = <IcePy.Operation object at 0x1e2ae10>
_op_setStrokeDashOffset = <IcePy.Operation object at 0x1e2ae40>
_op_setStrokeLineCap = <IcePy.Operation object at 0x1e2ae70>
_op_setStrokeLineJoin = <IcePy.Operation object at 0x1e2aea0>
_op_setStrokeMiterLimit = <IcePy.Operation object at 0x1e2aed0>
_op_setStrokeWidth = <IcePy.Operation object at 0x1e2af00>
_op_setTheC = <IcePy.Operation object at 0x1e2ac30>
_op_setTheT = <IcePy.Operation object at 0x1e2ac00>
_op_setTheZ = <IcePy.Operation object at 0x1e2abd0>
_op_setTransform = <IcePy.Operation object at 0x1e2acf0>
_op_setVectorEffect = <IcePy.Operation object at 0x1e2ad20>
_op_setVersion = <IcePy.Operation object at 0x1e2aba0>
_op_setVisibility = <IcePy.Operation object at 0x1e2ad50>
_op_unlinkAnnotation = <IcePy.Operation object at 0x201a1b0>
addAllShapeAnnotationLinkSet(targets, current=None)
addShapeAnnotationLinkToBoth(link, bothSides, current=None)
getAnnotationLinksCountPerOwner(current=None)
getFillColor(current=None)
getFillRule(current=None)
getFontFamily(current=None)
getFontSize(current=None)
getFontStretch(current=None)
getFontStyle(current=None)
getFontVariant(current=None)
getFontWeight(current=None)
getG(current=None)
getLocked(current=None)
getRoi(current=None)
getStrokeColor(current=None)
getStrokeDashArray(current=None)
getStrokeDashOffset(current=None)
getStrokeLineCap(current=None)
getStrokeLineJoin(current=None)
getStrokeMiterLimit(current=None)
getStrokeWidth(current=None)
getTheC(current=None)
getTheT(current=None)
getTheZ(current=None)
getTransform(current=None)
getVectorEffect(current=None)
getVersion(current=None)
getVisibility(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
removeAllShapeAnnotationLinkSet(targets, current=None)
removeShapeAnnotationLinkFromBoth(link, bothSides, current=None)
setFillColor(theFillColor, current=None)
setFillRule(theFillRule, current=None)
setFontFamily(theFontFamily, current=None)
setFontSize(theFontSize, current=None)
setFontStretch(theFontStretch, current=None)
setFontStyle(theFontStyle, current=None)
setFontVariant(theFontVariant, current=None)
setFontWeight(theFontWeight, current=None)
setG(theG, current=None)
setLocked(theLocked, current=None)
setRoi(theRoi, current=None)
setStrokeColor(theStrokeColor, current=None)
setStrokeDashArray(theStrokeDashArray, current=None)
setStrokeDashOffset(theStrokeDashOffset, current=None)
setStrokeLineCap(theStrokeLineCap, current=None)
setStrokeLineJoin(theStrokeLineJoin, current=None)
setStrokeMiterLimit(theStrokeMiterLimit, current=None)
setStrokeWidth(theStrokeWidth, current=None)
setTheC(theTheC, current=None)
setTheT(theTheT, current=None)
setTheZ(theTheZ, current=None)
setTransform(theTransform, current=None)
setVectorEffect(theVectorEffect, current=None)
setVersion(theVersion, current=None)
setVisibility(theVisibility, current=None)
unlinkAnnotation(removal, current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1e2ab28>
_op_getChild = <IcePy.Operation object at 0x30d9858>
_op_getParent = <IcePy.Operation object at 0x30d9828>
_op_getVersion = <IcePy.Operation object at 0x30d97f8>
_op_setChild = <IcePy.Operation object at 0x30d9870>
_op_setParent = <IcePy.Operation object at 0x30d9840>
_op_setVersion = <IcePy.Operation object at 0x30d9810>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.ShapeAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.ShapeAnnotationLink

CHILD = 'ome.model.annotations.ShapeAnnotationLink_child'
DETAILS = 'ome.model.annotations.ShapeAnnotationLink_details'
PARENT = 'ome.model.annotations.ShapeAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.ShapeAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.ShapePrx

Bases: omero.model.IObjectPrx

addAllShapeAnnotationLinkSet(targets, _ctx=None)
addShapeAnnotationLinkToBoth(link, bothSides, _ctx=None)
begin_addAllShapeAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addShapeAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getFillColor(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getFillRule(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getFontFamily(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getFontSize(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getFontStretch(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getFontStyle(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getFontVariant(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getFontWeight(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getG(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getLocked(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getRoi(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getStrokeColor(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getStrokeDashArray(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getStrokeDashOffset(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getStrokeLineCap(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getStrokeLineJoin(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getStrokeMiterLimit(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getStrokeWidth(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getTheC(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getTheT(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getTheZ(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getTransform(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVectorEffect(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVisibility(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllShapeAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeShapeAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setFillColor(theFillColor, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setFillRule(theFillRule, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setFontFamily(theFontFamily, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setFontSize(theFontSize, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setFontStretch(theFontStretch, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setFontStyle(theFontStyle, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setFontVariant(theFontVariant, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setFontWeight(theFontWeight, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setG(theG, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setLocked(theLocked, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setRoi(theRoi, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setStrokeColor(theStrokeColor, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setStrokeDashArray(theStrokeDashArray, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setStrokeDashOffset(theStrokeDashOffset, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setStrokeLineCap(theStrokeLineCap, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setStrokeLineJoin(theStrokeLineJoin, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setStrokeMiterLimit(theStrokeMiterLimit, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setStrokeWidth(theStrokeWidth, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setTheC(theTheC, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setTheT(theTheT, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setTheZ(theTheZ, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setTransform(theTransform, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVectorEffect(theVectorEffect, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVisibility(theVisibility, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_addAllShapeAnnotationLinkSet(_r)
end_addShapeAnnotationLinkToBoth(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getFillColor(_r)
end_getFillRule(_r)
end_getFontFamily(_r)
end_getFontSize(_r)
end_getFontStretch(_r)
end_getFontStyle(_r)
end_getFontVariant(_r)
end_getFontWeight(_r)
end_getG(_r)
end_getLocked(_r)
end_getRoi(_r)
end_getStrokeColor(_r)
end_getStrokeDashArray(_r)
end_getStrokeDashOffset(_r)
end_getStrokeLineCap(_r)
end_getStrokeLineJoin(_r)
end_getStrokeMiterLimit(_r)
end_getStrokeWidth(_r)
end_getTheC(_r)
end_getTheT(_r)
end_getTheZ(_r)
end_getTransform(_r)
end_getVectorEffect(_r)
end_getVersion(_r)
end_getVisibility(_r)
end_linkAnnotation(_r)
end_linkedAnnotationList(_r)
end_removeAllShapeAnnotationLinkSet(_r)
end_removeShapeAnnotationLinkFromBoth(_r)
end_setFillColor(_r)
end_setFillRule(_r)
end_setFontFamily(_r)
end_setFontSize(_r)
end_setFontStretch(_r)
end_setFontStyle(_r)
end_setFontVariant(_r)
end_setFontWeight(_r)
end_setG(_r)
end_setLocked(_r)
end_setRoi(_r)
end_setStrokeColor(_r)
end_setStrokeDashArray(_r)
end_setStrokeDashOffset(_r)
end_setStrokeLineCap(_r)
end_setStrokeLineJoin(_r)
end_setStrokeMiterLimit(_r)
end_setStrokeWidth(_r)
end_setTheC(_r)
end_setTheT(_r)
end_setTheZ(_r)
end_setTransform(_r)
end_setVectorEffect(_r)
end_setVersion(_r)
end_setVisibility(_r)
end_unlinkAnnotation(_r)
getAnnotationLinksCountPerOwner(_ctx=None)
getFillColor(_ctx=None)
getFillRule(_ctx=None)
getFontFamily(_ctx=None)
getFontSize(_ctx=None)
getFontStretch(_ctx=None)
getFontStyle(_ctx=None)
getFontVariant(_ctx=None)
getFontWeight(_ctx=None)
getG(_ctx=None)
getLocked(_ctx=None)
getRoi(_ctx=None)
getStrokeColor(_ctx=None)
getStrokeDashArray(_ctx=None)
getStrokeDashOffset(_ctx=None)
getStrokeLineCap(_ctx=None)
getStrokeLineJoin(_ctx=None)
getStrokeMiterLimit(_ctx=None)
getStrokeWidth(_ctx=None)
getTheC(_ctx=None)
getTheT(_ctx=None)
getTheZ(_ctx=None)
getTransform(_ctx=None)
getVectorEffect(_ctx=None)
getVersion(_ctx=None)
getVisibility(_ctx=None)
linkAnnotation(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
removeAllShapeAnnotationLinkSet(targets, _ctx=None)
removeShapeAnnotationLinkFromBoth(link, bothSides, _ctx=None)
setFillColor(theFillColor, _ctx=None)
setFillRule(theFillRule, _ctx=None)
setFontFamily(theFontFamily, _ctx=None)
setFontSize(theFontSize, _ctx=None)
setFontStretch(theFontStretch, _ctx=None)
setFontStyle(theFontStyle, _ctx=None)
setFontVariant(theFontVariant, _ctx=None)
setFontWeight(theFontWeight, _ctx=None)
setG(theG, _ctx=None)
setLocked(theLocked, _ctx=None)
setRoi(theRoi, _ctx=None)
setStrokeColor(theStrokeColor, _ctx=None)
setStrokeDashArray(theStrokeDashArray, _ctx=None)
setStrokeDashOffset(theStrokeDashOffset, _ctx=None)
setStrokeLineCap(theStrokeLineCap, _ctx=None)
setStrokeLineJoin(theStrokeLineJoin, _ctx=None)
setStrokeMiterLimit(theStrokeMiterLimit, _ctx=None)
setStrokeWidth(theStrokeWidth, _ctx=None)
setTheC(theTheC, _ctx=None)
setTheT(theTheT, _ctx=None)
setTheZ(theTheZ, _ctx=None)
setTransform(theTransform, _ctx=None)
setVectorEffect(theVectorEffect, _ctx=None)
setVersion(theVersion, _ctx=None)
setVisibility(theVisibility, _ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
class omero.model.Share(_id=None, _details=None, _loaded=False, _version=None, _node=None, _uuid=None, _owner=None, _timeToIdle=None, _timeToLive=None, _started=None, _closed=None, _message=None, _defaultEventType=None, _userAgent=None, _userIP=None, _eventsSeq=None, _eventsLoaded=False, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _group=None, _itemCount=None, _active=None, _data=None)

Bases: omero.model.Session

_ice_type = <IcePy.TypeInfo object at 0x1b1a738>
_op_getActive = <IcePy.Operation object at 0x30d9900>
_op_getData = <IcePy.Operation object at 0x30d9930>
_op_getGroup = <IcePy.Operation object at 0x30d98a0>
_op_getItemCount = <IcePy.Operation object at 0x30d98d0>
_op_setActive = <IcePy.Operation object at 0x30d9918>
_op_setData = <IcePy.Operation object at 0x30d9948>
_op_setGroup = <IcePy.Operation object at 0x30d98b8>
_op_setItemCount = <IcePy.Operation object at 0x30d98e8>
getActive(current=None)
getData(current=None)
getGroup(current=None)
getItemCount(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setActive(theActive, current=None)
setData(theData, current=None)
setGroup(theGroup, current=None)
setItemCount(theItemCount, current=None)
class omero.model.ShareI(id=None, loaded=None)

Bases: omero.model.Share

ACTIVE = 'ome.model.meta.Share_active'
CLOSED = 'ome.model.meta.Share_closed'
DATA = 'ome.model.meta.Share_data'
DEFAULTEVENTTYPE = 'ome.model.meta.Share_defaultEventType'
DETAILS = 'ome.model.meta.Share_details'
EVENTS = 'ome.model.meta.Share_events'
GROUP = 'ome.model.meta.Share_group'
ITEMCOUNT = 'ome.model.meta.Share_itemCount'
MESSAGE = 'ome.model.meta.Share_message'
NODE = 'ome.model.meta.Share_node'
OWNER = 'ome.model.meta.Share_owner'
STARTED = 'ome.model.meta.Share_started'
TIMETOIDLE = 'ome.model.meta.Share_timeToIdle'
TIMETOLIVE = 'ome.model.meta.Share_timeToLive'
USERAGENT = 'ome.model.meta.Share_userAgent'
USERIP = 'ome.model.meta.Share_userIP'
UUID = 'ome.model.meta.Share_uuid'
_field_info = FieldInfo(group=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), itemCount=FieldData(wrapper=<function rlong at 0x1de7050>, nullable=False), active=FieldData(wrapper=<function rbool at 0x1de5320>, nullable=False), data=FieldData(wrapper=None, nullable=False), node=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), uuid=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), owner=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), timeToIdle=FieldData(wrapper=<function rlong at 0x1de7050>, nullable=False), timeToLive=FieldData(wrapper=<function rlong at 0x1de7050>, nullable=False), started=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=False), closed=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), message=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), defaultEventType=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), userAgent=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), userIP=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), events=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_getEvents(current=None)
_setEvents(_events, current=None, wrap=False)
_toggleCollectionsLoaded(load)
addAllEventSet(targets, current=None)
addAllSessionAnnotationLinkSet(targets, current=None)
addEvent(target, current=None)
addSessionAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
clearEvents(current=None)
copyEvents(current=None)
errorIfUnloaded()
getActive(current=None)
getAnnotationLinksCountPerOwner(current=None)
getClosed(current=None)
getData(current=None)
getDefaultEventType(current=None)
getDetails(current=None)
getGroup(current=None)
getId(current=None)
getItemCount(current=None)
getMessage(current=None)
getNode(current=None)
getOwner(current=None)
getStarted(current=None)
getTimeToIdle(current=None)
getTimeToLive(current=None)
getUserAgent(current=None)
getUserIP(current=None)
getUuid(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isEventsLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
iterateEvents()
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
reloadEvents(toCopy, current=None)
removeAllEventSet(targets, current=None)
removeAllSessionAnnotationLinkSet(targets, current=None)
removeEvent(target, current=None)
removeSessionAnnotationLinkFromBoth(link, bothSides, current=None)
setActive(_active, current=None, wrap=False)
setClosed(_closed, current=None, wrap=False)
setData(_data, current=None, wrap=False)
setDefaultEventType(_defaultEventType, current=None, wrap=False)
setGroup(_group, current=None, wrap=False)
setId(_id, current=None)
setItemCount(_itemCount, current=None, wrap=False)
setMessage(_message, current=None, wrap=False)
setNode(_node, current=None, wrap=False)
setOwner(_owner, current=None, wrap=False)
setStarted(_started, current=None, wrap=False)
setTimeToIdle(_timeToIdle, current=None, wrap=False)
setTimeToLive(_timeToLive, current=None, wrap=False)
setUserAgent(_userAgent, current=None, wrap=False)
setUserIP(_userIP, current=None, wrap=False)
setUuid(_uuid, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
sizeOfEvents(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadActive()
unloadClosed()
unloadCollections(current=None)
unloadData()
unloadDefaultEventType()
unloadDetails(current=None)
unloadEvents(current=None)
unloadGroup()
unloadItemCount()
unloadMessage()
unloadNode()
unloadOwner()
unloadStarted()
unloadTimeToIdle()
unloadTimeToLive()
unloadUserAgent()
unloadUserIP()
unloadUuid()
class omero.model.ShareMember(_id=None, _details=None, _loaded=False, _version=None, _parent=None, _child=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x30d9978>
_op_getChild = <IcePy.Operation object at 0x30d99f0>
_op_getParent = <IcePy.Operation object at 0x30d99c0>
_op_getVersion = <IcePy.Operation object at 0x30d9990>
_op_setChild = <IcePy.Operation object at 0x30d9a08>
_op_setParent = <IcePy.Operation object at 0x30d99d8>
_op_setVersion = <IcePy.Operation object at 0x30d99a8>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.ShareMemberI(id=None, loaded=None)

Bases: omero.model.ShareMember

CHILD = 'ome.model.meta.ShareMember_child'
DETAILS = 'ome.model.meta.ShareMember_details'
PARENT = 'ome.model.meta.ShareMember_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.ShareMemberPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.SharePrx

Bases: omero.model.SessionPrx

begin_getActive(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getData(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getGroup(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getItemCount(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setActive(theActive, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setData(theData, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setGroup(theGroup, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setItemCount(theItemCount, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getActive(_r)
end_getData(_r)
end_getGroup(_r)
end_getItemCount(_r)
end_setActive(_r)
end_setData(_r)
end_setGroup(_r)
end_setItemCount(_r)
getActive(_ctx=None)
getData(_ctx=None)
getGroup(_ctx=None)
getItemCount(_ctx=None)
setActive(theActive, _ctx=None)
setData(theData, _ctx=None)
setGroup(theGroup, _ctx=None)
setItemCount(theItemCount, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.StageLabel(_id=None, _details=None, _loaded=False, _version=None, _positionX=None, _positionY=None, _positionZ=None, _name=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x243b0d8>
_op_getName = <IcePy.Operation object at 0x30d9af8>
_op_getPositionX = <IcePy.Operation object at 0x30d9a68>
_op_getPositionY = <IcePy.Operation object at 0x30d9a98>
_op_getPositionZ = <IcePy.Operation object at 0x30d9ac8>
_op_getVersion = <IcePy.Operation object at 0x30d9a38>
_op_setName = <IcePy.Operation object at 0x30d9b10>
_op_setPositionX = <IcePy.Operation object at 0x30d9a80>
_op_setPositionY = <IcePy.Operation object at 0x30d9ab0>
_op_setPositionZ = <IcePy.Operation object at 0x30d9ae0>
_op_setVersion = <IcePy.Operation object at 0x30d9a50>
getName(current=None)
getPositionX(current=None)
getPositionY(current=None)
getPositionZ(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setName(theName, current=None)
setPositionX(thePositionX, current=None)
setPositionY(thePositionY, current=None)
setPositionZ(thePositionZ, current=None)
setVersion(theVersion, current=None)
class omero.model.StageLabelI(id=None, loaded=None)

Bases: omero.model.StageLabel

DETAILS = 'ome.model.acquisition.StageLabel_details'
NAME = 'ome.model.acquisition.StageLabel_name'
POSITIONX = 'ome.model.acquisition.StageLabel_positionX'
POSITIONY = 'ome.model.acquisition.StageLabel_positionY'
POSITIONZ = 'ome.model.acquisition.StageLabel_positionZ'
_field_info = FieldInfo(positionX=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), positionY=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), positionZ=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), name=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getName(current=None)
getPositionX(current=None)
getPositionY(current=None)
getPositionZ(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setName(_name, current=None, wrap=False)
setPositionX(_positionX, current=None, wrap=False)
setPositionY(_positionY, current=None, wrap=False)
setPositionZ(_positionZ, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadName()
unloadPositionX()
unloadPositionY()
unloadPositionZ()
class omero.model.StageLabelPrx

Bases: omero.model.IObjectPrx

begin_getName(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPositionX(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPositionY(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPositionZ(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setName(theName, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPositionX(thePositionX, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPositionY(thePositionY, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPositionZ(thePositionZ, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getName(_r)
end_getPositionX(_r)
end_getPositionY(_r)
end_getPositionZ(_r)
end_getVersion(_r)
end_setName(_r)
end_setPositionX(_r)
end_setPositionY(_r)
end_setPositionZ(_r)
end_setVersion(_r)
getName(_ctx=None)
getPositionX(_ctx=None)
getPositionY(_ctx=None)
getPositionZ(_ctx=None)
getVersion(_ctx=None)
setName(theName, _ctx=None)
setPositionX(thePositionX, _ctx=None)
setPositionY(thePositionY, _ctx=None)
setPositionZ(thePositionZ, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.StatsInfo(_id=None, _details=None, _loaded=False, _version=None, _globalMin=None, _globalMax=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1f3bb88>
_op_getGlobalMax = <IcePy.Operation object at 0x30d9b88>
_op_getGlobalMin = <IcePy.Operation object at 0x30d9b58>
_op_getVersion = <IcePy.Operation object at 0x30d9b28>
_op_setGlobalMax = <IcePy.Operation object at 0x30d9ba0>
_op_setGlobalMin = <IcePy.Operation object at 0x30d9b70>
_op_setVersion = <IcePy.Operation object at 0x30d9b40>
getGlobalMax(current=None)
getGlobalMin(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setGlobalMax(theGlobalMax, current=None)
setGlobalMin(theGlobalMin, current=None)
setVersion(theVersion, current=None)
class omero.model.StatsInfoI(id=None, loaded=None)

Bases: omero.model.StatsInfo

DETAILS = 'ome.model.stats.StatsInfo_details'
GLOBALMAX = 'ome.model.stats.StatsInfo_globalMax'
GLOBALMIN = 'ome.model.stats.StatsInfo_globalMin'
_field_info = FieldInfo(globalMin=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=False), globalMax=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getGlobalMax(current=None)
getGlobalMin(current=None)
getId(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setGlobalMax(_globalMax, current=None, wrap=False)
setGlobalMin(_globalMin, current=None, wrap=False)
setId(_id, current=None)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadGlobalMax()
unloadGlobalMin()
class omero.model.StatsInfoPrx

Bases: omero.model.IObjectPrx

begin_getGlobalMax(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getGlobalMin(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setGlobalMax(theGlobalMax, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setGlobalMin(theGlobalMin, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getGlobalMax(_r)
end_getGlobalMin(_r)
end_getVersion(_r)
end_setGlobalMax(_r)
end_setGlobalMin(_r)
end_setVersion(_r)
getGlobalMax(_ctx=None)
getGlobalMin(_ctx=None)
getVersion(_ctx=None)
setGlobalMax(theGlobalMax, _ctx=None)
setGlobalMin(theGlobalMin, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.TagAnnotation(_id=None, _details=None, _loaded=False, _version=None, _ns=None, _name=None, _description=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _textValue=None)

Bases: omero.model.TextAnnotation

_ice_type = <IcePy.TypeInfo object at 0x30d9bd0>
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
class omero.model.TagAnnotationI(id=None, loaded=None)

Bases: omero.model.TagAnnotation

DESCRIPTION = 'ome.model.annotations.TagAnnotation_description'
DETAILS = 'ome.model.annotations.TagAnnotation_details'
NAME = 'ome.model.annotations.TagAnnotation_name'
NS = 'ome.model.annotations.TagAnnotation_ns'
TEXTVALUE = 'ome.model.annotations.TagAnnotation_textValue'
_field_info = FieldInfo(textValue=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), ns=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), name=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), description=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllAnnotationAnnotationLinkSet(targets, current=None)
addAnnotationAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDescription(current=None)
getDetails(current=None)
getId(current=None)
getName(current=None)
getNs(current=None)
getTextValue(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllAnnotationAnnotationLinkSet(targets, current=None)
removeAnnotationAnnotationLinkFromBoth(link, bothSides, current=None)
setDescription(_description, current=None, wrap=False)
setId(_id, current=None)
setName(_name, current=None, wrap=False)
setNs(_ns, current=None, wrap=False)
setTextValue(_textValue, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDescription()
unloadDetails(current=None)
unloadName()
unloadNs()
unloadTextValue()
class omero.model.TagAnnotationPrx

Bases: omero.model.TextAnnotationPrx

static checkedCast(proxy, facetOrCtx=None, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Temperature(_value=0.0, _unit=KELVIN)

Bases: Ice.Object

Unit of Temperature which is used through the model. This is not an [omero::model::IObject] implementation and as such does not have an ID value. Instead, the entire object is embedded into the containing class, so that the value and unit rows can be found on the table itself (e.g. imagingEnvironment.temperature and imagingEnvironment.temperatureUnit).

_ice_type = <IcePy.TypeInfo object at 0x243bb40>
_op_copy = <IcePy.Operation object at 0x42fa060>
_op_getSymbol = <IcePy.Operation object at 0x42fa048>
_op_getUnit = <IcePy.Operation object at 0x35ddfd8>
_op_getValue = <IcePy.Operation object at 0x35ddfa8>
_op_setUnit = <IcePy.Operation object at 0x42fa030>
_op_setValue = <IcePy.Operation object at 0x35ddfc0>
copy(current=None)
getSymbol(current=None)

Returns the possibly unicode representation of the “unit” value for display.

getUnit(current=None)

[omero::model::enums::UnitsTemperature] instance which is an [omero::model::IObject] meaning that its ID is sufficient for identifying equality.

getValue(current=None)

Actual value for this unit-based field. The interpretation of the value is only possible along with the [omero::model::enums::UnitsTemperature] enum.

ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setUnit(unit, current=None)
setValue(value, current=None)
class omero.model.TemperatureI(value=None, unit=None)

Bases: omero.model.Temperature, omero_model_UnitBase.UnitBase

CONVERSIONS = {KELVIN: {CELSIUS: <omero.conversions.Add object at 0x42f8bd0>, FAHRENHEIT: <omero.conversions.Add object at 0x42f8e10>, RANKINE: <omero.conversions.Mul object at 0x42f8f50>}, CELSIUS: {KELVIN: <omero.conversions.Add object at 0x42f8290>, FAHRENHEIT: <omero.conversions.Add object at 0x42f8150>, RANKINE: <omero.conversions.Add object at 0x42f84d0>}, FAHRENHEIT: {KELVIN: <omero.conversions.Add object at 0x42f8950>, CELSIUS: <omero.conversions.Add object at 0x42f8710>, RANKINE: <omero.conversions.Add object at 0x42f8a90>}, RANKINE: {KELVIN: <omero.conversions.Mul object at 0x42f9450>, CELSIUS: <omero.conversions.Add object at 0x42f91d0>, FAHRENHEIT: <omero.conversions.Add object at 0x42f9310>}}
SYMBOLS = {'FAHRENHEIT': '\xc2\xb0F', 'KELVIN': 'K', 'CELSIUS': '\xc2\xb0C', 'RANKINE': '\xc2\xb0R'}
UNIT_VALUES = [KELVIN, CELSIUS, FAHRENHEIT, RANKINE]
getSymbol(current=None)
getUnit(current=None)
getValue(current=None)
static lookupSymbol(unit)
setUnit(unit, current=None)
setValue(value, current=None)
val = RANKINE
class omero.model.TemperaturePrx

Bases: IcePy.ObjectPrx

Actual value for this unit-based field. The interpretation of the value is only possible along with the [omero::model::enums::UnitsTemperature] enum.

begin_copy(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSymbol(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getUnit(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setUnit(unit, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(value, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
copy(_ctx=None)
end_copy(_r)
end_getSymbol(_r)
end_getUnit(_r)
end_getValue(_r)
end_setUnit(_r)
end_setValue(_r)
getSymbol(_ctx=None)
getUnit(_ctx=None)
getValue(_ctx=None)
setUnit(unit, _ctx=None)
setValue(value, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.TermAnnotation(_id=None, _details=None, _loaded=False, _version=None, _ns=None, _name=None, _description=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _termValue=None)

Bases: omero.model.BasicAnnotation

_ice_type = <IcePy.TypeInfo object at 0x30d9c00>
_op_getTermValue = <IcePy.Operation object at 0x30d9c18>
_op_setTermValue = <IcePy.Operation object at 0x30d9c30>
getTermValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setTermValue(theTermValue, current=None)
class omero.model.TermAnnotationI(id=None, loaded=None)

Bases: omero.model.TermAnnotation

DESCRIPTION = 'ome.model.annotations.TermAnnotation_description'
DETAILS = 'ome.model.annotations.TermAnnotation_details'
NAME = 'ome.model.annotations.TermAnnotation_name'
NS = 'ome.model.annotations.TermAnnotation_ns'
TERMVALUE = 'ome.model.annotations.TermAnnotation_termValue'
_field_info = FieldInfo(termValue=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), ns=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), name=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), description=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllAnnotationAnnotationLinkSet(targets, current=None)
addAnnotationAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDescription(current=None)
getDetails(current=None)
getId(current=None)
getName(current=None)
getNs(current=None)
getTermValue(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllAnnotationAnnotationLinkSet(targets, current=None)
removeAnnotationAnnotationLinkFromBoth(link, bothSides, current=None)
setDescription(_description, current=None, wrap=False)
setId(_id, current=None)
setName(_name, current=None, wrap=False)
setNs(_ns, current=None, wrap=False)
setTermValue(_termValue, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDescription()
unloadDetails(current=None)
unloadName()
unloadNs()
unloadTermValue()
class omero.model.TermAnnotationPrx

Bases: omero.model.BasicAnnotationPrx

begin_getTermValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setTermValue(theTermValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getTermValue(_r)
end_setTermValue(_r)
getTermValue(_ctx=None)
setTermValue(theTermValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.TextAnnotation(_id=None, _details=None, _loaded=False, _version=None, _ns=None, _name=None, _description=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _textValue=None)

Bases: omero.model.Annotation

_ice_type = <IcePy.TypeInfo object at 0x1b1a768>
_op_getTextValue = <IcePy.Operation object at 0x1dbc330>
_op_setTextValue = <IcePy.Operation object at 0x1dbc348>
getTextValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setTextValue(theTextValue, current=None)
class omero.model.TextAnnotationPrx

Bases: omero.model.AnnotationPrx

begin_getTextValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setTextValue(theTextValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getTextValue(_r)
end_setTextValue(_r)
getTextValue(_ctx=None)
setTextValue(theTextValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Thumbnail(_id=None, _details=None, _loaded=False, _version=None, _pixels=None, _mimeType=None, _sizeX=None, _sizeY=None, _ref=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2db1330>
_op_getMimeType = <IcePy.Operation object at 0x30d9ca8>
_op_getPixels = <IcePy.Operation object at 0x30d9c78>
_op_getRef = <IcePy.Operation object at 0x30d9d38>
_op_getSizeX = <IcePy.Operation object at 0x30d9cd8>
_op_getSizeY = <IcePy.Operation object at 0x30d9d08>
_op_getVersion = <IcePy.Operation object at 0x30d9c48>
_op_setMimeType = <IcePy.Operation object at 0x30d9cc0>
_op_setPixels = <IcePy.Operation object at 0x30d9c90>
_op_setRef = <IcePy.Operation object at 0x30d9d50>
_op_setSizeX = <IcePy.Operation object at 0x30d9cf0>
_op_setSizeY = <IcePy.Operation object at 0x30d9d20>
_op_setVersion = <IcePy.Operation object at 0x30d9c60>
getMimeType(current=None)
getPixels(current=None)
getRef(current=None)
getSizeX(current=None)
getSizeY(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setMimeType(theMimeType, current=None)
setPixels(thePixels, current=None)
setRef(theRef, current=None)
setSizeX(theSizeX, current=None)
setSizeY(theSizeY, current=None)
setVersion(theVersion, current=None)
class omero.model.ThumbnailGenerationJob(_id=None, _details=None, _loaded=False, _version=None, _username=None, _groupname=None, _type=None, _message=None, _status=None, _submitted=None, _scheduledFor=None, _started=None, _finished=None, _originalFileLinksSeq=None, _originalFileLinksLoaded=False, _originalFileLinksCountPerOwner=None)

Bases: omero.model.Job

_ice_type = <IcePy.TypeInfo object at 0x30d9d80>
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
class omero.model.ThumbnailGenerationJobI(id=None, loaded=None)

Bases: omero.model.ThumbnailGenerationJob

DETAILS = 'ome.model.jobs.ThumbnailGenerationJob_details'
FINISHED = 'ome.model.jobs.ThumbnailGenerationJob_finished'
GROUPNAME = 'ome.model.jobs.ThumbnailGenerationJob_groupname'
MESSAGE = 'ome.model.jobs.ThumbnailGenerationJob_message'
SCHEDULEDFOR = 'ome.model.jobs.ThumbnailGenerationJob_scheduledFor'
STARTED = 'ome.model.jobs.ThumbnailGenerationJob_started'
STATUS = 'ome.model.jobs.ThumbnailGenerationJob_status'
SUBMITTED = 'ome.model.jobs.ThumbnailGenerationJob_submitted'
TYPE = 'ome.model.jobs.ThumbnailGenerationJob_type'
USERNAME = 'ome.model.jobs.ThumbnailGenerationJob_username'
_field_info = FieldInfo(username=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), groupname=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), type=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), message=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), status=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), submitted=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=False), scheduledFor=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=False), started=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), finished=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), originalFileLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllJobOriginalFileLinkSet(targets, current=None)
addJobOriginalFileLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getFinished(current=None)
getGroupname(current=None)
getId(current=None)
getMessage(current=None)
getOriginalFileLinksCountPerOwner(current=None)
getScheduledFor(current=None)
getStarted(current=None)
getStatus(current=None)
getSubmitted(current=None)
getType(current=None)
getUsername(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
isOriginalFileLinksLoaded()
linkOriginalFile(addition, current=None)
linkedOriginalFileList(current=None)
proxy(current=None)
removeAllJobOriginalFileLinkSet(targets, current=None)
removeJobOriginalFileLinkFromBoth(link, bothSides, current=None)
setFinished(_finished, current=None, wrap=False)
setGroupname(_groupname, current=None, wrap=False)
setId(_id, current=None)
setMessage(_message, current=None, wrap=False)
setScheduledFor(_scheduledFor, current=None, wrap=False)
setStarted(_started, current=None, wrap=False)
setStatus(_status, current=None, wrap=False)
setSubmitted(_submitted, current=None, wrap=False)
setType(_type, current=None, wrap=False)
setUsername(_username, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkOriginalFile(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadFinished()
unloadGroupname()
unloadMessage()
unloadScheduledFor()
unloadStarted()
unloadStatus()
unloadSubmitted()
unloadType()
unloadUsername()
class omero.model.ThumbnailGenerationJobPrx

Bases: omero.model.JobPrx

static checkedCast(proxy, facetOrCtx=None, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.ThumbnailI(id=None, loaded=None)

Bases: omero.model.Thumbnail

DETAILS = 'ome.model.display.Thumbnail_details'
MIMETYPE = 'ome.model.display.Thumbnail_mimeType'
PIXELS = 'ome.model.display.Thumbnail_pixels'
REF = 'ome.model.display.Thumbnail_ref'
SIZEX = 'ome.model.display.Thumbnail_sizeX'
SIZEY = 'ome.model.display.Thumbnail_sizeY'
_field_info = FieldInfo(pixels=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), mimeType=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), sizeX=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), sizeY=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=False), ref=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getMimeType(current=None)
getPixels(current=None)
getRef(current=None)
getSizeX(current=None)
getSizeY(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setMimeType(_mimeType, current=None, wrap=False)
setPixels(_pixels, current=None, wrap=False)
setRef(_ref, current=None, wrap=False)
setSizeX(_sizeX, current=None, wrap=False)
setSizeY(_sizeY, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadMimeType()
unloadPixels()
unloadRef()
unloadSizeX()
unloadSizeY()
class omero.model.ThumbnailPrx

Bases: omero.model.IObjectPrx

begin_getMimeType(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPixels(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getRef(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSizeX(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSizeY(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setMimeType(theMimeType, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPixels(thePixels, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setRef(theRef, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setSizeX(theSizeX, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setSizeY(theSizeY, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getMimeType(_r)
end_getPixels(_r)
end_getRef(_r)
end_getSizeX(_r)
end_getSizeY(_r)
end_getVersion(_r)
end_setMimeType(_r)
end_setPixels(_r)
end_setRef(_r)
end_setSizeX(_r)
end_setSizeY(_r)
end_setVersion(_r)
getMimeType(_ctx=None)
getPixels(_ctx=None)
getRef(_ctx=None)
getSizeX(_ctx=None)
getSizeY(_ctx=None)
getVersion(_ctx=None)
setMimeType(theMimeType, _ctx=None)
setPixels(thePixels, _ctx=None)
setRef(theRef, _ctx=None)
setSizeX(theSizeX, _ctx=None)
setSizeY(theSizeY, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Time(_value=0.0, _unit=YOTTASECOND)

Bases: Ice.Object

Unit of Time which is used through the model. This is not an [omero::model::IObject] implementation and as such does not have an ID value. Instead, the entire object is embedded into the containing class, so that the value and unit rows can be found on the table itself (e.g. planeInfo.exposureTime and planeInfo.exposureTimeUnit).

_ice_type = <IcePy.TypeInfo object at 0x2db1300>
_op_copy = <IcePy.Operation object at 0x42fa0f0>
_op_getSymbol = <IcePy.Operation object at 0x42fa0d8>
_op_getUnit = <IcePy.Operation object at 0x42fa0a8>
_op_getValue = <IcePy.Operation object at 0x42fa078>
_op_setUnit = <IcePy.Operation object at 0x42fa0c0>
_op_setValue = <IcePy.Operation object at 0x42fa090>
copy(current=None)
getSymbol(current=None)

Returns the possibly unicode representation of the “unit” value for display.

getUnit(current=None)

[omero::model::enums::UnitsTime] instance which is an [omero::model::IObject] meaning that its ID is sufficient for identifying equality.

getValue(current=None)

Actual value for this unit-based field. The interpretation of the value is only possible along with the [omero::model::enums::UnitsTime] enum.

ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setUnit(unit, current=None)
setValue(value, current=None)
class omero.model.TimeI(value=None, unit=None)

Bases: omero.model.Time, omero_model_UnitBase.UnitBase

CONVERSIONS = {YOTTASECOND: {ZETTASECOND: <omero.conversions.Mul object at 0x4332ad0>, EXASECOND: <omero.conversions.Mul object at 0x4331bd0>, PETASECOND: <omero.conversions.Mul object at 0x4332650>, TERASECOND: <omero.conversions.Mul object at 0x4332890>, GIGASECOND: <omero.conversions.Mul object at 0x4331d50>, MEGASECOND: <omero.conversions.Mul object at 0x4332190>, KILOSECOND: <omero.conversions.Mul object at 0x43320d0>, HECTOSECOND: <omero.conversions.Mul object at 0x4331e10>, DECASECOND: <omero.conversions.Mul object at 0x4331a50>, SECOND: <omero.conversions.Mul object at 0x43327d0>, DECISECOND: <omero.conversions.Mul object at 0x4331b10>, CENTISECOND: <omero.conversions.Mul object at 0x43317d0>, MILLISECOND: <omero.conversions.Mul object at 0x4332310>, MICROSECOND: <omero.conversions.Mul object at 0x4332250>, NANOSECOND: <omero.conversions.Mul object at 0x4332590>, PICOSECOND: <omero.conversions.Mul object at 0x4332710>, FEMTOSECOND: <omero.conversions.Mul object at 0x4331c90>, ATTOSECOND: <omero.conversions.Mul object at 0x4331710>, ZEPTOSECOND: <omero.conversions.Mul object at 0x4332a10>, YOCTOSECOND: <omero.conversions.Mul object at 0x4332950>, MINUTE: <omero.conversions.Mul object at 0x43324d0>, HOUR: <omero.conversions.Mul object at 0x4331fd0>, DAY: <omero.conversions.Mul object at 0x4331990>}, ZETTASECOND: {YOTTASECOND: <omero.conversions.Mul object at 0x394ed50>, EXASECOND: <omero.conversions.Mul object at 0x4335e90>, PETASECOND: <omero.conversions.Mul object at 0x394e910>, TERASECOND: <omero.conversions.Mul object at 0x394eb50>, GIGASECOND: <omero.conversions.Mul object at 0x394e050>, MEGASECOND: <omero.conversions.Mul object at 0x394e450>, KILOSECOND: <omero.conversions.Mul object at 0x394e390>, HECTOSECOND: <omero.conversions.Mul object at 0x394e110>, DECASECOND: <omero.conversions.Mul object at 0x4335d10>, SECOND: <omero.conversions.Mul object at 0x394ea90>, DECISECOND: <omero.conversions.Mul object at 0x4335dd0>, CENTISECOND: <omero.conversions.Mul object at 0x4335a90>, MILLISECOND: <omero.conversions.Mul object at 0x394e5d0>, MICROSECOND: <omero.conversions.Mul object at 0x394e510>, NANOSECOND: <omero.conversions.Mul object at 0x394e850>, PICOSECOND: <omero.conversions.Mul object at 0x394e9d0>, FEMTOSECOND: <omero.conversions.Mul object at 0x4335f50>, ATTOSECOND: <omero.conversions.Mul object at 0x43359d0>, ZEPTOSECOND: <omero.conversions.Mul object at 0x394ee10>, YOCTOSECOND: <omero.conversions.Mul object at 0x394ec10>, MINUTE: <omero.conversions.Mul object at 0x394e790>, HOUR: <omero.conversions.Mul object at 0x394e2d0>, DAY: <omero.conversions.Mul object at 0x4335c50>}, EXASECOND: {YOTTASECOND: <omero.conversions.Mul object at 0x430fc50>, ZETTASECOND: <omero.conversions.Mul object at 0x430fe50>, PETASECOND: <omero.conversions.Mul object at 0x430f810>, TERASECOND: <omero.conversions.Mul object at 0x430fa50>, GIGASECOND: <omero.conversions.Mul object at 0x430cf10>, MEGASECOND: <omero.conversions.Mul object at 0x430f350>, KILOSECOND: <omero.conversions.Mul object at 0x430f290>, HECTOSECOND: <omero.conversions.Mul object at 0x430cfd0>, DECASECOND: <omero.conversions.Mul object at 0x430ccd0>, SECOND: <omero.conversions.Mul object at 0x430f990>, DECISECOND: <omero.conversions.Mul object at 0x430cd90>, CENTISECOND: <omero.conversions.Mul object at 0x430ca50>, MILLISECOND: <omero.conversions.Mul object at 0x430f4d0>, MICROSECOND: <omero.conversions.Mul object at 0x430f410>, NANOSECOND: <omero.conversions.Mul object at 0x430f750>, PICOSECOND: <omero.conversions.Mul object at 0x430f8d0>, FEMTOSECOND: <omero.conversions.Mul object at 0x430ce50>, ATTOSECOND: <omero.conversions.Mul object at 0x430c990>, ZEPTOSECOND: <omero.conversions.Mul object at 0x430fd10>, YOCTOSECOND: <omero.conversions.Mul object at 0x430fb10>, MINUTE: <omero.conversions.Mul object at 0x430f690>, HOUR: <omero.conversions.Mul object at 0x430f1d0>, DAY: <omero.conversions.Mul object at 0x430cc10>}, PETASECOND: {YOTTASECOND: <omero.conversions.Mul object at 0x4328a10>, ZETTASECOND: <omero.conversions.Mul object at 0x4328c10>, EXASECOND: <omero.conversions.Mul object at 0x4325c10>, TERASECOND: <omero.conversions.Mul object at 0x4328810>, GIGASECOND: <omero.conversions.Mul object at 0x4325d90>, MEGASECOND: <omero.conversions.Mul object at 0x43281d0>, KILOSECOND: <omero.conversions.Mul object at 0x4328110>, HECTOSECOND: <omero.conversions.Mul object at 0x4325e50>, DECASECOND: <omero.conversions.Mul object at 0x4325a10>, SECOND: <omero.conversions.Mul object at 0x4328750>, DECISECOND: <omero.conversions.Mul object at 0x4325ad0>, CENTISECOND: <omero.conversions.Mul object at 0x4325790>, MILLISECOND: <omero.conversions.Mul object at 0x4328350>, MICROSECOND: <omero.conversions.Mul object at 0x4328290>, NANOSECOND: <omero.conversions.Mul object at 0x43285d0>, PICOSECOND: <omero.conversions.Mul object at 0x4328690>, FEMTOSECOND: <omero.conversions.Mul object at 0x4325cd0>, ATTOSECOND: <omero.conversions.Mul object at 0x43256d0>, ZEPTOSECOND: <omero.conversions.Mul object at 0x4328ad0>, YOCTOSECOND: <omero.conversions.Mul object at 0x43288d0>, MINUTE: <omero.conversions.Mul object at 0x4328510>, HOUR: <omero.conversions.Mul object at 0x4328050>, DAY: <omero.conversions.Mul object at 0x4325950>}, TERASECOND: {YOTTASECOND: <omero.conversions.Mul object at 0x432d590>, ZETTASECOND: <omero.conversions.Mul object at 0x432d790>, EXASECOND: <omero.conversions.Mul object at 0x432c710>, PETASECOND: <omero.conversions.Mul object at 0x432d210>, GIGASECOND: <omero.conversions.Mul object at 0x432c890>, MEGASECOND: <omero.conversions.Mul object at 0x432cc90>, KILOSECOND: <omero.conversions.Mul object at 0x432cbd0>, HECTOSECOND: <omero.conversions.Mul object at 0x432c950>, DECASECOND: <omero.conversions.Mul object at 0x432c510>, SECOND: <omero.conversions.Mul object at 0x432d390>, DECISECOND: <omero.conversions.Mul object at 0x432c5d0>, CENTISECOND: <omero.conversions.Mul object at 0x432c290>, MILLISECOND: <omero.conversions.Mul object at 0x432ce10>, MICROSECOND: <omero.conversions.Mul object at 0x432cd50>, NANOSECOND: <omero.conversions.Mul object at 0x432d0d0>, PICOSECOND: <omero.conversions.Mul object at 0x432d2d0>, FEMTOSECOND: <omero.conversions.Mul object at 0x432c7d0>, ATTOSECOND: <omero.conversions.Mul object at 0x432c1d0>, ZEPTOSECOND: <omero.conversions.Mul object at 0x432d650>, YOCTOSECOND: <omero.conversions.Mul object at 0x432d450>, MINUTE: <omero.conversions.Mul object at 0x432cfd0>, HOUR: <omero.conversions.Mul object at 0x432cb10>, DAY: <omero.conversions.Mul object at 0x432c450>}, GIGASECOND: {YOTTASECOND: <omero.conversions.Mul object at 0x4310050>, ZETTASECOND: <omero.conversions.Mul object at 0x4310250>, EXASECOND: <omero.conversions.Mul object at 0x4311150>, PETASECOND: <omero.conversions.Mul object at 0x4311b50>, TERASECOND: <omero.conversions.Mul object at 0x4311e10>, MEGASECOND: <omero.conversions.Mul object at 0x4311610>, KILOSECOND: <omero.conversions.Mul object at 0x4311550>, HECTOSECOND: <omero.conversions.Mul object at 0x43112d0>, DECASECOND: <omero.conversions.Mul object at 0x430ef10>, SECOND: <omero.conversions.Mul object at 0x4311cd0>, DECISECOND: <omero.conversions.Mul object at 0x430efd0>, CENTISECOND: <omero.conversions.Mul object at 0x430ed10>, MILLISECOND: <omero.conversions.Mul object at 0x4311790>, MICROSECOND: <omero.conversions.Mul object at 0x43116d0>, NANOSECOND: <omero.conversions.Mul object at 0x4311a10>, PICOSECOND: <omero.conversions.Mul object at 0x4311c10>, FEMTOSECOND: <omero.conversions.Mul object at 0x4311210>, ATTOSECOND: <omero.conversions.Mul object at 0x430ec50>, ZEPTOSECOND: <omero.conversions.Mul object at 0x4310110>, YOCTOSECOND: <omero.conversions.Mul object at 0x4311ed0>, MINUTE: <omero.conversions.Mul object at 0x4311950>, HOUR: <omero.conversions.Mul object at 0x4311490>, DAY: <omero.conversions.Mul object at 0x430ee50>}, MEGASECOND: {YOTTASECOND: <omero.conversions.Mul object at 0x431e250>, ZETTASECOND: <omero.conversions.Mul object at 0x431e450>, EXASECOND: <omero.conversions.Mul object at 0x431b350>, PETASECOND: <omero.conversions.Mul object at 0x431bd50>, TERASECOND: <omero.conversions.Mul object at 0x431e050>, GIGASECOND: <omero.conversions.Mul object at 0x431b550>, KILOSECOND: <omero.conversions.Mul object at 0x431b810>, HECTOSECOND: <omero.conversions.Mul object at 0x431b610>, DECASECOND: <omero.conversions.Mul object at 0x431b150>, SECOND: <omero.conversions.Mul object at 0x431bed0>, DECISECOND: <omero.conversions.Mul object at 0x431b210>, CENTISECOND: <omero.conversions.Mul object at 0x431cf10>, MILLISECOND: <omero.conversions.Mul object at 0x431b990>, MICROSECOND: <omero.conversions.Mul object at 0x431b8d0>, NANOSECOND: <omero.conversions.Mul object at 0x431bc10>, PICOSECOND: <omero.conversions.Mul object at 0x431be10>, FEMTOSECOND: <omero.conversions.Mul object at 0x431b410>, ATTOSECOND: <omero.conversions.Mul object at 0x431ce50>, ZEPTOSECOND: <omero.conversions.Mul object at 0x431e310>, YOCTOSECOND: <omero.conversions.Mul object at 0x431e110>, MINUTE: <omero.conversions.Mul object at 0x431bb50>, HOUR: <omero.conversions.Mul object at 0x431b750>, DAY: <omero.conversions.Mul object at 0x431b090>}, KILOSECOND: {YOTTASECOND: <omero.conversions.Mul object at 0x431cb90>, ZETTASECOND: <omero.conversions.Mul object at 0x431cd90>, EXASECOND: <omero.conversions.Mul object at 0x4313c90>, PETASECOND: <omero.conversions.Mul object at 0x431c6d0>, TERASECOND: <omero.conversions.Mul object at 0x431c990>, GIGASECOND: <omero.conversions.Mul object at 0x4313e90>, MEGASECOND: <omero.conversions.Mul object at 0x431c210>, HECTOSECOND: <omero.conversions.Mul object at 0x4313f50>, DECASECOND: <omero.conversions.Mul object at 0x4313a90>, SECOND: <omero.conversions.Mul object at 0x431c850>, DECISECOND: <omero.conversions.Mul object at 0x4313b50>, CENTISECOND: <omero.conversions.Mul object at 0x4313890>, MILLISECOND: <omero.conversions.Mul object at 0x431c390>, MICROSECOND: <omero.conversions.Mul object at 0x431c2d0>, NANOSECOND: <omero.conversions.Mul object at 0x431c590>, PICOSECOND: <omero.conversions.Mul object at 0x431c790>, FEMTOSECOND: <omero.conversions.Mul object at 0x4313d50>, ATTOSECOND: <omero.conversions.Mul object at 0x43137d0>, ZEPTOSECOND: <omero.conversions.Mul object at 0x431cc50>, YOCTOSECOND: <omero.conversions.Mul object at 0x431ca50>, MINUTE: <omero.conversions.Mul object at 0x431c4d0>, HOUR: <omero.conversions.Mul object at 0x431c0d0>, DAY: <omero.conversions.Mul object at 0x43139d0>}, HECTOSECOND: {YOTTASECOND: <omero.conversions.Mul object at 0x4312750>, ZETTASECOND: <omero.conversions.Mul object at 0x4312950>, EXASECOND: <omero.conversions.Mul object at 0x43107d0>, PETASECOND: <omero.conversions.Mul object at 0x4312290>, TERASECOND: <omero.conversions.Mul object at 0x4312550>, GIGASECOND: <omero.conversions.Mul object at 0x43109d0>, MEGASECOND: <omero.conversions.Mul object at 0x4310d90>, KILOSECOND: <omero.conversions.Mul object at 0x4310c50>, DECASECOND: <omero.conversions.Mul object at 0x43105d0>, SECOND: <omero.conversions.Mul object at 0x4312410>, DECISECOND: <omero.conversions.Mul object at 0x4310690>, CENTISECOND: <omero.conversions.Mul object at 0x43103d0>, MILLISECOND: <omero.conversions.Mul object at 0x4310f10>, MICROSECOND: <omero.conversions.Mul object at 0x4310e50>, NANOSECOND: <omero.conversions.Mul object at 0x4312150>, PICOSECOND: <omero.conversions.Mul object at 0x4312350>, FEMTOSECOND: <omero.conversions.Mul object at 0x4310890>, ATTOSECOND: <omero.conversions.Mul object at 0x4310310>, ZEPTOSECOND: <omero.conversions.Mul object at 0x4312810>, YOCTOSECOND: <omero.conversions.Mul object at 0x4312610>, MINUTE: <omero.conversions.Mul object at 0x4312090>, HOUR: <omero.conversions.Mul object at 0x4310b10>, DAY: <omero.conversions.Mul object at 0x4310510>}, DECASECOND: {YOTTASECOND: <omero.conversions.Mul object at 0x430ae10>, ZETTASECOND: <omero.conversions.Mul object at 0x430b050>, EXASECOND: <omero.conversions.Mul object at 0x4308d50>, PETASECOND: <omero.conversions.Mul object at 0x430a950>, TERASECOND: <omero.conversions.Mul object at 0x430ac10>, GIGASECOND: <omero.conversions.Mul object at 0x4308f50>, MEGASECOND: <omero.conversions.Mul object at 0x430a490>, KILOSECOND: <omero.conversions.Mul object at 0x430a350>, HECTOSECOND: <omero.conversions.Mul object at 0x430a0d0>, SECOND: <omero.conversions.Mul object at 0x430aad0>, DECISECOND: <omero.conversions.Mul object at 0x4308c10>, CENTISECOND: <omero.conversions.Mul object at 0x4308a10>, MILLISECOND: <omero.conversions.Mul object at 0x430a610>, MICROSECOND: <omero.conversions.Mul object at 0x430a550>, NANOSECOND: <omero.conversions.Mul object at 0x430a810>, PICOSECOND: <omero.conversions.Mul object at 0x430aa10>, FEMTOSECOND: <omero.conversions.Mul object at 0x4308e10>, ATTOSECOND: <omero.conversions.Mul object at 0x4308950>, ZEPTOSECOND: <omero.conversions.Mul object at 0x430aed0>, YOCTOSECOND: <omero.conversions.Mul object at 0x430acd0>, MINUTE: <omero.conversions.Mul object at 0x430a750>, HOUR: <omero.conversions.Mul object at 0x430a210>, DAY: <omero.conversions.Mul object at 0x4308b50>}, SECOND: {YOTTASECOND: <omero.conversions.Mul object at 0x432aed0>, ZETTASECOND: <omero.conversions.Mul object at 0x432c110>, EXASECOND: <omero.conversions.Mul object at 0x432eed0>, PETASECOND: <omero.conversions.Mul object at 0x432aad0>, TERASECOND: <omero.conversions.Mul object at 0x432acd0>, GIGASECOND: <omero.conversions.Mul object at 0x432a110>, MEGASECOND: <omero.conversions.Mul object at 0x432a610>, KILOSECOND: <omero.conversions.Mul object at 0x432a4d0>, HECTOSECOND: <omero.conversions.Mul object at 0x432a250>, DECASECOND: <omero.conversions.Mul object at 0x432ecd0>, DECISECOND: <omero.conversions.Mul object at 0x432ed90>, CENTISECOND: <omero.conversions.Mul object at 0x432ea50>, MILLISECOND: <omero.conversions.Mul object at 0x432a790>, MICROSECOND: <omero.conversions.Mul object at 0x432a6d0>, NANOSECOND: <omero.conversions.Mul object at 0x432a990>, PICOSECOND: <omero.conversions.Mul object at 0x432ab90>, FEMTOSECOND: <omero.conversions.Mul object at 0x432ef90>, ATTOSECOND: <omero.conversions.Mul object at 0x432e990>, ZEPTOSECOND: <omero.conversions.Mul object at 0x432af90>, YOCTOSECOND: <omero.conversions.Mul object at 0x432ad90>, MINUTE: <omero.conversions.Mul object at 0x432a8d0>, HOUR: <omero.conversions.Mul object at 0x432a390>, DAY: <omero.conversions.Mul object at 0x432eb90>}, DECISECOND: {YOTTASECOND: <omero.conversions.Mul object at 0x430c6d0>, ZETTASECOND: <omero.conversions.Mul object at 0x430c8d0>, EXASECOND: <omero.conversions.Mul object at 0x430b590>, PETASECOND: <omero.conversions.Mul object at 0x430c190>, TERASECOND: <omero.conversions.Mul object at 0x430c4d0>, GIGASECOND: <omero.conversions.Mul object at 0x430b790>, MEGASECOND: <omero.conversions.Mul object at 0x430bc90>, KILOSECOND: <omero.conversions.Mul object at 0x430bb50>, HECTOSECOND: <omero.conversions.Mul object at 0x430b8d0>, DECASECOND: <omero.conversions.Mul object at 0x430b450>, SECOND: <omero.conversions.Mul object at 0x430c390>, CENTISECOND: <omero.conversions.Mul object at 0x430b1d0>, MILLISECOND: <omero.conversions.Mul object at 0x430be10>, MICROSECOND: <omero.conversions.Mul object at 0x430bd50>, NANOSECOND: <omero.conversions.Mul object at 0x430c050>, PICOSECOND: <omero.conversions.Mul object at 0x430c250>, FEMTOSECOND: <omero.conversions.Mul object at 0x430b650>, ATTOSECOND: <omero.conversions.Mul object at 0x430b110>, ZEPTOSECOND: <omero.conversions.Mul object at 0x430c790>, YOCTOSECOND: <omero.conversions.Mul object at 0x430c590>, MINUTE: <omero.conversions.Mul object at 0x430bf50>, HOUR: <omero.conversions.Mul object at 0x430ba10>, DAY: <omero.conversions.Mul object at 0x430b310>}, CENTISECOND: {YOTTASECOND: <omero.conversions.Mul object at 0x43079d0>, ZETTASECOND: <omero.conversions.Mul object at 0x4307bd0>, EXASECOND: <omero.conversions.Mul object at 0x4304810>, PETASECOND: <omero.conversions.Mul object at 0x4307490>, TERASECOND: <omero.conversions.Mul object at 0x43077d0>, GIGASECOND: <omero.conversions.Mul object at 0x4304a10>, MEGASECOND: <omero.conversions.Mul object at 0x4304f90>, KILOSECOND: <omero.conversions.Mul object at 0x4304e50>, HECTOSECOND: <omero.conversions.Mul object at 0x4304b50>, DECASECOND: <omero.conversions.Mul object at 0x4304590>, SECOND: <omero.conversions.Mul object at 0x4307690>, DECISECOND: <omero.conversions.Mul object at 0x43046d0>, MILLISECOND: <omero.conversions.Mul object at 0x4307150>, MICROSECOND: <omero.conversions.Mul object at 0x4307090>, NANOSECOND: <omero.conversions.Mul object at 0x4307350>, PICOSECOND: <omero.conversions.Mul object at 0x4307550>, FEMTOSECOND: <omero.conversions.Mul object at 0x43048d0>, ATTOSECOND: <omero.conversions.Mul object at 0x4304290>, ZEPTOSECOND: <omero.conversions.Mul object at 0x4307a90>, YOCTOSECOND: <omero.conversions.Mul object at 0x4307890>, MINUTE: <omero.conversions.Mul object at 0x4307290>, HOUR: <omero.conversions.Mul object at 0x4304d10>, DAY: <omero.conversions.Mul object at 0x4304450>}, MILLISECOND: {YOTTASECOND: <omero.conversions.Mul object at 0x4321910>, ZETTASECOND: <omero.conversions.Mul object at 0x4321b10>, EXASECOND: <omero.conversions.Mul object at 0x4320790>, PETASECOND: <omero.conversions.Mul object at 0x43213d0>, TERASECOND: <omero.conversions.Mul object at 0x4321710>, GIGASECOND: <omero.conversions.Mul object at 0x4320990>, MEGASECOND: <omero.conversions.Mul object at 0x4320f10>, KILOSECOND: <omero.conversions.Mul object at 0x4320dd0>, HECTOSECOND: <omero.conversions.Mul object at 0x4320ad0>, DECASECOND: <omero.conversions.Mul object at 0x4320510>, SECOND: <omero.conversions.Mul object at 0x43215d0>, DECISECOND: <omero.conversions.Mul object at 0x4320650>, CENTISECOND: <omero.conversions.Mul object at 0x4320210>, MICROSECOND: <omero.conversions.Mul object at 0x4320fd0>, NANOSECOND: <omero.conversions.Mul object at 0x4321290>, PICOSECOND: <omero.conversions.Mul object at 0x4321490>, FEMTOSECOND: <omero.conversions.Mul object at 0x4320850>, ATTOSECOND: <omero.conversions.Mul object at 0x43200d0>, ZEPTOSECOND: <omero.conversions.Mul object at 0x43219d0>, YOCTOSECOND: <omero.conversions.Mul object at 0x43217d0>, MINUTE: <omero.conversions.Mul object at 0x43211d0>, HOUR: <omero.conversions.Mul object at 0x4320c90>, DAY: <omero.conversions.Mul object at 0x43203d0>}, MICROSECOND: {YOTTASECOND: <omero.conversions.Mul object at 0x431ddd0>, ZETTASECOND: <omero.conversions.Mul object at 0x431dfd0>, EXASECOND: <omero.conversions.Mul object at 0x431ebd0>, PETASECOND: <omero.conversions.Mul object at 0x431d890>, TERASECOND: <omero.conversions.Mul object at 0x431dbd0>, GIGASECOND: <omero.conversions.Mul object at 0x431edd0>, MEGASECOND: <omero.conversions.Mul object at 0x431d390>, KILOSECOND: <omero.conversions.Mul object at 0x431d250>, HECTOSECOND: <omero.conversions.Mul object at 0x431ef10>, DECASECOND: <omero.conversions.Mul object at 0x431e950>, SECOND: <omero.conversions.Mul object at 0x431da90>, DECISECOND: <omero.conversions.Mul object at 0x431ea90>, CENTISECOND: <omero.conversions.Mul object at 0x431e650>, MILLISECOND: <omero.conversions.Mul object at 0x431d4d0>, NANOSECOND: <omero.conversions.Mul object at 0x431d750>, PICOSECOND: <omero.conversions.Mul object at 0x431d950>, FEMTOSECOND: <omero.conversions.Mul object at 0x431ec90>, ATTOSECOND: <omero.conversions.Mul object at 0x431e510>, ZEPTOSECOND: <omero.conversions.Mul object at 0x431de90>, YOCTOSECOND: <omero.conversions.Mul object at 0x431dc90>, MINUTE: <omero.conversions.Mul object at 0x431d690>, HOUR: <omero.conversions.Mul object at 0x431d110>, DAY: <omero.conversions.Mul object at 0x431e810>}, NANOSECOND: {YOTTASECOND: <omero.conversions.Mul object at 0x4325410>, ZETTASECOND: <omero.conversions.Mul object at 0x4325610>, EXASECOND: <omero.conversions.Mul object at 0x4327190>, PETASECOND: <omero.conversions.Mul object at 0x4327e90>, TERASECOND: <omero.conversions.Mul object at 0x4325210>, GIGASECOND: <omero.conversions.Mul object at 0x4327390>, MEGASECOND: <omero.conversions.Mul object at 0x4327910>, KILOSECOND: <omero.conversions.Mul object at 0x43277d0>, HECTOSECOND: <omero.conversions.Mul object at 0x43274d0>, DECASECOND: <omero.conversions.Mul object at 0x4322ed0>, SECOND: <omero.conversions.Mul object at 0x43250d0>, DECISECOND: <omero.conversions.Mul object at 0x4327050>, CENTISECOND: <omero.conversions.Mul object at 0x4322bd0>, MILLISECOND: <omero.conversions.Mul object at 0x4327b90>, MICROSECOND: <omero.conversions.Mul object at 0x4327a50>, PICOSECOND: <omero.conversions.Mul object at 0x4327f50>, FEMTOSECOND: <omero.conversions.Mul object at 0x4327250>, ATTOSECOND: <omero.conversions.Mul object at 0x4322a90>, ZEPTOSECOND: <omero.conversions.Mul object at 0x43254d0>, YOCTOSECOND: <omero.conversions.Mul object at 0x43252d0>, MINUTE: <omero.conversions.Mul object at 0x4327d50>, HOUR: <omero.conversions.Mul object at 0x4327690>, DAY: <omero.conversions.Mul object at 0x4322d90>}, PICOSECOND: {YOTTASECOND: <omero.conversions.Mul object at 0x432e6d0>, ZETTASECOND: <omero.conversions.Mul object at 0x432e8d0>, EXASECOND: <omero.conversions.Mul object at 0x43293d0>, PETASECOND: <omero.conversions.Mul object at 0x432e250>, TERASECOND: <omero.conversions.Mul object at 0x432e4d0>, GIGASECOND: <omero.conversions.Mul object at 0x43295d0>, MEGASECOND: <omero.conversions.Mul object at 0x4329b50>, KILOSECOND: <omero.conversions.Mul object at 0x4329a10>, HECTOSECOND: <omero.conversions.Mul object at 0x4329710>, DECASECOND: <omero.conversions.Mul object at 0x4329150>, SECOND: <omero.conversions.Mul object at 0x432e390>, DECISECOND: <omero.conversions.Mul object at 0x4329290>, CENTISECOND: <omero.conversions.Mul object at 0x4328e10>, MILLISECOND: <omero.conversions.Mul object at 0x4329dd0>, MICROSECOND: <omero.conversions.Mul object at 0x4329c90>, NANOSECOND: <omero.conversions.Mul object at 0x432e110>, FEMTOSECOND: <omero.conversions.Mul object at 0x4329490>, ATTOSECOND: <omero.conversions.Mul object at 0x4328cd0>, ZEPTOSECOND: <omero.conversions.Mul object at 0x432e790>, YOCTOSECOND: <omero.conversions.Mul object at 0x432e590>, MINUTE: <omero.conversions.Mul object at 0x4329f90>, HOUR: <omero.conversions.Mul object at 0x43298d0>, DAY: <omero.conversions.Mul object at 0x4328fd0>}, FEMTOSECOND: {YOTTASECOND: <omero.conversions.Mul object at 0x430e990>, ZETTASECOND: <omero.conversions.Mul object at 0x430eb90>, EXASECOND: <omero.conversions.Mul object at 0x430d610>, PETASECOND: <omero.conversions.Mul object at 0x430e3d0>, TERASECOND: <omero.conversions.Mul object at 0x430e790>, GIGASECOND: <omero.conversions.Mul object at 0x430d750>, MEGASECOND: <omero.conversions.Mul object at 0x430dcd0>, KILOSECOND: <omero.conversions.Mul object at 0x430db90>, HECTOSECOND: <omero.conversions.Mul object at 0x430d890>, DECASECOND: <omero.conversions.Mul object at 0x430d390>, SECOND: <omero.conversions.Mul object at 0x430e650>, DECISECOND: <omero.conversions.Mul object at 0x430d4d0>, CENTISECOND: <omero.conversions.Mul object at 0x430d090>, MILLISECOND: <omero.conversions.Mul object at 0x430df50>, MICROSECOND: <omero.conversions.Mul object at 0x430de10>, NANOSECOND: <omero.conversions.Mul object at 0x430e290>, PICOSECOND: <omero.conversions.Mul object at 0x430e510>, ATTOSECOND: <omero.conversions.Mul object at 0x430ff10>, ZEPTOSECOND: <omero.conversions.Mul object at 0x430ea50>, YOCTOSECOND: <omero.conversions.Mul object at 0x430e850>, MINUTE: <omero.conversions.Mul object at 0x430e150>, HOUR: <omero.conversions.Mul object at 0x430da50>, DAY: <omero.conversions.Mul object at 0x430d250>}, ATTOSECOND: {YOTTASECOND: <omero.conversions.Mul object at 0x4305f90>, ZETTASECOND: <omero.conversions.Mul object at 0x43041d0>, EXASECOND: <omero.conversions.Mul object at 0x4302ad0>, PETASECOND: <omero.conversions.Mul object at 0x43059d0>, TERASECOND: <omero.conversions.Mul object at 0x4305d90>, GIGASECOND: <omero.conversions.Mul object at 0x4302d50>, MEGASECOND: <omero.conversions.Mul object at 0x4305310>, KILOSECOND: <omero.conversions.Mul object at 0x43051d0>, HECTOSECOND: <omero.conversions.Mul object at 0x4302e90>, DECASECOND: <omero.conversions.Mul object at 0x4302850>, SECOND: <omero.conversions.Mul object at 0x4305c50>, DECISECOND: <omero.conversions.Mul object at 0x4302990>, CENTISECOND: <omero.conversions.Mul object at 0x4302550>, MILLISECOND: <omero.conversions.Mul object at 0x4305590>, MICROSECOND: <omero.conversions.Mul object at 0x4305450>, NANOSECOND: <omero.conversions.Mul object at 0x4305890>, PICOSECOND: <omero.conversions.Mul object at 0x4305b10>, FEMTOSECOND: <omero.conversions.Mul object at 0x4302c10>, ZEPTOSECOND: <omero.conversions.Mul object at 0x4304090>, YOCTOSECOND: <omero.conversions.Mul object at 0x4305e50>, MINUTE: <omero.conversions.Mul object at 0x4305750>, HOUR: <omero.conversions.Mul object at 0x4305090>, DAY: <omero.conversions.Mul object at 0x4302710>}, ZEPTOSECOND: {YOTTASECOND: <omero.conversions.Mul object at 0x43357d0>, ZETTASECOND: <omero.conversions.Mul object at 0x4335910>, EXASECOND: <omero.conversions.Mul object at 0x4334310>, PETASECOND: <omero.conversions.Mul object at 0x4335210>, TERASECOND: <omero.conversions.Mul object at 0x43355d0>, GIGASECOND: <omero.conversions.Mul object at 0x4334590>, MEGASECOND: <omero.conversions.Mul object at 0x4334b10>, KILOSECOND: <omero.conversions.Mul object at 0x43349d0>, HECTOSECOND: <omero.conversions.Mul object at 0x43346d0>, DECASECOND: <omero.conversions.Mul object at 0x4334090>, SECOND: <omero.conversions.Mul object at 0x4335490>, DECISECOND: <omero.conversions.Mul object at 0x43341d0>, CENTISECOND: <omero.conversions.Mul object at 0x4332d50>, MILLISECOND: <omero.conversions.Mul object at 0x4334d90>, MICROSECOND: <omero.conversions.Mul object at 0x4334c50>, NANOSECOND: <omero.conversions.Mul object at 0x43350d0>, PICOSECOND: <omero.conversions.Mul object at 0x4335350>, FEMTOSECOND: <omero.conversions.Mul object at 0x4334450>, ATTOSECOND: <omero.conversions.Mul object at 0x4332c10>, YOCTOSECOND: <omero.conversions.Mul object at 0x4335690>, MINUTE: <omero.conversions.Mul object at 0x4334f50>, HOUR: <omero.conversions.Mul object at 0x4334890>, DAY: <omero.conversions.Mul object at 0x4332f10>}, YOCTOSECOND: {YOTTASECOND: <omero.conversions.Mul object at 0x43313d0>, ZETTASECOND: <omero.conversions.Mul object at 0x4331650>, EXASECOND: <omero.conversions.Mul object at 0x432df90>, PETASECOND: <omero.conversions.Mul object at 0x432fe90>, TERASECOND: <omero.conversions.Mul object at 0x4331290>, GIGASECOND: <omero.conversions.Mul object at 0x432f250>, MEGASECOND: <omero.conversions.Mul object at 0x432f7d0>, KILOSECOND: <omero.conversions.Mul object at 0x432f690>, HECTOSECOND: <omero.conversions.Mul object at 0x432f390>, DECASECOND: <omero.conversions.Mul object at 0x432dd10>, SECOND: <omero.conversions.Mul object at 0x4331150>, DECISECOND: <omero.conversions.Mul object at 0x432de50>, CENTISECOND: <omero.conversions.Mul object at 0x432da10>, MILLISECOND: <omero.conversions.Mul object at 0x432fa50>, MICROSECOND: <omero.conversions.Mul object at 0x432f910>, NANOSECOND: <omero.conversions.Mul object at 0x432fd50>, PICOSECOND: <omero.conversions.Mul object at 0x432ffd0>, FEMTOSECOND: <omero.conversions.Mul object at 0x432f110>, ATTOSECOND: <omero.conversions.Mul object at 0x432d8d0>, ZEPTOSECOND: <omero.conversions.Mul object at 0x4331510>, MINUTE: <omero.conversions.Mul object at 0x432fc10>, HOUR: <omero.conversions.Mul object at 0x432f550>, DAY: <omero.conversions.Mul object at 0x432dbd0>}, MINUTE: {YOTTASECOND: <omero.conversions.Mul object at 0x43226d0>, ZETTASECOND: <omero.conversions.Mul object at 0x43229d0>, EXASECOND: <omero.conversions.Mul object at 0x43241d0>, PETASECOND: <omero.conversions.Mul object at 0x4324fd0>, TERASECOND: <omero.conversions.Mul object at 0x43223d0>, GIGASECOND: <omero.conversions.Mul object at 0x43244d0>, MEGASECOND: <omero.conversions.Mul object at 0x4324a50>, KILOSECOND: <omero.conversions.Mul object at 0x4324890>, HECTOSECOND: <omero.conversions.Mul object at 0x4324610>, DECASECOND: <omero.conversions.Mul object at 0x4321f10>, SECOND: <omero.conversions.Mul object at 0x4322210>, DECISECOND: <omero.conversions.Mul object at 0x4321fd0>, CENTISECOND: <omero.conversions.Mul object at 0x4321d10>, MILLISECOND: <omero.conversions.Mul object at 0x4324cd0>, MICROSECOND: <omero.conversions.Mul object at 0x4324b90>, NANOSECOND: <omero.conversions.Mul object at 0x4324e10>, PICOSECOND: <omero.conversions.Mul object at 0x4322150>, FEMTOSECOND: <omero.conversions.Mul object at 0x4324310>, ATTOSECOND: <omero.conversions.Mul object at 0x4321c50>, ZEPTOSECOND: <omero.conversions.Mul object at 0x4322810>, YOCTOSECOND: <omero.conversions.Mul object at 0x4322510>, HOUR: <omero.conversions.Mul object at 0x4324750>, DAY: <omero.conversions.Mul object at 0x4321e50>}, HOUR: {YOTTASECOND: <omero.conversions.Mul object at 0x4313410>, ZETTASECOND: <omero.conversions.Mul object at 0x4313710>, EXASECOND: <omero.conversions.Mul object at 0x4316090>, PETASECOND: <omero.conversions.Mul object at 0x4316d10>, TERASECOND: <omero.conversions.Mul object at 0x4313110>, GIGASECOND: <omero.conversions.Mul object at 0x4316390>, MEGASECOND: <omero.conversions.Mul object at 0x43166d0>, KILOSECOND: <omero.conversions.Mul object at 0x4316590>, HECTOSECOND: <omero.conversions.Mul object at 0x4316450>, DECASECOND: <omero.conversions.Mul object at 0x4312dd0>, SECOND: <omero.conversions.Mul object at 0x4316f10>, DECISECOND: <omero.conversions.Mul object at 0x4312e90>, CENTISECOND: <omero.conversions.Mul object at 0x4312bd0>, MILLISECOND: <omero.conversions.Mul object at 0x4316950>, MICROSECOND: <omero.conversions.Mul object at 0x4316810>, NANOSECOND: <omero.conversions.Mul object at 0x4316b50>, PICOSECOND: <omero.conversions.Mul object at 0x4316e50>, FEMTOSECOND: <omero.conversions.Mul object at 0x43161d0>, ATTOSECOND: <omero.conversions.Mul object at 0x4312a90>, ZEPTOSECOND: <omero.conversions.Mul object at 0x4313550>, YOCTOSECOND: <omero.conversions.Mul object at 0x4313250>, MINUTE: <omero.conversions.Mul object at 0x4316a10>, DAY: <omero.conversions.Mul object at 0x4312d10>}, DAY: {YOTTASECOND: <omero.conversions.Mul object at 0x4308590>, ZETTASECOND: <omero.conversions.Mul object at 0x4308890>, EXASECOND: <omero.conversions.Mul object at 0x43091d0>, PETASECOND: <omero.conversions.Mul object at 0x4309e90>, TERASECOND: <omero.conversions.Mul object at 0x4308290>, GIGASECOND: <omero.conversions.Mul object at 0x4309450>, MEGASECOND: <omero.conversions.Mul object at 0x4309850>, KILOSECOND: <omero.conversions.Mul object at 0x4309710>, HECTOSECOND: <omero.conversions.Mul object at 0x4309510>, DECASECOND: <omero.conversions.Mul object at 0x4307f10>, SECOND: <omero.conversions.Mul object at 0x43080d0>, DECISECOND: <omero.conversions.Mul object at 0x4307fd0>, CENTISECOND: <omero.conversions.Mul object at 0x4307e50>, MILLISECOND: <omero.conversions.Mul object at 0x4309ad0>, MICROSECOND: <omero.conversions.Mul object at 0x4309990>, NANOSECOND: <omero.conversions.Mul object at 0x4309cd0>, PICOSECOND: <omero.conversions.Mul object at 0x4309fd0>, FEMTOSECOND: <omero.conversions.Mul object at 0x4309310>, ATTOSECOND: <omero.conversions.Mul object at 0x4307d10>, ZEPTOSECOND: <omero.conversions.Mul object at 0x43086d0>, YOCTOSECOND: <omero.conversions.Mul object at 0x43083d0>, MINUTE: <omero.conversions.Mul object at 0x4309b90>, HOUR: <omero.conversions.Mul object at 0x43095d0>}}
SYMBOLS = {'EXASECOND': 'Es', 'KILOSECOND': 'ks', 'MEGASECOND': 'Ms', 'DECASECOND': 'das', 'YOTTASECOND': 'Ys', 'HOUR': 'h', 'FEMTOSECOND': 'fs', 'MICROSECOND': '\xc2\xb5s', 'DAY': 'd', 'ZETTASECOND': 'Zs', 'MILLISECOND': 'ms', 'ATTOSECOND': 'as', 'SECOND': 's', 'DECISECOND': 'ds', 'CENTISECOND': 'cs', 'PICOSECOND': 'ps', 'MINUTE': 'min', 'YOCTOSECOND': 'ys', 'TERASECOND': 'Ts', 'GIGASECOND': 'Gs', 'NANOSECOND': 'ns', 'ZEPTOSECOND': 'zs', 'HECTOSECOND': 'hs', 'PETASECOND': 'Ps'}
UNIT_VALUES = [YOTTASECOND, ZETTASECOND, EXASECOND, PETASECOND, TERASECOND, GIGASECOND, MEGASECOND, KILOSECOND, HECTOSECOND, DECASECOND, SECOND, DECISECOND, CENTISECOND, MILLISECOND, MICROSECOND, NANOSECOND, PICOSECOND, FEMTOSECOND, ATTOSECOND, ZEPTOSECOND, YOCTOSECOND, MINUTE, HOUR, DAY]
getSymbol(current=None)
getUnit(current=None)
getValue(current=None)
static lookupSymbol(unit)
setUnit(unit, current=None)
setValue(value, current=None)
val = DAY
class omero.model.TimePrx

Bases: IcePy.ObjectPrx

Actual value for this unit-based field. The interpretation of the value is only possible along with the [omero::model::enums::UnitsTime] enum.

begin_copy(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getSymbol(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getUnit(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setUnit(unit, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setValue(value, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
copy(_ctx=None)
end_copy(_r)
end_getSymbol(_r)
end_getUnit(_r)
end_getValue(_r)
end_setUnit(_r)
end_setValue(_r)
getSymbol(_ctx=None)
getUnit(_ctx=None)
getValue(_ctx=None)
setUnit(unit, _ctx=None)
setValue(value, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.TimestampAnnotation(_id=None, _details=None, _loaded=False, _version=None, _ns=None, _name=None, _description=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _timeValue=None)

Bases: omero.model.BasicAnnotation

_ice_type = <IcePy.TypeInfo object at 0x30d9db0>
_op_getTimeValue = <IcePy.Operation object at 0x30d9dc8>
_op_setTimeValue = <IcePy.Operation object at 0x30d9de0>
getTimeValue(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setTimeValue(theTimeValue, current=None)
class omero.model.TimestampAnnotationI(id=None, loaded=None)

Bases: omero.model.TimestampAnnotation

DESCRIPTION = 'ome.model.annotations.TimestampAnnotation_description'
DETAILS = 'ome.model.annotations.TimestampAnnotation_details'
NAME = 'ome.model.annotations.TimestampAnnotation_name'
NS = 'ome.model.annotations.TimestampAnnotation_ns'
TIMEVALUE = 'ome.model.annotations.TimestampAnnotation_timeValue'
_field_info = FieldInfo(timeValue=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), ns=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), name=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), description=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllAnnotationAnnotationLinkSet(targets, current=None)
addAnnotationAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDescription(current=None)
getDetails(current=None)
getId(current=None)
getName(current=None)
getNs(current=None)
getTimeValue(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllAnnotationAnnotationLinkSet(targets, current=None)
removeAnnotationAnnotationLinkFromBoth(link, bothSides, current=None)
setDescription(_description, current=None, wrap=False)
setId(_id, current=None)
setName(_name, current=None, wrap=False)
setNs(_ns, current=None, wrap=False)
setTimeValue(_timeValue, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDescription()
unloadDetails(current=None)
unloadName()
unloadNs()
unloadTimeValue()
class omero.model.TimestampAnnotationPrx

Bases: omero.model.BasicAnnotationPrx

begin_getTimeValue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setTimeValue(theTimeValue, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getTimeValue(_r)
end_setTimeValue(_r)
getTimeValue(_ctx=None)
setTimeValue(theTimeValue, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.TransmittanceRange(_id=None, _details=None, _loaded=False, _version=None, _cutIn=None, _cutOut=None, _cutInTolerance=None, _cutOutTolerance=None, _transmittance=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2358f60>
_op_getCutIn = <IcePy.Operation object at 0x30d9e28>
_op_getCutInTolerance = <IcePy.Operation object at 0x30d9e88>
_op_getCutOut = <IcePy.Operation object at 0x30d9e58>
_op_getCutOutTolerance = <IcePy.Operation object at 0x30d9eb8>
_op_getTransmittance = <IcePy.Operation object at 0x30d9ee8>
_op_getVersion = <IcePy.Operation object at 0x30d9df8>
_op_setCutIn = <IcePy.Operation object at 0x30d9e40>
_op_setCutInTolerance = <IcePy.Operation object at 0x30d9ea0>
_op_setCutOut = <IcePy.Operation object at 0x30d9e70>
_op_setCutOutTolerance = <IcePy.Operation object at 0x30d9ed0>
_op_setTransmittance = <IcePy.Operation object at 0x30d9f00>
_op_setVersion = <IcePy.Operation object at 0x30d9e10>
getCutIn(current=None)
getCutInTolerance(current=None)
getCutOut(current=None)
getCutOutTolerance(current=None)
getTransmittance(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setCutIn(theCutIn, current=None)
setCutInTolerance(theCutInTolerance, current=None)
setCutOut(theCutOut, current=None)
setCutOutTolerance(theCutOutTolerance, current=None)
setTransmittance(theTransmittance, current=None)
setVersion(theVersion, current=None)
class omero.model.TransmittanceRangeI(id=None, loaded=None)

Bases: omero.model.TransmittanceRange

CUTIN = 'ome.model.acquisition.TransmittanceRange_cutIn'
CUTINTOLERANCE = 'ome.model.acquisition.TransmittanceRange_cutInTolerance'
CUTOUT = 'ome.model.acquisition.TransmittanceRange_cutOut'
CUTOUTTOLERANCE = 'ome.model.acquisition.TransmittanceRange_cutOutTolerance'
DETAILS = 'ome.model.acquisition.TransmittanceRange_details'
TRANSMITTANCE = 'ome.model.acquisition.TransmittanceRange_transmittance'
_field_info = FieldInfo(cutIn=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), cutOut=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), cutInTolerance=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), cutOutTolerance=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), transmittance=FieldData(wrapper=<function rdouble at 0x1de5a28>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getCutIn(current=None)
getCutInTolerance(current=None)
getCutOut(current=None)
getCutOutTolerance(current=None)
getDetails(current=None)
getId(current=None)
getTransmittance(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setCutIn(_cutIn, current=None, wrap=False)
setCutInTolerance(_cutInTolerance, current=None, wrap=False)
setCutOut(_cutOut, current=None, wrap=False)
setCutOutTolerance(_cutOutTolerance, current=None, wrap=False)
setId(_id, current=None)
setTransmittance(_transmittance, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadCutIn()
unloadCutInTolerance()
unloadCutOut()
unloadCutOutTolerance()
unloadDetails(current=None)
unloadTransmittance()
class omero.model.TransmittanceRangePrx

Bases: omero.model.IObjectPrx

begin_getCutIn(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getCutInTolerance(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getCutOut(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getCutOutTolerance(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getTransmittance(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setCutIn(theCutIn, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setCutInTolerance(theCutInTolerance, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setCutOut(theCutOut, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setCutOutTolerance(theCutOutTolerance, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setTransmittance(theTransmittance, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getCutIn(_r)
end_getCutInTolerance(_r)
end_getCutOut(_r)
end_getCutOutTolerance(_r)
end_getTransmittance(_r)
end_getVersion(_r)
end_setCutIn(_r)
end_setCutInTolerance(_r)
end_setCutOut(_r)
end_setCutOutTolerance(_r)
end_setTransmittance(_r)
end_setVersion(_r)
getCutIn(_ctx=None)
getCutInTolerance(_ctx=None)
getCutOut(_ctx=None)
getCutOutTolerance(_ctx=None)
getTransmittance(_ctx=None)
getVersion(_ctx=None)
setCutIn(theCutIn, _ctx=None)
setCutInTolerance(theCutInTolerance, _ctx=None)
setCutOut(theCutOut, _ctx=None)
setCutOutTolerance(theCutOutTolerance, _ctx=None)
setTransmittance(theTransmittance, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.TypeAnnotation(_id=None, _details=None, _loaded=False, _version=None, _ns=None, _name=None, _description=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None)

Bases: omero.model.Annotation

_ice_type = <IcePy.TypeInfo object at 0x23585e8>
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
class omero.model.TypeAnnotationPrx

Bases: omero.model.AnnotationPrx

static checkedCast(proxy, facetOrCtx=None, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.UploadJob(_id=None, _details=None, _loaded=False, _version=None, _username=None, _groupname=None, _type=None, _message=None, _status=None, _submitted=None, _scheduledFor=None, _started=None, _finished=None, _originalFileLinksSeq=None, _originalFileLinksLoaded=False, _originalFileLinksCountPerOwner=None, _versionInfo=None)

Bases: omero.model.Job

_ice_type = <IcePy.TypeInfo object at 0x30d9f30>
_op_getVersionInfo = <IcePy.Operation object at 0x30d9f60>
_op_getVersionInfoAsMap = <IcePy.Operation object at 0x30d9f48>
_op_setVersionInfo = <IcePy.Operation object at 0x30d9f78>
getVersionInfo(current=None)
getVersionInfoAsMap(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setVersionInfo(theVersionInfo, current=None)
class omero.model.UploadJobI(id=None, loaded=None)

Bases: omero.model.UploadJob

DETAILS = 'ome.model.jobs.UploadJob_details'
FINISHED = 'ome.model.jobs.UploadJob_finished'
GROUPNAME = 'ome.model.jobs.UploadJob_groupname'
MESSAGE = 'ome.model.jobs.UploadJob_message'
SCHEDULEDFOR = 'ome.model.jobs.UploadJob_scheduledFor'
STARTED = 'ome.model.jobs.UploadJob_started'
STATUS = 'ome.model.jobs.UploadJob_status'
SUBMITTED = 'ome.model.jobs.UploadJob_submitted'
TYPE = 'ome.model.jobs.UploadJob_type'
USERNAME = 'ome.model.jobs.UploadJob_username'
VERSIONINFO = 'ome.model.jobs.UploadJob_versionInfo'
_field_info = FieldInfo(versionInfo=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), username=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), groupname=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), type=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), message=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=False), status=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), submitted=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=False), scheduledFor=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=False), started=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), finished=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), originalFileLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllJobOriginalFileLinkSet(targets, current=None)
addJobOriginalFileLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getFinished(current=None)
getGroupname(current=None)
getId(current=None)
getMessage(current=None)
getOriginalFileLinksCountPerOwner(current=None)
getScheduledFor(current=None)
getStarted(current=None)
getStatus(current=None)
getSubmitted(current=None)
getType(current=None)
getUsername(current=None)
getVersion(current=None)
getVersionInfo(current=None)
getVersionInfoAsMap(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
isOriginalFileLinksLoaded()
linkOriginalFile(addition, current=None)
linkedOriginalFileList(current=None)
proxy(current=None)
removeAllJobOriginalFileLinkSet(targets, current=None)
removeJobOriginalFileLinkFromBoth(link, bothSides, current=None)
setFinished(_finished, current=None, wrap=False)
setGroupname(_groupname, current=None, wrap=False)
setId(_id, current=None)
setMessage(_message, current=None, wrap=False)
setScheduledFor(_scheduledFor, current=None, wrap=False)
setStarted(_started, current=None, wrap=False)
setStatus(_status, current=None, wrap=False)
setSubmitted(_submitted, current=None, wrap=False)
setType(_type, current=None, wrap=False)
setUsername(_username, current=None, wrap=False)
setVersion(version, current=None)
setVersionInfo(_versionInfo, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkOriginalFile(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadFinished()
unloadGroupname()
unloadMessage()
unloadScheduledFor()
unloadStarted()
unloadStatus()
unloadSubmitted()
unloadType()
unloadUsername()
unloadVersionInfo()
class omero.model.UploadJobPrx

Bases: omero.model.JobPrx

begin_getVersionInfo(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersionInfoAsMap(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersionInfo(theVersionInfo, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getVersionInfo(_r)
end_getVersionInfoAsMap(_r)
end_setVersionInfo(_r)
getVersionInfo(_ctx=None)
getVersionInfoAsMap(_ctx=None)
setVersionInfo(theVersionInfo, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.Well(_id=None, _details=None, _loaded=False, _version=None, _status=None, _column=None, _row=None, _red=None, _green=None, _blue=None, _alpha=None, _reagentLinksSeq=None, _reagentLinksLoaded=False, _reagentLinksCountPerOwner=None, _externalDescription=None, _externalIdentifier=None, _type=None, _wellSamplesSeq=None, _wellSamplesLoaded=False, _plate=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x1b1a798>
_op_addAllWellAnnotationLinkSet = <IcePy.Operation object at 0x33c95d0>
_op_addAllWellReagentLinkSet = <IcePy.Operation object at 0x33c9258>
_op_addAllWellSampleSet = <IcePy.Operation object at 0x33c9468>
_op_addWellAnnotationLinkToBoth = <IcePy.Operation object at 0x33c9678>
_op_addWellReagentLinkToBoth = <IcePy.Operation object at 0x33c9300>
_op_addWellSample = <IcePy.Operation object at 0x33c9450>
_op_clearWellSamples = <IcePy.Operation object at 0x33c94b0>
_op_copyWellSamples = <IcePy.Operation object at 0x33c9438>
_op_getAlpha = <IcePy.Operation object at 0x33c91c8>
_op_getAnnotationLinksCountPerOwner = <IcePy.Operation object at 0x33c9648>
_op_getBlue = <IcePy.Operation object at 0x33c9198>
_op_getColumn = <IcePy.Operation object at 0x33c90d8>
_op_getExternalDescription = <IcePy.Operation object at 0x33c9378>
_op_getExternalIdentifier = <IcePy.Operation object at 0x33c93a8>
_op_getGreen = <IcePy.Operation object at 0x33c9168>
_op_getPlate = <IcePy.Operation object at 0x33c9540>
_op_getPrimaryWellSample = <IcePy.Operation object at 0x33c9510>
_op_getReagentLinksCountPerOwner = <IcePy.Operation object at 0x33c92d0>
_op_getRed = <IcePy.Operation object at 0x33c9138>
_op_getRow = <IcePy.Operation object at 0x33c9108>
_op_getStatus = <IcePy.Operation object at 0x33c90a8>
_op_getType = <IcePy.Operation object at 0x33c93d8>
_op_getVersion = <IcePy.Operation object at 0x33c9078>
_op_getWellSample = <IcePy.Operation object at 0x33c94e0>
_op_linkAnnotation = <IcePy.Operation object at 0x33c9660>
_op_linkReagent = <IcePy.Operation object at 0x33c92e8>
_op_linkedAnnotationList = <IcePy.Operation object at 0x33c96d8>
_op_linkedReagentList = <IcePy.Operation object at 0x33c9360>
_op_reloadWellSamples = <IcePy.Operation object at 0x33c94c8>
_op_removeAllWellAnnotationLinkSet = <IcePy.Operation object at 0x33c9600>
_op_removeAllWellReagentLinkSet = <IcePy.Operation object at 0x33c9288>
_op_removeAllWellSampleSet = <IcePy.Operation object at 0x33c9498>
_op_removeWellAnnotationLinkFromBoth = <IcePy.Operation object at 0x33c96c0>
_op_removeWellReagentLinkFromBoth = <IcePy.Operation object at 0x33c9348>
_op_removeWellSample = <IcePy.Operation object at 0x33c9480>
_op_setAlpha = <IcePy.Operation object at 0x33c91e0>
_op_setBlue = <IcePy.Operation object at 0x33c91b0>
_op_setColumn = <IcePy.Operation object at 0x33c90f0>
_op_setExternalDescription = <IcePy.Operation object at 0x33c9390>
_op_setExternalIdentifier = <IcePy.Operation object at 0x33c93c0>
_op_setGreen = <IcePy.Operation object at 0x33c9180>
_op_setPlate = <IcePy.Operation object at 0x33c9558>
_op_setPrimaryWellSample = <IcePy.Operation object at 0x33c9528>
_op_setRed = <IcePy.Operation object at 0x33c9150>
_op_setRow = <IcePy.Operation object at 0x33c9120>
_op_setStatus = <IcePy.Operation object at 0x33c90c0>
_op_setType = <IcePy.Operation object at 0x33c93f0>
_op_setVersion = <IcePy.Operation object at 0x33c9090>
_op_setWellSample = <IcePy.Operation object at 0x33c94f8>
_op_sizeOfWellSamples = <IcePy.Operation object at 0x33c9420>
_op_unlinkAnnotation = <IcePy.Operation object at 0x33c96a8>
_op_unlinkReagent = <IcePy.Operation object at 0x33c9330>
_op_unloadWellSamples = <IcePy.Operation object at 0x33c9408>
addAllWellAnnotationLinkSet(targets, current=None)
addAllWellReagentLinkSet(targets, current=None)
addAllWellSampleSet(targets, current=None)
addWellAnnotationLinkToBoth(link, bothSides, current=None)
addWellReagentLinkToBoth(link, bothSides, current=None)
addWellSample(target, current=None)
clearWellSamples(current=None)
copyWellSamples(current=None)
getAlpha(current=None)
getAnnotationLinksCountPerOwner(current=None)
getBlue(current=None)
getColumn(current=None)
getExternalDescription(current=None)
getExternalIdentifier(current=None)
getGreen(current=None)
getPlate(current=None)
getPrimaryWellSample(current=None)
getReagentLinksCountPerOwner(current=None)
getRed(current=None)
getRow(current=None)
getStatus(current=None)
getType(current=None)
getVersion(current=None)
getWellSample(index, current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
linkAnnotation(addition, current=None)
linkReagent(addition, current=None)
linkedAnnotationList(current=None)
linkedReagentList(current=None)
reloadWellSamples(toCopy, current=None)
removeAllWellAnnotationLinkSet(targets, current=None)
removeAllWellReagentLinkSet(targets, current=None)
removeAllWellSampleSet(targets, current=None)
removeWellAnnotationLinkFromBoth(link, bothSides, current=None)
removeWellReagentLinkFromBoth(link, bothSides, current=None)
removeWellSample(theTarget, current=None)
setAlpha(theAlpha, current=None)
setBlue(theBlue, current=None)
setColumn(theColumn, current=None)
setExternalDescription(theExternalDescription, current=None)
setExternalIdentifier(theExternalIdentifier, current=None)
setGreen(theGreen, current=None)
setPlate(thePlate, current=None)
setPrimaryWellSample(theElement, current=None)
setRed(theRed, current=None)
setRow(theRow, current=None)
setStatus(theStatus, current=None)
setType(theType, current=None)
setVersion(theVersion, current=None)
setWellSample(index, theElement, current=None)
sizeOfWellSamples(current=None)
unlinkAnnotation(removal, current=None)
unlinkReagent(removal, current=None)
unloadWellSamples(current=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x30d9f90>
_op_getChild = <IcePy.Operation object at 0x33c9750>
_op_getParent = <IcePy.Operation object at 0x33c9720>
_op_getVersion = <IcePy.Operation object at 0x33c96f0>
_op_setChild = <IcePy.Operation object at 0x33c9768>
_op_setParent = <IcePy.Operation object at 0x33c9738>
_op_setVersion = <IcePy.Operation object at 0x33c9708>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.WellAnnotationLinkI(id=None, loaded=None)

Bases: omero.model.WellAnnotationLink

CHILD = 'ome.model.annotations.WellAnnotationLink_child'
DETAILS = 'ome.model.annotations.WellAnnotationLink_details'
PARENT = 'ome.model.annotations.WellAnnotationLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.WellAnnotationLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.WellI(id=None, loaded=None)

Bases: omero.model.Well

ALPHA = 'ome.model.screen.Well_alpha'
BLUE = 'ome.model.screen.Well_blue'
COLUMN = 'ome.model.screen.Well_column'
DETAILS = 'ome.model.screen.Well_details'
EXTERNALDESCRIPTION = 'ome.model.screen.Well_externalDescription'
EXTERNALIDENTIFIER = 'ome.model.screen.Well_externalIdentifier'
GREEN = 'ome.model.screen.Well_green'
PLATE = 'ome.model.screen.Well_plate'
RED = 'ome.model.screen.Well_red'
ROW = 'ome.model.screen.Well_row'
STATUS = 'ome.model.screen.Well_status'
TYPE = 'ome.model.screen.Well_type'
WELLSAMPLES = 'ome.model.screen.Well_wellSamples'
_field_info = FieldInfo(status=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), column=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), row=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), red=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), green=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), blue=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), alpha=FieldData(wrapper=<function rint at 0x1de5f50>, nullable=True), reagentLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), externalDescription=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), externalIdentifier=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), type=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), wellSamples=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), plate=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_getWellSamples(current=None)
_setWellSamples(_wellSamples, current=None, wrap=False)
_toggleCollectionsLoaded(load)
addAllWellAnnotationLinkSet(targets, current=None)
addAllWellReagentLinkSet(targets, current=None)
addAllWellSampleSet(targets, current=None)
addWellAnnotationLinkToBoth(link, bothSides)
addWellReagentLinkToBoth(link, bothSides)
addWellSample(target, current=None)
checkUnloadedProperty(value, loadedField)
clearWellSamples(current=None)
copyWellSamples(current=None)
errorIfUnloaded()
getAlpha(current=None)
getAnnotationLinksCountPerOwner(current=None)
getBlue(current=None)
getColumn(current=None)
getDetails(current=None)
getExternalDescription(current=None)
getExternalIdentifier(current=None)
getGreen(current=None)
getId(current=None)
getPlate(current=None)
getPrimaryWellSample(current=None)
getReagentLinksCountPerOwner(current=None)
getRed(current=None)
getRow(current=None)
getStatus(current=None)
getType(current=None)
getVersion(current=None)
getWellSample(index, current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
isReagentLinksLoaded()
isWellSamplesLoaded()
iterateWellSamples()
linkAnnotation(addition, current=None)
linkReagent(addition, current=None)
linkedAnnotationList(current=None)
linkedReagentList(current=None)
proxy(current=None)
reloadWellSamples(toCopy, current=None)
removeAllWellAnnotationLinkSet(targets, current=None)
removeAllWellReagentLinkSet(targets, current=None)
removeAllWellSampleSet(targets, current=None)
removeWellAnnotationLinkFromBoth(link, bothSides, current=None)
removeWellReagentLinkFromBoth(link, bothSides, current=None)
removeWellSample(target, current=None)
setAlpha(_alpha, current=None, wrap=False)
setBlue(_blue, current=None, wrap=False)
setColumn(_column, current=None, wrap=False)
setExternalDescription(_externalDescription, current=None, wrap=False)
setExternalIdentifier(_externalIdentifier, current=None, wrap=False)
setGreen(_green, current=None, wrap=False)
setId(_id, current=None)
setPlate(_plate, current=None, wrap=False)
setPrimaryWellSample(element, current=None)
setRed(_red, current=None, wrap=False)
setRow(_row, current=None, wrap=False)
setStatus(_status, current=None, wrap=False)
setType(_type, current=None, wrap=False)
setVersion(version, current=None)
setWellSample(index, element, current=None, wrap=False)
shallowCopy(current=None)
sizeOfWellSamples(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unlinkReagent(removal, current=None)
unload(current=None)
unloadAlpha()
unloadBlue()
unloadCollections(current=None)
unloadColumn()
unloadDetails(current=None)
unloadExternalDescription()
unloadExternalIdentifier()
unloadGreen()
unloadPlate()
unloadRed()
unloadRow()
unloadStatus()
unloadType()
unloadWellSamples(current=None)
class omero.model.WellPrx

Bases: omero.model.IObjectPrx

addAllWellAnnotationLinkSet(targets, _ctx=None)
addAllWellReagentLinkSet(targets, _ctx=None)
addAllWellSampleSet(targets, _ctx=None)
addWellAnnotationLinkToBoth(link, bothSides, _ctx=None)
addWellReagentLinkToBoth(link, bothSides, _ctx=None)
addWellSample(target, _ctx=None)
begin_addAllWellAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllWellReagentLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addAllWellSampleSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addWellAnnotationLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addWellReagentLinkToBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_addWellSample(target, _response=None, _ex=None, _sent=None, _ctx=None)
begin_clearWellSamples(_response=None, _ex=None, _sent=None, _ctx=None)
begin_copyWellSamples(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getAlpha(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getAnnotationLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getBlue(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getColumn(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getExternalDescription(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getExternalIdentifier(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getGreen(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPlate(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPrimaryWellSample(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getReagentLinksCountPerOwner(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getRed(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getRow(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getStatus(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getType(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getWellSample(index, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkAnnotation(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkReagent(addition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedAnnotationList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_linkedReagentList(_response=None, _ex=None, _sent=None, _ctx=None)
begin_reloadWellSamples(toCopy, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllWellAnnotationLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllWellReagentLinkSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeAllWellSampleSet(targets, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeWellAnnotationLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeWellReagentLinkFromBoth(link, bothSides, _response=None, _ex=None, _sent=None, _ctx=None)
begin_removeWellSample(theTarget, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setAlpha(theAlpha, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setBlue(theBlue, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setColumn(theColumn, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setExternalDescription(theExternalDescription, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setExternalIdentifier(theExternalIdentifier, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setGreen(theGreen, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPlate(thePlate, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPrimaryWellSample(theElement, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setRed(theRed, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setRow(theRow, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setStatus(theStatus, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setType(theType, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setWellSample(index, theElement, _response=None, _ex=None, _sent=None, _ctx=None)
begin_sizeOfWellSamples(_response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkAnnotation(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unlinkReagent(removal, _response=None, _ex=None, _sent=None, _ctx=None)
begin_unloadWellSamples(_response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
clearWellSamples(_ctx=None)
copyWellSamples(_ctx=None)
end_addAllWellAnnotationLinkSet(_r)
end_addAllWellReagentLinkSet(_r)
end_addAllWellSampleSet(_r)
end_addWellAnnotationLinkToBoth(_r)
end_addWellReagentLinkToBoth(_r)
end_addWellSample(_r)
end_clearWellSamples(_r)
end_copyWellSamples(_r)
end_getAlpha(_r)
end_getAnnotationLinksCountPerOwner(_r)
end_getBlue(_r)
end_getColumn(_r)
end_getExternalDescription(_r)
end_getExternalIdentifier(_r)
end_getGreen(_r)
end_getPlate(_r)
end_getPrimaryWellSample(_r)
end_getReagentLinksCountPerOwner(_r)
end_getRed(_r)
end_getRow(_r)
end_getStatus(_r)
end_getType(_r)
end_getVersion(_r)
end_getWellSample(_r)
end_linkAnnotation(_r)
end_linkReagent(_r)
end_linkedAnnotationList(_r)
end_linkedReagentList(_r)
end_reloadWellSamples(_r)
end_removeAllWellAnnotationLinkSet(_r)
end_removeAllWellReagentLinkSet(_r)
end_removeAllWellSampleSet(_r)
end_removeWellAnnotationLinkFromBoth(_r)
end_removeWellReagentLinkFromBoth(_r)
end_removeWellSample(_r)
end_setAlpha(_r)
end_setBlue(_r)
end_setColumn(_r)
end_setExternalDescription(_r)
end_setExternalIdentifier(_r)
end_setGreen(_r)
end_setPlate(_r)
end_setPrimaryWellSample(_r)
end_setRed(_r)
end_setRow(_r)
end_setStatus(_r)
end_setType(_r)
end_setVersion(_r)
end_setWellSample(_r)
end_sizeOfWellSamples(_r)
end_unlinkAnnotation(_r)
end_unlinkReagent(_r)
end_unloadWellSamples(_r)
getAlpha(_ctx=None)
getAnnotationLinksCountPerOwner(_ctx=None)
getBlue(_ctx=None)
getColumn(_ctx=None)
getExternalDescription(_ctx=None)
getExternalIdentifier(_ctx=None)
getGreen(_ctx=None)
getPlate(_ctx=None)
getPrimaryWellSample(_ctx=None)
getReagentLinksCountPerOwner(_ctx=None)
getRed(_ctx=None)
getRow(_ctx=None)
getStatus(_ctx=None)
getType(_ctx=None)
getVersion(_ctx=None)
getWellSample(index, _ctx=None)
linkAnnotation(addition, _ctx=None)
linkReagent(addition, _ctx=None)
linkedAnnotationList(_ctx=None)
linkedReagentList(_ctx=None)
reloadWellSamples(toCopy, _ctx=None)
removeAllWellAnnotationLinkSet(targets, _ctx=None)
removeAllWellReagentLinkSet(targets, _ctx=None)
removeAllWellSampleSet(targets, _ctx=None)
removeWellAnnotationLinkFromBoth(link, bothSides, _ctx=None)
removeWellReagentLinkFromBoth(link, bothSides, _ctx=None)
removeWellSample(theTarget, _ctx=None)
setAlpha(theAlpha, _ctx=None)
setBlue(theBlue, _ctx=None)
setColumn(theColumn, _ctx=None)
setExternalDescription(theExternalDescription, _ctx=None)
setExternalIdentifier(theExternalIdentifier, _ctx=None)
setGreen(theGreen, _ctx=None)
setPlate(thePlate, _ctx=None)
setPrimaryWellSample(theElement, _ctx=None)
setRed(theRed, _ctx=None)
setRow(theRow, _ctx=None)
setStatus(theStatus, _ctx=None)
setType(theType, _ctx=None)
setVersion(theVersion, _ctx=None)
setWellSample(index, theElement, _ctx=None)
sizeOfWellSamples(_ctx=None)
static uncheckedCast(proxy, facet=None)
unlinkAnnotation(removal, _ctx=None)
unlinkReagent(removal, _ctx=None)
unloadWellSamples(_ctx=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x2c37990>
_op_getChild = <IcePy.Operation object at 0x33c97f8>
_op_getParent = <IcePy.Operation object at 0x33c97c8>
_op_getVersion = <IcePy.Operation object at 0x33c9798>
_op_setChild = <IcePy.Operation object at 0x33c9810>
_op_setParent = <IcePy.Operation object at 0x33c97e0>
_op_setVersion = <IcePy.Operation object at 0x33c97b0>
getChild(current=None)
getParent(current=None)
getVersion(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setChild(theChild, current=None)
setParent(theParent, current=None)
setVersion(theVersion, current=None)
class omero.model.WellReagentLinkI(id=None, loaded=None)

Bases: omero.model.WellReagentLink

CHILD = 'ome.model.screen.WellReagentLink_child'
DETAILS = 'ome.model.screen.WellReagentLink_details'
PARENT = 'ome.model.screen.WellReagentLink_parent'
_field_info = FieldInfo(parent=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), child=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getChild(current=None)
getDetails(current=None)
getId(current=None)
getParent(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setChild(_child, current=None, wrap=False)
setId(_id, current=None)
setParent(_parent, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadChild()
unloadCollections(current=None)
unloadDetails(current=None)
unloadParent()
class omero.model.WellReagentLinkPrx

Bases: omero.model.IObjectPrx

begin_getChild(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getParent(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setChild(theChild, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setParent(theParent, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getChild(_r)
end_getParent(_r)
end_getVersion(_r)
end_setChild(_r)
end_setParent(_r)
end_setVersion(_r)
getChild(_ctx=None)
getParent(_ctx=None)
getVersion(_ctx=None)
setChild(theChild, _ctx=None)
setParent(theParent, _ctx=None)
setVersion(theVersion, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.WellSample(_id=None, _details=None, _loaded=False, _version=None, _posX=None, _posY=None, _timepoint=None, _plateAcquisition=None, _well=None, _image=None)

Bases: omero.model.IObject

_ice_type = <IcePy.TypeInfo object at 0x243b108>
_op_getImage = <IcePy.Operation object at 0x33c9960>
_op_getPlateAcquisition = <IcePy.Operation object at 0x33c9900>
_op_getPosX = <IcePy.Operation object at 0x33c9870>
_op_getPosY = <IcePy.Operation object at 0x33c98a0>
_op_getTimepoint = <IcePy.Operation object at 0x33c98d0>
_op_getVersion = <IcePy.Operation object at 0x33c9840>
_op_getWell = <IcePy.Operation object at 0x33c9930>
_op_setImage = <IcePy.Operation object at 0x33c9978>
_op_setPlateAcquisition = <IcePy.Operation object at 0x33c9918>
_op_setPosX = <IcePy.Operation object at 0x33c9888>
_op_setPosY = <IcePy.Operation object at 0x33c98b8>
_op_setTimepoint = <IcePy.Operation object at 0x33c98e8>
_op_setVersion = <IcePy.Operation object at 0x33c9858>
_op_setWell = <IcePy.Operation object at 0x33c9948>
getImage(current=None)
getPlateAcquisition(current=None)
getPosX(current=None)
getPosY(current=None)
getTimepoint(current=None)
getVersion(current=None)
getWell(current=None)
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
setImage(theImage, current=None)
setPlateAcquisition(thePlateAcquisition, current=None)
setPosX(thePosX, current=None)
setPosY(thePosY, current=None)
setTimepoint(theTimepoint, current=None)
setVersion(theVersion, current=None)
setWell(theWell, current=None)
class omero.model.WellSampleI(id=None, loaded=None)

Bases: omero.model.WellSample

DETAILS = 'ome.model.screen.WellSample_details'
IMAGE = 'ome.model.screen.WellSample_image'
PLATEACQUISITION = 'ome.model.screen.WellSample_plateAcquisition'
POSX = 'ome.model.screen.WellSample_posX'
POSY = 'ome.model.screen.WellSample_posY'
TIMEPOINT = 'ome.model.screen.WellSample_timepoint'
WELL = 'ome.model.screen.WellSample_well'
_field_info = FieldInfo(posX=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), posY=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), timepoint=FieldData(wrapper=<function rtime at 0x1de75f0>, nullable=True), plateAcquisition=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), well=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), image=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=False), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getDetails(current=None)
getId(current=None)
getImage(current=None)
getPlateAcquisition(current=None)
getPosX(current=None)
getPosY(current=None)
getTimepoint(current=None)
getVersion(current=None)
getWell(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
proxy(current=None)
setId(_id, current=None)
setImage(_image, current=None, wrap=False)
setPlateAcquisition(_plateAcquisition, current=None, wrap=False)
setPosX(_posX, current=None, wrap=False)
setPosY(_posY, current=None, wrap=False)
setTimepoint(_timepoint, current=None, wrap=False)
setVersion(version, current=None)
setWell(_well, current=None, wrap=False)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unload(current=None)
unloadCollections(current=None)
unloadDetails(current=None)
unloadImage()
unloadPlateAcquisition()
unloadPosX()
unloadPosY()
unloadTimepoint()
unloadWell()
class omero.model.WellSamplePrx

Bases: omero.model.IObjectPrx

begin_getImage(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPlateAcquisition(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPosX(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getPosY(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getTimepoint(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getVersion(_response=None, _ex=None, _sent=None, _ctx=None)
begin_getWell(_response=None, _ex=None, _sent=None, _ctx=None)
begin_setImage(theImage, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPlateAcquisition(thePlateAcquisition, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPosX(thePosX, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setPosY(thePosY, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setTimepoint(theTimepoint, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setVersion(theVersion, _response=None, _ex=None, _sent=None, _ctx=None)
begin_setWell(theWell, _response=None, _ex=None, _sent=None, _ctx=None)
static checkedCast(proxy, facetOrCtx=None, _ctx=None)
end_getImage(_r)
end_getPlateAcquisition(_r)
end_getPosX(_r)
end_getPosY(_r)
end_getTimepoint(_r)
end_getVersion(_r)
end_getWell(_r)
end_setImage(_r)
end_setPlateAcquisition(_r)
end_setPosX(_r)
end_setPosY(_r)
end_setTimepoint(_r)
end_setVersion(_r)
end_setWell(_r)
getImage(_ctx=None)
getPlateAcquisition(_ctx=None)
getPosX(_ctx=None)
getPosY(_ctx=None)
getTimepoint(_ctx=None)
getVersion(_ctx=None)
getWell(_ctx=None)
setImage(theImage, _ctx=None)
setPlateAcquisition(thePlateAcquisition, _ctx=None)
setPosX(thePosX, _ctx=None)
setPosY(thePosY, _ctx=None)
setTimepoint(theTimepoint, _ctx=None)
setVersion(theVersion, _ctx=None)
setWell(theWell, _ctx=None)
static uncheckedCast(proxy, facet=None)
class omero.model.XmlAnnotation(_id=None, _details=None, _loaded=False, _version=None, _ns=None, _name=None, _description=None, _annotationLinksSeq=None, _annotationLinksLoaded=False, _annotationLinksCountPerOwner=None, _textValue=None)

Bases: omero.model.TextAnnotation

_ice_type = <IcePy.TypeInfo object at 0x33c99a8>
ice_id(current=None)
ice_ids(current=None)
static ice_staticId()
class omero.model.XmlAnnotationI(id=None, loaded=None)

Bases: omero.model.XmlAnnotation

DESCRIPTION = 'ome.model.annotations.XmlAnnotation_description'
DETAILS = 'ome.model.annotations.XmlAnnotation_details'
NAME = 'ome.model.annotations.XmlAnnotation_name'
NS = 'ome.model.annotations.XmlAnnotation_ns'
TEXTVALUE = 'ome.model.annotations.XmlAnnotation_textValue'
_field_info = FieldInfo(textValue=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), ns=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), name=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), description=FieldData(wrapper=<function rstring at 0x1de7ed8>, nullable=True), annotationLinks=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True), details=FieldData(wrapper=<function proxy_to_instance at 0x19f5e60>, nullable=True))
_field_info_data

alias of FieldData

_field_info_type

alias of FieldInfo

_toggleCollectionsLoaded(load)
addAllAnnotationAnnotationLinkSet(targets, current=None)
addAnnotationAnnotationLinkToBoth(link, bothSides)
checkUnloadedProperty(value, loadedField)
errorIfUnloaded()
getAnnotationLinksCountPerOwner(current=None)
getDescription(current=None)
getDetails(current=None)
getId(current=None)
getName(current=None)
getNs(current=None)
getTextValue(current=None)
getVersion(current=None)
ice_postUnmarshal()

Provides additional initialization once all data loaded

ice_preMarshal()

Provides additional validation before data is sent

isAnnotated(current=None)
isAnnotationLinksLoaded()
isGlobal(current=None)
isLoaded(current=None)
isMutable(current=None)
linkAnnotation(addition, current=None)
linkedAnnotationList(current=None)
proxy(current=None)
removeAllAnnotationAnnotationLinkSet(targets, current=None)
removeAnnotationAnnotationLinkFromBoth(link, bothSides, current=None)
setDescription(_description, current=None, wrap=False)
setId(_id, current=None)
setName(_name, current=None, wrap=False)
setNs(_ns, current=None, wrap=False)
setTextValue(_textValue, current=None, wrap=False)
setVersion(version, current=None)
shallowCopy(current=None)
throwNullCollectionException(propertyName)
unlinkAnnotation(removal, current=None)
unload(current=None)
unloadCollections(current=None)
unloadDescription()
unloadDetails(current=None)
unloadName()
unloadNs()
unloadTextValue()
class omero.model.XmlAnnotationPrx

Bases: omero.model.TextAnnotationPrx

static checkedCast(proxy, facetOrCtx=None, _ctx=None)
static uncheckedCast(proxy, facet=None)