Ignore:
Timestamp:
08/07/08 11:32:02 (16 years ago)
Author:
pinsard
Message:

improvements of headers (alignments of IDL prompt in examples)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Picture/saveimage.pro

    r327 r371  
    6262; @examples 
    6363; 
    64 ; IDL> openr, lun, filepath('hurric.dat', subdir='examples/data'), /get_lun 
    65 ; IDL> image = bytarr(440, 330) 
    66 ; IDL> readu, lun, image 
    67 ; IDL> free_lun, lun 
    68 ; IDL> loadct, 13 
    69 ; IDL> tvscl, image 
    70 ; IDL> saveimage, 'hurric.gif' 
     64;   IDL> openr, lun, filepath('hurric.dat', subdir='examples/data'), /get_lun 
     65;   IDL> image = bytarr(440, 330) 
     66;   IDL> readu, lun, image 
     67;   IDL> free_lun, lun 
     68;   IDL> loadct, 13 
     69;   IDL> tvscl, image 
     70;   IDL> saveimage, 'hurric.gif' 
    7171; 
    7272; @history 
Note: See TracChangeset for help on using the changeset viewer.