#include <stdint.h>
#include "l1.h"
Go to the source code of this file.
|
int | closel1_aci_hdf (filehandle *l1file) |
|
int | openl1_aci_hdf (filehandle *l1file) |
|
int | readl1_aci_hdf (filehandle *l1file, int32_t recnum, l1str *l1rec) |
|
const char * | xsatid2name (int xsatid) |
|
int | satname2xsatid (const char *satname) |
|
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) |
|
◆ NO06
#define NO06 6 /* the 2nd character is a capital oh, the 3rd is a zero */ |
◆ NO07
◆ NO08
◆ NO09
◆ NO10
◆ NO11
◆ NO12
◆ NO14
◆ NO15
◆ NO16
◆ NO17
◆ NO18
◆ NO19
◆ 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_hdf()
int closel1_aci_hdf |
( |
filehandle * |
l1file | ) |
|
◆ 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_hdf()
int openl1_aci_hdf |
( |
filehandle * |
l1file | ) |
|
◆ readl1_aci_hdf()
int readl1_aci_hdf |
( |
filehandle * |
l1file, |
|
|
int32_t |
recnum, |
|
|
l1str * |
l1rec |
|
) |
| |
◆ satname2xsatid()
int satname2xsatid |
( |
const char * |
satname | ) |
|
◆ xsatid2name()
const char* xsatid2name |
( |
int |
xsatid | ) |
|