Home | Trees | Indices | Help |
|
---|
|
object --+ | TorsionAngles
Describes a collection of phi, psi and omega backbone torsion angles.
It is assumed that the supplied values are either None, or fitting into the range of [-180, +180] for AngleUnites.Degrees and [0, 2pi] for Radians.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Static Methods | |||
|
|||
|
|||
|
Properties | |
omega | |
phi | |
psi | |
enum item |
units Current torsion angle units - a member of AngleUnits |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
repr(x)
|
|
Convert a torsion angle value, expressed in radians, to degrees. Negative angles are not accepted, it is assumed that negative torsion angles have been converted to their ang+2pi counterparts beforehand. Return the calculated value in the range of [-180, +180] degrees. |
Convert a torsion angle value, expressed in degrees, to radians. Negative angles are converted to their positive counterparts: rad(ang + 360deg). Return the calculated value in the range of [0, 2pi] radians. |
Set angle measurement units to degrees. Convert the angles in this TorsionAngles instance to degrees. |
Set angle measurement units to radians. Convert the angles in this TorsionAngles instance to radians. |
Property Details |
omega
|
phi
|
psi
|
unitsCurrent torsion angle units - a member of AngleUnits
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:05 2017 | http://epydoc.sourceforge.net |