Trees | Indices | Help |
|
---|
|
AnalysisTool is a base class for creating analyses of schrodinger.trajectory.desmondsimulation.DesmondSimulation objects. See the analysis package for specific implementations.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Initialize frame slicing information. The behavior of 'start', 'stop', 'step' is the same as the python built-in range function. That is, 'start' is included in the values to be processed, but 'stop' is not. Only the largest value satisfying 'start' and 'step' that is less than 'stop' will be processed. |
Return results for all values and frames as a numpy array with the first index across analyses. So, if r = analysis.getResults(), and the analysis instance calculates three values for each frame, then r[0] will be the first value across all frames. |
Initialize data that requires a frame instance for reference. This method will be called once, with the first frame that is processed. |
Return results as a numpy array for all values and frames with the first index being across frames. So, if fr = analysis.getFrameResults(), and the analysis instance calculates three values for each frame, then fr[0] will be the three values for the first frame. |
Complete a post-processing step. Defaults to doing nothing. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:49 2015 | http://epydoc.sourceforge.net |