IMP Reference Guide
2.20.2
The Integrative Modeling Platform
|
Class that contains the output of one replica, used by the Analysis class. More...
Class that contains the output of one replica, used by the Analysis class.
Definition at line 12 of file History.py.
Public Member Functions | |
def | sanity_check |
checks if all entries have same length and are of constant type More... | |
def | toc |
print the "table of contents" of this History tendency is a comparison of the last 200 frames, and whether it goes up or down. More... | |
def IMP.isd.History.History.sanity_check | ( | self | ) |
checks if all entries have same length and are of constant type
Definition at line 33 of file History.py.
def IMP.isd.History.History.toc | ( | self, | |
out = sys.stdout |
|||
) |
print the "table of contents" of this History tendency is a comparison of the last 200 frames, and whether it goes up or down.
mean100 is the average over the last 100 frames
Definition at line 74 of file History.py.