Changeset 371 for trunk/SRC/Picture


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

improvements of headers (alignments of IDL prompt in examples)

Location:
trunk/SRC/Picture
Files:
2 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 
  • trunk/SRC/Picture/showimage.pro

    r325 r371  
    3535; 
    3636; @examples 
    37 ; IDL> showimage, filepath('rose.jpg', subdir='examples/data') 
     37; 
     38;   IDL> showimage, filepath('rose.jpg', subdir='examples/data') 
    3839; 
    3940; @history 
Note: See TracChangeset for help on using the changeset viewer.