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

update documentation

Location:
trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS
Files:
43 edited

Legend:

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

    r321 r338  
    437437           
    438438          <h4>Version</h4><div class="preformat"> 
    439  $Id: bar_plot.pro 292 2007-09-24 13:23:37Z pinsard $ 
     439 $Id: bar_plot.pro 327 2007-12-13 16:22:35Z pinsard $ 
    440440</div> 
    441441          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/directory-overview.html

    r321 r338  
    9393       
    9494        <dt><a href="plt.html">plt.pro</a></dt> 
    95         <dd>  Draw horizontal graph (map) with <a href="/Applications/rsi/idl_6.3/help/online_help/CONTOUR.html">CONTOUR</a> procedure </dd> 
     95        <dd>  Draw horizontal graph (map) with <a href="/Applications/itt/idl64/help/online_help/CONTOUR.html">CONTOUR</a> procedure </dd> 
    9696       
    9797        <dt><a href="plt1d.html">plt1d.pro</a></dt> 
     
    123123       
    124124        <dt><a href="tvplus.html">tvplus.pro</a></dt> 
    125         <dd>  Enhanced version of <a href="/Applications/rsi/idl_6.3/help/online_help/TVSCL.html">TVSCL</a> </dd> 
     125        <dd>  Enhanced version of <a href="/Applications/itt/idl64/help/online_help/TVSCL.html">TVSCL</a> </dd> 
    126126       
    127127      </dl> 
  • 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> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/plt1d.html

    r321 r338  
    476476           
    477477          <h4>Version</h4><div class="preformat"> 
    478  $Id: plt1d.pro 297 2007-09-25 15:09:12Z pinsard $ 
     478 $Id: plt1d.pro 327 2007-12-13 16:22:35Z pinsard $ 
    479479</div> 
    480480          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/pltbase.html

    r321 r338  
    792792           
    793793          <h4>Version</h4><div class="preformat"> 
    794  $Id: pltbase.pro 296 2007-09-25 10:51:30Z pinsard $ 
     794 $Id: pltbase.pro 327 2007-12-13 16:22:35Z pinsard $ 
    795795</div> 
    796796          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/pltsc.html

    r321 r338  
    308308           
    309309          <h4>Version</h4><div class="preformat"> 
    310  $Id: pltsc.pro 297 2007-09-25 15:09:12Z pinsard $ 
     310 $Id: pltsc.pro 327 2007-12-13 16:22:35Z pinsard $ 
    311311</div> 
    312312          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/pltt.html

    r321 r338  
    693693            <div class="comments"> 
    694694 Activate this keyword to that the filling of contours be 
    695  precisely done between the min and the max specified letting values inferior at the 
    696  specified min and values superior at the specified max in white. 
     695 precisely done between the min and the max specified. Values inferior/superior at the 
     696 specified min/max are not filled. Note that max values a considered 
     697 as missing values so cells containing one or more corners with 
     698 values above max will have no contours drawn through them.   
    697699</div> 
    698700             
     
    750752           
    751753          <h4>Version</h4><div class="preformat"> 
    752  $Id: pltt.pro 299 2007-10-08 12:18:43Z smasson $ 
     754 $Id: pltt.pro 328 2007-12-13 19:27:11Z smasson $ 
    753755</div> 
    754756          <h4>History</h4><div class="preformat"> 
     
    773775           
    774776          <h4>Todo items</h4><div class="preformat">  
    775  seb: definition of parameters, L.426 à 427, L. 492 à 493</div> 
     777 seb: definition of parameters, L.426 à 427, L. 492 à 493 
     778</div> 
    776779           
    777780         
     
    788791          <h3>Statistics</h3> 
    789792          <table class="statistics"> 
    790             <tr><td>McCabe cyclic</td><td>          92</td></tr> 
     793            <tr><td>McCabe cyclic</td><td>          95</td></tr> 
    791794            <tr><td>McCabe essential</td><td>           8</td></tr> 
    792795            <tr><td>McCabe modular design</td><td>           1</td></tr> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/pltv.html

    r290 r338  
    104104        <div class="routine_details" id="_pltv"> 
    105105 
    106           <h2><a class="top" href="#container">top</a>pltv <span class="categories"> find a file 
     106          <h2><a class="top" href="#container">top</a>pltv <span class="categories">  
     107 find a file 
    107108 graphic 
    108109</span></h2> 
     
    347348         
    348349            <div class="comments"> 
    349  Used to pass keywords to <a href="../../..//ToBeReviewed/PLOTS/DIVERS/placedessin.html">placedessin</a>, <a href="/Applications/rsi/idl_6.3/help/online_help/TV.html">TV</a>, 
     350 Used to pass keywords to <a href="../../..//ToBeReviewed/PLOTS/DIVERS/placedessin.html">placedessin</a>, <a href="/Applications/itt/idl64/help/online_help/TV.html">TV</a>, 
    350351 <a href="../../..//ToBeReviewed/PLOTS/axe.html">axe</a>, <a href="../../..//ToBeReviewed/PLOTS/legende.html">legende</a>, <a href="../../..//ToBeReviewed/PLOTS/DIVERS/barrecouleur.html">barrecouleur</a>,  
    351352 <a href="../../..//ToBeReviewed/PLOTS/DIVERS/terminedessin.html">terminedessin</a> 
     
    360361           
    361362          <h4>Version</h4><div class="preformat"> 
    362  $Id: pltv.pro 286 2007-09-14 13:19:43Z smasson $ 
     363 $Id: pltv.pro 327 2007-12-13 16:22:35Z pinsard $ 
    363364</div> 
    364365          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/pltz.html

    r321 r338  
    618618            <div class="comments"> 
    619619 Activate this keyword to that the filling of contours be 
    620  precisely done between the min and the max specified letting values inferior at the 
    621  specified min and values superior at the specified max in white. 
     620 precisely done between the min and the max specified. Values inferior/superior at the 
     621 specified min/max are not filled. Note that max values a considered 
     622 as missing values so cells containing one or more corners with 
     623 values above max will have no contours drawn through them.   
    622624</div> 
    623625             
     
    700702           
    701703          <h4>Version</h4><div class="preformat"> 
    702  $Id: pltz.pro 299 2007-10-08 12:18:43Z smasson $ 
     704 $Id: pltz.pro 328 2007-12-13 19:27:11Z smasson $ 
    703705</div> 
    704706          <h4>History</h4><div class="preformat"> 
     
    730732          <h3>Statistics</h3> 
    731733          <table class="statistics"> 
    732             <tr><td>McCabe cyclic</td><td>          68</td></tr> 
     734            <tr><td>McCabe cyclic</td><td>          70</td></tr> 
    733735            <tr><td>McCabe essential</td><td>           3</td></tr> 
    734736            <tr><td>McCabe modular design</td><td>           1</td></tr> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/sbar_plot.html

    r321 r338  
    202202           
    203203          <h4>Version</h4><div class="preformat"> 
    204  $Id: sbar_plot.pro 296 2007-09-25 10:51:30Z pinsard $ 
     204 $Id: sbar_plot.pro 327 2007-12-13 16:22:35Z pinsard $ 
    205205</div> 
    206206          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/scontour.html

    r321 r338  
    207207           
    208208          <h4>Version</h4><div class="preformat"> 
    209  $Id: scontour.pro 296 2007-09-25 10:51:30Z pinsard $ 
     209 $Id: scontour.pro 327 2007-12-13 16:22:35Z pinsard $ 
    210210</div> 
    211211          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/splot.html

    r321 r338  
    194194           
    195195          <h4>Version</h4><div class="preformat"> 
    196  $Id: splot.pro 296 2007-09-25 10:51:30Z pinsard $ 
     196 $Id: splot.pro 327 2007-12-13 16:22:35Z pinsard $ 
    197197</div> 
    198198          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/tvplus.html

    r321 r338  
    8888 
    8989      <div id="file_comments"> 
    90  Enhanced version of <a href="/Applications/rsi/idl_6.3/help/online_help/TVSCL.html">TVSCL</a> 
     90 Enhanced version of <a href="/Applications/itt/idl64/help/online_help/TVSCL.html">TVSCL</a> 
    9191</div> 
    9292 
     
    349349         
    350350            <div class="comments"> 
    351  Used to pass keywords to <a href="/Applications/rsi/idl_6.3/help/online_help/TV.html">TV</a>, 
    352  <a href="/Applications/rsi/idl_6.3/help/online_help/PLOT.html">PLOT</a>, 
     351 Used to pass keywords to <a href="/Applications/itt/idl64/help/online_help/TV.html">TV</a>, 
     352 <a href="/Applications/itt/idl64/help/online_help/PLOT.html">PLOT</a>, 
    353353 <a href="../../..//Colors/colorbar.html">colorbar</a> 
    354354</div> 
     
    362362           
    363363          <h4>Version</h4><div class="preformat"> 
    364  $Id: tvplus.pro 296 2007-09-25 10:51:30Z pinsard $ 
     364 $Id: tvplus.pro 327 2007-12-13 16:22:35Z pinsard $ 
    365365</div> 
    366366          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/addaxe.html

    r249 r338  
    194194           
    195195          <h4>Version</h4><div class="preformat"> 
    196  $Id: addaxe.pro 237 2007-03-26 15:37:03Z pinsard $ 
     196 $Id: addaxe.pro 327 2007-12-13 16:22:35Z pinsard $ 
    197197</div> 
    198198          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/autoscale.html

    r290 r338  
    163163         
    164164          <div class="comments"> 
    165  the contour interval. Use it in <a href="/Applications/rsi/idl_6.3/help/online_help/CONTOUR.html">CONTOUR</a> with the  
     165 the contour interval. Use it in <a href="/Applications/itt/idl64/help/online_help/CONTOUR.html">CONTOUR</a> with the  
    166166 keyword LEVEL. 
    167167</div> 
     
    176176           
    177177          <h4>Version</h4><div class="preformat"> 
    178  $Id: autoscale.pro 237 2007-03-26 15:37:03Z pinsard $ 
     178 $Id: autoscale.pro 325 2007-12-06 10:04:53Z pinsard $ 
    179179</div> 
    180180          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/axis4pltz.html

    r249 r338  
    322322           
    323323          <h4>Version</h4><div class="preformat"> 
    324  $Id: axis4pltz.pro 237 2007-03-26 15:37:03Z pinsard $ 
     324 $Id: axis4pltz.pro 327 2007-12-13 16:22:35Z pinsard $ 
    325325</div> 
    326326          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/barrecouleur.html

    r249 r338  
    332332           
    333333          <h4>Version</h4><div class="preformat"> 
    334  $Id: barrecouleur.pro 237 2007-03-26 15:37:03Z pinsard $ 
     334 $Id: barrecouleur.pro 327 2007-12-13 16:22:35Z pinsard $ 
    335335</div> 
    336336          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/checkfield.html

    r321 r338  
    221221           
    222222          <h4>Version</h4><div class="preformat"> 
    223  $Id: checkfield.pro 297 2007-09-25 15:09:12Z pinsard $ 
     223 $Id: checkfield.pro 327 2007-12-13 16:22:35Z pinsard $ 
    224224</div> 
    225225          <h4>History</h4><div class="preformat"> 
     
    352352           
    353353          <h4>Version</h4><div class="preformat"> 
    354  $Id: checkfield.pro 297 2007-09-25 15:09:12Z pinsard $ 
     354 $Id: checkfield.pro 327 2007-12-13 16:22:35Z pinsard $ 
    355355</div> 
    356356          <h4>History</h4><div class="preformat"> 
     
    483483           
    484484          <h4>Version</h4><div class="preformat"> 
    485  $Id: checkfield.pro 297 2007-09-25 15:09:12Z pinsard $ 
     485 $Id: checkfield.pro 327 2007-12-13 16:22:35Z pinsard $ 
    486486</div> 
    487487          <h4>History</h4><div class="preformat"> 
     
    686686           
    687687          <h4>Version</h4><div class="preformat"> 
    688  $Id: checkfield.pro 297 2007-09-25 15:09:12Z pinsard $ 
     688 $Id: checkfield.pro 327 2007-12-13 16:22:35Z pinsard $ 
    689689</div> 
    690690          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/checktypeminmax.html

    r249 r338  
    386386           
    387387          <h4>Version</h4><div class="preformat"> 
    388  $Id: checktypeminmax.pro 232 2007-03-20 16:59:36Z pinsard $ 
     388 $Id: checktypeminmax.pro 327 2007-12-13 16:22:35Z pinsard $ 
    389389</div> 
    390390          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/determineminmax.html

    r290 r338  
    308308           
    309309          <h4>Version</h4><div class="preformat"> 
    310  $Id: determineminmax.pro 262 2007-08-21 14:19:32Z pinsard $ 
     310 $Id: determineminmax.pro 327 2007-12-13 16:22:35Z pinsard $ 
    311311</div> 
    312312          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/givewindowsize.html

    r249 r338  
    124124           
    125125          <h4>Version</h4><div class="preformat"> 
    126  $Id: givewindowsize.pro 232 2007-03-20 16:59:36Z pinsard $ 
     126 $Id: givewindowsize.pro 325 2007-12-06 10:04:53Z pinsard $ 
    127127</div> 
    128128          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/meridienparallele.html

    r249 r338  
    144144           
    145145          <h4>Version</h4><div class="preformat"> 
    146  $Id: meridienparallele.pro 231 2007-03-19 17:15:51Z pinsard $ 
     146 $Id: meridienparallele.pro 325 2007-12-06 10:04:53Z pinsard $ 
    147147</div> 
    148148          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/placecolor.html

    r249 r338  
    169169           
    170170          <h4>Version</h4><div class="preformat"> 
    171  $Id: placecolor.pro 237 2007-03-26 15:37:03Z pinsard $ 
     171 $Id: placecolor.pro 327 2007-12-13 16:22:35Z pinsard $ 
    172172</div> 
    173173          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/placedessin.html

    r321 r338  
    552552           
    553553          <h4>Version</h4><div class="preformat"> 
    554  $Id: placedessin.pro 297 2007-09-25 15:09:12Z pinsard $ 
     554 $Id: placedessin.pro 327 2007-12-13 16:22:35Z pinsard $ 
    555555</div> 
    556556          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/projsegment.html

    r249 r338  
    194194           
    195195          <h4>Version</h4><div class="preformat"> 
    196  $Id: projsegment.pro 231 2007-03-19 17:15:51Z pinsard $ 
     196 $Id: projsegment.pro 327 2007-12-13 16:22:35Z pinsard $ 
    197197</div> 
    198198          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/restoreatt.html

    r290 r338  
    146146           
    147147          <h4>Version</h4><div class="preformat"> 
    148  $Id: restoreatt.pro 237 2007-03-26 15:37:03Z pinsard $ 
     148 $Id: restoreatt.pro 325 2007-12-06 10:04:53Z pinsard $ 
    149149</div> 
    150150          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/rotation.html

    r249 r338  
    202202           
    203203          <h4>Version</h4><div class="preformat"> 
    204  $Id: rotation.pro 231 2007-03-19 17:15:51Z pinsard $ 
     204 $Id: rotation.pro 325 2007-12-06 10:04:53Z pinsard $ 
    205205</div> 
    206206          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/saveatt.html

    r249 r338  
    127127           
    128128          <h4>Version</h4><div class="preformat"> 
    129  $Id: saveatt.pro 231 2007-03-19 17:15:51Z pinsard $ 
     129 $Id: saveatt.pro 325 2007-12-06 10:04:53Z pinsard $ 
    130130</div> 
    131131          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/terminedessin.html

    r249 r338  
    185185           
    186186          <h4>Version</h4><div class="preformat"> 
    187  $Id: terminedessin.pro 237 2007-03-26 15:37:03Z pinsard $ 
     187 $Id: terminedessin.pro 327 2007-12-13 16:22:35Z pinsard $ 
    188188</div> 
    189189          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/LABEL/label.html

    r249 r338  
    268268           
    269269          <h4>Version</h4><div class="preformat"> 
    270  $Id: label.pro 226 2007-03-16 09:22:26Z pinsard $ 
     270 $Id: label.pro 327 2007-12-13 16:22:35Z pinsard $ 
    271271</div> 
    272272          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/LABEL/label_date.html

    r249 r338  
    276276           
    277277          <h4>Version</h4><div class="preformat"> 
    278  $Id: label_date.pro 163 2006-08-29 12:59:46Z navarro $ 
     278 $Id: label_date.pro 327 2007-12-13 16:22:35Z pinsard $ 
    279279</div> 
    280280          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/LABEL/label_gmt.html

    r249 r338  
    231231           
    232232          <h4>Version</h4><div class="preformat"> 
    233  $Id: label_gmt.pro 240 2007-03-28 12:17:24Z pinsard $</div> 
     233 $Id: label_gmt.pro 325 2007-12-06 10:04:53Z pinsard $ 
     234</div> 
    234235          <h4>History</h4><div class="preformat"> 
    235236</div> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/LABEL/lataxe.html

    r249 r338  
    176176           
    177177          <h4>Version</h4><div class="preformat"> 
    178  $Id: lataxe.pro 157 2006-08-21 09:01:50Z navarro $ 
     178 $Id: lataxe.pro 325 2007-12-06 10:04:53Z pinsard $ 
    179179</div> 
    180180          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/LABEL/lonaxe.html

    r249 r338  
    176176           
    177177          <h4>Version</h4><div class="preformat"> 
    178  $Id: lonaxe.pro 157 2006-08-21 09:01:50Z navarro $ 
     178 $Id: lonaxe.pro 325 2007-12-06 10:04:53Z pinsard $ 
    179179</div> 
    180180          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/VECTEUR/ajoutvect.html

    r321 r338  
    225225           
    226226          <h4>Version</h4><div class="preformat"> 
    227  $Id: ajoutvect.pro 297 2007-09-25 15:09:12Z pinsard $ 
     227 $Id: ajoutvect.pro 327 2007-12-13 16:22:35Z pinsard $ 
    228228</div> 
    229229          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/VECTEUR/vecteur.html

    r321 r338  
    155155            </h4> 
    156156         
    157           <div class="comments"> 
     157          <div class="comments">  
    158158</div> 
    159159             
     
    168168           
    169169          <h4>Version</h4><div class="preformat"> 
    170  $Id: vecteur.pro 297 2007-09-25 15:09:12Z pinsard $</div> 
     170 $Id: vecteur.pro 327 2007-12-13 16:22:35Z pinsard $ 
     171</div> 
    171172          <h4>History</h4><div class="preformat"> 
    172173</div> 
     
    268269           
    269270          <h4>Version</h4><div class="preformat"> 
    270  $Id: vecteur.pro 297 2007-09-25 15:09:12Z pinsard $</div> 
     271 $Id: vecteur.pro 327 2007-12-13 16:22:35Z pinsard $ 
     272</div> 
    271273          <h4>History</h4><div class="preformat"> 
    272274</div> 
     
    361363         
    362364          <div class="comments"> 
    363  
    364365</div> 
    365366             
     
    549550           
    550551          <h4>Version</h4><div class="preformat"> 
    551  $Id: vecteur.pro 297 2007-09-25 15:09:12Z pinsard $ 
     552 $Id: vecteur.pro 327 2007-12-13 16:22:35Z pinsard $ 
    552553</div> 
    553554          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/VECTEUR/velovect.html

    r290 r338  
    108108 
    109109          <h2><a class="top" href="#container">top</a>velovect <span class="categories"> 
    110  Plotting, two-dimensional. 
     110 Plotting, two-dimensional 
    111111</span></h2> 
    112112         
     
    331331           
    332332          <h4>Version</h4><div class="preformat"> 
    333  $Id: velovect.pro 262 2007-08-21 14:19:32Z pinsard $ 
     333 $Id: velovect.pro 327 2007-12-13 16:22:35Z pinsard $ 
    334334</div> 
    335335          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/axe.html

    r321 r338  
    246246         
    247247            <div class="comments"> 
    248  =2 to use %Z format (2 digits) to code years 
    249  instead of %Y format. See help of label_date for more 
    250  information on %Z and %Y. 
     248 =2 to use %Z format (2 digits) to code years instead of %Y format. 
     249 See <a href="../..//ToBeReviewed/PLOTS/LABEL/label_date.html">label_date</a> for more information on %Z and %Y. 
    251250</div> 
    252251             
     
    272271           
    273272          <h4>Version</h4><div class="preformat"> 
    274  $Id: axe.pro 296 2007-09-25 10:51:30Z pinsard $ 
     273 $Id: axe.pro 327 2007-12-13 16:22:35Z pinsard $ 
    275274</div> 
    276275          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/legende.html

    r249 r338  
    303303           
    304304          <h4>Version</h4><div class="preformat"> 
    305  $Id: legende.pro 231 2007-03-19 17:15:51Z pinsard $ 
     305 $Id: legende.pro 327 2007-12-13 16:22:35Z pinsard $ 
    306306</div> 
    307307          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/plotsym.html

    r290 r338  
    239239         
    240240            <div class="comments"> 
    241  Used to pass keywords to <a href="/Applications/rsi/idl_6.3/help/online_help/USERSYM.html">USERSYM</a>. 
     241 Used to pass keywords to <a href="/Applications/itt/idl64/help/online_help/USERSYM.html">USERSYM</a>. 
    242242 These are thick, color and fill. 
    243243</div> 
     
    249249           
    250250          <h4>Version</h4><div class="preformat"> 
    251  $Id: plotsym.pro 262 2007-08-21 14:19:32Z pinsard $ 
     251 $Id: plotsym.pro 325 2007-12-06 10:04:53Z pinsard $ 
    252252</div> 
    253253          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/reinitplt.html

    r290 r338  
    220220           
    221221          <h4>Version</h4><div class="preformat"> 
    222  $Id: reinitplt.pro 262 2007-08-21 14:19:32Z pinsard $ 
     222 $Id: reinitplt.pro 325 2007-12-06 10:04:53Z pinsard $ 
    223223</div> 
    224224          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/style.html

    r321 r338  
    214214           
    215215          <h4>Version</h4><div class="preformat"> 
    216  $Id: style.pro 299 2007-10-08 12:18:43Z smasson $ 
     216 $Id: style.pro 325 2007-12-06 10:04:53Z pinsard $ 
    217217</div> 
    218218          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/symbols.html

    r290 r338  
    194194           
    195195          <h4>Version</h4><div class="preformat"> 
    196  $Id: symbols.pro 262 2007-08-21 14:19:32Z pinsard $ 
     196 $Id: symbols.pro 325 2007-12-06 10:04:53Z pinsard $ 
    197197</div> 
    198198          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.