#include "l1_aci.h"
#include <math.h>
#include "l1.h"
#include "rawcal.h"
#include "runcal.h"
#include <hdf4utils.h>
#include <hdf.h>
#include <mfhdf.h>
Go to the source code of this file.
|
| float | etinvert_ (int32_t *ich, float *radi) |
| |
| float | etintegrate_ (int32_t *ich, float *etemp) |
| |
| void | etloadresp_ (int32_t *lin, char *cal) |
| |
| int32_t | avconsh_ (int32_t *lunin, int32_t *npix, int32_t *jday) |
| |
| int32_t | avlooph_ (float *satz, float *solz, float *delphi, float *rayly, float *aersol, float *aglint) |
| |
| int | openl1_aci (filehandle *file) |
| |
| int | readl1_aci (filehandle *file, int32_t scan, l1str *l1rec) |
| |
| int | closel1_aci (filehandle *file) |
| |
| const char * | xsatid2name (int xsatid) |
| |
| int | satname2xsatid (const char *satname) |
| |
◆ NAVBANDS
◆ NRADTAB
| #define NRADTAB 100 /* Radiance to temperature table size */ |
◆ NTIRBANDS
◆ NVIRBANDS
◆ SDNAME
| #define SDNAME "Channel_" |
◆ TEMP_REF
| #define TEMP_REF 273.15 /* convert Bt's from Deg K to Deg C */ |
◆ avconsh_()
| int32_t avconsh_ |
( |
int32_t * |
lunin, |
|
|
int32_t * |
npix, |
|
|
int32_t * |
jday |
|
) |
| |
◆ avlooph_()
| int32_t avlooph_ |
( |
float * |
satz, |
|
|
float * |
solz, |
|
|
float * |
delphi, |
|
|
float * |
rayly, |
|
|
float * |
aersol, |
|
|
float * |
aglint |
|
) |
| |
◆ closel1_aci()
| int closel1_aci |
( |
filehandle * |
file | ) |
|
◆ etintegrate_()
| float etintegrate_ |
( |
int32_t * |
ich, |
|
|
float * |
etemp |
|
) |
| |
◆ etinvert_()
| float etinvert_ |
( |
int32_t * |
ich, |
|
|
float * |
radi |
|
) |
| |
◆ etloadresp_()
| void etloadresp_ |
( |
int32_t * |
lin, |
|
|
char * |
cal |
|
) |
| |
◆ openl1_aci()
| int openl1_aci |
( |
filehandle * |
file | ) |
|
◆ readl1_aci()
| int readl1_aci |
( |
filehandle * |
file, |
|
|
int32_t |
scan, |
|
|
l1str * |
l1rec |
|
) |
| |
◆ satname2xsatid()
| int satname2xsatid |
( |
const char * |
satname | ) |
|
◆ xsatid2name()
| const char* xsatid2name |
( |
int |
xsatid | ) |
|