OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
l1_aci_hdf.c File Reference
#include "l1_aci_hdf.h"
#include <math.h>
#include "l1.h"
#include "rawcal.h"
#include "runcal.h"
#include <hdf4utils.h>
#include <hdf.h>
#include <mfhdf.h>
Include dependency graph for l1_aci_hdf.c:

Go to the source code of this file.

Macros

#define NAVBANDS   5
 
#define NVIRBANDS   2
 
#define NTIRBANDS   3
 
#define TEMP_REF   273.15 /* convert Bt's from Deg K to Deg C */
 
#define NRADTAB   100 /* Radiance to temperature table size */
 
#define SDNAME   "Channel_"
 

Functions

int openl1_aci_hdf (filehandle *file)
 
int readl1_aci_hdf (filehandle *file, int32_t scan, l1str *l1rec)
 
int closel1_aci_hdf (filehandle *file)
 
const char * xsatid2name (int xsatid)
 
int satname2xsatid (const char *satname)
 

Macro Definition Documentation

◆ NAVBANDS

#define NAVBANDS   5

Definition at line 18 of file l1_aci_hdf.c.

◆ NRADTAB

#define NRADTAB   100 /* Radiance to temperature table size */

Definition at line 24 of file l1_aci_hdf.c.

◆ NTIRBANDS

#define NTIRBANDS   3

Definition at line 20 of file l1_aci_hdf.c.

◆ NVIRBANDS

#define NVIRBANDS   2

Definition at line 19 of file l1_aci_hdf.c.

◆ SDNAME

#define SDNAME   "Channel_"

Definition at line 26 of file l1_aci_hdf.c.

◆ TEMP_REF

#define TEMP_REF   273.15 /* convert Bt's from Deg K to Deg C */

Definition at line 22 of file l1_aci_hdf.c.

Function Documentation

◆ closel1_aci_hdf()

int closel1_aci_hdf ( filehandle *  file)

Definition at line 1158 of file l1_aci_hdf.c.

◆ openl1_aci_hdf()

int openl1_aci_hdf ( filehandle *  file)

Definition at line 50 of file l1_aci_hdf.c.

◆ readl1_aci_hdf()

int readl1_aci_hdf ( filehandle *  file,
int32_t  scan,
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.