Ignore:
Timestamp:
03/20/08 23:06:02 (16 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/plt.html

    r321 r338  
    8888 
    8989      <div id="file_comments"> 
    90  Draw horizontal graph (map) with <a href="/Applications/rsi/idl_6.3/help/online_help/CONTOUR.html">CONTOUR</a> procedure 
     90 Draw horizontal graph (map) with <a href="/Applications/itt/idl64/help/online_help/CONTOUR.html">CONTOUR</a> procedure 
    9191</div> 
    9292 
     
    469469 We use it when we want to do a projection. 
    470470 This keyword can be of two types: 
    471      MAP=[P0lat,P0lon,Rot]. For the description of these 3 values (see the online help of <a href="/Applications/rsi/idl_6.3/help/online_help/MAP_SET.html">MAP_SET</a>). 
     471     MAP=[P0lat,P0lon,Rot]. For the description of these 3 values (see the online help of <a href="/Applications/itt/idl64/help/online_help/MAP_SET.html">MAP_SET</a>). 
    472472     /MAP: In this case, map is automatically calculated have the value: 
    473473          map = [0, (lon1+lon2)/2., 0] 
     
    622622            <div class="comments"> 
    623623 Activate this keyword to that the filling of contours be 
    624  precisely done between the min and the max specified letting values inferior at the 
    625  specified min and values superior at the specified max in white. 
     624 precisely done between the min and the max specified. Values inferior/superior at the 
     625 specified min/max are not filled. Note that max values a considered 
     626 as missing values so cells containing one or more corners with 
     627 values above max will have no contours drawn through them.   
    626628</div> 
    627629             
     
    669671         
    670672            <div class="comments"> 
    671  Corresponds to LABEL keyword of <a href="/Applications/rsi/idl_6.3/help/online_help/MAP_SET.html">MAP_SET</a>. 
     673 Corresponds to LABEL keyword of <a href="/Applications/itt/idl64/help/online_help/MAP_SET.html">MAP_SET</a>. 
    672674</div> 
    673675             
     
    693695           
    694696          <h4>Version</h4><div class="preformat"> 
    695  $Id: plt.pro 299 2007-10-08 12:18:43Z smasson $ 
     697 $Id: plt.pro 328 2007-12-13 19:27:11Z smasson $ 
    696698</div> 
    697699          <h4>History</h4><div class="preformat"> 
     
    723725          <h3>Statistics</h3> 
    724726          <table class="statistics"> 
    725             <tr><td>McCabe cyclic</td><td>          81</td></tr> 
     727            <tr><td>McCabe cyclic</td><td>          83</td></tr> 
    726728            <tr><td>McCabe essential</td><td>           3</td></tr> 
    727729            <tr><td>McCabe modular design</td><td>           1</td></tr> 
Note: See TracChangeset for help on using the changeset viewer.