Package pylal :: Module fu_Condor
[hide private]
[frames] | no frames]

Module fu_Condor

source code

This module contains condor jobs / node classes for the followup dag

This program creates cache files for the output of inspiral hipe


Author: Chad Hanna <channa@phys.lsu.edu>

Classes [hide private]
  followUpDAG
  followUpInspJob
  followUpInspNode
  plotSNRCHISQJob
A followup plotting job for snr and chisq time series
  plotSNRCHISQNode
Runs an instance of a plotSNRCHISQ followup job
  lalapps_skyMapJob
Generates sky map data
  pylal_skyPlotJob
Plots the sky map output of lalapps_skymap
  lalapps_skyMapNode
A C code for computing the sky map An example command line is:
  pylal_skyPlotNode
A python code for plotting the sky map An example command line is
  followupDataFindJob
  followupDataFindNode
  qscanJob
A qscan job
  qscanNode
Runs an instance of a qscan job
  remoteQscanJob
A remote qscan job
  remoteQscanFgNode
Runs an instance of a remote qscan job
  distributeQscanJob
A job to distribute the results of the qscans that have been run remotely (for LV search)
  distributeQscanNode
A node to distribute the results of the qscans that have been run remotely (for LV search)
  analyseQscanJob
A followup analyseQscan job to interprete the qscans
  analyseQscanNode
Runs an instance of a followup analyseQscan job
  h1h2QeventJob
A h1h2 qevent job
  h1h2QeventNode
Runs an instance of a qscan job
  FrCheckJob
A followup job for checking frames
  FrCheckNode
Runs an instance of a FrCheck followup job
  IFOstatus_checkJob
A followup job for downloading summary plots
  IFOstatus_checkNode
Runs an instance of a FrCheck followup job
  followupoddsJob
A model selection job
  followupoddsNode
Runs an instance of the model selection followup job
  followupOddsPostJob
The post-processing of odds jobs
  followupOddsPostNode
Runs the post-processing script
  followupmcmcJob
  followupmcmcNode
Runs an instance of an mcmc followup job
  followupspinmcmcJob
A spinning MCMC job
  followupspinmcmcNode
Runs an instance of spinning mcmc followup job
  plotmcmcJob
A plot mcmc job
  plotmcmcNode
Runs an instance of plotmcmc job
  followUpChiaJob
Generates coherent inspiral data
  followUpChiaNode
A C code for computing the coherent inspiral statistic.
  followUpCohireJob
A clustering job for coherent inspiral triggers
  followUpCohireNode
Runs an instance of a cohire (coherent trigger clustering) job
  plotChiaJob
A followup plotting job for coherent inspiral search and null stat timeseries
  plotChiaNode
Runs an instance of a plotChia followup job
  makeCheckListJob
A job to prepare the checklist of a candidate
  makeCheckListNode
A node to prepare the checklist of a candidate
  followupTriggerJob
A job to plot the triggers in the chunk
  followupTriggerNode
A node to plot triggers in the chunk
Functions [hide private]
 
checkHipeCachePath(cp) source code
 
verifyCP(cp, defaults)
This method takes in a cp object and give a set of defaults check to make sure the section in question exists and at least the options in the default are specified with some value.
source code
 
modifyCP(cp, defaults)
Appended the configuration information in defaults into the config parser (cp) object and return a copy of this newly update cp object.
source code
Function Details [hide private]

verifyCP(cp, defaults)

source code 

This method takes in a cp object and give a set of defaults check to make sure the section in question exists and at least the options in the default are specified with some value. It return TRUE or FALSE depending if the cp object contains the sections and options specified by the input DEFAULTS.