|
__init__(self,
start=0,
stop=-1,
step=1)
Initialize frame slicing information. |
|
|
|
setSlice(self,
start=0,
stop=-1,
step=1)
Set the range and step info for the analysis. |
|
|
|
shouldProcessFrame(self,
nframe)
Return true if frame nframe should be processed. |
|
|
|
|
|
|
|
getResults(self)
Return results for all values and frames as a numpy array with the
first index across analyses. |
|
|
|
plot2D(self,
*args,
**kwargs)
A generic matplotlib 2D plot implementation. |
|
|
|
processFrame(self,
frame)
Collect data for the provided frame. |
|
|
|
doFrameInit(self,
frame)
Initialize data that requires a frame instance for reference. |
|
|
|
getFrameResults(self)
Return results as a numpy array for all values and frames with the
first index being across frames. |
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|