#include <M3.h>
Data Fields | |
| int32_t | pixel |
| double | value |
This structure is an element of a pixelized map which represents one of the estimated signals.
binMap.c, and maxMinMap.c.
Definition at line 279 of file M3.h.
| int32_t M3_MapEl::pixel |
The pixel index of the map element.
Definition at line 282 of file M3.h.
Referenced by M3_TODcacheStruct_Initialize().
| double M3_MapEl::value |
The map value associated with the pixel index.
1.5.3-20071008