Describe the bug:
Possible typo in adcp_example section 7.4:
# Check that percent difference from -5/3 is not greater than 20%
mask = abs((slope[0].values - (-5 / 3)) / (-5.3)) <= 0.20
Additional context:
@jmcvey3, is the -5.3 in the above equation correct? The -5/3 slope is used elsewhere and I want to confirm this (-5.3) is correct here.
Describe the bug:
Possible typo in adcp_example section 7.4:
Additional context:
@jmcvey3, is the -5.3 in the above equation correct? The -5/3 slope is used elsewhere and I want to confirm this (-5.3) is correct here.