pyart.util.ivic_pct_table#

pyart.util.ivic_pct_table(npulses)[source]#

Get the point clutter threshold (PCT) of Ivic from a look up table. The thresholds are computed for between 1 and 200 pulses. If there number of pulses is beyond this range it throws an error. The table is computed for a PFA = 1e-4. WARNING: This thresholds were computed by I. Ivic in Matlab. the values differ from those computed by get_ivic_pct, particularly for small values of npulses.

Parameters:

npulses (1D array) – array with the number of pulses in a ray

Returns:

pct_table (1D array) – The PCT corresponding to each number of pulses