List of Routines By Functionality | MISR Toolkit: Main Page
-Abstract MTK_TIME_TO_ORBIT_PATH returns an orbit and corresponding path given a time. -Copyright Copyright (2005), California Institute of Technology. U.S. Government sponsorship acknowledged. -I/O Given: datetime date and time the call: status = MTK_TIME_TO_ORBIT_PATH( datetime, orbit, path ) returns: status 0 on success; otherwise failure orbit orbit corresponding to date and time path path corresponding to orbit -Examples ;; ;; Set up input parameters ;; datetime = '2005-02-02T02:00:00Z' ;YYYY-MM-DDThh:mm:ssZ status = MTK_TIME_TO_ORBIT_PATH( datetime, orbit, path ) ;; ;; Output... ;; print, 'date/time : ', datetime print, '=================================================' print, 'ORBIT : ',orbit print, 'PATH : ',path IDL outputs: date/time : 2005-02-02T02:00:00Z ================================================= ORBIT : 27271 PATH : 104 -Particulars None. -Required Reading For important details concerning this module's function, please refer to the MTK routine MtkTimeToOrbitPath.c. -Version -IDL-MTK Version 1.2.0