pyPDAF.PDAF3.prepost_offline

pyPDAF.PDAF3.prepost_offline(prepoststep, outflag) int

Run PDAF3 offline pre/post processing.

This helper is the offline variant of prepost(). It only requires the pre/post callback because the state collection, distribution, and next-observation callbacks are not needed in the offline workflow.

Parameters:
  • py__prepoststep_pdaf (Callable) – Callback executed before or after PDAF processing. See pyPDAF.pdaf_c_cb_interface.c__prepoststep_pdaf().

  • outflag (int) – PDAF status flag supplied to the routine.

Returns:

outflag – Updated PDAF status flag.

Return type:

int