ocssw
V2022
|
Go to the source code of this file.
Macros | |
#define | SSTF_ISMASKED 0x0001 /* Pixel aready masked M1B3 */ |
#define | SSTF_BTBAD 0x0002 /* Brights are bad M1B4 */ |
#define | SSTF_BTRANGE 0x0004 /* Brights are out-of-range M1B1 */ |
#define | SSTF_BTDIFF 0x0008 /* Brights are too different */ |
#define | SSTF_SSTRANGE 0x0010 /* SST outside valid range M2B4 */ |
#define | SSTF_SSTREFDIFF 0x0020 /* Different from reference M1B8 */ |
#define | SSTF_SST4DIFF 0x0040 /* Different from SST4 */ |
#define | SSTF_SST3DIFF 0x0040 /* Different from SST3 */ |
#define | SSTF_SUNLIGHT 0x0040 /* Stray sunlight test (AVHRR) M2B2 */ |
#define | SSTF_SST4VDIFF 0x0080 /* Very different from SST4 */ |
#define | SSTF_SST3VDIFF 0x0080 /* Very different from SST3 */ |
#define | SSTF_ASCEND 0x0080 /* ASCENDING (AVHRR) M2B6 */ |
#define | SSTF_BTNONUNIF 0x0100 /* BT window nonuniform M1B5 */ |
#define | SSTF_BTVNONUNIF 0x0200 /* BT window very nonuniform M1B6 */ |
#define | SSTF_BT4REFDIFF 0x0400 /* 4um BT diff relative to ref */ |
#define | SSTF_GLINT 0x0400 /* Glint_coef>glintmax (AVHRR) M2B8 */ |
#define | SSTF_REDNONUNIF 0x0800 /* Red band spatial nonuniform */ |
#define | SSTF_HISENZ 0x1000 /* Sensor zenith high M1B7 */ |
#define | SSTF_VHISENZ 0x2000 /* Sensor zenith very high M2B1 */ |
#define | SSTF_SSTREFVDIFF 0x4000 /* Very diff from reference */ |
#define | SSTF_CLOUD 0x8000 /* Cloud test (tree test) M1B2 */ |
Macro Definition Documentation
◆ SSTF_ASCEND
Definition at line 18 of file flags_sst.h.
◆ SSTF_BT4REFDIFF
Definition at line 21 of file flags_sst.h.
◆ SSTF_BTBAD
#define SSTF_BTBAD 0x0002 /* Brights are bad M1B4 */ |
Definition at line 8 of file flags_sst.h.
◆ SSTF_BTDIFF
#define SSTF_BTDIFF 0x0008 /* Brights are too different */ |
Definition at line 10 of file flags_sst.h.
◆ SSTF_BTNONUNIF
#define SSTF_BTNONUNIF 0x0100 /* BT window nonuniform M1B5 */ |
Definition at line 19 of file flags_sst.h.
◆ SSTF_BTRANGE
Definition at line 9 of file flags_sst.h.
◆ SSTF_BTVNONUNIF
#define SSTF_BTVNONUNIF 0x0200 /* BT window very nonuniform M1B6 */ |
Definition at line 20 of file flags_sst.h.
◆ SSTF_CLOUD
#define SSTF_CLOUD 0x8000 /* Cloud test (tree test) M1B2 */ |
Definition at line 27 of file flags_sst.h.
◆ SSTF_GLINT
#define SSTF_GLINT 0x0400 /* Glint_coef>glintmax (AVHRR) M2B8 */ |
Definition at line 22 of file flags_sst.h.
◆ SSTF_HISENZ
#define SSTF_HISENZ 0x1000 /* Sensor zenith high M1B7 */ |
Definition at line 24 of file flags_sst.h.
◆ SSTF_ISMASKED
#define SSTF_ISMASKED 0x0001 /* Pixel aready masked M1B3 */ |
Definition at line 7 of file flags_sst.h.
◆ SSTF_REDNONUNIF
#define SSTF_REDNONUNIF 0x0800 /* Red band spatial nonuniform */ |
Definition at line 23 of file flags_sst.h.
◆ SSTF_SST3DIFF
#define SSTF_SST3DIFF 0x0040 /* Different from SST3 */ |
Definition at line 14 of file flags_sst.h.
◆ SSTF_SST3VDIFF
#define SSTF_SST3VDIFF 0x0080 /* Very different from SST3 */ |
Definition at line 17 of file flags_sst.h.
◆ SSTF_SST4DIFF
#define SSTF_SST4DIFF 0x0040 /* Different from SST4 */ |
Definition at line 13 of file flags_sst.h.
◆ SSTF_SST4VDIFF
#define SSTF_SST4VDIFF 0x0080 /* Very different from SST4 */ |
Definition at line 16 of file flags_sst.h.
◆ SSTF_SSTRANGE
#define SSTF_SSTRANGE 0x0010 /* SST outside valid range M2B4 */ |
Definition at line 11 of file flags_sst.h.
◆ SSTF_SSTREFDIFF
#define SSTF_SSTREFDIFF 0x0020 /* Different from reference M1B8 */ |
Definition at line 12 of file flags_sst.h.
◆ SSTF_SSTREFVDIFF
#define SSTF_SSTREFVDIFF 0x4000 /* Very diff from reference */ |
Definition at line 26 of file flags_sst.h.
◆ SSTF_SUNLIGHT
#define SSTF_SUNLIGHT 0x0040 /* Stray sunlight test (AVHRR) M2B2 */ |
Definition at line 15 of file flags_sst.h.
◆ SSTF_VHISENZ
#define SSTF_VHISENZ 0x2000 /* Sensor zenith very high M2B1 */ |
Definition at line 25 of file flags_sst.h.