ra4_stats  0341147a0dc35f80f4e12c6003afb76a38e2ed6e
Functions | Variables
send_sig_wspaces Namespace Reference

Functions

def ensureDir (path)
 
def fullPath (path)
 
def SendSignalWorkspaces (input_dir, output_dir, num_jobs, injection_strength, injection_model)
 

Variables

tuple parser
 
string help = "Directory in which to store output workspaces."
 
tuple args = parser.parse_args()
 

Function Documentation

def send_sig_wspaces.ensureDir (   path)

Definition at line 12 of file send_sig_wspaces.py.

Referenced by SendSignalWorkspaces().

def send_sig_wspaces.fullPath (   path)

Definition at line 21 of file send_sig_wspaces.py.

Referenced by SendSignalWorkspaces().

def send_sig_wspaces.SendSignalWorkspaces (   input_dir,
  output_dir,
  num_jobs,
  injection_strength,
  injection_model 
)

Definition at line 24 of file send_sig_wspaces.py.

References ensureDir(), and fullPath().

Variable Documentation

tuple send_sig_wspaces.args = parser.parse_args()

Definition at line 87 of file send_sig_wspaces.py.

string send_sig_wspaces.help = "Directory in which to store output workspaces."

Definition at line 78 of file send_sig_wspaces.py.

tuple send_sig_wspaces.parser
Initial value:
1 = argparse.ArgumentParser(description = "Submits batch jobs to produce workspaces for each signal mass point",
2  formatter_class = argparse.ArgumentDefaultsHelpFormatter)

Definition at line 75 of file send_sig_wspaces.py.