QuantizedConnection

class lsst.pipe.base.QuantizedConnection(**kwargs)

Bases: SimpleNamespace

A Namespace to map defined variable names of connections to the associated lsst.daf.butler.DatasetRef objects.

This class maps the names used to define a connection on a PipelineTaskConnections class to the corresponding DatasetRefs provided by a Quantum instance. This will be a quantum of execution based on the graph created by examining all the connections defined on the PipelineTaskConnections class.

Parameters:
**kwargsAny

Not used.

Methods Summary

keys()

Return an iterator over all the attributes added to a QuantizedConnection class.

Methods Documentation

keys() Generator[str, None, None]

Return an iterator over all the attributes added to a QuantizedConnection class.