PrerequisiteInfo

class lsst.pipe.base.prerequisite_helpers.PrerequisiteInfo(task_node: TaskNode, pipeline_graph: PipelineGraph)

Bases: object

A QuantumGraph-generation helper class that manages the searches for all prerequisite input connections for a task.

Parameters:
task_nodeTaskNode

The relevant node.

pipeline_graphPipelineGraph

The pipeline graph.

Methods Summary

update_bounds()

Inspect the current state of finders and update bounds to reflect the needs of only the finders that remain.

Methods Documentation

update_bounds() None

Inspect the current state of finders and update bounds to reflect the needs of only the finders that remain.