|
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 | MtkOrbitToTimeRange (int orbit, char start_time[MTKd_DATETIME_LEN], char end_time[MTKd_DATETIME_LEN]) |
| Given a orbit number return time. More... | |
| MTKt_status MtkOrbitToTimeRange | ( | int | orbit, |
| char | start_time[MTKd_DATETIME_LEN], | ||
| char | end_time[MTKd_DATETIME_LEN] | ||
| ) |
Given a orbit number return time.
Time Format: YYYY-MM-DDThh:mm:ssZ (ISO 8601)
| [in] | orbit | Orbit Number |
| [out] | start_time | Start Time |
| [out] | end_time | End Time |
Definition at line 38 of file MtkOrbitToTimeRange.c.