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_uri
ResourcePathExpression URI of the quantum graph of the run.
- nodes
Iterable[uuid.UUID] Quantum graph nodeID.
Returns#
- data_ids
list[lsst.daf.butler.DataCoordinate] A list of human-readable dataIDs which map to the nodeIDs on the quantum graph at graph_uri.
- graph_uri