List of Routines By Functionality |  MISR Toolkit: Main Page

-Abstract

   MTK_ORBIT_TO_PATH returns the path corresponding to the given orbit.

-Copyright

   Copyright (2005), California Institute of Technology.
   U.S. Government sponsorship acknowledged.

-I/O
   
   Given:
   
      orbit        orbit number

   the call:
   
      status = MTK_ORBIT_TO_PATH( orbit, path )
   
   returns:
   
      status         0 on success; otherwise failure
      path           path number

-Examples

      ;;
      ;; Set up input parameters
      ;;
      orbit      = 29058
      status = MTK_ORBIT_TO_PATH( orbit, path )
      
      ;;
      ;; Output...
      ;;
      print, 'orbit                 : ', orbit
      print, '================================================='
      print, 'PATH                  : ',path

   IDL outputs:
   
      orbit                 : 29058
    =================================================
      PATH                  : 37

-Particulars
   None.

-Required Reading
   For important details concerning this module's function, please refer to
   the MTK routine MtkOrbitToPath.c.

-Version
   -IDL-MTK Version 1.2.0