|
lsst.pipe.base
19.0.0-1-g3dc8cbe
|
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 44 of file connections.py.
| def lsst.pipe.base.connections.ScalarError.__init__ | ( | self, | |
| key, | |||
| numDataIds | |||
| ) |
Definition at line 55 of file connections.py.
1.8.13