webbpsf_ext.robust.biweightMean

webbpsf_ext.robust.biweightMean(inputData, axis=None, dtype=None, iterMax=25)[source]

Biweight Mean

Calculate the mean of a data set using bisquare weighting.

Based on the biweight_mean routine from the AstroIDL User’s Library.

Changed in version 1.0.3: Added the ‘axis’ and ‘dtype’ keywords to make this function more compatible with np.mean()