List of Routines By Functionality | MISR Toolkit: Main Page
-Abstract MTK_ORBIT_TO_TIMERANGE returns the start time and end time for a given orbit, expressed in the form yyyy-mm-ddThh:mm:ssZ. -Copyright Copyright (2005), California Institute of Technology. U.S. Government sponsorship acknowledged. -I/O Given: orbit orbit number the call: status = MTK_ORBIT_TO_TIMERANGE( orbit, start_time, end_time ) returns: status 0 on success; otherwise failure start_time start time for the specified orbit end_time end time for the specified orbit -Examples ;; ;; Set up input parameters ;; orbit = 32467 status = MTK_ORBIT_TO_TIMERANGE( orbit, start_time, end_time ) ;; ;; Output... ;; print, 'orbit : ', orbit print, '=================================================' print, 'start time : ', start_time print, 'end time : ', end_time IDL outputs: orbit : 34267 ================================================= start time : 2006-01-24T19:56:46Z end time : 2006-01-24T21:35:46Z -Particulars None. -Required Reading For important details concerning this module's function, please refer to the MTK routine MtkOrbitToTimeRange.c. -Version -IDL-MTK Version 1.2.0