MISR Toolkit
1.5.1
|
Go to the source code of this file.
Functions | |
MTKt_status | MtkLSToLatLon (MTKt_MapInfo mapinfo, float line, float sample, double *lat_dd, double *lon_dd) |
Convert line, sample to decimal degrees latitude and longitude. More... | |
MTKt_status MtkLSToLatLon | ( | MTKt_MapInfo | mapinfo, |
float | line, | ||
float | sample, | ||
double * | lat_dd, | ||
double * | lon_dd | ||
) |
Convert line, sample to decimal degrees latitude and longitude.
[in] | mapinfo | Map Info |
[in] | line | Line |
[in] | sample | Sample |
[out] | lat_dd | Latitude |
[out] | lon_dd | Longitude |
Definition at line 33 of file MtkLSToLatLon.c.