BubbleProfiler  0.3.0
by Peter Athron, Csaba Balazs, Michael Bardsley, Andrew Fowlie, Dylan Harries & Graham White
Namespaces | Functions | Variables
make_plots.py File Reference

Go to the source code of this file.

Namespaces

 make_plots
 

Functions

def make_plots.parse_cmd_line_args ()
 
def make_plots.plot_profiles (profile_file, output_dir, prefix)
 
def make_plots.plot_action (action_file, output_dir, prefix)
 

Variables

 make_plots.output_dir = parse_cmd_line_args()
 
 make_plots.field_profiles_file = os.path.join(output_dir, "field_profiles.txt")
 
 make_plots.corrections_file = os.path.join(output_dir, "perturbations.txt")
 
 make_plots.action_file = os.path.join(output_dir, "action.txt")