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

Class pylal_skyPlotNode

source code

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

A python code for plotting the sky map An example command line is

/pylal_plot_inspiral_skymap --event-id 866088314000001908 --ra-res 512 --dec-res 256 --output-path . --page-rel-path . --output-web-file test.html --page . --injection-right-ascension 0 --injection-declination 0 --map-data-file chad.txt

Instance Methods [hide private]
 
__init__(self, job, trig, skyMapNode, dag, page, opts) source code

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

Method Details [hide private]

__init__(self, job, trig, skyMapNode, dag, page, opts)
(Constructor)

source code 
Overrides: webCondor.webTheNode.__init__