|
ocssw
V2022
|
#include <sst_cloud_mask_utils.hpp>
Public Member Functions | |
| PairOfVarsBT () | |
| PairOfVarsBT (size_t npix, int ib1, int ib2, l1str &l1str, bool has_difference=false, bool has_ratio=false) | |
| void | get_difference (l1str &l1str) |
| void | get_ratio (l1str &l1str) |
Public Member Functions inherited from PairOfVars | |
| PairOfVars () | |
| PairOfVars (size_t npix) | |
| float * | operator() () |
| float * | get_Tdeflong () |
Public Attributes | |
| int | ib1 |
| int | ib2 |
| float | offset = 0.00001 |
Public Attributes inherited from PairOfVars | |
| std::vector< float > | difference |
| std::vector< float > | ratio |
| size_t | npix |
| int | current_scan = 0 |
Detailed Description
A derived class for a pair of BTs.
Definition at line 589 of file sst_cloud_mask_utils.hpp.
Constructor & Destructor Documentation
◆ PairOfVarsBT() [1/2]
|
inline |
Definition at line 592 of file sst_cloud_mask_utils.hpp.
◆ PairOfVarsBT() [2/2]
|
inline |
Definition at line 596 of file sst_cloud_mask_utils.hpp.
Member Function Documentation
◆ get_difference()
|
inline |
Definition at line 608 of file sst_cloud_mask_utils.hpp.
◆ get_ratio()
|
inline |
Definition at line 617 of file sst_cloud_mask_utils.hpp.
Member Data Documentation
◆ ib1
| int ib1 |
Definition at line 590 of file sst_cloud_mask_utils.hpp.
◆ ib2
| int ib2 |
Definition at line 590 of file sst_cloud_mask_utils.hpp.
◆ offset
| float offset = 0.00001 |
Definition at line 591 of file sst_cloud_mask_utils.hpp.
The documentation for this struct was generated from the following file:
- /gfs-oceanweb/web/ocssw/ocssw_src/src/l2gen/sst_cloud_mask_utils.hpp

Public Member Functions inherited from 
