Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/Computation/norm.html

    r338 r402  
    4646  <tr> 
    4747    <td width="10%"> 
    48 <a href="grad.html"><img src="./../prev.gif" border="0" alt="Previous"></a></td> 
     48<a href="msf.html"><img src="./../prev.gif" border="0" alt="Previous"></a></td> 
    4949    <td width="80%" align="center" valign="center"> 
    5050<font size=-1><i>SAXO Documentation Assistant</i>: <a href="./../home.html">Overview</a></font></td> 
     
    8080 
    8181    <h3>Return value</h3> 
    82  A 2D (xy), 3D (xyz or yt), 4D (xyzt) Array 
     82 a 2D (xy), 3D (xyz or yt), 4D (xyzt) array 
    8383 
    8484 
     
    121121     
    122122 Matrix representing the meridional coordinates (at V/U point) of a field of vectors 
    123  A 2D (xy), 3D (xyz or yt), 4D (xyzt) or a structure readable by 
     123 A 2D (xy), 3D (xyz or yt), 4D (xyzt) array or a structure readable by 
    124124 <a href="..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> and containing a 2D (xy), 3D (xyz or yt), 4D (xyzt) array. 
    125125 Note that the dimension of the array must suit the domain dimension. 
     
    168168 
    169169    <h3>Examples</h3><pre> 
     170 
    170171 To calculate the average of the norm of streams on all the domain 
    171172 between 0 and 50: 
    172       IDL> domdef, 0, 50 
    173       IDL> res = norm(un, vn, dir = 'xyz') 
     173   IDL> domdef, 0, 50 
     174   IDL> res = norm(un, vn, dir = 'xyz') 
    174175 
    175176    </pre><h3>Version history</h3> 
    176177     
    177178    <h4>Version</h4> 
    178  $Id: norm.pro 327 2007-12-13 16:22:35Z pinsard $ 
     179 $Id: norm.pro 371 2008-08-07 09:32:02Z pinsard $ 
    179180 
    180181    <h4>History</h4> 
     
    208209     
    209210    <h4>Uses routines</h4> 
    210  cm_4mesh 
    211  cm_4data 
    212  cm_4cal 
     211 <a href="..//Commons/cm_4mesh.html">cm_4mesh</a> 
     212 <a href="..//Commons/cm_4data.html">cm_4data</a> 
     213 <a href="..//Commons/cm_4cal.html">cm_4cal</a> 
    213214 
    214215     
Note: See TracChangeset for help on using the changeset viewer.