Package generic_fns :: Module results :: Class Results
[hide private]
[frames] | no frames]

Class Results

source code

Instance Methods [hide private]
 
__init__(self, relax)
Class containing functions for reading and writing data.
source code
 
copy(self, run1=None, run2=None, sim=None)
Function for copying all results from run1 to run2.
source code
 
display(self, run=None, format='columnar')
Function for displaying the results.
source code
 
read(self, run=None, file='results', directory=None, file_data=None, format='columnar', print_flag=1)
Function for reading the data out of a file.
source code
 
write(self, run=None, file='results', directory=None, force=0, format='columnar', compress_type=1, print_flag=1)
Create the results file.
source code