#include <stdlib.h>
#include "hdf4utils.h"
#include <timeutils.h>
#include "cal_l1a.h"
#include "call1a_proto.h"
#include "genutils.h"
#include "getcal_proto.h"
#include <hdf.h>
#include <mfhdf.h>
Go to the source code of this file.
|
| float *** | alloc3d_float (int m, int n, int o) |
| |
| float **** | alloc4d_float (int l, int m, int n, int o) |
| |
| int32_t *** | alloc3d_long (int m, int n, int o) |
| |
| void | read_caltable (char *cal_path) |
| |
| float | apply_time_coef (short functype, float coef[NCOEF], double param) |
| |
| int | get_epoch_idx (int param, double jsec) |
| |
| void | calc_knees_two (int16 *tdi, float32 counts[8][4][5], float32 rads[8][4][5]) |
| |
| int32_t | l1b_rad (int syear, int sday, int32_t smsec, int32_t msec, char *dtype, int32_t nsta, int32_t ninc, int32_t npix, float *dark_mean, short *gain, short *tdi, short *scan_temp, float *inst_temp, int mside, short *l1a_data, float *l1b_data, cal_mod_struc *cal_mod) |
| |
◆ DARK
◆ GR
◆ K1
◆ K3
◆ K4
◆ MSIDE
◆ NBAND
◆ NCOEF
◆ NDET
◆ NGAIN
◆ NK
◆ NKNEE
◆ NTDI
◆ NTEMP
◆ alloc3d_float()
| float*** alloc3d_float |
( |
int |
m, |
|
|
int |
n, |
|
|
int |
o |
|
) |
| |
◆ alloc3d_long()
| int32_t*** alloc3d_long |
( |
int |
m, |
|
|
int |
n, |
|
|
int |
o |
|
) |
| |
◆ alloc4d_float()
| float**** alloc4d_float |
( |
int |
l, |
|
|
int |
m, |
|
|
int |
n, |
|
|
int |
o |
|
) |
| |
◆ apply_time_coef()
| float apply_time_coef |
( |
short |
functype, |
|
|
float |
coef[NCOEF], |
|
|
double |
param |
|
) |
| |
◆ calc_knees_two()
| void calc_knees_two |
( |
int16 * |
tdi, |
|
|
float32 |
counts[8][4][5], |
|
|
float32 |
rads[8][4][5] |
|
) |
| |
◆ get_epoch_idx()
| int get_epoch_idx |
( |
int |
param, |
|
|
double |
jsec |
|
) |
| |
◆ l1b_rad()
| int32_t l1b_rad |
( |
int |
syear, |
|
|
int |
sday, |
|
|
int32_t |
smsec, |
|
|
int32_t |
msec, |
|
|
char * |
dtype, |
|
|
int32_t |
nsta, |
|
|
int32_t |
ninc, |
|
|
int32_t |
npix, |
|
|
float * |
dark_mean, |
|
|
short * |
gain, |
|
|
short * |
tdi, |
|
|
short * |
scan_temp, |
|
|
float * |
inst_temp, |
|
|
int |
mside, |
|
|
short * |
l1a_data, |
|
|
float * |
l1b_data, |
|
|
cal_mod_struc * |
cal_mod |
|
) |
| |
◆ read_caltable()
| void read_caltable |
( |
char * |
cal_path | ) |
|