aggregate_graph¶
- lsst.pipe.base.quantum_graph.aggregator.aggregate_graph(predicted_path: str, butler_path: str, config: AggregatorConfig) None¶
Run the graph aggregator tool.
- Parameters:
- predicted_path
str Path to the predicted quantum graph.
- butler_path
str Path or alias to the central butler repository.
- config
AggregatorConfig Configuration for the aggregator.
- predicted_path