IMG_TOKMZ Name
             IMG_TOKMZ Purpose
             Convert an image array to a *.kmz file.
Category
Calling Sequence
      
       img_tokmz, img Inputs
      
       img = Image array.                 in 
        
         May be an image file name instead.
Keyword Parameters
Keywords
        
         lon0=lon0, lat0=lat0: Point to look at (def=0,0).
        
         range=rng View range (string with units, def='12E6 m').
        
         description=desc Image description (def=image).
                  name=name Name of image (def=image).
        
         lon1=lon1, lon2=lon2  Image longitude bounds.
        
         lat1=lat1, lat2=lat2  Image latitude bounds.
                  tilt=tilt  View tilt (def=0).
                  heading=hdg  View heading (def=0).
        
         out=out  Name of output file (no extension, def=image).
Outputs
Common Blocks
Notes
      
       Notes: Creates a *.kmz file to view the data in Google Earth.
Modification History
      
       R. Sterner, 2010 May 10 
      
       R. Sterner, 2010 Aug 13 --- Added /quiet to img_redim call. 
  
 Copyright (C) 2010, Johns Hopkins University/Applied Physics Laboratory
  
 This software may be used, copied, or redistributed as long as it is not
  
 sold and this copyright notice is reproduced on each copy made.  This
  
 routine is provided as is without any express or implied warranties
  
 whatsoever.  Other limitations apply as described in the file disclaimer.txt.