|
MISR Toolkit
1.5.1
|
Go to the source code of this file.
Functions | |
| MTKt_status | MtkLSToLatLonAry (MTKt_MapInfo mapinfo, int nelement, const float *line, const float *sample, double *lat_dd, double *lon_dd) |
| Convert array of line, sample to array of decimal degrees latitude and longitude. More... | |
| MTKt_status MtkLSToLatLonAry | ( | MTKt_MapInfo | mapinfo, |
| int | nelement, | ||
| const float * | line, | ||
| const float * | sample, | ||
| double * | lat_dd, | ||
| double * | lon_dd | ||
| ) |
Convert array of line, sample to array of decimal degrees latitude and longitude.
| [in] | mapinfo | Map info |
| [in] | nelement | Number of elements |
| [in] | line | Line |
| [in] | sample | Sample |
| [out] | lat_dd | Latitude |
| [out] | lon_dd | Longitude |
Definition at line 38 of file MtkLSToLatLonAry.c.