QuantizedConnection¶
- class lsst.pipe.base.QuantizedConnection(**kwargs)¶
Bases:
SimpleNamespaceA Namespace to map defined variable names of connections to the associated
lsst.daf.butler.DatasetRefobjects.This class maps the names used to define a connection on a
PipelineTaskConnectionsclass to the correspondingDatasetRefs provided by aQuantuminstance. This will be a quantum of execution based on the graph created by examining all the connections defined on thePipelineTaskConnectionsclass.- Parameters:
- **kwargs
Any Not used.
- **kwargs
Methods Summary
keys()Return an iterator over all the attributes added to a
QuantizedConnectionclass.Methods Documentation