omero_model_PlateI class wrapper extends BlitzObjectWrapper.
|
__bstrap__(self)
Initialisation method which is implemented by subclasses to set their
class variables etc. |
source code
|
|
|
__prepare__(self)
Initialisation method which is implemented by subclasses to handle
various init tasks |
source code
|
|
|
__reset__(self)
Clears child cache, so next _listChildren will query the server |
source code
|
|
generator of Ice client proxy objects for the child nodes
|
|
Long
|
|
|
setGridSizeConstraints(self,
row,
col)
Makes sure the grid side count is the exact power of two of row and
col arguments, keeping their ratio, that fits the existing well
count. |
source code
|
|
dict of {'rows': rSize, 'columns':cSize}
|
getGridSize(self)
Iterates all wells on plate to retrieve grid size as {'rows': rSize,
'columns':cSize} dict. |
source code
|
|
2D array of WellWrappers. Empty well
positions are None
|
getWellGrid(self,
index=0)
Returns a grid of WellWrapper objects, indexed by [row][col]. |
source code
|
|
|
|
|
|
|
|
|
exportOmeTiff(self)
Make sure full project export doesn't pick up wellsample images TODO:
do we want to support this at all? |
source code
|
|
|
|
Inherited from BlitzObjectWrapper :
__eq__ ,
__getattr__ ,
__init__ ,
__loadedHotSwap__ ,
__repr__ ,
canDelete ,
canOwnerWrite ,
canWrite ,
countChildren_cached ,
creationEventDate ,
findChildByName ,
getAncestry ,
getAnnotation ,
getChildLinks ,
getDate ,
getDescription ,
getDetails ,
getId ,
getName ,
getOwner ,
getOwnerFullName ,
getOwnerOmeName ,
getParent ,
getParentLinks ,
isEditable ,
isLeaded ,
isOwned ,
isPrivate ,
isPublic ,
isReadOnly ,
isShared ,
linkAnnotation ,
listAnnotations ,
listChildren ,
listOrphanedAnnotations ,
listParents ,
removeAnnotations ,
save ,
saveAs ,
setDescription ,
setName ,
simpleMarshal ,
unlinkAnnotations ,
updateEventDate
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|