Method: getSubmatrixData
Get submatrix of StructureEnsemble data matrix named 'name' belonging to Atom
guid:
|
www.ccpn.ac.uk_Fogh_2011-04-05-18:09:03_00001
|
OpType:
|
otherQuery
|
OpSubType:
|
None
|
isQuery:
|
True
|
isAbstract:
|
False
|
Scope:
|
instance_level
|
Code:
|
dataMatrix = self.topObject.findFirstDataMatrix(name=name)
if dataMatrix:
result = dataMatrix.getSubMatrixData(point=(0,self.index,), shape=(0,1,) )
else:
raise ApiError("%s lacks DataMatrix named %s'" % (self.topObject, name))
|
|