Data Structures | |
class | OmegaScanJob |
class | OmegaScanNode |
class | OmegaScansDAG |
CLASSES. More... | |
Functions | |
def | mkdirs (path) |
FUNCTIONS. More... | |
def | system_call (command) |
def | get_framedir (trigtime, timeslide, ifo, frametype) |
Use gw_data_find to find the frame directory name which is used as an argument to wpipeline. More... | |
def | fix_subfile (subfile) |
The omega pipeline executable is followed by "scan", which needs to be in front of all the other arguments and options. More... | |
def | fix_scriptfile (dagpath, dagfilename, executable) |
If the scan argument is not included in the executable, it will not show up in the sh file. More... | |
def | main () |
Variables | |
string | usage |
dictionary | DefaultFrameTypes |
DEFINITIONS. More... | |
dictionary | DefaultConfigFiles |
dictionary | RecoloredFrameTypes |
ConfigRecoloredV = \ | |
ConfigRecoloredL = \ | |
ConfigRecoloredH = \ | |
dictionary | ConfigsRecolored |
ExampleConfig = \ | |
ExampleSourceFile = \ | |
def lalinference.tiger.omegascans_dag.mkdirs | ( | path | ) |
FUNCTIONS.
Helper function. Make the given directory, creating intermediate dirs if necessary, and don't complain about it already existing.
Definition at line 241 of file omegascans_dag.py.
def lalinference.tiger.omegascans_dag.system_call | ( | command | ) |
Definition at line 245 of file omegascans_dag.py.
def lalinference.tiger.omegascans_dag.get_framedir | ( | trigtime, | |
timeslide, | |||
ifo, | |||
frametype | |||
) |
Use gw_data_find to find the frame directory name which is used as an argument to wpipeline.
Definition at line 254 of file omegascans_dag.py.
def lalinference.tiger.omegascans_dag.fix_subfile | ( | subfile | ) |
The omega pipeline executable is followed by "scan", which needs to be in front of all the other arguments and options.
This function corrects the final subfile to this end.
Definition at line 280 of file omegascans_dag.py.
def lalinference.tiger.omegascans_dag.fix_scriptfile | ( | dagpath, | |
dagfilename, | |||
executable | |||
) |
If the scan argument is not included in the executable, it will not show up in the sh file.
This function corrects that.
Definition at line 314 of file omegascans_dag.py.
def lalinference.tiger.omegascans_dag.main | ( | void | ) |
Definition at line 631 of file omegascans_dag.py.
string lalinference.tiger.omegascans_dag.usage | ( | void | ) |
Definition at line 11 of file omegascans_dag.py.
dictionary lalinference.tiger.omegascans_dag.DefaultFrameTypes |
DEFINITIONS.
Definition at line 47 of file omegascans_dag.py.
dictionary lalinference.tiger.omegascans_dag.DefaultConfigFiles |
Definition at line 51 of file omegascans_dag.py.
dictionary lalinference.tiger.omegascans_dag.RecoloredFrameTypes |
Definition at line 55 of file omegascans_dag.py.
lalinference.tiger.omegascans_dag.ConfigRecoloredV = \ |
Definition at line 59 of file omegascans_dag.py.
lalinference.tiger.omegascans_dag.ConfigRecoloredL = \ |
Definition at line 95 of file omegascans_dag.py.
lalinference.tiger.omegascans_dag.ConfigRecoloredH = \ |
Definition at line 131 of file omegascans_dag.py.
dictionary lalinference.tiger.omegascans_dag.ConfigsRecolored |
Definition at line 167 of file omegascans_dag.py.
lalinference.tiger.omegascans_dag.ExampleConfig = \ |
Definition at line 171 of file omegascans_dag.py.
lalinference.tiger.omegascans_dag.ExampleSourceFile = \ |
Definition at line 224 of file omegascans_dag.py.