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