ocssw
V2022
|
#include <netcdf.h>
#include "l1_l1c.h"
#include <nc4utils.h>
#include "libnav.h"
#include <stdio.h>
#include <math.h>
Go to the source code of this file.
Functions | |
int | openl1_l1c (filehandle *file) |
int | readl1_l1c (filehandle *file, int32_t line, l1str *l1rec) |
int | closel1_l1c (filehandle *file) |
Function Documentation
◆ closel1_l1c()
int closel1_l1c | ( | filehandle * | file | ) |
◆ openl1_l1c()
int openl1_l1c | ( | filehandle * | file | ) |
Open the OCI L1B file and perform some one-time tasks (as opposed to tasks that are per scan), including: -Get L1B dimensions num_scans, num_bands, num_pixels (static). locate memory for some static arrays based upon these dimensions. -Get L1B group ids e.g. l1bScanLineGrp, observationGrp and it's 8 "band_%d" var ids (static)
Get
- Parameters
-
file
- Returns