gstlal-inspiral  0.4.2
 All Classes Namespaces Files Functions Variables Pages
List of all members | Public Member Functions | Public Attributes
inspiral_pipe.generic_node Class Reference

A generic node class which tends to do the "right" thing when given a job, a dag, parent nodes, a dictionary options relevant to the job, a dictionary of options related to input files and a dictionary of options related to output files. More...

Inheritance diagram for inspiral_pipe.generic_node:
[legend]
Collaboration diagram for inspiral_pipe.generic_node:
[legend]

Public Member Functions

def __init__
- Public Member Functions inherited from inspiral_pipe.InspiralNode
def __init__

Public Attributes

 input_files
 output_files

Detailed Description

A generic node class which tends to do the "right" thing when given a job, a dag, parent nodes, a dictionary options relevant to the job, a dictionary of options related to input files and a dictionary of options related to output files.

Otherwise it is a subclass of InspiralNode and thus pipeline.CondorDAGNode

NOTE and important and subtle behavior - You can specify an option with an empty argument by setting it to "". However options set to None are simply ignored.

Definition at line 196 of file inspiral_pipe.py.


The documentation for this class was generated from the following file: