toolbox.pipeline¶
Pipeline Class
Classes¶
A class enabling the execution of multiple pipelines in sequence. |
Module Contents¶
- class toolbox.pipeline.Pipeline(config_path=None)[source]¶
- class toolbox.pipeline.PipelineManager[source]¶
A class enabling the execution of multiple pipelines in sequence.
- load_mission_control(config_path)[source]¶
Load pipeline and alignment configuration from a mission control YAML file.
- summarise_all_profiles() pandas.DataFrame [source]¶
For all pipelines, summarise profiles and plot glider-to-glider distance time series. This includes:
Computing median TIME, LATITUDE, LONGITUDE per profile
Matching each profile to its closest in time from another source
Plotting a distance grid comparing all gliders
- Returns:
Concatenated summary of all glider profiles, with closest match info appended.
- Return type:
pd.DataFrame