List of Routines By Functionality |  MISR Toolkit: Main Page

-Abstract

   MTK_ERROR_MESSAGE reports error message explanation given a status code.

-Copyright

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

-I/O
   
   Given:
   
      status         return status of any routine

   the call:
   
      print, MTK_ERROR_MESSAGE( status )
   
-Examples

      ;;
      ;; Report an error message for a return status
      ;;
      status = MTK_LATLON_TO_BLS( 37, 275, 0.0, 0.0, b, l, s )
      if (status ne 0) then print, MTK_ERROR_MESSAGE( status )
      
   IDL outputs:

      MISR FORWARD PROJECTION FAILED

-Particulars
   None.

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

-Version
   -IDL-MTK Version 1.2.0