Go to the source code of this file.
|
| MakePlotDump.optname = sys.argv[1] |
| PARSE INPUT ARGUMENT #####. More...
|
|
| MakePlotDump.optimization = Optimizations.Optimization(optname) |
|
string | MakePlotDump.temp_dir = optname+"_temp" |
|
string | MakePlotDump.tarfile = temp_dir+".tar.gz" |
|
list | MakePlotDump.fitness_types = ["Standard","fhcnumu","fhcnumubar","fhcnuenuebar","rhcnumu","rhcnumubar","rhcnuenuebar","ih","nh","mh"] |
|
string | MakePlotDump.subdir = temp_dir+"/fitness_vs_configuration/" |
|
string | MakePlotDump.file_prefix = optname+"_" |
|
list | MakePlotDump.versions = ["numu_fhc","numubar_fhc","nue_fhc","nuebar_fhc","numu_rhc","numubar_rhc","nue_rhc","nuebar_rhc"] |
|
| MakePlotDump.params = optimization.parameter_names |
|
| MakePlotDump.eps_to_copy = glob.glob("vis_plots/*"+file_prefix+"*.eps") |
|
| MakePlotDump.png_to_copy = glob.glob("vis_plots/*"+file_prefix+"*.png") |
|