#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "timeutils.h"
#include "prism.h"
#include "jplaeriallib.h"
#include <math.h>
#include <genutils.h>
#include <libnav.h>
Go to the source code of this file.
|
| prism4ocia_t * | createPrivateData_pr (int numBands, int32_t nscan, int32_t npix) |
| |
| void | freePrivateData_pr (prism4ocia_t *data) |
| |
| void | prism_proj4_convert (prism4ocia_t *data, int numPoints, double *x, double *y) |
| |
| prism4ocia_t * | open_prism (char *filename, prism4ocia_t **data) |
| |
| int | read_prism (prism4ocia_t *data, int recnum) |
| |
| void | prism4ocia_proj4_convert (prism4ocia_t *data, int32_t numPoints, double *x, double *y) |
| |
| int | close_prism (prism4ocia_t *data) |
| |
| float | getValidOrcaAngle (float *ang, int32_t npix, int32_t skip, float *fillangle) |
| |
◆ MAXLINESZ
◆ SKIP
◆ close_prism()
| int close_prism |
( |
prism4ocia_t * |
data | ) |
|
◆ createPrivateData_pr()
| prism4ocia_t* createPrivateData_pr |
( |
int |
numBands, |
|
|
int32_t |
nscan, |
|
|
int32_t |
npix |
|
) |
| |
◆ freePrivateData_pr()
| void freePrivateData_pr |
( |
prism4ocia_t * |
data | ) |
|
◆ getValidOrcaAngle()
| float getValidOrcaAngle |
( |
float * |
ang, |
|
|
int32_t |
npix, |
|
|
int32_t |
skip, |
|
|
float * |
fillangle |
|
) |
| |
◆ open_prism()
| prism4ocia_t* open_prism |
( |
char * |
filename, |
|
|
prism4ocia_t ** |
data |
|
) |
| |
◆ prism4ocia_proj4_convert()
| void prism4ocia_proj4_convert |
( |
prism4ocia_t * |
data, |
|
|
int32_t |
numPoints, |
|
|
double * |
x, |
|
|
double * |
y |
|
) |
| |
◆ prism_proj4_convert()
| void prism_proj4_convert |
( |
prism4ocia_t * |
data, |
|
|
int |
numPoints, |
|
|
double * |
x, |
|
|
double * |
y |
|
) |
| |
◆ read_prism()
| int read_prism |
( |
prism4ocia_t * |
data, |
|
|
int |
recnum |
|
) |
| |