|
ocssw
V2022
|
#include <iostream>#include <fstream>#include <sstream>#include <iomanip>#include <vector>#include "hawkeyeUtil.h"#include "HawkeyeDecode.h"#include "nc4utils.h"#include "timeutils.h"#include "l1agen_hawkeye.h"#include "netcdf.h"Go to the source code of this file.
Macros | |
| #define | VERSION "1.0.5" |
Functions | |
| int | main (int argc, char *argv[]) |
| int | unpack_seahawk_adcs (uint8_t *apkt, double startHWKTime, double stopHWKTime, sensor_t *sensor, psensor_t *psensor, attitude_t *attitude, propagator_t *propagator) |
Macro Definition Documentation
◆ VERSION
| #define VERSION "1.0.5" |
Definition at line 15 of file l1agen_hawkeye.cpp.
Function Documentation
◆ main()
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
An implementation of a Lon/Lat to UTM zone code written by Chuck Gantz chuck.gantz@globalstar.com ...in 1998...found on http://www.gpsy.com/gpsinfo/geotoutm/, a site published by Karen Nakamura, last updated 22 June 2000.
Minor modifications to the code were made to eliminate deprecation warnings
Definition at line 97 of file l1agen_hawkeye.cpp.
◆ unpack_seahawk_adcs()
| int unpack_seahawk_adcs | ( | uint8_t * | apkt, |
| double | startHWKTime, | ||
| double | stopHWKTime, | ||
| sensor_t * | sensor, | ||
| psensor_t * | psensor, | ||
| attitude_t * | attitude, | ||
| propagator_t * | propagator | ||
| ) |
Definition at line 1559 of file l1agen_hawkeye.cpp.


