18 using namespace radarelab;
21 int main(
int argc,
char* argv[])
28 float Ht=atof(argv[2]);
29 float Hb=atof(argv[3]);
36 cout<<
"riempito classificatore"<<endl;
37 classificatore.compute_derived_volumes();
38 cout<<
"calcolati i volumi derivati"<<endl;
39 classificatore.HCA_Park_2009 (Ht, Hb );
42 volume::ODIMStorer storer;
43 storer.store_quantity_int((
Volume<int>*)(&classificatore.vol_hca));
44 storer.store(argv[1]);
140 cout<<endl<<
"Fine"<<endl;
Codice per il caricamento di volumi ODIM in radarelab.
Definisce le principali strutture che contengono i dati.
Classes to compute hydrometeor classification.
Homogeneous volume with a common beam count for all PolarScans.
compute hydrometeor classification