Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Matrix/cmapply.pro

    r157 r163  
    22; @file_comments 
    33; Utility function, adapted from CMPRODUCT 
     4; 
     5; @param X 
     6; 
    47; 
    58; @version $Id$ 
     
    2831; cmapply_redim : Utility function, used to collect collaped dimensions 
    2932; 
     33; @param newarr 
     34; 
     35; 
     36; @param dimapply 
     37; 
     38; 
     39; @param dimkeep 
     40; 
     41; 
     42; @param nkeep 
     43; 
     44; 
     45; @param totcol 
     46; 
     47; 
     48; @param totkeep 
     49; 
     50; 
    3051; @todo seb 
    3152;- 
     
    109130; Array 
    110131; 
    111 ; @param OP {in}{required} 
     132; @param OP {in}{required}{type=string} 
    112133; The operation to perform, as a string.  May be upper or lower case. 
    113134; 
     
    116137; the user-defined function. 
    117138; 
    118 ; @param ARRAY {in}{required} 
     139; @param ARRAY {in}{required}{type=array}  
    119140; An array of values to be operated on. 
    120141; Must not be of type STRING (7) or STRUCTURE (8). 
    121142; 
    122 ; @param dimapply {in}{optional}{default=1 (ie, first dimension)} 
     143; @param dimapply {in}{optional}{default=1 (ie, first dimension)}{type=array} 
    123144; An array of dimensions that are to be "collapsed", where 
    124145; the the first dimension starts with 1 (ie, same convention 
     
    135156; precision (real or complex) then DOUBLE=1 is implied. 
    136157; 
    137 ; @keyword TYPE 
     158; @keyword TYPE {default=same as input type} 
    138159; Set this to the IDL code of the desired output type (refer 
    139160; to documentation of SIZE()).  Internal results will be 
    140161; rounded to the nearest integer if the output type is an 
    141162; integer type. 
    142 ; DEFAULT: same is input type 
    143163; 
    144164; @keyword FUNCTARGS 
     
    199219; @history Mar 1998, Written, CM 
    200220;   Changed usage message to not bomb, 24 Mar 2000, CM 
    201 ;   Signficant rewrite for *, MIN and MAX (inspired by Todd Clements 
     221;   Significant rewrite for *, MIN and MAX (inspired by Todd Clements 
    202222;     <Todd_Clements\@alumni.hmc.edu>); FOR loop indices are now type 
    203223;     LONG; copying terms are liberalized, CM, 22, Aug 2000 
Note: See TracChangeset for help on using the changeset viewer.