|
class | lal.pipeline.CondorError |
| Error thrown by Condor Jobs. More...
|
|
class | lal.pipeline.CondorJobError |
|
class | lal.pipeline.CondorSubmitError |
|
class | lal.pipeline.CondorDAGError |
|
class | lal.pipeline.CondorDAGJobError |
|
class | lal.pipeline.CondorDAGNodeError |
|
class | lal.pipeline.SegmentError |
|
class | lal.pipeline.CondorJob |
| Generic condor job class. More...
|
|
class | lal.pipeline.CondorDAGJob |
| A Condor DAG job never notifies the user on completion and can have variable options that are set for a particular node in the DAG. More...
|
|
class | lal.pipeline.CondorDAGManJob |
| Condor DAGMan job class. More...
|
|
class | lal.pipeline.CondorDAGNode |
| A CondorDAGNode represents a node in the DAG. More...
|
|
class | lal.pipeline.CondorDAGManNode |
| Condor DAGMan node class. More...
|
|
class | lal.pipeline.CondorDAG |
| A CondorDAG is a Condor Directed Acyclic Graph that describes a collection of Condor jobs and the order in which to run them. More...
|
|
class | lal.pipeline.AnalysisJob |
| Describes a generic analysis job that filters LIGO data as configured by an ini file. More...
|
|
class | lal.pipeline.AnalysisNode |
| Contains the methods that allow an object to be built to analyse LIGO data in a Condor DAG. More...
|
|
class | lal.pipeline.AnalysisChunk |
| An AnalysisChunk is the unit of data that a node works with, usually some subset of a ScienceSegment. More...
|
|
class | lal.pipeline.ScienceSegment |
| A ScienceSegment is a period of time where the experimenters determine that the inteferometer is in a state where the data is suitable for scientific analysis. More...
|
|
class | lal.pipeline.ScienceData |
| An object that can contain all the science data used in an analysis. More...
|
|
class | lal.pipeline.LsyncCache |
|
class | lal.pipeline.LSCDataFindJob |
| An LSCdataFind job used to locate data. More...
|
|
class | lal.pipeline.LSCDataFindNode |
| A DataFindNode runs an instance of LSCdataFind in a Condor DAG. More...
|
|
class | lal.pipeline.LigolwAddJob |
| A ligolw_add job can be used to concatenate several ligo lw files. More...
|
|
class | lal.pipeline.LigolwAddNode |
| Runs an instance of ligolw_add in a Condor DAG. More...
|
|
class | lal.pipeline.LigolwCutJob |
| A ligolw_cut job can be used to remove parts of a ligo lw file. More...
|
|
class | lal.pipeline.LigolwCutNode |
| Runs an instance of ligolw_cut in a Condor DAG. More...
|
|
class | lal.pipeline.NoopJob |
| A Noop Job does nothing. More...
|
|
class | lal.pipeline.NoopNode |
| Run an noop job in a Condor DAG. More...
|
|
class | lal.pipeline.SqliteJob |
| A cbc sqlite job adds to CondorDAGJob and AnalysisJob features common to jobs which read or write to a sqlite database. More...
|
|
class | lal.pipeline.SqliteNode |
| A cbc sqlite node adds to the standard AnalysisNode features common to nodes which read or write to a sqlite database. More...
|
|
class | lal.pipeline.LigolwSqliteJob |
| A LigolwSqlite job. More...
|
|
class | lal.pipeline.LigolwSqliteNode |
| A LigolwSqlite node. More...
|
|
class | lal.pipeline.DeepCopyableConfigParser |
| The standard SafeConfigParser no longer supports deepcopy() as of python 2.7 (see http://bugs.python.org/issue16058). More...
|
|