MISR Toolkit  1.5.1
Functions
MtkTimeToOrbitPath.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 MtkTimeToOrbitPath (const char *datetime, int *orbit, int *path)
 Given time return orbit number and path number. More...
 

Function Documentation

◆ MtkTimeToOrbitPath()

MTKt_status MtkTimeToOrbitPath ( const char *  datetime,
int *  orbit,
int *  path 
)

Given time return orbit number and path number.

Returns
MTK_SUCCESS if successful.

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

Example:
In this example, we get the orbit and path numbers for the time 2002-05-02 02:00:00 UTC
status = MtkTimeToOrbitPath("2002-05-02T02:00:00Z", &orbit, &path);
Parameters
[in]datetimeDate Time
[out]orbitOrbit Number
[out]pathPath

Definition at line 38 of file MtkTimeToOrbitPath.c.


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