curryer.correction.results_io ============================= .. py:module:: curryer.correction.results_io .. autoapi-nested-parse:: NetCDF I/O helpers for the correction pipeline. This module owns all read/write operations on the NetCDF result file: - :func:`_build_netcdf_structure` -- initialise the in-memory data dict. - :func:`_save_netcdf_results` -- write the final NetCDF output file. - :func:`_save_netcdf_checkpoint` -- write a partial checkpoint after each GCP pair. - :func:`_load_checkpoint` -- reload a checkpoint to resume an interrupted run. - :func:`_cleanup_checkpoint` -- delete the checkpoint file after a successful run. Attributes ---------- .. autoapisummary:: curryer.correction.results_io.logger Module Contents --------------- .. py:data:: logger