pyorc.Velocimetry.mask.corr#
- Velocimetry.mask.corr(tolerance=0.1)#
Masks values with too low correlation
- Parameters:
tolerance (float (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)
. Ifinplace=True
, the dataset will be returned masked withmask
.- Return type:
xr.DataArray