NASA Logo
Ocean Color Science Software

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

Go to the source code of this file.

Functions

int openl1_msi (filehandle *file)
 
int readl1_msi (filehandle *file, int recnum, l1str *l1rec, int lonlat)
 
int closel1_msi (filehandle *file)
 
int readl1_msi_lonlat (filehandle *file, int recnum, l1str *l1rec)
 

Function Documentation

◆ closel1_msi()

int closel1_msi ( filehandle *  file)

Definition at line 1016 of file l1_msi.cpp.

◆ openl1_msi()

int openl1_msi ( filehandle *  file)

Definition at line 480 of file l1_msi.cpp.

◆ readl1_msi()

int readl1_msi ( filehandle *  file,
int  recnum,
l1str *  l1rec,
int  lonlat 
)

Definition at line 637 of file l1_msi.cpp.

◆ readl1_msi_lonlat()

int readl1_msi_lonlat ( filehandle *  file,
int  recnum,
l1str *  l1rec 
)

Definition at line 610 of file l1_msi.cpp.