|
MISR Toolkit
1.5.1
|
#include "MisrCoordQuery.h"#include "MisrUnitConv.h"#include "MisrError.h"#include "proj.h"#include "gctp_prototypes.h"#include <stddef.h>Go to the source code of this file.
Functions | |
| MTKt_status | MtkSomXYToLatLonAry (int path, int nelement, const double *som_x, const double *som_y, double *lat_dd, double *lon_dd) |
| Convert array of SOM X, SOM Y to array of latitude, longitude. More... | |
| MTKt_status MtkSomXYToLatLonAry | ( | int | path, |
| int | nelement, | ||
| const double * | som_x, | ||
| const double * | som_y, | ||
| double * | lat_dd, | ||
| double * | lon_dd | ||
| ) |
Convert array of SOM X, SOM Y to array of latitude, longitude.
| [in] | path | Path |
| [in] | nelement | Number of elements |
| [in] | som_x | SOM X |
| [in] | som_y | SOM Y |
| [out] | lat_dd | Latitude |
| [out] | lon_dd | Longitude |
Definition at line 41 of file MtkSomXYToLatLonAry.c.