ocssw  1.0
Defines | Functions
/disk01/web/ocssw/build/src/l2gen/l1_xcal_hdf.c File Reference
#include "l1_xcal_hdf.h"
#include "l12_proto.h"
#include "hdf_utils.h"

Go to the source code of this file.

Defines

#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 scan, l1str *l1rec)
int closel1_xcal_hdf (filehandle *file)

Define Documentation

#define NPIX   1

Definition at line 15 of file l1_xcal_hdf.c.

#define OBSERVED   1

Definition at line 13 of file l1_xcal_hdf.c.

#define SBUF   5000

Definition at line 16 of file l1_xcal_hdf.c.

#define VICARIOUS   2

Definition at line 14 of file l1_xcal_hdf.c.


Function Documentation

int closel1_xcal_hdf ( filehandle file)

Definition at line 154 of file l1_xcal_hdf.c.

int openl1_xcal_hdf ( filehandle file)

Definition at line 25 of file l1_xcal_hdf.c.

int readl1_xcal_hdf ( filehandle file,
int32  scan,
l1str l1rec 
)

Definition at line 67 of file l1_xcal_hdf.c.