|
lsst.pipe.base
16.0-24-g3eae5ec
|
Public Member Functions | |
| def | __init__ (self, key, numDataIds) |
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.
| def lsst.pipe.base.pipelineTask.ScalarError.__init__ | ( | self, | |
| key, | |||
| numDataIds | |||
| ) |
Definition at line 44 of file pipelineTask.py.
1.8.13