ocssw
V2022
|
#include <stdio.h>
#include <stdlib.h>
#include <libgen.h>
#include <string.h>
#include <time.h>
#include <math.h>
#include "l12_proto.h"
#include "hdf_utils.h"
#include <timeutils.h>
#include "mfhdf.h"
Go to the source code of this file.
Functions | |
int32 | get_ctl_pts (int32 npix, int32 nscans, int32 ictl[], int32 jctl[]) |
int | MakeVgroupsL1 (filehandle *file) |
int32 | CreateScanData (int32 np, int32 nb, int32 nscan, int32 sensorID, int32 bindx[]) |
int | openl1_write_hdf (filehandle *l1file) |
int | writel1_hdf (filehandle *l1file, int32_t recnum, l1str *l1rec) |
void | closel1_hdf (filehandle *l1file) |
Variables | |
int32 * | wavelength |
char | rad_name [8] |
Function Documentation
◆ closel1_hdf()
void closel1_hdf | ( | filehandle * | l1file | ) |
Definition at line 701 of file l1_hdf_generic_write.c.
◆ CreateScanData()
int32 CreateScanData | ( | int32 | np, |
int32 | nb, | ||
int32 | nscan, | ||
int32 | sensorID, | ||
int32 | bindx[] | ||
) |
Definition at line 168 of file l1_hdf_generic_write.c.
◆ get_ctl_pts()
int32 get_ctl_pts | ( | int32 | npix, |
int32 | nscans, | ||
int32 | ictl[], | ||
int32 | jctl[] | ||
) |
Definition at line 53 of file l1_hdf_generic_write.c.
◆ MakeVgroupsL1()
int MakeVgroupsL1 | ( | filehandle * | file | ) |
Definition at line 69 of file l1_hdf_generic_write.c.
◆ openl1_write_hdf()
int openl1_write_hdf | ( | filehandle * | l1file | ) |
Definition at line 502 of file l1_hdf_generic_write.c.
◆ writel1_hdf()
int writel1_hdf | ( | filehandle * | l1file, |
int32_t | recnum, | ||
l1str * | l1rec | ||
) |
Definition at line 618 of file l1_hdf_generic_write.c.
Variable Documentation
◆ rad_name
char rad_name[8] |
Definition at line 51 of file l1_hdf_generic_write.c.
◆ wavelength
int32* wavelength |
Definition at line 50 of file l1_hdf_generic_write.c.