MISR Toolkit
1.5.1
|
#include "MisrCoordQuery.h"
#include "MisrUnitConv.h"
#include "MisrProjParam.h"
#include <stddef.h>
#include <math.h>
Go to the source code of this file.
Macros | |
#define | __USE_BSD |
Functions | |
MTKt_status | MtkPathToProjParam (int path, int resolution_meters, MTKt_MisrProjParam *pp) |
Get projection parameters. More... | |
#define __USE_BSD |
Definition at line 24 of file MtkPathToProjParam.c.
MTKt_status MtkPathToProjParam | ( | int | path, |
int | resolution_meters, | ||
MTKt_MisrProjParam * | pp | ||
) |
Get projection parameters.
[in] | path | Path |
[in] | resolution_meters | Resolution |
[out] | pp | Projection Parameters |
Definition at line 41 of file MtkPathToProjParam.c.