OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
get_cal.c File Reference
#include "get_cal.h"
#include "getcal_proto.h"
#include <mfhdf.h>
Include dependency graph for get_cal.c:

Go to the source code of this file.

Functions

int32_t get_cal (char *cal_path, int16_t syear, int16_t sday, int16_t eday, int32_t msec, int32_t npix, int32_t nsta, int32_t ninc, char *dtype, int16_t *tdi, int16_t *cal_year, int16_t *cal_day, int16_t *ref_year, int16_t *ref_day, int16_t *ref_min, float fp_temps[256][BANDS], float scan_mod[2][1285], double *t_const, double *t_linear_1, double *t_exponential_1, double *t_linear_2, double *t_exponential_2, double *cal_offs, double *inst_tcorr, double *inst_tref, double *fp_tcorr, double *fp_tref, double *ms1_const, double *ms1_linear_1, double *ms1_exponential_1, double *ms1_linear_2, double *ms1_exponential_2, double *ms2_const, double *ms2_linear_1, double *ms2_exponential_1, double *ms2_linear_2, double *ms2_exponential_2, float counts[BANDS][4][5], float rads[BANDS][4][5])
 

Function Documentation

◆ get_cal()

int32_t get_cal ( char *  cal_path,
int16_t  syear,
int16_t  sday,
int16_t  eday,
int32_t  msec,
int32_t  npix,
int32_t  nsta,
int32_t  ninc,
char *  dtype,
int16_t *  tdi,
int16_t *  cal_year,
int16_t *  cal_day,
int16_t *  ref_year,
int16_t *  ref_day,
int16_t *  ref_min,
float  fp_temps[256][BANDS],
float  scan_mod[2][1285],
double *  t_const,
double *  t_linear_1,
double *  t_exponential_1,
double *  t_linear_2,
double *  t_exponential_2,
double *  cal_offs,
double *  inst_tcorr,
double *  inst_tref,
double *  fp_tcorr,
double *  fp_tref,
double *  ms1_const,
double *  ms1_linear_1,
double *  ms1_exponential_1,
double *  ms1_linear_2,
double *  ms1_exponential_2,
double *  ms2_const,
double *  ms2_linear_1,
double *  ms2_exponential_1,
double *  ms2_linear_2,
double *  ms2_exponential_2,
float  counts[BANDS][4][5],
float  rads[BANDS][4][5] 
)

Definition at line 123 of file get_cal.c.