ocssw
V2022
|
l1_octs_hdf.h File Reference
Include dependency graph for l1_octs_hdf.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
int | openl1_read_octs_hdf (filehandle *l1file) |
int | readl1_octs_hdf (filehandle *l1file, int32_t recnum, l1str *l1rec) |
int | closel1_octs_hdf (filehandle *l1file) |
int | navigation (int32_t fileID) |
int | CalcViewAngle (float lon1, float lat1, float pos[3], float usun[]) |
int | LeapCheck (int yr) |
Function Documentation
◆ CalcViewAngle()
int CalcViewAngle | ( | float | lon1, |
float | lat1, | ||
float | pos[3], | ||
float | usun[] | ||
) |
◆ closel1_octs_hdf()
int closel1_octs_hdf | ( | filehandle * | l1file | ) |
Definition at line 1147 of file l1_octs_hdf.c.
◆ LeapCheck()
int LeapCheck | ( | int | yr | ) |
Definition at line 1126 of file l1_octs_hdf.c.
◆ navigation()
int navigation | ( | int32_t | fileID | ) |
Definition at line 696 of file l1_octs_hdf.c.
◆ openl1_read_octs_hdf()
int openl1_read_octs_hdf | ( | filehandle * | l1file | ) |
Definition at line 328 of file l1_octs_hdf.c.
◆ readl1_octs_hdf()
int readl1_octs_hdf | ( | filehandle * | l1file, |
int32_t | recnum, | ||
l1str * | l1rec | ||
) |
Definition at line 510 of file l1_octs_hdf.c.