#include <stdio.h>
#include "swl0_struc.h"
#include "swl1_struc.h"
#include "mfhdf.h"
#include "passthebuck.h"
Go to the source code of this file.
|
char * | L1aFilename (swl0ctl *l0ctl, double, unsigned char) |
|
char * | DataTypeString (swl0ctl *l0ctl, unsigned char) |
|
char * | DTypeString (unsigned char) |
|
int | CreateL1aFile (char *, swl0scene *, char *, char *, swl0ctl *) |
|
int | CloseL1aFile (l1met *) |
|
int | CreateScanData (int32 ns, int32 np) |
|
int | WriteScanData (int32, swl1rec *) |
|
void | DecomposeTime (double, int16 *, int16 *, int32 *) |
|
int | AddCalData (void) |
|
int | AddTiltData (int32, int16 f[20], int16 r[20][2], float32 lat[20][2][2], float32 lon[20][2][2]) |
|
int | MakeVgroups (void) |
|
◆ CALLOC
#define CALLOC |
( |
|
ptr, |
|
|
|
typ, |
|
|
|
num |
|
) |
| |
Value: { \
(ptr) = (typ *)calloc((num) , sizeof(typ)); \
fprintf(
stderr,
"-E- %s line %d: Memory allocation failure.\n", \
__FILE__,__LINE__); \
} \
}
Definition at line 21 of file swl1_hdf.h.
◆ MALLOC
#define MALLOC |
( |
|
ptr, |
|
|
|
typ, |
|
|
|
num |
|
) |
| |
Value: { \
(ptr) = (typ *)malloc((num) * sizeof(typ)); \
"-E- %s line %d: Memory allocation failure.\n", \
__FILE__,__LINE__); \
} \
}
Definition at line 11 of file swl1_hdf.h.
◆ AddCalData()
◆ AddTiltData()
int AddTiltData |
( |
int32 |
, |
|
|
int16 |
f[20], |
|
|
int16 |
r[20][2], |
|
|
float32 |
lat[20][2][2], |
|
|
float32 |
lon[20][2][2] |
|
) |
| |
◆ CloseL1aFile()
int CloseL1aFile |
( |
l1met * |
| ) |
|
◆ CreateL1aFile()
int CreateL1aFile |
( |
char * |
, |
|
|
swl0scene * |
, |
|
|
char * |
, |
|
|
char * |
, |
|
|
swl0ctl * |
|
|
) |
| |
◆ CreateScanData()
int CreateScanData |
( |
int32 |
ns, |
|
|
int32 |
np |
|
) |
| |
◆ DataTypeString()
char* DataTypeString |
( |
swl0ctl * |
l0ctl, |
|
|
unsigned char |
|
|
) |
| |
◆ DecomposeTime()
void DecomposeTime |
( |
double |
, |
|
|
int16 * |
, |
|
|
int16 * |
, |
|
|
int32 * |
|
|
) |
| |
◆ DTypeString()
char* DTypeString |
( |
unsigned char |
| ) |
|
◆ L1aFilename()
char* L1aFilename |
( |
swl0ctl * |
l0ctl, |
|
|
double |
, |
|
|
unsigned char |
|
|
) |
| |
◆ MakeVgroups()
◆ WriteScanData()
int WriteScanData |
( |
int32 |
, |
|
|
swl1rec * |
|
|
) |
| |