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
|
|
|
|
|
|
|
|
|
|
|
|
|
getNumberOfFields(self,
pid=None)
Returns tuple of min and max of indexed collection of well samples
per plate acquisition if exists |
source code
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
getGridSize(self)
Iterates all wells on plate to retrieve grid size as {'rows': rSize,
'columns':cSize} dict. |
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__,
canAnnotate,
canChgrp,
canDelete,
canEdit,
canLink,
canOwnerWrite,
canWrite,
countChildren_cached,
creationEventDate,
findChildByName,
getAncestry,
getAnnotation,
getChildLinks,
getDate,
getDescription,
getDetails,
getId,
getName,
getOwner,
getOwnerFullName,
getOwnerOmeName,
getParent,
getParentLinks,
isLeaded,
isOwned,
isPrivate,
isPublic,
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__
|