|
MISR Toolkit
1.5.1
|
Go to the source code of this file.
Functions | |
| MTKt_status | MtkLatLonToBlsAry (int path, int resolution_meters, int nelement, const double *lat_dd, const double *lon_dd, int *block, float *line, float *sample) |
| Convert array of decimal degrees latitude and longitude to array of block, line, sample. More... | |
| MTKt_status MtkLatLonToBlsAry | ( | int | path, |
| int | resolution_meters, | ||
| int | nelement, | ||
| const double * | lat_dd, | ||
| const double * | lon_dd, | ||
| int * | block, | ||
| float * | line, | ||
| float * | sample | ||
| ) |
Convert array of decimal degrees latitude and longitude to array of block, line, sample.
| [in] | path | Path |
| [in] | resolution_meters | Resolution |
| [in] | nelement | Number of elements |
| [in] | lat_dd | Latitude |
| [in] | lon_dd | Longitude |
| [out] | block | Block number |
| [out] | line | Line |
| [out] | sample | Sample |
Definition at line 40 of file MtkLatLonToBlsAry.c.