QuantizedConnection¶
- class lsst.pipe.base.QuantizedConnection(**kwargs)¶
- Bases: - SimpleNamespace- A 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 corresponding- DatasetRefs provided by a- Quantuminstance. This will be a quantum of execution based on the graph created by examining all the connections defined on the- PipelineTaskConnectionsclass.- Parameters:
- **kwargsAny
- Not used. 
 
- **kwargs
 - Methods Summary - keys()- Return an iterator over all the attributes added to a - QuantizedConnectionclass.- Methods Documentation