OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
l1_aci_hdf.h
Go to the documentation of this file.
1 #ifndef _L1_ACI_HDF_H
2 #define _L1_ACI_HDF_H
3 
4 /* noaa avhrr satellites */
5 #define NO06 6 /* the 2nd character is a capital oh, the 3rd is a zero */
6 #define NO07 7
7 #define NO08 8
8 #define NO09 9
9 #define NO10 10
10 #define NO11 11
11 #define NO12 12
12 #define NO14 14
13 #define NO15 15
14 #define NO16 16
15 #define NO17 17
16 #define NO18 18
17 #define NO19 19
18 
19 #include <stdint.h>
20 #include "l1.h"
21 
22 int closel1_aci_hdf(filehandle *l1file);
23 int openl1_aci_hdf(filehandle *l1file);
24 int readl1_aci_hdf(filehandle *l1file, int32_t recnum, l1str *l1rec);
25 const char* xsatid2name(int xsatid);
26 int satname2xsatid(const char* satname);
27 
28 float etinvert_(int32_t *ich, float *radi);
29 float etintegrate_(int32_t *ich, float *etemp);
30 void etloadresp_(int32_t *lin, char *cal);
31 int32_t avconsh_(int32_t *lunin, int32_t *npix, int32_t *jday);
32 int32_t avlooph_(float *satz, float *solz, float *delphi, float *rayly,
33  float *aersol, float *aglint);
34 
35 
36 
37 #endif
void etloadresp_(int32_t *lin, char *cal)
int32 l1file(int32 sdfid, int32 *nsamp, int32 *nscans, int16 *dtynum)
Definition: l1stat_chk.c:586
read l1rec
float etintegrate_(int32_t *ich, float *etemp)
int32_t jday(int16_t i, int16_t j, int16_t k)
Definition: jday.c:4
int satname2xsatid(const char *satname)
Definition: l1_aci_hdf.c:1206
read recnum
int32_t avlooph_(float *satz, float *solz, float *delphi, float *rayly, float *aersol, float *aglint)
int closel1_aci_hdf(filehandle *l1file)
Definition: l1_aci_hdf.c:1158
float etinvert_(int32_t *ich, float *radi)
int readl1_aci_hdf(filehandle *l1file, int32_t recnum, l1str *l1rec)
Definition: l1_aci_hdf.c:129
int openl1_aci_hdf(filehandle *l1file)
Definition: l1_aci_hdf.c:50
const char * xsatid2name(int xsatid)
Definition: l1_aci_hdf.c:1173
int npix
Definition: get_cmp.c:27
int32_t avconsh_(int32_t *lunin, int32_t *npix, int32_t *jday)