lookup_quantum_data_id#

lsst.pipe.base.execution_reports.lookup_quantum_data_id(graph_uri: str | ParseResult | ResourcePath | Path, nodes: Iterable[UUID]) list[DataCoordinate | None]#

Look up a dataId from a quantum graph and a list of quantum graph nodeIDs.

Parameters#

graph_uriResourcePathExpression

URI of the quantum graph of the run.

nodesIterable [ uuid.UUID ]

Quantum graph nodeID.

Returns#

data_idslist [ lsst.daf.butler.DataCoordinate ]

A list of human-readable dataIDs which map to the nodeIDs on the quantum graph at graph_uri.