IMP logo
IMP Reference Guide  develop.27926d84dc,2024/04/18
The Integrative Modeling Platform
IMP.isd.History.History Class Reference

Class that contains the output of one replica, used by the Analysis class. More...

Detailed Description

Class that contains the output of one replica, used by the Analysis class.

Note
This class is only available in Python.

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...
 

Member Function Documentation

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.


The documentation for this class was generated from the following file: