lsst.pipe.base  16.0-26-g8e79609
Public Member Functions | List of all members
lsst.pipe.base.pipelineTask.ScalarError Class Reference
Inheritance diagram for lsst.pipe.base.pipelineTask.ScalarError:

Public Member Functions

def __init__ (self, key, numDataIds)
 

Detailed Description

Exception raised when dataset type is configured as scalar
but there are multiple DataIds in a Quantum for that dataset.

Parameters
----------
key : `str`
    Name of the configuration field for dataset type.
numDataIds : `int`
    Actual number of DataIds in a Quantum for this dataset type.

Definition at line 33 of file pipelineTask.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.base.pipelineTask.ScalarError.__init__ (   self,
  key,
  numDataIds 
)

Definition at line 44 of file pipelineTask.py.


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