Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALApps 10.1.0.1-8a6b96f
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
cosmicstring.StringNode Class Reference

Detailed Description

A RingNode runs an instance of the ring code in a Condor DAG.

Definition at line 234 of file cosmicstring.py.

Inherits pipeline.CondorDAGNode, and pipeline.AnalysisNode.

Public Member Functions

def __init__ (self, job)
 job = A CondorDAGJob that can run an instance of lalapps_StringSearch. More...
 
def set_ifo (self, instrument)
 Load additional options from the per-instrument section in the config file. More...
 
def set_user_tag (self, tag)
 
def get_user_tag (self)
 
def get_output_cache (self)
 Returns a LAL cache of the output file name. More...
 
def get_output_files (self)
 
def get_output (self)
 Returns the file name of output from the ring code. More...
 
def set_injection_file (self, file)
 Set the name of the XML file from which to read a list of software injections. More...
 

Data Fields

 output_cache
 
 output_dir
 

Constructor & Destructor Documentation

◆ __init__()

def cosmicstring.StringNode.__init__ (   self,
  job 
)

job = A CondorDAGJob that can run an instance of lalapps_StringSearch.

Definition at line 238 of file cosmicstring.py.

Member Function Documentation

◆ set_ifo()

def cosmicstring.StringNode.set_ifo (   self,
  instrument 
)

Load additional options from the per-instrument section in the config file.

Definition at line 250 of file cosmicstring.py.

◆ set_user_tag()

def cosmicstring.StringNode.set_user_tag (   self,
  tag 
)

Definition at line 257 of file cosmicstring.py.

◆ get_user_tag()

def cosmicstring.StringNode.get_user_tag (   self)

Definition at line 263 of file cosmicstring.py.

◆ get_output_cache()

def cosmicstring.StringNode.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 271 of file cosmicstring.py.

◆ get_output_files()

def cosmicstring.StringNode.get_output_files (   self)

Definition at line 276 of file cosmicstring.py.

◆ get_output()

def cosmicstring.StringNode.get_output (   self)

Returns the file name of output from the ring code.

This must be kept synchronized with the name of the output file in ring.c.

Definition at line 283 of file cosmicstring.py.

◆ set_injection_file()

def cosmicstring.StringNode.set_injection_file (   self,
  file 
)

Set the name of the XML file from which to read a list of software injections.

Definition at line 296 of file cosmicstring.py.

Field Documentation

◆ output_cache

cosmicstring.StringNode.output_cache

Definition at line 242 of file cosmicstring.py.

◆ output_dir

cosmicstring.StringNode.output_dir

Definition at line 244 of file cosmicstring.py.