OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
l1_aci_hdf.h File Reference
#include <stdint.h>
#include "l1.h"
Include dependency graph for l1_aci_hdf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define NO06   6 /* the 2nd character is a capital oh, the 3rd is a zero */
 
#define NO07   7
 
#define NO08   8
 
#define NO09   9
 
#define NO10   10
 
#define NO11   11
 
#define NO12   12
 
#define NO14   14
 
#define NO15   15
 
#define NO16   16
 
#define NO17   17
 
#define NO18   18
 
#define NO19   19
 

Functions

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)
 

Macro Definition Documentation

◆ NO06

#define NO06   6 /* the 2nd character is a capital oh, the 3rd is a zero */

Definition at line 5 of file l1_aci_hdf.h.

◆ NO07

#define NO07   7

Definition at line 6 of file l1_aci_hdf.h.

◆ NO08

#define NO08   8

Definition at line 7 of file l1_aci_hdf.h.

◆ NO09

#define NO09   9

Definition at line 8 of file l1_aci_hdf.h.

◆ NO10

#define NO10   10

Definition at line 9 of file l1_aci_hdf.h.

◆ NO11

#define NO11   11

Definition at line 10 of file l1_aci_hdf.h.

◆ NO12

#define NO12   12

Definition at line 11 of file l1_aci_hdf.h.

◆ NO14

#define NO14   14

Definition at line 12 of file l1_aci_hdf.h.

◆ NO15

#define NO15   15

Definition at line 13 of file l1_aci_hdf.h.

◆ NO16

#define NO16   16

Definition at line 14 of file l1_aci_hdf.h.

◆ NO17

#define NO17   17

Definition at line 15 of file l1_aci_hdf.h.

◆ NO18

#define NO18   18

Definition at line 16 of file l1_aci_hdf.h.

◆ NO19

#define NO19   19

Definition at line 17 of file l1_aci_hdf.h.

Function Documentation

◆ 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)

Definition at line 1158 of file l1_aci_hdf.c.

◆ 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)

Definition at line 50 of file l1_aci_hdf.c.

◆ readl1_aci_hdf()

int readl1_aci_hdf ( filehandle *  l1file,
int32_t  recnum,
l1str *  l1rec 
)

Definition at line 129 of file l1_aci_hdf.c.

◆ satname2xsatid()

int satname2xsatid ( const char *  satname)

Definition at line 1206 of file l1_aci_hdf.c.

◆ xsatid2name()

const char* xsatid2name ( int  xsatid)

Definition at line 1173 of file l1_aci_hdf.c.