|
MISR Toolkit
1.5.1
|
#include <MisrRegression.h>

Data Fields | |
| MTKt_DataBuffer | valid_mask |
| MTKt_DataBuffer | slope |
| MTKt_DataBuffer | intercept |
| MTKt_DataBuffer | correlation |
Definition at line 25 of file MisrRegression.h.
| MTKt_DataBuffer MTKt_RegressionCoeff::correlation |
Definition at line 29 of file MisrRegression.h.
| MTKt_DataBuffer MTKt_RegressionCoeff::intercept |
Definition at line 28 of file MisrRegression.h.
| MTKt_DataBuffer MTKt_RegressionCoeff::slope |
Definition at line 27 of file MisrRegression.h.
| MTKt_DataBuffer MTKt_RegressionCoeff::valid_mask |
Definition at line 26 of file MisrRegression.h.