OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
l1_xcal_hdf.c File Reference
#include "l1_xcal_hdf.h"
#include <hdf4utils.h>
#include "l1.h"
#include <genutils.h>
#include <hdf.h>
#include <mfhdf.h>
Include dependency graph for l1_xcal_hdf.c:

Go to the source code of this file.

Macros

#define OBSERVED   1
 
#define VICARIOUS   2
 
#define NPIX   1
 
#define SBUF   5000
 

Functions

int openl1_xcal_hdf (filehandle *file)
 
int readl1_xcal_hdf (filehandle *file, int32_t scan, l1str *l1rec)
 
int closel1_xcal_hdf (filehandle *file)
 

Macro Definition Documentation

◆ NPIX

#define NPIX   1

Definition at line 20 of file l1_xcal_hdf.c.

◆ OBSERVED

#define OBSERVED   1

Definition at line 18 of file l1_xcal_hdf.c.

◆ SBUF

#define SBUF   5000

Definition at line 21 of file l1_xcal_hdf.c.

◆ VICARIOUS

#define VICARIOUS   2

Definition at line 19 of file l1_xcal_hdf.c.

Function Documentation

◆ closel1_xcal_hdf()

int closel1_xcal_hdf ( filehandle *  file)

Definition at line 170 of file l1_xcal_hdf.c.

◆ openl1_xcal_hdf()

int openl1_xcal_hdf ( filehandle *  file)

Definition at line 31 of file l1_xcal_hdf.c.

◆ readl1_xcal_hdf()

int readl1_xcal_hdf ( filehandle *  file,
int32_t  scan,
l1str *  l1rec 
)

Definition at line 72 of file l1_xcal_hdf.c.