Data Item - Video Header. More...
#include <cat_generic.h>
Data Fields | |
bool | valid |
unsigned int | start_azimuth_raw |
unsigned int | end_azimuth_raw |
Start azimuth, LSB = 360/2^16. More... | |
double | start_azimuth |
End azimuth, LSB = 360/2^16. More... | |
double | end_azimuth |
Start azimuth, LSB = degree. More... | |
unsigned int | start_range |
End azimuth, LSB = degree. More... | |
unsigned int | cell_duration_raw |
Starting range of the cells group, expressed in number of cells. 0 is the radar location without any bias. More... | |
double | cell_duration |
Video cell duration, could be nano-seconds (10^-9 sec) or femto-seconds (10^-15 sec). More... | |
Data Item - Video Header.
double ast_dataitem_video_header_t::cell_duration |
Video cell duration, could be nano-seconds (10^-9 sec) or femto-seconds (10^-15 sec).
unsigned int ast_dataitem_video_header_t::cell_duration_raw |
Starting range of the cells group, expressed in number of cells. 0 is the radar location without any bias.
double ast_dataitem_video_header_t::end_azimuth |
Start azimuth, LSB = degree.
unsigned int ast_dataitem_video_header_t::end_azimuth_raw |
Start azimuth, LSB = 360/2^16.
double ast_dataitem_video_header_t::start_azimuth |
End azimuth, LSB = 360/2^16.
unsigned int ast_dataitem_video_header_t::start_azimuth_raw |
unsigned int ast_dataitem_video_header_t::start_range |
End azimuth, LSB = degree.
bool ast_dataitem_video_header_t::valid |