#include <stdint.h>
#include "l12_parms.h"
#include "passthebuck.h"
#include "readL2scan.h"
Go to the source code of this file.
|
int | crosscal_append (char *crosscalfile, mscalstr calstr) |
|
int | crosscal_read (char *crosscalfile, int32_t subsmpl, mscalstr *calstr) |
|
int | crosscal_npixs (char *xcalfile, int32_t subsmpl, int32_t *sensorID, int32_t *npixs, int32_t *ngranuls) |
|
int32_t | alloc_calstr (int32_t nfiles, int32_t npixs, mscalstr *calstr) |
|
void | free_calstr (mscalstr calstr, int all) |
|
◆ SHORTNAME
◆ prname
typedef char prname[PRODSTRLEN] |
◆ stname
◆ alloc_calstr()
int32_t alloc_calstr |
( |
int32_t |
nfiles, |
|
|
int32_t |
npixs, |
|
|
mscalstr * |
calstr |
|
) |
| |
◆ crosscal_append()
int crosscal_append |
( |
char * |
crosscalfile, |
|
|
mscalstr |
calstr |
|
) |
| |
◆ crosscal_npixs()
int crosscal_npixs |
( |
char * |
xcalfile, |
|
|
int32_t |
subsmpl, |
|
|
int32_t * |
sensorID, |
|
|
int32_t * |
npixs, |
|
|
int32_t * |
ngranuls |
|
) |
| |
◆ crosscal_read()
int crosscal_read |
( |
char * |
crosscalfile, |
|
|
int32_t |
subsmpl, |
|
|
mscalstr * |
calstr |
|
) |
| |
◆ free_calstr()
void free_calstr |
( |
mscalstr |
calstr, |
|
|
int |
all |
|
) |
| |