OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
GEO_inst.h File Reference
#include "GEO_parameters.h"
Include dependency graph for GEO_inst.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

double GEO_get_sample_time (focal_plane_geometry_struct const *geometry_params, const int sample_number)
 
int GEO_interp_mirr_enc (int const scan_number, int const sample_number, double *const sample_enc)
 
int GEO_interp_mirr_ang (double const sample_enc, double *const sample_mirr_ang)
 
int GEO_get_inst_mirr_normal (int const scan_number, int const sample_number, double n_inst_normal[3])
 
int GEO_get_view_vec (int const scan_number, int const sample_number, int const num_detectors, double u_inst[][3])
 

Function Documentation

◆ GEO_get_inst_mirr_normal()

int GEO_get_inst_mirr_normal ( int const  scan_number,
int const  sample_number,
double  n_inst_normal[3] 
)

Definition at line 9 of file GEO_get_inst_mirr_normal.c.

◆ GEO_get_sample_time()

double GEO_get_sample_time ( focal_plane_geometry_struct const geometry_params,
const int  sample_number 
)

Definition at line 10 of file GEO_get_sample_time.c.

◆ GEO_get_view_vec()

int GEO_get_view_vec ( int const  scan_number,
int const  sample_number,
int const  num_detectors,
double  u_inst[][3] 
)

◆ GEO_interp_mirr_ang()

int GEO_interp_mirr_ang ( double const  sample_enc,
double *const  sample_mirr_ang 
)

Definition at line 9 of file GEO_interp_mirr_ang.c.

◆ GEO_interp_mirr_enc()

int GEO_interp_mirr_enc ( int const  scan_number,
int const  sample_number,
double *const  sample_enc 
)

Definition at line 9 of file GEO_interp_mirr_enc.c.