OB.DAAC Logo
NASA Logo
Ocean Color Science Software

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

Go to the source code of this file.

Macros

#define MAX_ANGLE   (PGS_PI/2.0)
 

Functions

int GEO_get_bounding_coords (double terrain_sample_position[MAX_DETECTORS][MAX_SCAN_SAMPLE][3], unsigned char pixel_flags[MAX_DETECTORS][MAX_SCAN_SAMPLE], int const num_detectors, int const num_frames, GEO_bcoord_struct *const bounding_coords)
 

Macro Definition Documentation

◆ MAX_ANGLE

#define MAX_ANGLE   (PGS_PI/2.0)

Definition at line 6 of file GEO_get_bounding_coords.c.

Function Documentation

◆ GEO_get_bounding_coords()

int GEO_get_bounding_coords ( double  terrain_sample_position[MAX_DETECTORS][MAX_SCAN_SAMPLE][3],
unsigned char  pixel_flags[MAX_DETECTORS][MAX_SCAN_SAMPLE],
int const  num_detectors,
int const  num_frames,
GEO_bcoord_struct *const  bounding_coords 
)

Definition at line 8 of file GEO_get_bounding_coords.c.