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

Class plotChiaNode

source code

webCondor.pipeline.CondorDAGNode --+
                                   |
            webCondor.webTheNode --+
                                   |
                                  plotChiaNode

Runs an instance of a plotChia followup job

Instance Methods [hide private]
 
__init__(self, job, chiaXmlFilePath, trig, cohireNode, dag, page, opts, cp)
job = A CondorDAGJob that can run an instance of plotChiaJob followup.
source code
 
append_insp_node(self, inspNode, ifo) source code

Inherited from webCondor.webTheNode: invalidate, set_id, setupNodeWeb, validate, writeContent

Method Details [hide private]

__init__(self, job, chiaXmlFilePath, trig, cohireNode, dag, page, opts, cp)
(Constructor)

source code 

job = A CondorDAGJob that can run an instance of plotChiaJob followup.

Overrides: webCondor.webTheNode.__init__