Ignore:
Timestamp:
09/21/07 10:14:31 (17 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Matrix/cmapply.html

    r249 r290  
    159159          <dd> </dd>     
    160160           
    161           <dt><p><a href="#_cmapply"><span class="result">result = </span>cmapply(<span class="result">op, array[, dimapply]</span>, double=<span class="result">double</span>, type=<span class="result">type</span>, functargs=<span class="result">functargs</span>, nocatch=<span class="result">nocatch</span>)</a></p><dt> 
     161          <dt><p><a href="#_cmapply"><span class="result">result = </span>cmapply(<span class="result">op, array[, dimapply]</span>, DOUBLE=<span class="result">DOUBLE</span>, TYPE=<span class="result">TYPE</span>, FUNCTARGS=<span class="result">FUNCTARGS</span>, NOCATCH=<span class="result">NOCATCH</span>)</a></p><dt> 
    162162          <dd> </dd>     
    163163                 
     
    208208           
    209209          <h4>Version</h4><div class="preformat"> 
    210  $Id: cmapply.pro 238 2007-03-27 13:43:18Z pinsard $ 
     210 $Id: cmapply.pro 262 2007-08-21 14:19:32Z pinsard $ 
    211211</div> 
    212212           
     
    383383         
    384384          <p class="header"> 
    385             <span class="result">result = </span>cmapply(<span class="result"><a href="#_cmapply_param_op">op</a>, <a href="#_cmapply_param_array">array</a>[, <a href="#_cmapply_param_dimapply">dimapply</a>]</span>, <a href="#_cmapply_keyword_double">double</a>=<span class="result">double</span>, <a href="#_cmapply_keyword_type">type</a>=<span class="result">type</span>, <a href="#_cmapply_keyword_functargs">functargs</a>=<span class="result">functargs</span>, <a href="#_cmapply_keyword_nocatch">nocatch</a>=<span class="result">nocatch</span>)</p> 
     385            <span class="result">result = </span>cmapply(<span class="result"><a href="#_cmapply_param_op">op</a>, <a href="#_cmapply_param_array">array</a>[, <a href="#_cmapply_param_dimapply">dimapply</a>]</span>, <a href="#_cmapply_keyword_DOUBLE">DOUBLE</a>=<span class="result">DOUBLE</span>, <a href="#_cmapply_keyword_TYPE">TYPE</a>=<span class="result">TYPE</span>, <a href="#_cmapply_keyword_FUNCTARGS">FUNCTARGS</a>=<span class="result">FUNCTARGS</span>, <a href="#_cmapply_keyword_NOCATCH">NOCATCH</a>=<span class="result">NOCATCH</span>)</p> 
    386386         
    387387          <div class="comments"> 
     
    463463            <h3>Keywords</h3> 
    464464             
    465             <h4 id="_cmapply_keyword_double">double&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     465            <h4 id="_cmapply_keyword_DOUBLE">DOUBLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    466466               
    467467               
     
    480480</div> 
    481481             
    482             <h4 id="_cmapply_keyword_type">type&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     482            <h4 id="_cmapply_keyword_TYPE">TYPE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    483483               
    484484               
     
    493493            <div class="comments"> 
    494494 Set this to the IDL code of the desired output type (refer 
    495  to documentation of <proidl>SIZE</proidl>()). Internal results will be 
     495 to documentation of <a href="/Applications/rsi/idl_6.3/help/online_help/SIZE.html">SIZE</a>). Internal results will be 
    496496 rounded to the nearest integer if the output type is an 
    497497 integer type. 
    498498</div> 
    499499             
    500             <h4 id="_cmapply_keyword_functargs">functargs&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     500            <h4 id="_cmapply_keyword_FUNCTARGS">FUNCTARGS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    501501               
    502502               
     
    518518</div> 
    519519             
    520             <h4 id="_cmapply_keyword_nocatch">nocatch&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     520            <h4 id="_cmapply_keyword_NOCATCH">NOCATCH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    521521               
    522522               
     
    535535          <h3>Examples</h3><div class="preformat"> 
    536536 
    537    First example:  Shows how CMAPPLY can be used to total the second dimension of the 
    538    array called IN.  This is equivalent to OUT = TOTAL(IN, 2) 
     537   First example:   
     538   Shows how <a href="..//Matrix/cmapply.html">cmapply</a> can be used to total the second dimension of  
     539   the array called IN. This is equivalent to OUT = TOTAL(IN, 2) 
    539540 
    540541   IDL> IN  = INDGEN(5,5) 
     
    577578           
    578579          <h4>Version</h4><div class="preformat"> 
    579  $Id: cmapply.pro 238 2007-03-27 13:43:18Z pinsard $ 
     580 $Id: cmapply.pro 262 2007-08-21 14:19:32Z pinsard $ 
    580581</div> 
    581582          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.