#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <string.h>
#include <time.h>
#include <math.h>
#include "l12_proto.h"
#include "l2_generic.h"
#include <timeutils.h>
#include "l2prod.h"
#include "l1_aci_hdf.h"
#include "flags_sst.h"
#include "flags_iop.h"
#include "mph_flags.h"
#include "version.h"
#include "l1_seabass.h"
#include <scene_meta.h>
#include "l1a_hawkeye.h"
Go to the source code of this file.
|
int32 | get_ctl (int32_t ctl_pt_fact, int32 ictl[], int32 jctl[]) |
|
int | MakeVgroups (filehandle *l2file) |
|
int | openl2 (filehandle *l2file) |
|
int | writel2 (filehandle *l2file, int32_t recnum, l2str *l2rec, int outfile_number) |
|
int | closel2 (filehandle *l2file) |
|
void | update_flag_cnts (int32_t *flag_cnt, int32_t *flags, int32_t nflags, int32_t npix, uint32_t init_mask) |
|
void | update_flag_cnts16 (int32_t *flag_cnt, int16_t *flags, int32_t nflags, int32_t npix, uint32_t init_mask) |
|
void | update_qual_cnts (int32_t *flag_cnt, int8_t *flags, int32_t nflags, int32_t npix) |
|
int | write_flag_pcnts (idDS ds_id, FILE *fpmeta, int32_t *flag_cnt, int32_t nflags, const char *const flag_lname[], int32_t numScans, int32_t numPixels) |
|
int | write_qual_flag_pcnts (idDS ds_id, FILE *fpmeta, int32_t *flag_cnt, int32_t nflags, const char *const flag_lname[]) |
|
◆ GEOBOX_INC
◆ RFACTOR
◆ closel2()
int closel2 |
( |
filehandle * |
l2file | ) |
|
◆ get_ctl()
int32 get_ctl |
( |
int32_t |
ctl_pt_fact, |
|
|
int32 |
ictl[], |
|
|
int32 |
jctl[] |
|
) |
| |
◆ MakeVgroups()
int MakeVgroups |
( |
filehandle * |
l2file | ) |
|
◆ openl2()
int openl2 |
( |
filehandle * |
l2file | ) |
|
◆ update_flag_cnts()
void update_flag_cnts |
( |
int32_t * |
flag_cnt, |
|
|
int32_t * |
flags, |
|
|
int32_t |
nflags, |
|
|
int32_t |
npix, |
|
|
uint32_t |
init_mask |
|
) |
| |
◆ update_flag_cnts16()
void update_flag_cnts16 |
( |
int32_t * |
flag_cnt, |
|
|
int16_t * |
flags, |
|
|
int32_t |
nflags, |
|
|
int32_t |
npix, |
|
|
uint32_t |
init_mask |
|
) |
| |
◆ update_qual_cnts()
void update_qual_cnts |
( |
int32_t * |
flag_cnt, |
|
|
int8_t * |
flags, |
|
|
int32_t |
nflags, |
|
|
int32_t |
npix |
|
) |
| |
◆ write_flag_pcnts()
int write_flag_pcnts |
( |
idDS |
ds_id, |
|
|
FILE * |
fpmeta, |
|
|
int32_t * |
flag_cnt, |
|
|
int32_t |
nflags, |
|
|
const char *const |
flag_lname[], |
|
|
int32_t |
numScans, |
|
|
int32_t |
numPixels |
|
) |
| |
◆ write_qual_flag_pcnts()
int write_qual_flag_pcnts |
( |
idDS |
ds_id, |
|
|
FILE * |
fpmeta, |
|
|
int32_t * |
flag_cnt, |
|
|
int32_t |
nflags, |
|
|
const char *const |
flag_lname[] |
|
) |
| |
◆ writel2()
int writel2 |
( |
filehandle * |
l2file, |
|
|
int32_t |
recnum, |
|
|
l2str * |
l2rec, |
|
|
int |
outfile_number |
|
) |
| |