|
RAVE
|
Represents the acrr generator. More...
Public Attributes | |
| RAVE_OBJECT_HEAD int | initialized |
| Always on top. | |
| double | nodata |
| the nodata value that will be used in the accumulation | |
| double | undetect |
| the undetect value that will be used in the accumulation | |
| char * | quantity |
| Quantity we are working on. | |
| char * | howtaskfieldname |
| the name of the how task field to be used in the parameters, default se.smhi.composite.distance.radar | |
| RaveField_t * | nd |
| nodata hits | |
| RaveField_t * | dd |
| Distances. | |
| RaveField_t * | cd |
| Distance counts. | |
| RaveField_t * | sd |
| Accumulations. | |
| int | nracc |
| number of accumulations | |
| double | zr_a |
| the zr a coefficent | |
| double | zr_b |
| the zr b coefficient | |
Represents the acrr generator.
| RaveField_t* _RaveAcrr_t::cd |
Distance counts.
| RaveField_t* _RaveAcrr_t::dd |
Distances.
| char* _RaveAcrr_t::howtaskfieldname |
the name of the how task field to be used in the parameters, default se.smhi.composite.distance.radar
| RAVE_OBJECT_HEAD int _RaveAcrr_t::initialized |
Always on top.
if the acrr generator has been initialized (first call to sum has been made)
| RaveField_t* _RaveAcrr_t::nd |
nodata hits
| double _RaveAcrr_t::nodata |
the nodata value that will be used in the accumulation
| int _RaveAcrr_t::nracc |
number of accumulations
| char* _RaveAcrr_t::quantity |
Quantity we are working on.
| RaveField_t* _RaveAcrr_t::sd |
Accumulations.
| double _RaveAcrr_t::undetect |
the undetect value that will be used in the accumulation
| double _RaveAcrr_t::zr_a |
the zr a coefficent
| double _RaveAcrr_t::zr_b |
the zr b coefficient