Package generic_fns :: Module grace :: Class Grace
[hide private]
[frames] | no frames]

Class Grace

source code

Instance Methods [hide private]
 
__init__(self, relax)
Operations, functions, etc common to the different model-free analysis methods.
source code
 
determine_graph_type(self)
Function for determining if the graph is of type xy, xydy, xydx, or xydxdy.
source code
 
get_data(self)
Function for getting all the xy data.
source code
 
view(self, file=None, dir=None, grace_exe='xmgrace')
Function for running Grace.
source code
 
write(self, run=None, x_data_type='res', y_data_type=None, res_num=None, res_name=None, plot_data='value', norm=1, file=None, dir=None, force=0)
Function for writing data to a file.
source code
 
write_data(self)
Write the data into the grace file.
source code
 
write_header(self)
Write the grace header.
source code
 
write_multi_data(self)
Write the data into the grace file.
source code
 
write_multi_header(self)
Write the grace header.
source code