OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
scan_cvt.c File Reference
#include "viirs_sim_sdr.h"
#include <math.h>
#include <stdlib.h>
Include dependency graph for scan_cvt.c:

Go to the source code of this file.

Functions

int scan_cvt (in_rec_struc *in_rec, out_rec_struc *out_rec)
 
int ang_avg (float theta1, float phi1, float theta2, float phi2, float *theta, float *phi)
 

Function Documentation

◆ ang_avg()

int ang_avg ( float  theta1,
float  phi1,
float  theta2,
float  phi2,
float *  theta,
float *  phi 
)

Definition at line 419 of file scan_cvt.c.

◆ scan_cvt()

int scan_cvt ( in_rec_struc *  in_rec,
out_rec_struc *  out_rec 
)

Definition at line 5 of file scan_cvt.c.