MISR Toolkit  1.5.1
Functions
MtkOrbitToTimeRange.c File Reference
#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...
 

Function Documentation

◆ MtkOrbitToTimeRange()

MTKt_status MtkOrbitToTimeRange ( int  orbit,
char  start_time[MTKd_DATETIME_LEN],
char  end_time[MTKd_DATETIME_LEN] 
)

Given a orbit number return time.

Returns
MTK_SUCCESS if successful.

Time Format: YYYY-MM-DDThh:mm:ssZ (ISO 8601)

Example:
In this example, we get the time for orbit number 26000
status = MtkOrbitToTimeRange(26000, start_time, end_time);
Parameters
[in]orbitOrbit Number
[out]start_timeStart Time
[out]end_timeEnd Time

Definition at line 38 of file MtkOrbitToTimeRange.c.


MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:53