lsst.pipe.base
18.1.0-9-gee19f03+3
|
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.