__init__(self,
atomsel1,
atomsel2=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:
atomsel1 (AtomSelection instance) - Protein atom selection
atomsel2 (AtomSelection instance) - Second protein atom selection, default=None
- Overrides:
object.__init__
|