OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
get_cal_misc_osmi.c File Reference
#include "get_cal_osmi.h"
#include "getcal_proto_osmi.h"
#include <hdf4utils.h>
#include <hdf.h>
#include <mfhdf.h>
Include dependency graph for get_cal_misc_osmi.c:

Go to the source code of this file.

Functions

int32_t get_index_osmi (int32_t fid, int16_t syear, int16_t sday, int16_t eday, int32_t msec, int16_t *cal_year, int16_t *cal_day, int32_t *cal_msec)
 
int32_t read_parm_data_osmi (int32_t fid, int32_t sdfid, int32_t index, float *eoffset, float *egain, float *temp, float *mirror, float *t_const, float *t_linear, float *t_quadratic, float *slope, float *dc, float *sm)
 

Function Documentation

◆ get_index_osmi()

int32_t get_index_osmi ( int32_t  fid,
int16_t  syear,
int16_t  sday,
int16_t  eday,
int32_t  msec,
int16_t *  cal_year,
int16_t *  cal_day,
int32_t *  cal_msec 
)

Definition at line 75 of file get_cal_misc_osmi.c.

◆ read_parm_data_osmi()

int32_t read_parm_data_osmi ( int32_t  fid,
int32_t  sdfid,
int32_t  index,
float *  eoffset,
float *  egain,
float *  temp,
float *  mirror,
float *  t_const,
float *  t_linear,
float *  t_quadratic,
float *  slope,
float *  dc,
float *  sm 
)

Definition at line 214 of file get_cal_misc_osmi.c.