|
ocssw
V2022
|
#include <netcdf.h>#include <stdbool.h>#include <stdio.h>#include <stdlib.h>#include <libgen.h>#include <string.h>#include <time.h>#include <math.h>#include "l1.h"#include "l1_aci.h"#include "dfutils.h"#include <timeutils.h>#include "mfhdf.h"#include "scene_meta.h"Go to the source code of this file.
Functions | |
| int32_t | get_ctl_pts (int32_t npix, int32_t nscans, int32_t ictl[], int32_t jctl[]) |
| int | MakeVgroupsL1 (filehandle *file) |
| int | openl1_write (filehandle *l1file) |
| int | writel1 (filehandle *l1file, int32_t recnum, l1str *l1rec) |
| void | closel1_generic (filehandle *l1file) |
Variables | |
| int32_t * | wavelength |
| char | rad_name [8] |
Function Documentation
◆ closel1_generic()
| void closel1_generic | ( | filehandle * | l1file | ) |
Definition at line 768 of file l1_generic_write.c.
◆ get_ctl_pts()
| int32_t get_ctl_pts | ( | int32_t | npix, |
| int32_t | nscans, | ||
| int32_t | ictl[], | ||
| int32_t | jctl[] | ||
| ) |
Definition at line 62 of file l1_generic_write.c.
◆ MakeVgroupsL1()
| int MakeVgroupsL1 | ( | filehandle * | file | ) |
Definition at line 78 of file l1_generic_write.c.
◆ openl1_write()
| int openl1_write | ( | filehandle * | l1file | ) |
Definition at line 176 of file l1_generic_write.c.
◆ writel1()
| int writel1 | ( | filehandle * | l1file, |
| int32_t | recnum, | ||
| l1str * | l1rec | ||
| ) |
Definition at line 649 of file l1_generic_write.c.
Variable Documentation
◆ rad_name
| char rad_name[8] |
Definition at line 60 of file l1_generic_write.c.
◆ wavelength
| int32_t* wavelength |
Definition at line 58 of file l1_generic_write.c.


