PredictedDatasetInfo#
- class lsst.pipe.base.quantum_graph.PredictedDatasetInfo#
Bases:
DatasetInfoA typed dictionary that annotates the attributes of the NetworkX graph node data for a dataset.
Since NetworkX types are not generic over their node mapping type, this has to be used explicitly, e.g.:
node_data: PredictedDatasetInfo = xgraph.nodes[dataset_ids]
where
xgraphis from thePredictedQuantumGraph.bipartite_xgraphproperty.