Package pipe_control :: Module opendx :: Class Map
[hide private]
[frames] | no frames]

Class Map

source code

The space mapping base class.

Instance Methods [hide private]
 
__init__(self, params, spin_id, inc, lower, upper, axis_incs, file_prefix, dir, point, point_file, chi_surface, create_par_file)
Map the space upon class instantiation.
source code
 
calc_point_par_chi2(self)
Function for chi2 value for the points.
source code
 
create_map(self)
Function for creating the map.
source code
 
create_par_chi2(self, file_prefix, par_chi2_vals)
Function for creating file with parameters and the chi2 value.
source code
 
get_date(self)
Function for creating a date string.
source code
 
map_3D_text(self, map_file)
Function for creating the text of a 3D map.
source code
 
map_axes(self)
Function for creating labels, tick locations, and tick values for an OpenDX map.
source code
 
matplotlib_surface_plot(self)
Function to write matplotlib script to plot surfaces of parameters.
source code