Postprocessing

Post Processing for OpenPIVGui.

class openpivgui.PostProcessing.PostProcessing(params)

Post Processing routines for vector data.

Parameters:params (openpivgui.OpenPivParams) – Parameter object.
average()

Average all results.

global_std()

Filters vectors by a multiple of the standard deviation.

See also

openpiv.validation.global_std()

global_val()

Filter vectors based on a global min-max threshold.

See:
openpiv.validation.global_val()
local_median()

Filter vectors based on a local median threshold.

See also

openpiv.validation.local_median_val()

repl_outliers()

Replace outliers.

sig2noise()

Filter vectors based on the signal to noise threshold.

See:
openpiv.validation.sig2noise_val()
smoothn_r()

Smoothn postprocessing results.