ocssw
V2022
|
get_cal_gain.c File Reference
#include "viirs_sim_sdr.h"
Include dependency graph for get_cal_gain.c:
Go to the source code of this file.
Functions | |
int | get_cal_gain (char *file, unsigned char ham, int det, int *nf_bands, int *nf_gains, c0_sub, c1_sub, c2_sub, dark, lt_max_hg) |
int | setup_gain1 (int *nf_bands, int *nf_gains, int *nf_ham, int *nf_det, float *c0, float *c1, float *c2, float *dark, float *lt_max_hg) |
Function Documentation
◆ get_cal_gain()
int get_cal_gain | ( | char * | file, |
unsigned char | ham, | ||
int | det, | ||
int * | nf_bands, | ||
int * | nf_gains, | ||
c0_sub | , | ||
c1_sub | , | ||
c2_sub | , | ||
dark | , | ||
lt_max_hg | |||
) |
Definition at line 3 of file get_cal_gain.c.
◆ setup_gain1()
int setup_gain1 | ( | int * | nf_bands, |
int * | nf_gains, | ||
int * | nf_ham, | ||
int * | nf_det, | ||
float * | c0, | ||
float * | c1, | ||
float * | c2, | ||
float * | dark, | ||
float * | lt_max_hg | ||
) |
Definition at line 91 of file get_cal_gain.c.