ocssw
V2022
|
getl0scene_nav.c File Reference
#include <stdio.h>
#include <time.h>
#include <math.h>
#include "swl0_proto.h"
#include <timeutils.h>
Include dependency graph for getl0scene_nav.c:
Go to the source code of this file.
Functions | |
FLOAT32 | westernmost (FLOAT32 lon1, FLOAT32 lon2) |
FLOAT32 | easternmost (FLOAT32 lon1, FLOAT32 lon2) |
int | getGeoNav (navblk_sType *navblk, INT32 spix, INT32 ipix, INT32 npix, FLOAT32 lat[], FLOAT32 lon[], FLOAT32 solz[], FLOAT32 sola[], FLOAT32 senz[], FLOAT32 sena[]) |
int | getl0scene_nav (FLOAT32 xnodel, INT32 tnode, navblk_sType navblk[], tilt_states_sType *tiltblk, swl0scene *scene) |
Function Documentation
◆ easternmost()
Definition at line 387 of file getl0scene_nav.c.
◆ getGeoNav()
int getGeoNav | ( | navblk_sType * | navblk, |
INT32 | spix, | ||
INT32 | ipix, | ||
INT32 | npix, | ||
FLOAT32 | lat[], | ||
FLOAT32 | lon[], | ||
FLOAT32 | solz[], | ||
FLOAT32 | sola[], | ||
FLOAT32 | senz[], | ||
FLOAT32 | sena[] | ||
) |
Definition at line 345 of file getl0scene_nav.c.
◆ getl0scene_nav()
int getl0scene_nav | ( | FLOAT32 | xnodel, |
INT32 | tnode, | ||
navblk_sType | navblk[], | ||
tilt_states_sType * | tiltblk, | ||
swl0scene * | scene | ||
) |
Definition at line 29 of file getl0scene_nav.c.
◆ westernmost()
Definition at line 380 of file getl0scene_nav.c.