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