Elaboradar
0.1
|
◆ HCA_Park_2009()
Compute Echo Classes Park et al. (2009) HCA algorithm. Definizione alla linea 545 del file classifier.cpp. 578 HCA_Park hca(Z,Zdr,rhohv,lkdp,sdz,sdphidp,vrad,phidp,snr,gradphitheta,gradphiphi,gradZtheta,gradZphi,gradZdrtheta,gradZdrphi);
MeltingLayer Melting Layer Detection Algorithm MLDA Giangrande et al. 2008. Definition: classifier.h:317 void class_designation(unsigned win_rg=1, unsigned win_az=1) Designate class echo Find the maximum of aggregation values. Definition: classifier.cpp:446 Volume< double > vol_lkdp_6km Definition: classifier.h:416 Volume< double > vol_grad_z_phi Definition: classifier.h:428 Volume< double > vol_grad_z_theta Definition: classifier.h:432 std::vector< std::vector< std::vector< HCA_Park > > > vol_Ai Definition: classifier.h:360 Volume< double > vol_grad_zdr_phi Definition: classifier.h:436 Volume< double > vol_lkdp_2km Definition: classifier.h:412 Volume< double > vol_grad_phi_phi Definition: classifier.h:444 Volume< double > vol_rhohv_2km Definition: classifier.h:400 Volume< double > vol_grad_zdr_theta Definition: classifier.h:440 Volume< double > vol_grad_phi_theta Definition: classifier.h:448 void melting_layer_classification(MeltingLayer &ML, float Ht, float Hb) Check consistency respect to Melting Layer height. Definition: classifier.cpp:363 Referenzia class_designation(), melting_layer_classification(), radarelab::volume::Scans< T >::scan(), vol_Ai, vol_grad_phi_phi, vol_grad_phi_theta, vol_grad_z_phi, vol_grad_z_theta, vol_grad_zdr_phi, vol_grad_zdr_theta, vol_lkdp_2km, vol_lkdp_6km, vol_phidp, vol_rhohv, vol_rhohv_2km, vol_sdphidp, vol_sdz, vol_snr, vol_vrad, vol_z, vol_z_1km, vol_zdr, e vol_zdr_2km. |