Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/Picture/saveimage.html

    r338 r402  
    287287    <h3>Examples</h3><pre> 
    288288 
    289  IDL> openr, lun, filepath('hurric.dat', subdir='examples/data'), /get_lun 
    290  IDL> image = bytarr(440, 330) 
    291  IDL> readu, lun, image 
    292  IDL> free_lun, lun 
    293  IDL> loadct, 13 
    294  IDL> tvscl, image 
    295  IDL> saveimage, 'hurric.gif' 
     289   IDL> openr, lun, filepath('hurric.dat', subdir='examples/data'), /get_lun 
     290   IDL> image = bytarr(440, 330) 
     291   IDL> readu, lun, image 
     292   IDL> free_lun, lun 
     293   IDL> loadct, 13 
     294   IDL> tvscl, image 
     295   IDL> saveimage, 'hurric.gif' 
    296296 
    297297    </pre><h3>Version history</h3> 
    298298     
    299299    <h4>Version</h4> 
    300  $Id: saveimage.pro 327 2007-12-13 16:22:35Z pinsard $ 
     300 $Id: saveimage.pro 371 2008-08-07 09:32:02Z pinsard $ 
    301301 
    302302    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.