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