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_assistant_output/Interpolation/lbcorca.html

    r249 r290  
    7575</font></h2> 
    7676 
    77       <p><font face="Courier"><i>result = </i>lbcorca(<i><a href="#_lbcorca_keyword_arr">arr</a>, <a href="#_lbcorca_keyword_grid">grid</a>[, <a href="#_lbcorca_keyword_psign">psign</a>]</i>[, <a href="#_lbcorca_keyword_verbose">verbose</a>=<i>0 or 1</i>][, <a href="#_lbcorca_keyword_correction">correction</a>=<i>0 or 1</i>])</font></p> 
     77      <p><font face="Courier"><i>result = </i>lbcorca(<i><a href="#_lbcorca_keyword_arr">arr</a>, <a href="#_lbcorca_keyword_grid">grid</a>[, <a href="#_lbcorca_keyword_psign">psign</a>]</i>[, <a href="#_lbcorca_keyword_VERBOSE">VERBOSE</a>=<i>0 or 1</i>][, <a href="#_lbcorca_keyword_CORRECTION">CORRECTION</a>=<i>0 or 1</i>])</font></p> 
    7878 
    7979     
     
    143143 
    144144     
    145     <a name="#_lbcorca_keyword_verbose"></a> 
    146     <h4>verbose&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     145    <a name="#_lbcorca_keyword_VERBOSE"></a> 
     146    <h4>VERBOSE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    147147       
    148148       
     
    159159 
    160160     
    161     <a name="#_lbcorca_keyword_correction"></a> 
    162     <h4>correction&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     161    <a name="#_lbcorca_keyword_CORRECTION"></a> 
     162    <h4>CORRECTION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    163163       
    164164       
     
    178178 
    179179    <h3>Examples</h3><pre> 
     180    IDL> @tst_initorca2 
     181    IDL> a = dist(jpiglo, jpjglo) 
     182    IDL> print, lbcorca(a, 'T') 
     183    IDL> dummy = lbcorca(a, 'T', /correction) 
     184    IDL> print, lbcorca(a, 'T') 
     185 
    180186    </pre><h3>Version history</h3> 
    181187     
    182188    <h4>Version</h4> 
    183  $Id: lbcorca.pro 247 2007-05-29 08:58:52Z smasson $ 
     189 $Id: lbcorca.pro 262 2007-08-21 14:19:32Z pinsard $ 
    184190 
    185191    <h4>History</h4> 
     192    Mai 2007: Creation, smasson@locean-ipsl.upmc.fr 
     193 
    186194     
    187195 
Note: See TracChangeset for help on using the changeset viewer.