OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
call1a_proto_osmi.h File Reference
#include <stdint.h>
Include dependency graph for call1a_proto_osmi.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int32_t calibrate_l1a_osmi (char *cal_path, int16_t syear, int16_t sday, int32_t smsec, int16_t eday, int32_t msec, char *dtype, int32_t st_samp, int32_t nsamp, int32_t fpixel, int16_t gain[4], int16_t offset, int16_t scan_temp, int16_t *l1a_data, float *l1b_data, cal_mod_struc *cal_mod)
 
int jul2jday (int year, int yday)
 
int cal2jday (int year, int month, int mday)
 

Function Documentation

◆ cal2jday()

int cal2jday ( int  year,
int  month,
int  mday 
)

Definition at line 400 of file calib_calibrate_l1a.c.

◆ calibrate_l1a_osmi()

int32_t calibrate_l1a_osmi ( char *  cal_path,
int16_t  syear,
int16_t  sday,
int32_t  smsec,
int16_t  eday,
int32_t  msec,
char *  dtype,
int32_t  st_samp,
int32_t  nsamp,
int32_t  fpixel,
int16_t  gain[4],
int16_t  offset,
int16_t  scan_temp,
int16_t *  l1a_data,
float *  l1b_data,
cal_mod_struc *  cal_mod 
)

Definition at line 113 of file calibrate_l1a_osmi.c.

◆ jul2jday()

int jul2jday ( int  year,
int  yday 
)

Definition at line 363 of file calib_calibrate_l1a.c.