OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
l1agen_hawkeye.cpp File Reference
#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"
Include dependency graph for l1agen_hawkeye.cpp:

Go to the source code of this file.

Macros

#define VERSION   "1.0.4"
 

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.4"

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.nosp@m..gan.nosp@m.tz@gl.nosp@m.obal.nosp@m.star..nosp@m.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 96 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 1555 of file l1agen_hawkeye.cpp.