#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include "l1.h"
#include "filehdr_struc.h"
#include <hdf4utils.h>
#include "l1_mos.h"
#include <hdf.h>
#include <mfhdf.h>
Go to the source code of this file.
|
int | rd_gscan (void) |
|
int | ReadSDS (filehandle *l1file) |
|
int32_t | GetTime (char arr[MAXLEN]) |
|
int32_t | TimeToSec (int32_t yr, int32_t mo, int32_t dm, int32_t hr, int32_t mn, int32_t sec) |
|
int | GetYearDayMsec (double dtime[NS]) |
|
int | LeapChk (int32_t yr) |
|
int | RemoveWhitespace (char arr[MAXLEN]) |
|
int | bilinear (float p[PSIZE][PSIZE], float x[NS][NP], float y[NS][NP], float z[NS][NP]) |
|
int | openl1_read_mos (filehandle *l1file) |
|
int | readl1_mos (filehandle *l1file, int32_t recnum, l1str *l1rec) |
|
int | closel1_mos (filehandle *l1file) |
|
◆ MAXLEN
#define MAXLEN 200 /* length of file description array */ |
◆ NB
◆ NBANDS_MOS
◆ NP
◆ NS
◆ NUM
#define NUM 63 /* # elements in id[] and desc[] arrays */ |
◆ PSIZE
#define PSIZE 2 /* Array size for the tabulated values */ |
◆ SPACE
#define SPACE 32 /* ASCII Blank */ |
◆ array_data_t
typedef uint16_t array_data_t[NS] |
◆ data_2d_t
typedef float data_2d_t[NP] |
◆ image_t
◆ bilinear()
int bilinear |
( |
float |
p[PSIZE][PSIZE], |
|
|
float |
x[NS][NP], |
|
|
float |
y[NS][NP], |
|
|
float |
z[NS][NP] |
|
) |
| |
◆ closel1_mos()
int closel1_mos |
( |
filehandle * |
l1file | ) |
|
◆ GetTime()
int32_t GetTime |
( |
char |
arr[MAXLEN] | ) |
|
◆ GetYearDayMsec()
int GetYearDayMsec |
( |
double |
dtime[NS] | ) |
|
◆ LeapChk()
int LeapChk |
( |
int32_t |
yr | ) |
|
◆ openl1_read_mos()
int openl1_read_mos |
( |
filehandle * |
l1file | ) |
|
◆ rd_gscan()
◆ readl1_mos()
int readl1_mos |
( |
filehandle * |
l1file, |
|
|
int32_t |
recnum, |
|
|
l1str * |
l1rec |
|
) |
| |
◆ ReadSDS()
int ReadSDS |
( |
filehandle * |
l1file | ) |
|
◆ RemoveWhitespace()
int RemoveWhitespace |
( |
char |
arr[MAXLEN] | ) |
|
◆ TimeToSec()
int32_t TimeToSec |
( |
int32_t |
yr, |
|
|
int32_t |
mo, |
|
|
int32_t |
dm, |
|
|
int32_t |
hr, |
|
|
int32_t |
mn, |
|
|
int32_t |
sec |
|
) |
| |