Module common_ops :: Class common_ops
[hide private]
[frames] | no frames]

Class common_ops

source code

Instance Methods [hide private]
 
__init__(self, mf)
Operations, functions, etc common to the different model-free analysis methods.
source code
 
extract_relax_data(self)
Extract the relaxation data from the files given in the file 'input'
source code
 
fill_results(self, data, model='0')
Initialise the next row of the results data structure.
source code
 
grace(self, file_name, type, subtitle)
Create grace files for the results.
source code
 
grace_header(self, title, subtitle, x, y, type)
Create and return a grace header.
source code
 
log_input_info(self) source code
 
log_params(self, name, mdx)
Put the parameter data structures into the log file.
source code
 
print_results(self)
Print the results into the results file.
source code
 
stage_selection(self)
The stage for model selection common to all techniques.
source code
 
update_data(self)
Extract all the information from the input info.
source code