A tool to calculate covmatiant matrix.
|
|
__init__(self,
covmat_asl,
ref_pos=None,
fit_asl=None,
ref_fit_pos=None,
*args,
**kwargs)
@type covmat_asl: AtomSelection instance
@param covmat_asl:
The atom selection from which to indetify atom indices to be
compared. |
|
|
|
|
doFrameInit(self,
frame)
Initialize data that requires a frame instance for reference. |
|
|
|
|
processFrame(self,
frame)
Collect data for the provided frame. |
|
|
|
|
|
|
|
getFrameResults(self)
Return results as a numpy array for all values and frames with the
first index being across frames. |
|
|
|
|
|
|
|
plot(self,
*args,
**kwargs)
A generic matplotlib 2D plot implementation. |
|
|
|
Inherited from analysistool.AnalysisTool:
getDataLabels,
getResults,
plot2D,
setSlice,
shouldProcessFrame
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|