An intermediate representation of inherited pipelines
Definition at line 373 of file pipelineIR.py.
◆ __eq__()
def lsst.pipe.base.pipelineIR.InheritIR.__eq__ |
( |
|
self, |
|
|
"InheritIR" |
other |
|
) |
| |
◆ toPipelineIR()
"PipelineIR" lsst.pipe.base.pipelineIR.InheritIR.toPipelineIR |
( |
|
self, |
|
|
|
instrument = None |
|
) |
| |
Load in the Pipeline specified by this object, and turn it into a
PipelineIR instance.
Parameters
----------
instrument : Optional `str`
A string giving the fully qualified path to an instrument object.
If a inherited pipeline defines the same instrument as defined in
this variable, an import warning message is skipped.
Returns
-------
pipeline : `PipelineIR`
A pipeline generated from the imported pipeline file
Definition at line 395 of file pipelineIR.py.
◆ bool
lsst.pipe.base.pipelineIR.InheritIR.bool |
|
static |
The documentation for this class was generated from the following file: