MISR Toolkit
1.5.1
|
Go to the source code of this file.
Functions | |
MTKt_status | MtkSomXYToLSAry (MTKt_MapInfo mapinfo, int nelement, const double *som_x, const double *som_y, float *line, float *sample) |
Convert array of SOM X, SOM Y to array of line, sample. More... | |
MTKt_status MtkSomXYToLSAry | ( | MTKt_MapInfo | mapinfo, |
int | nelement, | ||
const double * | som_x, | ||
const double * | som_y, | ||
float * | line, | ||
float * | sample | ||
) |
Convert array of SOM X, SOM Y to array of line, sample.
[in] | mapinfo | Map Info |
[in] | nelement | Number of elements |
[in] | som_x | SOM X |
[in] | som_y | SOM Y |
[out] | line | Line |
[out] | sample | Sample |
Definition at line 37 of file MtkSomXYToLSAry.c.