Go to the documentation of this file.
11 #define MALLOC(ptr,typ,num) { \
12 (ptr) = (typ *)malloc((num) * sizeof(typ)); \
15 "-E- %s line %d: Memory allocation failure.\n", \
17 return(MEMORY_ALLOCATION_ERROR); \
21 #define CALLOC(ptr,typ,num) { \
22 (ptr) = (typ *)calloc((num) , sizeof(typ)); \
24 fprintf(stderr,"-E- %s line %d: Memory allocation failure.\n", \
26 return(MEMORY_ALLOCATION_ERROR); \
30 char *
L1aFilename(swl0ctl *l0ctl,
double,
unsigned char);
33 int CreateL1aFile(
char *, swl0scene *,
char *,
char *, swl0ctl *);
40 float32
lat[20][2][2], float32
lon[20][2][2]);
void DecomposeTime(double, int16 *, int16 *, int32 *)
char * L1aFilename(swl0ctl *l0ctl, double, unsigned char)
int AddTiltData(int32, int16 f[20], int16 r[20][2], float32 lat[20][2][2], float32 lon[20][2][2])
double precision function f(R1)
int WriteScanData(int32, swl1rec *)
int CreateL1aFile(char *, swl0scene *, char *, char *, swl0ctl *)
char * DTypeString(unsigned char)
int CreateScanData(int32 ns, int32 np)
int CloseL1aFile(l1met *)
char * DataTypeString(swl0ctl *l0ctl, unsigned char)