BubbleProfiler
0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
|
Functions | |
def | parse_cmd_line_args () |
def | plot_profiles (profile_file, output_dir, prefix) |
def | plot_action (action_file, output_dir, prefix) |
Variables | |
output_dir = parse_cmd_line_args() | |
field_profiles_file = os.path.join(output_dir, "field_profiles.txt") | |
corrections_file = os.path.join(output_dir, "perturbations.txt") | |
action_file = os.path.join(output_dir, "action.txt") | |
def make_plots.parse_cmd_line_args | ( | ) |
Definition at line 10 of file make_plots.py.
def make_plots.plot_action | ( | action_file, | |
output_dir, | |||
prefix | |||
) |
Definition at line 39 of file make_plots.py.
def make_plots.plot_profiles | ( | profile_file, | |
output_dir, | |||
prefix | |||
) |
Definition at line 16 of file make_plots.py.
References sm_plus_singlet_tn_plot.int.
make_plots.action_file = os.path.join(output_dir, "action.txt") |
Definition at line 57 of file make_plots.py.
make_plots.corrections_file = os.path.join(output_dir, "perturbations.txt") |
Definition at line 56 of file make_plots.py.
make_plots.field_profiles_file = os.path.join(output_dir, "field_profiles.txt") |
Definition at line 55 of file make_plots.py.
make_plots.output_dir = parse_cmd_line_args() |
Definition at line 54 of file make_plots.py.