ocssw
V2022
|
#include "viirs_sim_sdr.h"
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
Include dependency graph for viirs_oxt.c:
Go to the source code of this file.
Macros | |
#define | N_INT_RNG 16 /* # of inter-band ranges */ |
Functions | |
int | viirs_oxt (ctl_struc *ctl, in_rec_struc *in_rec) |
int | viirs_oxt_ib_read (char *ib_file, float *cw_wav, float *av_rad) |
int | viirs_oxt_comp (ctl_struc *ctl, in_rec_struc *in_rec) |
Macro Definition Documentation
◆ N_INT_RNG
Definition at line 6 of file viirs_oxt.c.
Function Documentation
◆ viirs_oxt()
int viirs_oxt | ( | ctl_struc * | ctl, |
in_rec_struc * | in_rec | ||
) |
Definition at line 9 of file viirs_oxt.c.
◆ viirs_oxt_comp()
int viirs_oxt_comp | ( | ctl_struc * | ctl, |
in_rec_struc * | in_rec | ||
) |
Definition at line 281 of file viirs_oxt.c.
◆ viirs_oxt_ib_read()
int viirs_oxt_ib_read | ( | char * | ib_file, |
float * | cw_wav, | ||
float * | av_rad | ||
) |
Definition at line 166 of file viirs_oxt.c.