omero_model_PixelsI class wrapper extends BlitzObjectWrapper.
|
__bstrap__(self)
Initialisation method which is implemented by subclasses to set their
class variables etc. |
source code
|
|
|
_prepareRawPixelsStore(self)
Creates RawPixelsStore and sets the id etc |
source code
|
|
|
|
|
copyPlaneInfo(self,
theC=None,
theT=None,
theZ=None)
Loads plane infos and returns sequence of omero.model.PlaneInfo
objects wrapped in BlitzObjectWrappers ordered by planeInfo.deltaT. |
source code
|
|
|
getPlanes(self,
zctList)
Returns generator of numpy 2D planes from this set of pixels for a
list of Z, C, T indexes. |
source code
|
|
|
getPlane(self,
theZ=0,
theC=0,
theT=0)
Gets the specified plane as a 2D numpy array by calling getPlanes If a range of planes are required, getPlanes is approximately 30% faster. |
source code
|
|
|
getTiles(self,
zctTileList)
Returns generator of numpy 2D planes from this set of pixels for a
list of (Z, C, T, tile) where tile is (x, y, width, height) or None
if you want the whole plane. |
source code
|
|
|
getTile(self,
theZ=0,
theC=0,
theT=0,
tile=None)
Gets the specified plane as a 2D numpy array by calling getPlanes If a range of tile are required, getTiles is approximately 30% faster. |
source code
|
|
Inherited from BlitzObjectWrapper :
__eq__ ,
__getattr__ ,
__init__ ,
__loadedHotSwap__ ,
__prepare__ ,
__repr__ ,
canDelete ,
canOwnerWrite ,
canWrite ,
countChildren ,
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__
|