curryer.correction.results_io

NetCDF I/O helpers for the correction pipeline.

This module owns all read/write operations on the NetCDF result file:

  • _build_netcdf_structure() – initialise the in-memory data dict.

  • _save_netcdf_results() – write the final NetCDF output file.

  • _save_netcdf_checkpoint() – write a partial checkpoint after each GCP pair.

  • _load_checkpoint() – reload a checkpoint to resume an interrupted run.

  • _cleanup_checkpoint() – delete the checkpoint file after a successful run.

Attributes

Module Contents

curryer.correction.results_io.logger