| int max; |
Number of range points that map to this cell. |
| int cnt; |
Number of data points that map to this cell. |
| int ref; |
Grid cell reference number. |
| double mlat; |
Magnetic latitude of data point. |
| double mlon; |
Magnetic longitude of data point. |
| double azimuth; |
Magnetic azimuth of data point. |
| struct { |
| double median; |
Median value. |
| double median_n; |
Northward component median value. |
| double median_e; |
Eastward component median value. |
| double sd; |
Standard deviation. |
| } |
| vel; |
Velocity data. |
| struct { |
| double median; |
Median value. |
| double sd; |
Standard deviation. |
| } |
| vel; |
Power data. |
| struct { |
| double median; |
Median value. |
| double sd; |
Standard deviation. |
| } |
| vel; |
Spectral width data. |