OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
calib_get_cal.c File Reference
#include "calib_get_cal.h"
#include "calib_getcal_proto.h"
Include dependency graph for calib_get_cal.c:

Go to the source code of this file.

Functions

int32 get_cal (char *cal_path, int16 syear, int16 sday, int16 eday, int32 msec, char *dtype, int16 *tdi, int16 *cal_year, int16 *cal_day, int16 *ref_year, int16 *ref_day, int16 *ref_min, float32 temps[256][BANDS], float32 scan_mod[2][1285], float32 mirror[2][BANDS], float64 *t_const, float64 *t_linear, float64 *t_quadratic, float32 *cal_offs, float32 counts[BANDS][4][5], float32 rads[BANDS][4][5])
 

Function Documentation

◆ get_cal()

int32 get_cal ( char *  cal_path,
int16  syear,
int16  sday,
int16  eday,
int32  msec,
char *  dtype,
int16 *  tdi,
int16 *  cal_year,
int16 *  cal_day,
int16 *  ref_year,
int16 *  ref_day,
int16 *  ref_min,
float32  temps[256][BANDS],
float32  scan_mod[2][1285],
float32  mirror[2][BANDS],
float64 *  t_const,
float64 *  t_linear,
float64 *  t_quadratic,
float32 *  cal_offs,
float32  counts[BANDS][4][5],
float32  rads[BANDS][4][5] 
)

Definition at line 98 of file calib_get_cal.c.