lsst.pipe.base  20.0.0-27-g71224ee+38e0695d12
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.base.pipelineIR.InheritIR Class Reference

Public Member Functions

"PipelineIR" toPipelineIR (self, instrument=None)
 
def __eq__ (self, "InheritIR" other)
 

Static Public Attributes

 bool
 

Detailed Description

An intermediate representation of inherited pipelines

Definition at line 373 of file pipelineIR.py.

Member Function Documentation

◆ __eq__()

def lsst.pipe.base.pipelineIR.InheritIR.__eq__ (   self,
"InheritIR"  other 
)

Definition at line 444 of file pipelineIR.py.

◆ 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.

Member Data Documentation

◆ bool

lsst.pipe.base.pipelineIR.InheritIR.bool
static

Definition at line 390 of file pipelineIR.py.


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