|
MISR Toolkit
1.5.1
|
Go to the source code of this file.
Functions | |
| MTKt_status | MtkSomXYToBlsAry (int path, int resolution_meters, int nelement, const double *som_x, const double *som_y, int *block, float *line, float *sample) |
| Convert array of SOM X, SOM Y to array of block, line, sample. More... | |
| MTKt_status MtkSomXYToBlsAry | ( | int | path, |
| int | resolution_meters, | ||
| int | nelement, | ||
| const double * | som_x, | ||
| const double * | som_y, | ||
| int * | block, | ||
| float * | line, | ||
| float * | sample | ||
| ) |
Convert array of SOM X, SOM Y to array of block, line, sample.
| [in] | path | Path |
| [in] | resolution_meters | Resolution |
| [in] | nelement | Number of elements |
| [in] | som_x | SOM X |
| [in] | som_y | SOM Y |
| [out] | block | Block |
| [out] | line | Line |
| [out] | sample | Sample |
Definition at line 39 of file MtkSomXYToBlsAry.c.