API Reference#

This page documents the public API of pelagos_py. The library is organised into four main modules:

pipeline

The Pipeline class — entry point for building and running a processing pipeline from a YAML config.

pipeline_manager

The PipelineManager class — runs multiple pipelines in sequence and handles cross-calibration alignment between them.

steps

All built-in steps and the base classes used to define them.

utils

Shared utility functions for data alignment, QC handling, validation, and more.