Package schrodinger :: Package protein :: Module analysis :: Class Report :: Class bond_angle_data_set
[hide private]
[frames] | no frames]

Class bond_angle_data_set

Report.data_set --+
                  |
                 Report.bond_angle_data_set

Class to compute and hold data for Bond Angle Deviations

Data point descriptor is atoms involved, values are "Deviation"

Summary is the RMS of the deviations.

See parent class data_set for additional documenation

Nested Classes [hide private]

Inherited from data_set: data_point

Instance Methods [hide private]
 
analyze(self, parent)
compute and store the data for this class

Inherited from data_set: __init__, add_point, report, report_data_points

Instance Variables [hide private]

Inherited from data_set: fields, label, points, summary, title

Method Details [hide private]

analyze(self, parent)

 

compute and store the data for this class

Parameters:
  • parent (report object) - the report object that this is for
Overrides: data_set.analyze