MISR Toolkit
1.5.1
|
Go to the source code of this file.
Functions | |
MTKt_status | MtkBlsToLatLon (int path, int resolution_meters, int block, float line, float sample, double *lat_dd, double *lon_dd) |
Convert from Block, Line, Sample, to Latitude and Longitude in decimal degrees. More... | |
MTKt_status MtkBlsToLatLon | ( | int | path, |
int | resolution_meters, | ||
int | block, | ||
float | line, | ||
float | sample, | ||
double * | lat_dd, | ||
double * | lon_dd | ||
) |
Convert from Block, Line, Sample, to Latitude and Longitude in decimal degrees.
[in] | path | Path |
[in] | resolution_meters | Resolution |
[in] | block | Block Number |
[in] | line | Line |
[in] | sample | Sample |
[out] | lat_dd | Latitude Decimal Degrees |
[out] | lon_dd | Longitude Decimal Degrees |
Definition at line 33 of file MtkBlsToLatLon.c.