MISR Toolkit
1.5.1
|
Go to the source code of this file.
Functions | |
MTKt_status | MtkTimeRangeToOrbitList (const char *start_time, const char *end_time, int *orbitcnt, int **orbitlist) |
Given start time and end time return list of orbits. More... | |
MTKt_status MtkTimeRangeToOrbitList | ( | const char * | start_time, |
const char * | end_time, | ||
int * | orbitcnt, | ||
int ** | orbitlist | ||
) |
Given start time and end time return list of orbits.
Time Format: YYYY-MM-DDThh:mm:ssZ (ISO 8601)
orbitlist
[in] | start_time | Start Time |
[in] | end_time | End Time |
[out] | orbitcnt | Orbit Count |
[out] | orbitlist | Orbit List |
Definition at line 38 of file MtkTimeRangeToOrbitList.c.