MISR Toolkit
1.5.1
|
#include "MisrOrbitPath.h"
#include "MisrUtil.h"
#include "MisrError.h"
#include <stdio.h>
#include <math.h>
#include <string.h>
Go to the source code of this file.
Functions | |
MTKt_status | MtkTimeToOrbitPath (const char *datetime, int *orbit, int *path) |
Given time return orbit number and path number. More... | |
MTKt_status MtkTimeToOrbitPath | ( | const char * | datetime, |
int * | orbit, | ||
int * | path | ||
) |
Given time return orbit number and path number.
Time Format: YYYY-MM-DDThh:mm:ssZ (ISO 8601)
[in] | datetime | Date Time |
[out] | orbit | Orbit Number |
[out] | path | Path |
Definition at line 38 of file MtkTimeToOrbitPath.c.