Elaboradar  0.1

◆ EchoClass

List classes of radar echoes Classes defined in Park et al. (2009) Overload << operator to print class names.

TODO: This declarations deserve their own file?

Definizione alla linea 34 del file classifier.h.

34  {
35  GC_AP, // ground clutter or anomalous propagation
36  BS, // biological scatterers
37  DS, // dry aggregated snow
38  WS, // wet snow
39  CR, // crystals of various orientation
40  GR, // graupel
41  BD, // big drops
42  RA, // light and moderate rain
43  HR, // heavy rain
44  RH, // mixture of rain and hail
45  NC // not classified
46 };