1 #ifndef EAARLIO_UNITS_H 2 #define EAARLIO_UNITS_H 24 #define EAARLIO_UNITS_SCAN_ANGLE_COUNTS_DEGREES 0.045 33 #define EAARLIO_UNITS_TIME_FRACTION_SECONDS 1.6e-6 79 uint16_t pulse_number);
double eaarlio_units_raster_time(struct eaarlio_raster *raster)
Returns the timestamp for an EAARL raster.
Constants, structures, and utility functions for EAARL raster data.
double eaarlio_units_edb_time(struct eaarlio_edb_record *record)
Returns the timestamp for an EDB record.
EAARL raster record.
Definition: raster.h:23
EDB record.
Definition: edb.h:37
double eaarlio_units_pulse_scan_angle(struct eaarlio_pulse *pulse)
Returns the scan angle in degrees for a pulse.
EAARL pulse record.
Definition: pulse.h:23
double eaarlio_units_pulse_time(struct eaarlio_raster *raster, uint16_t pulse_number)
Returns the timestamp for a pulse in an EAARL raster.
Constants and structures for the EDB file format.