ocssw
V2022
|
Go to the source code of this file.
Functions | |
char * | L1aFilename_netcdf (swl0ctl *l0ctl, double, unsigned char) |
char * | DataTypeString (swl0ctl *l0ctl, unsigned char) |
char * | DTypeString (unsigned char) |
int | CreateL1aFile_netcdf (char *, swl0scene *, char *, char *, swl0ctl *) |
int | CloseL1aFile_netcdf (l1met *) |
int | CreateScanData (int32 ns, int32 np) |
int | WriteScanData_netcdf (int32, swl1rec *) |
void | DecomposeTime (double, int16 *, int16 *, int32 *) |
int | AddCalData (void) |
int | AddTiltData (int32, int16 f[20], int16 r[20][2], float32 lat[20][2][2], float32 lon[20][2][2]) |
int | MakeVgroups (void) |
Function Documentation
◆ AddCalData()
int AddCalData | ( | void | ) |
Definition at line 911 of file swl1_hdf.c.
◆ AddTiltData()
int AddTiltData | ( | int32 | , |
int16 | f[20], | ||
int16 | r[20][2], | ||
float32 | lat[20][2][2], | ||
float32 | lon[20][2][2] | ||
) |
Definition at line 810 of file swl1_hdf.c.
◆ CloseL1aFile_netcdf()
int CloseL1aFile_netcdf | ( | l1met * | ) |
Definition at line 1092 of file swl1_netcdf.cpp.
◆ CreateL1aFile_netcdf()
int CreateL1aFile_netcdf | ( | char * | , |
swl0scene * | , | ||
char * | , | ||
char * | , | ||
swl0ctl * | |||
) |
Definition at line 116 of file swl1_netcdf.cpp.
◆ CreateScanData()
int CreateScanData | ( | int32 | ns, |
int32 | np | ||
) |
Definition at line 195 of file swl1_hdf.c.
◆ DataTypeString()
char* DataTypeString | ( | swl0ctl * | l0ctl, |
unsigned char | |||
) |
Definition at line 1294 of file swl1_hdf.c.
◆ DecomposeTime()
void DecomposeTime | ( | double | , |
int16 * | , | ||
int16 * | , | ||
int32 * | |||
) |
Definition at line 1331 of file swl1_hdf.c.
◆ DTypeString()
char* DTypeString | ( | unsigned char | ) |
Definition at line 1275 of file swl1_hdf.c.
◆ L1aFilename_netcdf()
char* L1aFilename_netcdf | ( | swl0ctl * | l0ctl, |
double | , | ||
unsigned char | |||
) |
Definition at line 1344 of file swl1_netcdf.cpp.
◆ MakeVgroups()
int MakeVgroups | ( | void | ) |
Definition at line 1128 of file swl1_hdf.c.
◆ WriteScanData_netcdf()
int WriteScanData_netcdf | ( | int32 | , |
swl1rec * | |||
) |
Definition at line 979 of file swl1_netcdf.cpp.