LALPulsar  6.1.0.1-89842e6
lalpulsar.knope_utils Namespace Reference

Data Structures

class  knopeDAG
 
class  heterodyneJob
 A lalpulsar_heterodyne job to heterodyne the data. More...
 
class  heterodyneNode
 A heterodyneNode runs an instance of lalpulsar_heterodyne in a condor DAG. More...
 
class  splinterJob
 A lalpulsar_SplInter job to process SFT data. More...
 
class  splinterNode
 A splinterNode runs an instance of lalpulsar_Splinter in a condor DAG. More...
 
class  concatJob
 A concatenation job (using "cat" and output to stdout - a new job is needed for each pulsar) More...
 
class  concatNode
 A node for a concatJob. More...
 
class  removeJob
 A remove job (using "rm" to remove files) More...
 
class  removeNode
 An instance of a removeJob in a condor DAG. More...
 
class  moveJob
 A move job (using "mv" to move files) More...
 
class  moveNode
 An instance of a moveJob in a condor DAG. More...
 
class  copyJob
 A copy job (using "cp" to copy files) More...
 
class  copyNode
 An instance of a copyJob in a condor DAG. More...
 
class  ppeJob
 A parameter estimation job. More...
 
class  ppeNode
 A pes runs an instance of the parameter estimation code in a condor DAG. More...
 
class  resultpageJob
 
class  resultpageNode
 A resultpageNode runs an instance of the result page script in a condor DAG. More...
 
class  collateJob
 
class  collateNode
 A collateNode runs an instance of the result page collation script in a condor DAG. More...
 
class  nest2posJob
 A merge nested sampling files job to use lalinference_nest2pos. More...
 
class  nest2posNode
 A nest2posNode runs a instance of the lalinference_nest2pos to combine individual nested sample files in a condor DAG. More...
 
class  createresultspageJob
 A job to create an individual pulsar results page. More...
 
class  createresultspageNode
 A createresultspage node to run as part of a condor DAG. More...
 
class  collateresultsJob
 A job to collate all the individual pulsar results pages. More...
 
class  collateresultsNode
 A collateresults node to run as part of a condor DAG. More...
 

Variables

int KNOPE_ERROR_GENERAL = -1
 
int KNOPE_ERROR_NO_SEGMENTS = 2
 
string KNOPE_ERROR_GENERAL_MSG = "Error... an error has occurred during DAG creation"
 
tuple KNOPE_ERROR_NO_SEGMENTS_MSG
 
dictionary KNOPE_ERROR
 
int KNOPE_WARNING_NO_SEGMENTS = 102
 

Variable Documentation

◆ KNOPE_ERROR_GENERAL

int lalpulsar.knope_utils.KNOPE_ERROR_GENERAL = -1

Definition at line 35 of file knope_utils.py.

◆ KNOPE_ERROR_NO_SEGMENTS

int lalpulsar.knope_utils.KNOPE_ERROR_NO_SEGMENTS = 2

Definition at line 36 of file knope_utils.py.

◆ KNOPE_ERROR_GENERAL_MSG

string lalpulsar.knope_utils.KNOPE_ERROR_GENERAL_MSG = "Error... an error has occurred during DAG creation"

Definition at line 38 of file knope_utils.py.

◆ KNOPE_ERROR_NO_SEGMENTS_MSG

tuple lalpulsar.knope_utils.KNOPE_ERROR_NO_SEGMENTS_MSG
Initial value:
1 = (
2  "No required data segments were available to perform the analysis"
3 )

Definition at line 39 of file knope_utils.py.

◆ KNOPE_ERROR

dictionary lalpulsar.knope_utils.KNOPE_ERROR
Initial value:
1 = {
2  KNOPE_ERROR_GENERAL: KNOPE_ERROR_GENERAL_MSG,
3  KNOPE_ERROR_NO_SEGMENTS: KNOPE_ERROR_NO_SEGMENTS_MSG,
4 }

Definition at line 44 of file knope_utils.py.

◆ KNOPE_WARNING_NO_SEGMENTS

int lalpulsar.knope_utils.KNOPE_WARNING_NO_SEGMENTS = 102

Definition at line 50 of file knope_utils.py.