ocssw
V2022
|
RsViirs.h File Reference
#include <string>
#include <math.h>
Include dependency graph for RsViirs.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | fio |
struct | sio |
struct | usio |
struct | uio |
class | RsViirs |
Enumerations | |
enum | RESAM_ENUM { M01, M02, M03, M04, M05, M06, M07, M08, M09, M10, M11, M12, M13, M14, M15, M16, NUM_MOD_BANDS } |
Variables | |
const unsigned short | NA_UINT16_FILL = 65535 |
const unsigned short | MISS_UINT16_FILL = 65534 |
const unsigned short | ONBOARD_PT_UINT16_FILL = 65533 |
const unsigned short | ONGROUND_PT_UINT16_FILL = 65532 |
const unsigned short | ERR_UINT16_FILL = 65531 |
const unsigned short | VDNE_UINT16_FILL = 65529 |
const unsigned short | SOUB_UINT16_FILL = 65528 |
const float | NA_FLOAT32_FILL = -999.9 |
const float | ONBOARD_PT_FLOAT32_FILL = -999.7 |
const float | ONGROUND_PT_FLOAT32_FILL = -999.6 |
const float | VDNE_FLOAT32_FILL = -999.3 |
const unsigned short | DELETION_ZONE_INT = ONBOARD_PT_UINT16_FILL |
const float | DELETION_ZONE_FLOAT = ONBOARD_PT_FLOAT32_FILL |
const int | NMBANDS = 16 |
const int | NSCANS = 203 |
const int | NPIXELS = 3200 |
const int | NDETECTORS = 16 |
const int | NBREAKS = 11 |
const float | D2R = M_PI/180.0 |
const float | R2D = 180.0/M_PI |
Enumeration Type Documentation
◆ RESAM_ENUM
enum RESAM_ENUM |
Variable Documentation
◆ D2R
◆ DELETION_ZONE_FLOAT
const float DELETION_ZONE_FLOAT = ONBOARD_PT_FLOAT32_FILL |
◆ DELETION_ZONE_INT
const unsigned short DELETION_ZONE_INT = ONBOARD_PT_UINT16_FILL |