Changeset 230 for trunk/SRC/Picture


Ignore:
Timestamp:
03/19/07 11:17:59 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

Location:
trunk/SRC/Picture
Files:
3 edited

Legend:

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

    r163 r230  
    460460;map_grid 
    461461; 
    462 ; @history Liam.Gumley\@ssec.wisc.edu 
     462; @history 
     463; Liam.Gumley\@ssec.wisc.edu 
    463464; http://cimss.ssec.wisc.edu/~gumley 
    464465; 
     
    479480; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    480481; 
    481 ; @version $Id$ 
     482; @version 
     483; $Id$ 
    482484; 
    483485;- 
  • trunk/SRC/Picture/saveimage.pro

    r163 r230  
    1515;    8-bit or 24-bit output files are done automatically. 
    1616; 
    17 ; @categories Input/Output. 
     17; @categories 
     18; Input/Output 
    1819; 
    1920; @param FILE {in}{required}{default=format GIF} 
     
    4849; If set, use the color cube method to quantize colors when 
    4950; creating 8-bit output which is read from a 24-bit display. 
    50 ; This may improve the accuracy of colors in the output image,  
     51; This may improve the accuracy of colors in the output image, 
    5152; especially white. 
    5253; 
     
    5758; The output file is overwritten if it exists. 
    5859; 
    59 ; @restrictions 
    6060; requires IDL 5.0 or higher (square bracket array syntax). 
    6161; 
     
    7070; IDL> saveimage, 'hurric.gif' 
    7171; 
    72 ; @history Liam.Gumley@ssec.wisc.edu 
     72; @history 
     73; Liam.Gumley@ssec.wisc.edu 
    7374; http://cimss.ssec.wisc.edu/~gumley 
    7475; 
     
    8788; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    8889; 
    89 ; @version $Id$ 
     90; @version 
     91; $Id$ 
    9092; 
    9193;- 
  • trunk/SRC/Picture/showimage.pro

    r186 r230  
    3636; IDL> showimage, filepath('rose.jpg', subdir='examples/data') 
    3737; 
    38 ; @history Liam.Gumley\@ssec.wisc.edu 
     38; @history 
     39; Liam.Gumley\@ssec.wisc.edu 
    3940; http://cimss.ssec.wisc.edu/~gumley 
    4041; 
     
    5354; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
    5455; 
    55 ; @version $Id$ 
     56; @version 
     57; $Id$ 
    5658; 
    5759;- 
Note: See TracChangeset for help on using the changeset viewer.