lsst.pipe.base
19.0.0-13-gafd90fe+2
|
Public Member Functions | |
def | __init__ (self, key, numDataIds=None) |
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. If ``numDataIds`` is not specified, it is assumed that this parameter is the full message to be reported and not the key. numDataIds : `int`, optional 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 = None |
|||
) |
Definition at line 57 of file connections.py.