compute_NASC

echopype.commongrid.compute_NASCds_Sv] 'left'**flox_kwargsDataset

Compute Nautical Areal Scattering Coefficient (NASC) from an Sv dataset.

ParametersReturns
Notes

The NASC computation implemented here generally corresponds to the Echoview algorithm PRC_NASC https://support.echoview.com/WebHelp/Reference/Algorithms/Analysis_Variables/PRC_ABC_and_PRC_NASC.htm#PRC_NASC # noqa The difference is that since in echopype masking of the Sv dataset is done explicitly using functions in the mask subpackage, the computation only involves computing the mean Sv and the mean height within each cell, where some Sv “pixels” may have been masked as NaN.

In addition, in echopype the binning of pings into individual cells is based on the actual horizontal distance computed from the latitude and longitude coordinates of each ping in the Sv dataset. Therefore, both regular and irregular horizontal distance in the Sv dataset are allowed. This is different from Echoview’s assumption of constant ping rate, vessel speed, and sample thickness when computing mean Sv (see https://support.echoview.com/WebHelp/Reference/Algorithms/Analysis_Variables/Sv_mean.htm#Conversions). # noqa