|
RAVE
|
Functionality for identifying and removing residual non-precipitation echoes in Cartesian radar products, using the standard SAF-NWC cloud-top product from EUMETCAST in HDF5. More...
#include "ctfilter.h"Functions | |
| int | ctFilter (Cartesian_t *product, Cartesian_t *ct) |
| Filters product with cloud-top information. | |
Functionality for identifying and removing residual non-precipitation echoes in Cartesian radar products, using the standard SAF-NWC cloud-top product from EUMETCAST in HDF5.
| int ctFilter | ( | Cartesian_t * | product, |
| Cartesian_t * | ct ) |
Filters product with cloud-top information.
A quality field is created and added to the input product, containing removed echoes. Pixel values are from the CT product header. Probabilities of rain from: Dybbroe et al. 2005: NWCSAF AVHRR Cloud Detection and Analysis Using Dynamic Thresholds and Radiative Transfer Modelling. Part II. Tuning and Validation. J. Appl. Meteor. 44. p. 55-71. Table 11, page 69. Yes, we know the article addresses AVHRR and we are addressing MSG ...
| [in] | product | - input Cartesian image product |
| [in] | ct | - input Cartesian cloud-type product |