|
__init__(self,
conn,
project=None,
dataset=None,
image=None,
screen=None,
plate=None,
acquisition=None,
well=None,
tag=None,
tagset=None,
file=None,
comment=None,
annotation=None,
index=None,
orphaned=None,
**kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
openAstexViewerCompatible(self)
Is the image suitable to be viewed with the Volume viewer 'Open Astex
Viewer' applet? Image must be a 'volume' of suitable dimensions and
not too big. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
listImagesInDataset(self,
did,
eid=None,
page=None) |
source code
|
|
|
|
|
listOrphanedImages(self,
eid=None,
page=None) |
source code
|
|
|
|
|
|
|
|
|
createDataset(self,
name,
description=None) |
source code
|
|
|
createProject(self,
name,
description=None) |
source code
|
|
|
|
|
createCommentAnnotation(self,
otype,
content) |
source code
|
|
|
|
|
createTagAnnotation(self,
otype,
tag,
desc) |
source code
|
|
|
|
|
|
|
createCommentAnnotations(self,
content,
oids) |
source code
|
|
|
createTagAnnotations(self,
tag,
desc,
oids) |
source code
|
|
|
|
|
createAnnotationLinks(self,
otype,
atype,
ids) |
source code
|
|
|
createAnnotationsLinks(self,
atype,
tids,
oids) |
source code
|
|
|
updateDescription(self,
o_type,
o_id,
description=None) |
source code
|
|
|
|
|
|
|
updateDataset(self,
name,
description=None) |
source code
|
|
|
|
|
updateProject(self,
name,
description=None) |
source code
|
|
|
|
|
|
|
saveTagAnnotation(self,
tag,
description=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
copyImageToDataset(self,
source,
destination=None) |
source code
|
|
|
|
|
copyDatasetToProject(self,
source,
destination=None) |
source code
|
|
|
copyDatasetsToProject(self,
datasets,
project) |
source code
|
|
|
copyPlateToScreen(self,
source,
destination=None) |
source code
|
|
|
|
|
|
|
deleteObjects(self,
otype,
ids,
child=False,
anns=False) |
source code
|
|
Inherited from BaseController :
doPaging ,
getShareId
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|