Next: IDTODMS Up: Image processing commands Prev: Examples

IDMSTOD*

Macro command which converts a string containing deg:min:sec to decimal degrees. The input and output parameters must be supplied on the command line. eg.

     > IDMSTOD "45:30:00.00" (D)  where D is an ICL real variable
     > =D
        45.5
   
This command does not require the interactive image processing system to be active and can be invoked at any time.



Next: IDTODMS Up: Image processing commands Prev: Examples