pipeline — Pipeline#
This module wraps all the high-level simulation and analysis tasks of the
package, providing functions with the same name as those in the
tasks module, but driven entirely by keyword arguments.
These functions are meant to be used by the command-line interface, while
programmatic pipelines should always use the functions in the
tasks module, which come with a precise, documented signature.
Module documentation#
Pipeline facilities.
- hexsample.pipeline.calibspec(**kwargs) str[source]#
Create a probability density function from a reconstructed spectrum to use in the gain calibration.
- hexsample.pipeline.calibrate_position(**kwargs) str[source]#
Calibrate the position reconstruction algorithms.
- hexsample.pipeline.calibrate_dark(**kwargs) Tuple[str, str][source]#
Calibrate the dark of the chip.
- hexsample.pipeline.calibrate_equalization(**kwargs) str[source]#
Calibrate the equalization of the chip.