Elaboradar 0.1
|
compute hydrometeor classification Continua...
#include <classifier.h>
Membri pubblici | |
classifier (const std::string &file) | |
Constructor from odim file. | |
void | compute_derived_volumes () |
Initialize derived input data. | |
void | correct_for_snr () |
correct rhohv and zdr for noise (Schuur et al. 2003) | |
void | correct_for_attenuation () |
correct Z and Zdr for path attenuation | |
void | compute_lkdp () |
Initialize vol_lkdp 10log10 of the moving average slope of phidp along beam path. | |
void | HCA_Park_2009 (float Ht, float Hb) |
Compute Echo Classes Park et al. (2009) HCA algorithm. | |
void | melting_layer_classification (MeltingLayer &ML, float Ht, float Hb) |
Check consistency respect to Melting Layer height. | |
void | class_designation (unsigned win_rg=1, unsigned win_az=1) |
Designate class echo Find the maximum of aggregation values. | |
void | print_ppi_class (int elev=-1) |
print PPI of EchoClass | |
Attributi pubblici | |
Volume< EchoClass > | vol_hca |
std::vector< std::vector< std::vector< HCA_Park > > > | vol_Ai |
std::string | pathname |
Volume< double > | vol_z |
Volume< double > | vol_zdr |
Volume< double > | vol_rhohv |
Volume< double > | vol_phidp |
Volume< double > | vol_vrad |
Volume< double > | vol_snr |
Volume< double > | vol_z_1km |
Volume< double > | vol_zdr_2km |
Volume< double > | vol_rhohv_2km |
Volume< double > | vol_phidp_2km |
Volume< double > | vol_phidp_6km |
Volume< double > | vol_lkdp_2km |
Volume< double > | vol_lkdp_6km |
Volume< double > | vol_sdz |
Volume< double > | vol_sdphidp |
Volume< double > | vol_grad_z_phi |
Volume< double > | vol_grad_z_theta |
Volume< double > | vol_grad_zdr_phi |
Volume< double > | vol_grad_zdr_theta |
Volume< double > | vol_grad_phi_phi |
Volume< double > | vol_grad_phi_theta |
compute hydrometeor classification
This class compute volumes of hydrometeor classification using the HCA from Park et al. (2009). Input data are Z, Zdr, rhohv and phidp and are provided through odim volume data file.
Definizione alla linea 349 del file classifier.h.