Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALInference 4.1.9.1-8a6b96f
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
lalinference.tiger.omegascans_dag Namespace Reference

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 = \
 

Function Documentation

◆ mkdirs()

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.

◆ system_call()

def lalinference.tiger.omegascans_dag.system_call (   command)

Definition at line 245 of file omegascans_dag.py.

◆ get_framedir()

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.

◆ fix_subfile()

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.

  • It removes "scan" from the executable
  • Places it as the first item in "arguments"

Definition at line 280 of file omegascans_dag.py.

◆ fix_scriptfile()

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.

◆ main()

def lalinference.tiger.omegascans_dag.main ( void  )

Definition at line 631 of file omegascans_dag.py.

Variable Documentation

◆ usage

string lalinference.tiger.omegascans_dag.usage ( void  )
Initial value:
1= """ omegascans_dag.py config.ini [options]
2 This script creates a DAG to run the omega pipeline for multiple detectors
3 and multiple sources on a cluster.
4 Framefiles are automatically looked up with gw_data_find
5
6 It requires a config file and a sourcefile containing trigtimes
7 and detector timeslides.
8
9 Run with --example to create an example config and sourcefile.
10
11 It is possible to include auxiliary channels in the scans only for H1 and L1.
12 For Virgo this is only possible on one of the Virgo clusters
13"""

Definition at line 11 of file omegascans_dag.py.

◆ DefaultFrameTypes

dictionary lalinference.tiger.omegascans_dag.DefaultFrameTypes
Initial value:
1= {'L1':'L1_RDS_R_L1',#Includes auxiliary channels
2 'H1':'H1_RDS_R_L1',#Includes auxiliary channels
3 'V1':'T1300121_V1_EARLY_RECOLORED_V2'}

DEFINITIONS.

Definition at line 47 of file omegascans_dag.py.

◆ DefaultConfigFiles

dictionary lalinference.tiger.omegascans_dag.DefaultConfigFiles
Initial value:
1= {'L1':'/archive/home/omega/configurations/S6/S6b/L0L1-RDS_R_L1-selected.txt',
2 'H1':'/archive/home/omega/configurations/S6/S6b/H0H1-RDS_R_L1-selected.txt',
3 'V1':''}

Definition at line 51 of file omegascans_dag.py.

◆ RecoloredFrameTypes

dictionary lalinference.tiger.omegascans_dag.RecoloredFrameTypes
Initial value:
1= {'L1':'T1200307_V4_EARLY_RECOLORED_V2',
2 'H1':'T1200307_V4_EARLY_RECOLORED_V2',
3 'V1':'T1300121_V1_EARLY_RECOLORED_V2'}

Definition at line 55 of file omegascans_dag.py.

◆ ConfigRecoloredV

lalinference.tiger.omegascans_dag.ConfigRecoloredV = \

Definition at line 59 of file omegascans_dag.py.

◆ ConfigRecoloredL

lalinference.tiger.omegascans_dag.ConfigRecoloredL = \

Definition at line 95 of file omegascans_dag.py.

◆ ConfigRecoloredH

lalinference.tiger.omegascans_dag.ConfigRecoloredH = \

Definition at line 131 of file omegascans_dag.py.

◆ ConfigsRecolored

dictionary lalinference.tiger.omegascans_dag.ConfigsRecolored
Initial value:
1= {'L1':ConfigRecoloredL,
2 'H1':ConfigRecoloredH,
3 'V1':ConfigRecoloredV}

Definition at line 167 of file omegascans_dag.py.

◆ ExampleConfig

lalinference.tiger.omegascans_dag.ExampleConfig = \

Definition at line 171 of file omegascans_dag.py.

◆ ExampleSourceFile

lalinference.tiger.omegascans_dag.ExampleSourceFile = \

Definition at line 224 of file omegascans_dag.py.