internal_coord.CoordinateData

class internal_coord.CoordinateData(coordinate_type: str, coordinate_id: str, coordinate_value: float)[source]

Bases: object

Object for protein structure coordinates .. attribute:: coordinate_type

type of coordinate, for example cartesian, dihedral angle, bond angle or bond length

type:

str

coordinate_id

identifier for a specific coordinate value, such as x, y, z, CA:CB, N:C, psi, phi

Type:

str

coordinate_value

floating point value of the coordinate

Type:

float

__init__(coordinate_type: str, coordinate_id: str, coordinate_value: float) None

Methods

__init__(coordinate_type, coordinate_id, ...)

Attributes

coordinate_type

coordinate_id

coordinate_value