PrerequisiteInfo¶
- class lsst.pipe.base.prerequisite_helpers.PrerequisiteInfo(task_node: TaskNode, pipeline_graph: PipelineGraph)¶
Bases:
objectA QuantumGraph-generation helper class that manages the searches for all prerequisite input connections for a task.
- Parameters:
- task_node
TaskNode The relevant node.
- pipeline_graph
PipelineGraph The pipeline graph.
- task_node
Methods Summary
Inspect the current state of
findersand updateboundsto reflect the needs of only the finders that remain.Methods Documentation