pipeline.infrastructure.launcher

The launcher module contains classes to initialize the pipeline, potentially from a saved context state.

Classes

Context([output_dir, name])

Context holds all pipeline state, consisting of metadata describing the data set, objects describing the pipeline calibration state, the tree of Results objects summarising the results of each pipeline task, and a small number of internal pipeline variables and objects.

Pipeline([context, output_dir, loglevel, …])

Pipeline is the entry point for initialising the pipeline.