Definition at line 382 of file power.py.
Inherits pipeline.AnalysisNode.
◆ __init__()
def lalburst.power.PowerNode.__init__ |
( |
|
self, |
|
|
|
job |
|
) |
| |
◆ set_ifo()
def lalburst.power.PowerNode.set_ifo |
( |
|
self, |
|
|
|
instrument |
|
) |
| |
Load additional options from the per-instrument section in the config file.
Definition at line 395 of file power.py.
◆ set_user_tag()
def lalburst.power.PowerNode.set_user_tag |
( |
|
self, |
|
|
|
tag |
|
) |
| |
◆ get_user_tag()
def lalburst.power.PowerNode.get_user_tag |
( |
|
self | ) |
|
◆ get_output_cache()
def lalburst.power.PowerNode.get_output_cache |
( |
|
self | ) |
|
Returns a LAL cache of the output file name.
Calling this method also induces the output name to get set, so it must be at least once.
Definition at line 416 of file power.py.
◆ get_output_files()
def lalburst.power.PowerNode.get_output_files |
( |
|
self | ) |
|
◆ get_output()
def lalburst.power.PowerNode.get_output |
( |
|
self | ) |
|
◆ set_mdccache()
def lalburst.power.PowerNode.set_mdccache |
( |
|
self, |
|
|
|
file |
|
) |
| |
Set the LAL frame cache to to use.
The frame cache is passed to the job with the –frame-cache argument.
- Parameters
-
file | calibration file to use. |
Definition at line 437 of file power.py.
◆ set_injection_file()
def lalburst.power.PowerNode.set_injection_file |
( |
|
self, |
|
|
|
file |
|
) |
| |
Set the name of the XML file from which to read a list of software injections.
Definition at line 445 of file power.py.
◆ output_cache
lalburst.power.PowerNode.output_cache |
◆ output_dir
lalburst.power.PowerNode.output_dir |