#include <stdlib.h>
#include <stdio.h>
#include <netcdf.h>
#include "l1.h"
#include "l1_l5tm.h"
#include <tiffio.h>
#include <geotiff.h>
#include <xtiffio.h>
#include <geo_normalize.h>
#include <libgen.h>
Go to the source code of this file.
|
l5tm_t * | createPrivateData_l5tm (int numBands) |
|
void | freePrivateData_l5tm (l5tm_t *data) |
|
void | readNextLine_l5tm (FILE *fp, char *tag, int *i, char *val) |
|
int | read_l5tm_angles (char *file, int32_t npix, int32_t nscan, int32_t iscan, float *solz, float *sola, float *senz, float *sena) |
|
int | openl1_l5tm (filehandle *file) |
|
int | readl1_l5tm (filehandle *file, int recnum, l1str *l1rec, int lonlat) |
|
int | closel1_l5tm (filehandle *file) |
|
◆ closel1_l5tm()
int closel1_l5tm |
( |
filehandle * |
file | ) |
|
◆ createPrivateData_l5tm()
l5tm_t* createPrivateData_l5tm |
( |
int |
numBands | ) |
|
◆ freePrivateData_l5tm()
void freePrivateData_l5tm |
( |
l5tm_t * |
data | ) |
|
◆ openl1_l5tm()
int openl1_l5tm |
( |
filehandle * |
file | ) |
|
◆ read_l5tm_angles()
int read_l5tm_angles |
( |
char * |
file, |
|
|
int32_t |
npix, |
|
|
int32_t |
nscan, |
|
|
int32_t |
iscan, |
|
|
float * |
solz, |
|
|
float * |
sola, |
|
|
float * |
senz, |
|
|
float * |
sena |
|
) |
| |
◆ readl1_l5tm()
int readl1_l5tm |
( |
filehandle * |
file, |
|
|
int |
recnum, |
|
|
l1str * |
l1rec, |
|
|
int |
lonlat |
|
) |
| |
◆ readNextLine_l5tm()
void readNextLine_l5tm |
( |
FILE * |
fp, |
|
|
char * |
tag, |
|
|
int * |
i, |
|
|
char * |
val |
|
) |
| |