When DIDV data needs to be autoresampled such that an arbitrary number of signal generator periods can fit into a integer number of samples, the IV/dIdV analysis pipeline will fail, as the option to autoresample doesn't exist for the pipeline.
This PR adds the option to autoresample didv data via autoresample_didv, and it also ensures that the new digitization rate after the auto resampling is saved.
When DIDV data needs to be autoresampled such that an arbitrary number of signal generator periods can fit into a integer number of samples, the IV/dIdV analysis pipeline will fail, as the option to autoresample doesn't exist for the pipeline.
This PR adds the option to autoresample didv data via
autoresample_didv
, and it also ensures that the new digitization rate after the auto resampling is saved.