pyart.correct.cloud_threshold#
- pyart.correct.cloud_threshold(data, n_avg=1.0, nffts=None)[source]#
Calculates the noise floor from a cloud threshold.
- Parameters:
data (array) – Numpy array
n_avg (float) – Number of points to average over
nffts (int) – Number of heights to iterate over. If None will use the size of data.
- Returns:
result (numpy scalar float) – Returns the noise floor value for each time sample.
References
Kollias, P., I. Jo, P. Borque, A. Tatarevic, K. Lamer, N. Bharadwaj, K. Widener, K. Johnson, and E.E. Clothiaux, 2014: Scanning ARM Cloud Radars. Part II: Data Quality Control and Processing. J. Atmos. Oceanic Technol., 31, 583–598, https://doi.org/10.1175/JTECH-D-13-00045.1