pyrfu.mms.correct_edp_probe_timing module#

pyrfu.mms.correct_edp_probe_timing.correct_edp_probe_timing(sc_pot)[source]#

Corrects for the channel delays not accounted for in the MMS EDP processing. As described in the MMS EDP data products guide.

Parameters:

sc_pot (xarray.DataArray) – Time series created from L2 sc_pot files, from the variable “mms#_edp_dcv_brst_l2” containing individual probe potentials.

Returns:

v_corrected – Time series where the channel delay for each probe have been accounted and corrected for.

Return type:

xarray.DataArray

Notes

This function is only useful for Burst mode data. For the other telemetry modes (i.e. slow and fast) the channel delays are completely negligible and the interpolation and resampling applied here will have no effect other than possibly introduce numerical noise.