MISR Toolkit
1.5.1
|
#include "MisrOrbitPath.h"
#include "MisrError.h"
#include <math.h>
#include <stdlib.h>
#include <string.h>
Go to the source code of this file.
Functions | |
MTKt_status | MtkPathTimeRangeToOrbitList (int path, const char *start_time, const char *end_time, int *orbitcnt, int **orbitlist) |
Given path and time range return list of orbits on path. More... | |
MTKt_status MtkPathTimeRangeToOrbitList | ( | int | path, |
const char * | start_time, | ||
const char * | end_time, | ||
int * | orbitcnt, | ||
int ** | orbitlist | ||
) |
Given path and time range return list of orbits on path.
Time Format: YYYY-MM-DDThh:mm:ssZ (ISO 8601)
orbitlist
[in] | path | Path |
[in] | start_time | Start Time |
[in] | end_time | End Time |
[out] | orbitcnt | Orbit Count |
[out] | orbitlist | Orbit List |
Definition at line 40 of file MtkPathTimeRangeToOrbitList.c.