OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
GEO_write_scan_data.c File Reference
#include "PGS_MODIS_35251.h"
#include "GEO_global_arrays.h"
#include "GEO_product.h"
#include "GEO_output.h"
#include "GEO_geo.h"
Include dependency graph for GEO_write_scan_data.c:

Go to the source code of this file.

Functions

PGSt_SMF_status GEO_write_scan_data (MODFILE *const geo_file, int const scan_number, swath_elem_struct const *swath_elem, GEO_param_struct const *GEO_param, double terrain_frame_position[][MAX_FRAMES][3], double frame_to_sensor[][MAX_FRAMES][3], double frame_solar_angles[][MAX_FRAMES][2], uint8 frame_flags[][MAX_FRAMES], uint8 frame_landsea[][MAX_FRAMES], uint8 frame_waterpresent[][MAX_FRAMES], int8 hires_offsets[][DETECTORS_QKM][SAMPLES_QKM])
 

Function Documentation

◆ GEO_write_scan_data()

PGSt_SMF_status GEO_write_scan_data ( MODFILE *const  geo_file,
int const  scan_number,
swath_elem_struct const swath_elem,
GEO_param_struct const GEO_param,
double  terrain_frame_position[][MAX_FRAMES][3],
double  frame_to_sensor[][MAX_FRAMES][3],
double  frame_solar_angles[][MAX_FRAMES][2],
uint8  frame_flags[][MAX_FRAMES],
uint8  frame_landsea[][MAX_FRAMES],
uint8  frame_waterpresent[][MAX_FRAMES],
int8  hires_offsets[][DETECTORS_QKM][SAMPLES_QKM] 
)

Definition at line 7 of file GEO_write_scan_data.c.