lsst.pipe.base  19.0.0-10-ged17d6e+2
Public Member Functions | List of all members
lsst.pipe.base.connections.ScalarError Class Reference
Inheritance diagram for lsst.pipe.base.connections.ScalarError:

Public Member Functions

def __init__ (self, key, numDataIds=None)
 

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.
    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.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.base.connections.ScalarError.__init__ (   self,
  key,
  numDataIds = None 
)

Definition at line 57 of file connections.py.


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