pyorc.Velocimetry.mask.corr#

Velocimetry.mask.corr(tolerance=0.1)#

Mass values with too low correlation.

tolerancefloat (0-1)

tolerance for correlation value (default: 0.1). If correlation is lower than tolerance, it is masked

Returns:

mask – mask applicable to input dataset with ds.velocimetry.filter(mask). If inplace=True, the dataset will be returned masked with mask.

Return type:

xr.DataArray