__init__(self,
interactive_plot=True,
phi_psi_atoms=None,
*args,
**kwargs)
(Constructor)
|
|
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.
- Parameters:
interactive_plot (bool) - If True, clicking on a point in the plot will print information
about the residue and values of the point chosen. If False, the
plot will not be interactive, but a reference to a simulation
frame will not be held and so memory use should be somewhat
lower.
phi_psi_atoms (list) - A list of six-element tuple that represent the indices of C0, N0,
CA, C1 and N1. Note that, the index begins with 1. If
phi_psi_atoms is not specified, we will fall back to previous
implementation.
- Overrides:
analysistool.AnalysisTool.__init__
|