MISR Toolkit
1.5.1
|
Go to the source code of this file.
Functions | |
MTKt_status | MtkRegressionCoeffAllocate (int nline, int nsample, MTKt_RegressionCoeff *regressbuf) |
Allocate buffer to contain regression coefficients. More... | |
MTKt_status MtkRegressionCoeffAllocate | ( | int | nline, |
int | nsample, | ||
MTKt_RegressionCoeff * | regressbuf | ||
) |
Allocate buffer to contain regression coefficients.
MTKe_int16
regressbuf
[in] | nline | Number of lines |
[in] | nsample | Number of samples |
[out] | regressbuf | Data Buffer |
Definition at line 36 of file MtkRegressionCoeffAllocate.c.