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

update documentation

Location:
trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed
Files:
118 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/depth2floatlevel.html

    r338 r402  
    8888 
    8989      <div id="file_comments"> 
    90  Rather comparable to depth2level but here, the calculated level is in float. 
     90 Rather comparable to <a href="../..//ToBeReviewed/CALCULS/depth2level.html">depth2level</a> but here, the calculated level  
     91 is in float. 
    9192 For example, the level 5.4 correspond to a depth equal 
    9293 to gdep[5]+.4*(gdep[6]-gdep[5]) 
     
    164165 
    165166          <h3>Examples</h3><div class="preformat"> 
    166     IDL> a=(jpk-1)/(1.*jpi*jpj)*findgen(jpi,jpj) 
    167     IDL> plt, 1e6*(a-floatlevel2depth(depth2floatlevel(a))),/nocontour 
     167 
     168   IDL> a=(jpk-1)/(1.*jpi*jpj)*findgen(jpi,jpj) 
     169   IDL> plt, 1e6*(a-floatlevel2depth(depth2floatlevel(a))),/nocontour 
    168170 
    169171  ->champ nul a 1e-6 pres 
     
    172174           
    173175          <h4>Version</h4><div class="preformat"> 
    174  $Id: depth2floatlevel.pro 327 2007-12-13 16:22:35Z pinsard $ 
     176 $Id: depth2floatlevel.pro 371 2008-08-07 09:32:02Z pinsard $ 
    175177</div> 
    176178          <h4>History</h4><div class="preformat"> 
     
    192194           
    193195          <h4>Uses routines</h4><div class="preformat"> 
    194  common.pro 
     196 <a href="../..//Obsolete/common.html">common</a> 
    195197</div> 
    196198           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/depth2level.html

    r338 r402  
    223223           
    224224          <h4>Version</h4><div class="preformat"> 
    225  $Id: depth2level.pro 327 2007-12-13 16:22:35Z pinsard $</div> 
     225 $Id: depth2level.pro 370 2008-08-07 07:59:15Z pinsard $</div> 
    226226          <h4>History</h4><div class="preformat"> 
    227227 Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    245245           
    246246          <h4>Uses routines</h4><div class="preformat"> 
    247  common.pro 
     247 <a href="../..//Obsolete/common.html">common</a> 
    248248</div> 
    249249           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/depth2mask.html

    r338 r402  
    166166           
    167167          <h4>Version</h4><div class="preformat"> 
    168  $Id: depth2mask.pro 327 2007-12-13 16:22:35Z pinsard $ 
     168 $Id: depth2mask.pro 370 2008-08-07 07:59:15Z pinsard $ 
    169169</div> 
    170170          <h4>History</h4><div class="preformat"> 
     
    184184           
    185185          <h4>Uses routines</h4><div class="preformat"> 
    186  common.pro 
     186 <a href="../..//Obsolete/common.html">common</a> 
    187187</div> 
    188188           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/determ2.html

    r338 r402  
    192192 
    193193          <h3>Examples</h3><div class="preformat"> 
    194  IDL> a=findgen(2,2,5) 
    195  IDL> print, determ2(a) 
    196  IDL> FOR i=0,4 DO print, determ(a[*,*,i]) 
     194 
     195   IDL> a=findgen(2,2,5) 
     196   IDL> print, determ2(a) 
     197   IDL> FOR i=0,4 DO print, determ(a[*,*,i]) 
    197198</div> 
    198199          <h3>Version history</h3> 
    199200           
    200201          <h4>Version</h4><div class="preformat"> 
    201  $Id: determ2.pro 325 2007-12-06 10:04:53Z pinsard $ 
     202 $Id: determ2.pro 371 2008-08-07 09:32:02Z pinsard $ 
    202203</div> 
    203204          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/determ3.html

    r249 r402  
    273273 
    274274          <h3>Examples</h3><div class="preformat"> 
    275  a=findgen(3,3,5) 
    276  print, determ3(a^2) 
    277  FOR i=0,4 DO print, determ((a[*,*,i])^2) ; IDL solution 
     275  
     276   IDL> a=findgen(3,3,5) 
     277   IDL> print, determ3(a^2) 
     278   IDL> FOR i=0,4 DO print, determ((a[*,*,i])^2) 
    278279</div> 
    279280          <h3>Version history</h3> 
    280281           
    281282          <h4>Version</h4><div class="preformat"> 
    282  $Id: determ3.pro 231 2007-03-19 17:15:51Z pinsard $ 
     283 $Id: determ3.pro 371 2008-08-07 09:32:02Z pinsard $ 
    283284</div> 
    284285          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/directory-overview.html

    r321 r402  
    9090       
    9191        <dt><a href="depth2floatlevel.html">depth2floatlevel.pro</a></dt> 
    92         <dd>  Rather comparable to depth2level but here, the calculated level is in float.</dd> 
     92        <dd>  Rather comparable to <a href="../..//ToBeReviewed/CALCULS/depth2level.html">depth2level</a> but here, the calculated level  is in float.</dd> 
    9393       
    9494        <dt><a href="depth2level.html">depth2level.pro</a></dt> 
     
    117117       
    118118        <dt><a href="level2depth.html">level2depth.pro</a></dt> 
    119         <dd>  Allows to pass from a 2d level array to a 2d depth array corresponding to these levels </dd> 
     119        <dd>  Allows to pass from a 2d level array to a 2d depth array corresponding to   these levels </dd> 
    120120       
    121121        <dt><a href="level2index.html">level2index.pro</a></dt> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/floatlevel2depth.html

    r338 r402  
    163163 
    164164          <h3>Examples</h3><div class="preformat"> 
    165     IDL> a=gdept[jpk-1]/(1.*jpi*jpj)*findgen(jpi,jpj) 
    166     IDL> plt, 1e6*(a-floatlevel2depth(depth2floatlevel(a))),/nocontour 
     165   IDL> a=gdept[jpk-1]/(1.*jpi*jpj)*findgen(jpi,jpj) 
     166   IDL> plt, 1e6*(a-floatlevel2depth(depth2floatlevel(a))),/nocontour 
    167167 
    168168  ->null field at 1e-6 pres 
     
    171171           
    172172          <h4>Version</h4><div class="preformat"> 
    173  $Id: floatlevel2depth.pro 327 2007-12-13 16:22:35Z pinsard $ 
     173 $Id: floatlevel2depth.pro 371 2008-08-07 09:32:02Z pinsard $ 
    174174</div> 
    175175          <h4>History</h4><div class="preformat"> 
     
    189189           
    190190          <h4>Uses routines</h4><div class="preformat"> 
    191  common.pro 
     191 <a href="../..//Obsolete/common.html">common</a> 
    192192</div> 
    193193           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/grossemoyenne.html

    r338 r402  
    115115</div> 
    116116 
    117            
     117          <h3>Return value</h3><div class="preformat"> 
     118 an array 
     119</div> 
    118120 
    119121           
     
    133135         
    134136          <div class="comments"> 
    135  3 or 4d field 
     137 3d or 4d field 
    136138</div> 
    137139             
     
    283285            <div class="comments"> 
    284286 to force to perform first temporal 
    285  mean even if nan is activated (see SPATIALFIRST explanations...) 
     287 mean even if NAN is activated (see SPATIALFIRST explanations...) 
    286288</div> 
    287289             
     
    305307           
    306308          <h4>Version</h4><div class="preformat"> 
    307  $Id: grossemoyenne.pro 327 2007-12-13 16:22:35Z pinsard $ 
     309 $Id: grossemoyenne.pro 378 2008-08-12 12:35:46Z pinsard $ 
    308310</div> 
    309311          <h4>History</h4><div class="preformat"> 
     
    330332           
    331333          <h4>Uses routines</h4><div class="preformat"> 
    332  result:un tableau 
    333  common 
     334 <a href="../..//Obsolete/common.html">common</a> 
    334335 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    335336</div> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/hdyn.html

    r338 r402  
    268268           
    269269          <h4>Version</h4><div class="preformat"> 
    270  $Id: hdyn.pro 327 2007-12-13 16:22:35Z pinsard $ 
     270 $Id: hdyn.pro 370 2008-08-07 07:59:15Z pinsard $ 
    271271</div> 
    272272          <h4>History</h4><div class="preformat"> 
     
    292292           
    293293          <h4>Uses routines</h4><div class="preformat"> 
    294  common.pro 
     294 <a href="../..//Obsolete/common.html">common</a> 
    295295</div> 
    296296           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/level2depth.html

    r338 r402  
    8888 
    8989      <div id="file_comments"> 
    90  Allows to pass from a 2d level array to a 2d depth array corresponding to these levels 
     90 Allows to pass from a 2d level array to a 2d depth array corresponding to  
     91 these levels 
    9192</div> 
    9293 
     
    134135         
    135136          <div class="comments"> 
    136  2d level array of sill levels (or a structure respecting <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> criterions) 
     137 2d level array of sill levels (or a structure respecting <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a>  
     138 criterions) 
    137139</div> 
    138140             
     
    165167           
    166168          <h4>Version</h4><div class="preformat"> 
    167  $Id: level2depth.pro 327 2007-12-13 16:22:35Z pinsard $ 
     169 $Id: level2depth.pro 370 2008-08-07 07:59:15Z pinsard $ 
    168170</div> 
    169171          <h4>History</h4><div class="preformat"> 
     
    184186           
    185187          <h4>Uses routines</h4><div class="preformat"> 
    186  common.pro 
     188 <a href="../..//Obsolete/common.html">common</a> 
    187189</div> 
    188190           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/level2index.html

    r338 r402  
    9191 has been extract from a level specified by the 2d level array (typically, 
    9292 we want to obtain the salinity along an isopycn we have repered by its level). 
    93  level2index is a function who give, in function of level, a 2d indexes array 
     93 level2index is a function which give, in function of level, a 2d indexes array 
    9494 which will allow to extract the 2d array from the 3d array... 
    9595</div> 
     
    150150           
    151151          <h4>Version</h4><div class="preformat"> 
    152  $Id: level2index.pro 325 2007-12-06 10:04:53Z pinsard $ 
     152 $Id: level2index.pro 367 2008-08-06 09:05:24Z pinsard $ 
    153153</div> 
    154154          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/level2mask.html

    r338 r402  
    148148           
    149149          <h4>Version</h4><div class="preformat"> 
    150  $Id: level2mask.pro 325 2007-12-06 10:04:53Z pinsard $ 
     150 $Id: level2mask.pro 370 2008-08-07 07:59:15Z pinsard $ 
    151151</div> 
    152152          <h4>History</h4><div class="preformat"> 
     
    169169           
    170170          <h4>Uses routines</h4><div class="preformat"> 
    171  common.pro 
     171 <a href="../..//Obsolete/common.html">common</a> 
    172172</div> 
    173173           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/moyenne.html

    r338 r402  
    267267           
    268268          <h4>Version</h4><div class="preformat"> 
    269  $Id: moyenne.pro 327 2007-12-13 16:22:35Z pinsard $ 
     269 $Id: moyenne.pro 370 2008-08-07 07:59:15Z pinsard $ 
    270270</div> 
    271271          <h4>History</h4><div class="preformat"> 
     
    292292           
    293293          <h4>Uses routines</h4><div class="preformat"> 
    294  common 
     294 <a href="../..//Obsolete/common.html">common</a> 
    295295 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    296296</div> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/projectondepth.html

    r338 r402  
    173173           
    174174          <h4>Version</h4><div class="preformat"> 
    175  $Id: projectondepth.pro 325 2007-12-06 10:04:53Z pinsard $ 
     175 $Id: projectondepth.pro 370 2008-08-07 07:59:15Z pinsard $ 
    176176</div> 
    177177          <h4>History</h4><div class="preformat"> 
     
    193193           
    194194          <h4>Uses routines</h4><div class="preformat"> 
    195  common.pro 
     195 <a href="../..//Obsolete/common.html">common</a> 
    196196</div> 
    197197           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/GRILLE/decoupeterre.html

    r338 r402  
    116116         
    117117          <p class="header"> 
    118             decoupeterre<span class="result">, <a href="#_decoupeterre_param_mask">mask</a>, <a href="#_decoupeterre_param_glam">glam</a>, <a href="#_decoupeterre_param_gphi">gphi</a>, <a href="#_decoupeterre_param_gdep">gdep</a></span>, <a href="#_decoupeterre_keyword_TYPE">TYPE</a>=<span class="result">TYPE</span>, <a href="#_decoupeterre_keyword_TRI">TRI</a>=<span class="result">TRI</span>, <a href="#_decoupeterre_keyword_INDICEZOOM">INDICEZOOM</a>=<span class="result">INDICEZOOM</span>, <a href="#_decoupeterre_keyword_COINMONTE">COINMONTE</a>=<span class="result">COINMONTE</span>, <a href="#_decoupeterre_keyword_COINDESCEND">COINDESCEND</a>=<span class="result">COINDESCEND</span>, <a href="#_decoupeterre_keyword_WDEPTH">WDEPTH</a>=<span class="result">WDEPTH</span>, <a href="#_decoupeterre_keyword_REALSECTION">REALSECTION</a>=<span class="result">REALSECTION</span>, <a href="#_decoupeterre_keyword_USETRI">USETRI</a>=<span class="result">USETRI</span>, <a href="#_decoupeterre_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
     118            decoupeterre<span class="result">, <a href="#_decoupeterre_param_mask">mask</a>, <a href="#_decoupeterre_param_glam">glam</a>, <a href="#_decoupeterre_param_gphi">gphi</a>, <a href="#_decoupeterre_param_gdep">gdep</a></span>, <a href="#_decoupeterre_keyword_TYPE">TYPE</a>=<span class="result">TYPE</span>, <a href="#_decoupeterre_keyword_TRI">TRI</a>=<span class="result">TRI</span>, <a href="#_decoupeterre_keyword_INDICEZOOM">INDICEZOOM</a>=<span class="result">INDICEZOOM</span>, <a href="#_decoupeterre_keyword_COINMONTE">COINMONTE</a>=<span class="result">COINMONTE</span>, <a href="#_decoupeterre_keyword_COINDESCEND">COINDESCEND</a>=<span class="result">COINDESCEND</span>, <a href="#_decoupeterre_keyword_MASKDTA">MASKDTA</a>=<span class="result">MASKDTA</span>, <a href="#_decoupeterre_keyword_WDEPTH">WDEPTH</a>=<span class="result">WDEPTH</span>, <a href="#_decoupeterre_keyword_REALSECTION">REALSECTION</a>=<span class="result">REALSECTION</span>, <a href="#_decoupeterre_keyword_USETRI">USETRI</a>=<span class="result">USETRI</span>, <a href="#_decoupeterre_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
    119119         
    120120          <div class="comments"> 
     
    265265</div> 
    266266             
     267            <h4 id="_decoupeterre_keyword_MASKDTA">MASKDTA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     268               
     269               
     270               
     271               
     272               
     273               
     274               
     275               
     276            </h4> 
     277         
     278            <div class="comments"> 
     279 2d array defining the mask that must be applied to the data instead 
     280 of the default mask which is defined according to the grid (t/u/v/f mask) 
     281</div> 
     282             
    267283            <h4 id="_decoupeterre_keyword_WDEPTH">WDEPTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    268284               
     
    330346           
    331347          <h4>Version</h4><div class="preformat"> 
    332  $Id: decoupeterre.pro 327 2007-12-13 16:22:35Z pinsard $ 
     348 $Id: decoupeterre.pro 388 2008-12-09 09:36:41Z smasson $ 
    333349</div> 
    334350          <h4>History</h4><div class="preformat"> 
     
    350366           
    351367          <h4>Uses routines</h4><div class="preformat"> 
    352  common.pro 
     368 <a href="../..//Obsolete/common.html">common</a> 
    353369</div> 
    354370           
     
    358374          <h3>Statistics</h3> 
    359375          <table class="statistics"> 
    360             <tr><td>McCabe cyclic</td><td>          44</td></tr> 
     376            <tr><td>McCabe cyclic</td><td>          46</td></tr> 
    361377            <tr><td>McCabe essential</td><td>           1</td></tr> 
    362378            <tr><td>McCabe modular design</td><td>           1</td></tr> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/GRILLE/directory-overview.html

    r290 r402  
    108108       
    109109        <dt><a href="grille.html">grille.pro</a></dt> 
    110         <dd>  Choose the grid which must be used to do the graph in function of  vargrid and send back corresponding parameters calculated in  <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and reduced at the domain defined by  <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> (contrarily to   <pro>grandegrille</pro>)  BEWARE!! The choice of the grid is made from the value of the  global variable vargrid, which can be equal to 'T', 'U', 'V', 'W' ou 'F'.</dd> 
     110        <dd>  Choose the grid which must be used to do the graph in function of  vargrid and send back corresponding parameters calculated in  <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and reduced at the domain defined by  <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> (contrarily to   <pro>grandegrille</pro>)   BEWARE!! The choice of the grid is made from the value of the  global variable vargrid, which can be equal to 'T', 'U', 'V', 'W' ou 'F'.</dd> 
    111111       
    112112        <dt><a href="t2v.html">t2v.pro</a></dt> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/GRILLE/domdef.html

    r338 r402  
    397397           
    398398          <h4>Version</h4><div class="preformat"> 
    399  $Id: domdef.pro 327 2007-12-13 16:22:35Z pinsard $ 
     399 $Id: domdef.pro 393 2009-02-20 15:39:43Z smasson $ 
    400400</div> 
    401401          <h4>History</h4><div class="preformat"> 
     
    417417           
    418418          <h4>Uses routines</h4><div class="preformat"> 
    419  common.pro 
     419 <a href="../..//Obsolete/common.html">common</a> 
    420420</div> 
    421421           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/GRILLE/f2v.html

    r338 r402  
    136136         
    137137          <div class="comments"> 
    138  A 2, 3 or 4d array 
     138 a 2d, 3d or 4d array 
    139139</div> 
    140140             
     
    148148           
    149149          <h4>Version</h4><div class="preformat"> 
    150  $Id: f2v.pro 325 2007-12-06 10:04:53Z pinsard $ 
     150 $Id: f2v.pro 370 2008-08-07 07:59:15Z pinsard $ 
    151151</div> 
    152152          <h4>History</h4><div class="preformat"> 
     
    174174           
    175175          <h4>Uses routines</h4><div class="preformat"> 
    176  common.pro 
     176 <a href="../..//Obsolete/common.html">common</a> 
    177177</div> 
    178178           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/GRILLE/grille.html

    r338 r402  
    9393 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> (contrarily to  
    9494 <pro>grandegrille</pro>) 
     95 
    9596 BEWARE!! The choice of the grid is made from the value of the 
    9697 global variable vargrid, which can be equal to 'T', 'U', 'V', 'W' ou 'F'. 
     
    115116         
    116117          <p class="header"> 
    117             grille<span class="result">[, <a href="#_grille_param_mask">mask</a>][, <a href="#_grille_param_glam">glam</a>][, <a href="#_grille_param_gphi">gphi</a>][, <a href="#_grille_param_gdep">gdep</a>][, <a href="#_grille_param_nx">nx</a>][, <a href="#_grille_param_ny">ny</a>][, <a href="#_grille_param_nz">nz</a>][, <a href="#_grille_param_firstx">firstx</a>][, <a href="#_grille_param_firsty">firsty</a>][, <a href="#_grille_param_firstz">firstz</a>][, <a href="#_grille_param_lastx">lastx</a>][, <a href="#_grille_param_lasty">lasty</a>][, <a href="#_grille_param_lastz">lastz</a>][, <a href="#_grille_param_e1">e1</a>][, <a href="#_grille_param_e2">e2</a>][, <a href="#_grille_param_e3">e3</a>]</span>, <a href="#_grille_keyword_TRI">TRI</a>=<span class="result">TRI</span>, <a href="#_grille_keyword_NOTRI">NOTRI</a>=<span class="result">NOTRI</span>, <a href="#_grille_keyword_TOUT">TOUT</a>=<span class="result">TOUT</span>, <a href="#_grille_keyword_FORPLT">FORPLT</a>=<span class="result">FORPLT</span>, <a href="#_grille_keyword_TYPE">TYPE</a>=<span class="result">TYPE</span>, <a href="#_grille_keyword_WDEPTH">WDEPTH</a>=<span class="result">WDEPTH</span>, <a href="#_grille_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
     118            grille<span class="result">[, <a href="#_grille_param_mask">mask</a>][, <a href="#_grille_param_glam">glam</a>][, <a href="#_grille_param_gphi">gphi</a>][, <a href="#_grille_param_gdep">gdep</a>][, <a href="#_grille_param_nx">nx</a>][, <a href="#_grille_param_ny">ny</a>][, <a href="#_grille_param_nz">nz</a>][, <a href="#_grille_param_firstx">firstx</a>][, <a href="#_grille_param_firsty">firsty</a>][, <a href="#_grille_param_firstz">firstz</a>][, <a href="#_grille_param_lastx">lastx</a>][, <a href="#_grille_param_lasty">lasty</a>][, <a href="#_grille_param_lastz">lastz</a>][, <a href="#_grille_param_e1">e1</a>][, <a href="#_grille_param_e2">e2</a>][, <a href="#_grille_param_e3">e3</a>]</span>, <a href="#_grille_keyword_TRI">TRI</a>=<span class="result">TRI</span>, <a href="#_grille_keyword_NOTRI">NOTRI</a>=<span class="result">NOTRI</span>, <a href="#_grille_keyword_TOUT">TOUT</a>=<span class="result">TOUT</span>, <a href="#_grille_keyword_FORPLT">FORPLT</a>=<span class="result">FORPLT</span>, <a href="#_grille_keyword_TYPE">TYPE</a>=<span class="result">TYPE</span>, <a href="#_grille_keyword_WDEPTH">WDEPTH</a>=<span class="result">WDEPTH</span>, <a href="#_grille_keyword_GRID">GRID</a>=<span class="result">GRID</span>, <a href="#_grille_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
    118119         
    119120          <div class="comments"> 
     
    460461               
    461462               
    462                
    463                
    464             </h4> 
    465          
    466             <div class="comments"> 
     463              <span class="attr">default:</span> <span class="value">0</span> 
     464               
     465            </h4> 
     466         
     467            <div class="comments">  
    467468 To specify that the field is at W depth instead of T 
    468469 depth (automatically activated if vargrid eq 'W') 
    469470</div> 
    470471             
     472            <h4 id="_grille_keyword_GRID">GRID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     473               
     474               
     475               
     476               
     477               
     478               
     479              <span class="attr">default:</span> <span class="value">vargrid defined in <a href="../..//Commons/cm_4data.html">cm_4data</a></span> 
     480               
     481            </h4> 
     482         
     483            <div class="comments">  
     484 To specify on which grid are located the data 
     485</div> 
     486             
    471487            <h4 id="_grille_keyword__EXTRA">_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    472488               
     
    490506           
    491507          <h4>Version</h4><div class="preformat"> 
    492  $Id: grille.pro 327 2007-12-13 16:22:35Z pinsard $ 
     508 $Id: grille.pro 388 2008-12-09 09:36:41Z smasson $ 
    493509</div> 
    494510          <h4>History</h4><div class="preformat"> 
     
    516532           
    517533          <h4>Uses routines</h4><div class="preformat"> 
    518  cm_4mesh 
    519  cm_4data 
     534 <a href="../..//Commons/cm_4mesh.html">cm_4mesh</a> 
     535 <a href="../..//Commons/cm_4data.html">cm_4data</a> 
    520536</div> 
    521537           
     
    525541          <h3>Statistics</h3> 
    526542          <table class="statistics"> 
    527             <tr><td>McCabe cyclic</td><td>          81</td></tr> 
     543            <tr><td>McCabe cyclic</td><td>          82</td></tr> 
    528544            <tr><td>McCabe essential</td><td>           1</td></tr> 
    529545            <tr><td>McCabe modular design</td><td>           1</td></tr> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/GRILLE/t2v.html

    r338 r402  
    135135         
    136136          <div class="comments"> 
    137  A 2d, 3d or 4d array 
     137 a 2d, 3d or 4d array 
    138138</div> 
    139139             
     
    147147           
    148148          <h4>Version</h4><div class="preformat"> 
    149  $Id: t2v.pro 325 2007-12-06 10:04:53Z pinsard $ 
     149 $Id: t2v.pro 370 2008-08-07 07:59:15Z pinsard $ 
    150150</div> 
    151151          <h4>History</h4><div class="preformat"> 
     
    173173           
    174174          <h4>Uses routines</h4><div class="preformat"> 
    175  common.pro 
     175 <a href="../..//Obsolete/common.html">common</a> 
    176176</div> 
    177177           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/GRILLE/tracegrille.html

    r338 r402  
    216216            <div class="comments"> 
    217217 It specify that we want to trace only one line of 
    218  constant j every xstride points 
     218 constant j every ystride points 
    219219</div> 
    220220             
     
    254254          <h3>Examples</h3><div class="preformat"> 
    255255 
    256      IDL> plt,indgen(jpi,jpj),/nocontour,/nofill 
    257      IDL> vargrid='T' 
    258      IDL> tracegrille,/ocean,color=20 
    259      IDL> tracegrille,/earth,color=80 
    260  
     256   IDL> plt,indgen(jpi,jpj),/nocontour,/nofill 
     257   IDL> vargrid='T' 
     258   IDL> tracegrille,/ocean,color=20 
     259   IDL> tracegrille,/earth,color=80 
    261260</div> 
    262261          <h3>Version history</h3> 
    263262           
    264263          <h4>Version</h4><div class="preformat"> 
    265  $Id: tracegrille.pro 327 2007-12-13 16:22:35Z pinsard $ 
     264 $Id: tracegrille.pro 378 2008-08-12 12:35:46Z pinsard $ 
    266265</div> 
    267266          <h4>History</h4><div class="preformat"> 
     
    280279           
    281280          <h4>Uses routines</h4><div class="preformat"> 
    282  common.pro 
     281 <a href="../..//Obsolete/common.html">common</a> 
    283282</div> 
    284283           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/GRILLE/u2t.html

    r338 r402  
    136136         
    137137          <div class="comments"> 
    138  A 2d, 3d or 4d array 
     138 a 2d, 3d or 4d array 
    139139</div> 
    140140             
     
    148148           
    149149          <h4>Version</h4><div class="preformat"> 
    150  $Id: u2t.pro 325 2007-12-06 10:04:53Z pinsard $ 
     150 $Id: u2t.pro 370 2008-08-07 07:59:15Z pinsard $ 
    151151</div> 
    152152          <h4>History</h4><div class="preformat"> 
     
    174174           
    175175          <h4>Uses routines</h4><div class="preformat"> 
    176  common.pro 
     176 <a href="../..//Obsolete/common.html">common</a> 
    177177</div> 
    178178           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/GRILLE/umask.html

    r338 r402  
    129129           
    130130          <h4>Version</h4><div class="preformat"> 
    131  $Id: umask.pro 325 2007-12-06 10:04:53Z pinsard $ 
     131 $Id: umask.pro 370 2008-08-07 07:59:15Z pinsard $ 
    132132</div> 
    133133          <h4>History</h4><div class="preformat"> 
     
    149149           
    150150          <h4>Uses routines</h4><div class="preformat"> 
    151  common.pro 
     151 <a href="../..//Obsolete/common.html">common</a> 
    152152</div> 
    153153           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/GRILLE/v2t.html

    r338 r402  
    136136         
    137137          <div class="comments"> 
    138  A 2d, 3d or 4d array 
     138 a 2d, 3d or 4d array 
    139139</div> 
    140140             
     
    148148           
    149149          <h4>Version</h4><div class="preformat"> 
    150  $Id: v2t.pro 325 2007-12-06 10:04:53Z pinsard $ 
     150 $Id: v2t.pro 370 2008-08-07 07:59:15Z pinsard $ 
    151151</div> 
    152152          <h4>History</h4><div class="preformat"> 
     
    176176           
    177177          <h4>Uses routines</h4><div class="preformat"> 
    178  common.pro 
     178 <a href="../..//Obsolete/common.html">common</a> 
    179179</div> 
    180180           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/HOPE/computehopegrid.html

    r338 r402  
    258258           
    259259          <h4>Version</h4><div class="preformat"> 
    260  $Id: computehopegrid.pro 327 2007-12-13 16:22:35Z pinsard $ 
     260 $Id: computehopegrid.pro 370 2008-08-07 07:59:15Z pinsard $ 
    261261</div> 
    262262          <h4>History</h4><div class="preformat"> 
     
    277277           
    278278          <h4>Uses routines</h4><div class="preformat"> 
    279  common.pro 
     279 <a href="../..//Obsolete/common.html">common</a> 
    280280</div> 
    281281           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/HOPE/read_hope.html

    r338 r402  
    160160           
    161161          <h4>Version</h4><div class="preformat"> 
    162  $Id: read_hope.pro 327 2007-12-13 16:22:35Z pinsard $ 
     162 $Id: read_hope.pro 371 2008-08-07 09:32:02Z pinsard $ 
    163163</div> 
    164164          <h4>History</h4><div class="preformat"> 
     
    403403          <h3>Examples</h3><div class="preformat"> 
    404404 
    405      IDL> a=read_hope('xy','ocpt',filename='CLIM_CNT_1993-1998.nc') 
    406      IDL> help, a,/struct 
     405   IDL> a=read_hope('xy','ocpt',filename='CLIM_CNT_1993-1998.nc') 
     406   IDL> help, a,/struct 
    407407     ** Structure <82ec344>, 6 tags, length=1860176, refs=1: 
    408408        ARRAY           FLOAT     Array[128, 242, 15] 
     
    412412        GRID            STRING    'T' 
    413413        HOPEGRID        STRUCT    -> <Anonymous> Array[1] 
    414      IDL> help, a.hopegrid,/struct 
     414   IDL> help, a.hopegrid,/struct 
    415415     ** Structure <82eb9cc>, 8 tags, length=1588, refs=2: 
    416416        XAXIS           FLOAT     Array[128] 
     
    422422        LINETYPE        STRING    'odd-even' 
    423423        PTTYPE          STRING    'T' 
    424      IDL> help, litchamp(a) 
     424   IDL> help, litchamp(a) 
    425425     <Expression>    FLOAT     = Array[128, 242, 15] 
    426426</div> 
     
    428428           
    429429          <h4>Version</h4><div class="preformat"> 
    430  $Id: read_hope.pro 327 2007-12-13 16:22:35Z pinsard $ 
     430 $Id: read_hope.pro 371 2008-08-07 09:32:02Z pinsard $ 
    431431</div> 
    432432          <h4>History</h4><div class="preformat"> 
     
    466466           
    467467          <h4>Uses routines</h4><div class="preformat"> 
    468  common.pro (useful only for the definition of iodir) 
     468 <a href="../..//Obsolete/common.html">common</a> 
     469 (useful only for the definition of iodir) 
    469470</div> 
    470471           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/IMAGE/animgif.html

    r338 r402  
    145145           
    146146          <h4>Version</h4><div class="preformat"> 
    147  $Id: animgif.pro 325 2007-12-06 10:04:53Z pinsard $ 
     147 $Id: animgif.pro 371 2008-08-07 09:32:02Z pinsard $ 
    148148</div> 
    149149          <h4>History</h4><div class="preformat"> 
     
    160160          <h4>Restrictions</h4><div class="preformat"> 
    161161 We use the Z buffer to go faster!. 
    162               So, if it failed in animgif, you have to do: 
    163               IDL> device, /close 
    164               IDL> set_plot, 'x' 
    165               IDL> retall 
     162 So, if it failed in animgif, you have to do: 
     163   IDL> device, /close 
     164   IDL> set_plot, 'x' 
     165   IDL> retall 
    166166 
    167167 If we want to delete the @common, 
    168                we have to define manually the picture's size 
    169                (variables xsize and ysize) just as iodir. 
     168 we have to define manually the picture's size 
     169 (variables xsize and ysize) just as iodir. 
    170170</div> 
    171171         
     
    174174           
    175175          <h4>Uses routines</h4><div class="preformat"> 
    176  common.pro 
     176 <a href="../..//Obsolete/common.html">common</a> 
    177177</div> 
    178178           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/INIT/initncdf.html

    r338 r402  
    8989      <div id="file_comments"> 
    9090 Initfile for Netcdf file. define all the grid parameters through 
    91  an appropriate call to computegid 
     91 an appropriate call to <a href="../..//Grid/computegrid.html">computegrid</a> 
    9292</div> 
    9393 
     
    229229 
    230230          <h3>Examples</h3><div class="preformat"> 
    231  IDL> initncdf,'toto.nc',glam=[-180,180] 
     231 
     232   IDL> initncdf,'toto.nc',glam=[-180,180] 
    232233</div> 
    233234          <h3>Version history</h3> 
    234235           
    235236          <h4>Version</h4><div class="preformat"> 
    236  $Id: initncdf.pro 327 2007-12-13 16:22:35Z pinsard $ 
     237 $Id: initncdf.pro 371 2008-08-07 09:32:02Z pinsard $ 
    237238</div> 
    238239          <h4>History</h4><div class="preformat"> 
     
    249250 Change the grid parameters (see <a href="../..//Grid/computegrid.html">computegrid</a>) 
    250251 
    251  
    252252 the file must contain an x and an y axis. (1 ou 2 dimensional array) 
    253253</div> 
     
    257257           
    258258          <h4>Uses routines</h4><div class="preformat"> 
    259  common.pro 
     259 <a href="../..//Obsolete/common.html">common</a> 
    260260</div> 
    261261           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/GRIB/read_gribtable.html

    r338 r402  
    207207 
    208208          <h3>Examples</h3><div class="preformat"> 
    209  IDL> tablename='ectab_128' 
     209 
     210   IDL> tablename='ectab_128' 
    210211</div> 
    211212          <h3>Version history</h3> 
    212213           
    213214          <h4>Version</h4><div class="preformat"> 
    214  $Id: read_gribtable.pro 325 2007-12-06 10:04:53Z pinsard $</div> 
     215 $Id: read_gribtable.pro 371 2008-08-07 09:32:02Z pinsard $</div> 
    215216          <h4>History</h4><div class="preformat"> 
    216217 Dominik Brunner, Apr 2000 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/binary.html

    r338 r402  
    141141 
    142142          <h3>Examples</h3><div class="preformat"> 
     143 
    143144   Binary representation of 11b: 
    144      IDL> print, binary(11b) 
     145   IDL> print, binary(11b) 
    145146     0 0 0 0 1 0 1 1 
     147 
    146148   Binary representation of pi (x86: Little-endian IEEE representation): 
    147      IDL> print, format='(z9.8,5x,4(1x,8i1))', long(!pi,0), binary(!pi) 
     149   IDL> print, format='(z9.8,5x,4(1x,8i1))', long(!pi,0), binary(!pi) 
    148150      40490fdb      01000000 01001001 00001111 11011011 (x86 Linux) 
    149151      0fdb4149      00001111 11011011 01000001 01001001 (Alpha OpenVMS) 
    150      IDL> print, format='(8(1x,8i0))', binary(!dpi) 
     152   IDL> print, format='(8(1x,8i0))', binary(!dpi) 
    151153      01000000 00001001 00100001 11111011 01010100 01000100 00101101 00011000 
     154 
    152155   Some first tests before type double was added: 
    153      print, format='(2a6,4x,2z9.8,4x,8z3.2)', $ 
     156   IDL> print, format='(2a6,4x,2z9.8,4x,8z3.2)', $ 
    154157       !version.arch, !version.os, long(!dpi,0,2), byte(!dpi,0,8) 
    155158       x86 linux     54442d18 400921fb     18 2d 44 54 fb 21 09 40 
     
    161164           
    162165          <h4>Version</h4><div class="preformat"> 
    163  $Id: binary.pro 325 2007-12-06 10:04:53Z pinsard $ 
     166 $Id: binary.pro 371 2008-08-07 09:32:02Z pinsard $ 
    164167</div> 
    165168          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/inverse_binary.html

    r338 r402  
    153153          <h3>Examples</h3><div class="preformat"> 
    154154 
    155      IDL> a=indgen(5) 
    156      IDL> b=binary(a) 
    157      IDL> help, b 
     155   IDL> a=indgen(5) 
     156   IDL> b=binary(a) 
     157   IDL> help, b 
    158158     B               BYTE      = Array[8, 2, 5] 
    159      IDL> print, b 
     159   IDL> print, b 
    160160        0   0   0   0   0   0   0   0 
    161161        0   0   0   0   0   0   0   0 
     
    172172        0   0   0   0   0   0   0   0 
    173173        0   0   0   0   0   1   0   0 
    174      IDL> help, inverse_binary(b) 
     174   IDL> help, inverse_binary(b) 
    175175     <Expression>    INT       = Array[5] 
    176      IDL> print, inverse_binary(b) 
     176   IDL> print, inverse_binary(b) 
    177177            0       1       2       3       4 
    178178</div> 
     
    180180           
    181181          <h4>Version</h4><div class="preformat"> 
    182  $Id: inverse_binary.pro 325 2007-12-06 10:04:53Z pinsard $ 
     182 $Id: inverse_binary.pro 371 2008-08-07 09:32:02Z pinsard $ 
    183183</div> 
    184184          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/litchamp.html

    r338 r402  
    289289          <h3>Examples</h3><div class="preformat"> 
    290290 
    291     IDL> print, vargrid,', ', varname,', ', varunit,', ', vardate,', ', varexp 
     291   IDL> print, vargrid,', ', varname,', ', varunit,', ', vardate,', ', varexp 
    292292    T,  ,  , 0, 
    293     IDL> help, litchamp({a:indgen(5), u:'C', name:'toto'}) 
     293   IDL> help, litchamp({a:indgen(5), u:'C', name:'toto'}) 
    294294    <Expression>    INT       = Array[5] 
    295     IDL> print, vargrid,', ', varname,', ', varunit,', ', vardate,', ', varexp 
     295   IDL> print, vargrid,', ', varname,', ', varunit,', ', vardate,', ', varexp 
    296296    T, toto, C, 0, 
    297     IDL> help, litchamp({a:indgen(5), da:'1999'}) 
     297   IDL> help, litchamp({a:indgen(5), da:'1999'}) 
    298298    <Expression>    INT       = Array[5] 
    299     IDL> print, vargrid,', ', varname,', ', varunit,', ', vardate,', ', varexp 
     299   IDL> print, vargrid,', ', varname,', ', varunit,', ', vardate,', ', varexp 
    300300    T, toto, C, 1999, 
    301301 
     
    304304           
    305305          <h4>Version</h4><div class="preformat"> 
    306  $Id: litchamp.pro 327 2007-12-13 16:22:35Z pinsard $ 
     306 $Id: litchamp.pro 371 2008-08-07 09:32:02Z pinsard $ 
    307307</div> 
    308308          <h4>History</h4><div class="preformat"> 
     
    325325           
    326326          <h4>Uses routines</h4><div class="preformat"> 
    327  common.pro 
     327 <a href="../..//Obsolete/common.html">common</a> 
    328328</div> 
    329329           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/read_ftp.html

    r338 r402  
    228228           
    229229          <h4>Version</h4><div class="preformat"> 
    230  $Id: read_ftp.pro 325 2007-12-06 10:04:53Z pinsard $ 
     230 $Id: read_ftp.pro 371 2008-08-07 09:32:02Z pinsard $ 
    231231</div> 
    232232          <h4>History</h4><div class="preformat"> 
     
    330330           
    331331          <h4>Version</h4><div class="preformat"> 
    332  $Id: read_ftp.pro 325 2007-12-06 10:04:53Z pinsard $ 
     332 $Id: read_ftp.pro 371 2008-08-07 09:32:02Z pinsard $ 
    333333</div> 
    334334          <h4>History</h4><div class="preformat"> 
     
    544544    in the current working directory: 
    545545 
    546     IDL> files = string(lindgen(10)+50,format='(%"MGB370.%3.3d.gz")') 
    547     IDL> READ_FTP, 'podaac.jpl.nasa.gov', files,  $ 
    548     IDL>       'pub/sea_surface_height/topex_poseidon/mgdrb/data/MGB_370', /FILE 
    549     IDL> spawn,'dir MGB*',/log_output 
     546   IDL> files = string(lindgen(10)+50,format='(%"MGB370.%3.3d.gz")') 
     547   IDL> READ_FTP, 'podaac.jpl.nasa.gov', files,  $ 
     548   IDL>       'pub/sea_surface_height/topex_poseidon/mgdrb/data/MGB_370', /FILE 
     549   IDL> spawn,'dir MGB*',/log_output 
    550550     Volume in drive C is Local Disk 
    551551     Volume Serial Number is 34CE-24DF 
     
    571571           
    572572          <h4>Version</h4><div class="preformat"> 
    573  $Id: read_ftp.pro 325 2007-12-06 10:04:53Z pinsard $ 
     573 $Id: read_ftp.pro 371 2008-08-07 09:32:02Z pinsard $ 
    574574</div> 
    575575          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/read_ncdf.html

    r363 r402  
    8989      <div id="file_comments"> 
    9090 Reading function for the file net_cdf. 
    91  This program is less universal than ncdf_lec (it appeal to declared 
    92  variables in common.pro) but it is very easier to be used. It considerate 
     91 This program is less universal than <a href="../..//ToBeReviewed/LECTURE/ncdf_lec.html">ncdf_lec</a> (it appeal to  
     92 declared variables in <a href="../..//Obsolete/common.html">common</a>) but it is very easier to be used.  
     93 It considerate 
    9394 the declaration of the different zooms which have been defined 
    9495 (ixminmesh...premierx...), the declaration of the variable key_shift... 
    95  To put it in a nutshell, the result of read_ncdf can be directly used in plt... 
     96 To put it in a nutshell, the result of read_ncdf can be directly used in  
     97 <a href="../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a> ... 
     98 
    9699 This is also this program which is used by default in our reading widgets. 
    97100</div> 
     
    121124 
    122125          <h3>Return value</h3><div class="preformat"> 
    123  Structure readable by <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> or an array if NOSTRUCT is activated.</div> 
     126 Structure readable by <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> or an array if NOSTRUCT is  
     127 activated. 
     128</div> 
    124129 
    125130           
     
    156161 Relative with the time axis. 
    157162 These can be 
    158   - 2 date of the  type yyyymmdd and in this case, we select dates 
     163  - 2 dates of the type yyyymmdd and in this case, we select data 
    159164  which are included between these two dates. 
    160   - 2 indexes which define between which and which time step we have 
     165  - 2 indexes which define between which and which time steps we have 
    161166  to extract the temporal dimension. 
    162167</div> 
     
    255260         
    256261            <div class="comments"> 
    257  Specify that BEGINNING and ENDING refer to indexes of the time axis and not to dates 
     262 Specify that BEGINNING and ENDING refer to indexes of the time axis and not  
     263 to dates 
    258264</div> 
    259265             
     
    270276         
    271277            <div class="comments"> 
    272  put 1 to apply add_offset ad scale factor on data before looking for 
     278 put 1 to apply add_offset and scale factor on data before looking for 
    273279 missing values 
    274280</div> 
     
    332338         
    333339            <div class="comments"> 
    334  To call automatically <a href="../..//ToBeReviewed/INIT/initncdf.html">initncdf</a> with filename as input argument  
    335  and thus ; redefine all the grid parameters 
     340 To call automatically <a href="../..//ToBeReviewed/INIT/initncdf.html">initncdf</a> with filename as input argument 
     341 and thus redefine all the grid parameters 
    336342</div> 
    337343             
     
    366372         
    367373            <div class="comments"> 
    368  For ROMS outputs. Use by read_ncdf itself to access auxilliary data (h and zeta). 
     374 For ROMS outputs. Use by read_ncdf itself to access auxilliary data  
     375 (h and zeta). 
    369376</div> 
    370377             
     
    383390 a string used to specify the direction along which we want to make 
    384391 spatial and/or temporal mean. It could be: 'x' 'y' 'z' 't' 'xy' 'xz' 
    385  'yz' 'xyz' 'xt' 'yt' 'zt' 'xyt' 'xzt' 'yzt' or 'xyzt'  
     392 'yz' 'xyz' 'xt' 'yt' 'zt' 'xyt' 'xzt' 'yzt' or 'xyzt' 
    386393</div> 
    387394             
     
    454461           
    455462          <h4>Version</h4><div class="preformat"> 
    456  $Id: read_ncdf.pro 337 2008-03-20 22:04:33Z smasson $ 
     463 $Id: read_ncdf.pro 399 2009-07-02 08:38:54Z smasson $ 
    457464</div> 
    458465          <h4>History</h4><div class="preformat"> 
     
    474481           
    475482          <h4>Uses routines</h4><div class="preformat"> 
    476  common.pro 
     483 <a href="../..//Obsolete/common.html">common</a> 
    477484</div> 
    478485           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/xncdf_lec.html

    r338 r402  
    9999 
    100100 Procedure called by xmanager when we press a button of the first widget 
    101  created by par xncdf_lec 
     101 created by xncdf_lec 
    102102</div> 
    103103 
     
    147147          <h3>Return value</h3><div class="preformat"> 
    148148  2 different cases: 
    149        1) None attribute has been selected. In this case, res is the array we 
    150        wanted to read. 
    151        2) Some attributes has been selected. In this case, res is a structure 
    152        whose the first element having the name of the variable is the values 
    153        array and the other arguments are the select arguments. 
     149  1) None attribute has been selected. In this case, res is the array we 
     150     wanted to read. 
     151  2) Some attributes has been selected. In this case, res is a structure 
     152     whose the first element having the name of the variable is the values 
     153     array and the other arguments are the select arguments. 
    154154</div> 
    155155 
     
    170170         
    171171          <div class="comments"> 
    172  It give the name of the file to be opened. If NAME 
     172 It give the name of the file to be opened.  
     173 
     174 If NAME 
    173175 does not contain the separating character of directories ('/' under 
    174176 unix for example), the file will be looked for in the current directory. 
     
    207209         
    208210            <div class="comments"> 
    209  An optional vector containing the counts to be used in 
    210  reading Value. COUNT is a 1-based vector with an element for 
    211  each dimension of the data to be written.The default matches 
     211 An optional vector containing the counts to be used in reading Value.  
     212 
     213 COUNT is a 1-based vector with an element for 
     214 each dimension of the data to be written. 
     215 
     216 The default matches 
    212217 the size of the variable so that all data is written out. 
    213218</div> 
     
    225230         
    226231            <div class="comments"> 
    227  The widget ID of the widget that calls XNCDF_LEC. When 
    228  this ID is specified, a death of the caller results in a death 
     232 The widget ID of the widget that calls XNCDF_LEC.  
     233 
     234 When this ID is specified, a death of the caller results in a death 
    229235 of XNCDF_LEC. 
    230236</div> 
     
    243249            <div class="comments"> 
    244250 An optional vector containing the starting position 
    245  for the read. The default start position is [0, 0, ...]. 
     251 for the read. 
    246252</div> 
    247253             
     
    259265            <div class="comments"> 
    260266 It contains the directory where to go look for the file to be read. 
     267 
    261268 If NAME does not contain the separating character of directories ('/' under 
    262269 unix for example), the file will be called iodir+nom_fichier. 
     
    276283            <div class="comments"> 
    277284 A vector of integers, specifying for each dimension how much we have to shift it. 
    278  By default, it is [0,0,...]. See the function <proidl>shift</proidl> for more explanations. BEWARE, 
     285 
     286 See the function <a href="/Applications/itt/idl64/help/online_help/SHIFT.html">SHIFT</a> for more explanations.  
     287 
     288 BEWARE, 
    279289 the shift is done on the biggest array before a possible reduction determined 
    280  by OFFSET and COUNT. On the other hand, it is done after the possible extraction 
     290 by OFFSET and COUNT.  
     291 
     292 On the other hand, it is done after the possible extraction 
    281293 created by the STRIDE. 
    282294</div> 
     
    295307            <div class="comments"> 
    296308 An optional vector containing the strides, or sampling 
    297  intervals, between accessed values of the netCDF variable. The 
    298  default stride vector is that for a contiguous read, [1, 1,...]. 
     309 intervals, between accessed values of the netCDF variable. 
    299310</div> 
    300311             
     
    315326 
    316327          <h3>Examples</h3><div class="preformat"> 
    317  IDL> help, xncdf_lec() 
     328 
     329   IDL> help, xncdf_lec() 
    318330</div> 
    319331          <h3>Version history</h3> 
    320332           
    321333          <h4>Version</h4><div class="preformat"> 
    322  $Id: xncdf_lec.pro 327 2007-12-13 16:22:35Z pinsard $ 
     334 $Id: xncdf_lec.pro 378 2008-08-12 12:35:46Z pinsard $ 
    323335</div> 
    324336          <h4>History</h4><div class="preformat"> 
     
    398410           
    399411          <h4>Version</h4><div class="preformat"> 
    400  $Id: xncdf_lec.pro 327 2007-12-13 16:22:35Z pinsard $ 
     412 $Id: xncdf_lec.pro 378 2008-08-12 12:35:46Z pinsard $ 
    401413</div> 
    402414           
     
    444456</div> 
    445457 
    446            
     458          <h3>Return value</h3><div class="preformat"> 
     459 indirectement res (le tableau ou la structure resultat) 
     460</div> 
    447461 
    448462           
     
    475489           
    476490          <h4>Version</h4><div class="preformat"> 
    477  $Id: xncdf_lec.pro 327 2007-12-13 16:22:35Z pinsard $</div> 
     491 $Id: xncdf_lec.pro 378 2008-08-12 12:35:46Z pinsard $</div> 
    478492           
    479493           
     
    549563           
    550564          <h4>Version</h4><div class="preformat"> 
    551  $Id: xncdf_lec.pro 327 2007-12-13 16:22:35Z pinsard $ 
     565 $Id: xncdf_lec.pro 378 2008-08-12 12:35:46Z pinsard $ 
    552566</div> 
    553567           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/MATRICE/colle.html

    r338 r402  
    441441 
    442442          <h3>Examples</h3><div class="preformat"> 
    443  IDL> print, colle(replicate(1,2,2,2),indgen(2,2,2),2) 
     443 
     444   IDL> print, colle(replicate(1,2,2,2),indgen(2,2,2),2) 
    444445                1       1 
    445446                1       1 
     
    455456           
    456457          <h4>Version</h4><div class="preformat"> 
    457  $Id: colle.pro 327 2007-12-13 16:22:35Z pinsard $ 
     458 $Id: colle.pro 371 2008-08-07 09:32:02Z pinsard $ 
    458459</div> 
    459460          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/directory-overview.html

    r338 r402  
    114114       
    115115        <dt><a href="sbar_plot.html">sbar_plot.pro</a></dt> 
    116         <dd>  Same thing that bar_plot but compatible with the whole environment (common.</dd> 
     116        <dd>  Same thing that bar_plot but compatible with the whole environment   (<a href="../../..//Obsolete/common.html">common</a> included) </dd> 
    117117       
    118118        <dt><a href="scontour.html">scontour.pro</a></dt> 
    119         <dd>  Same thing that contour but compatible with the whole environment (common.</dd> 
     119        <dd>  Same thing that contour but compatible with the whole environment   (<a href="../../..//Obsolete/common.html">common</a> included) </dd> 
    120120       
    121121        <dt><a href="splot.html">splot.pro</a></dt> 
    122         <dd>  Same thing than plot but compatible with the whole environment (common.</dd> 
     122        <dd>  Same thing than plot but compatible with the whole environment   (<a href="../../..//Obsolete/common.html">common</a> included) </dd> 
    123123       
    124124        <dt><a href="tvplus.html">tvplus.pro</a></dt> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/plt.html

    r338 r402  
    136136         will be automatically performed. 
    137137         2) a structure respecting all criterions specified by 
    138          <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> cf. IDL> xhelp,'litchamp' 
     138         <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
    139139</div> 
    140140             
     
    341341 corresponding to cases n. cf <a href="../../..//ToBeReviewed/PLOTS/LABEL/label.html">label</a> 
    342342 Comment: When CONTOUR is activated, it only specify the label's type for colored isolines. 
    343  For these one traced by a trait, use CONTLABEL. 
     343 For these ones traced by a trait, use CONTLABEL. 
    344344        </div> 
    345345             
     
    473473          map = [0, (lon1+lon2)/2., 0] 
    474474 Comment: A good way to choose the type of the projection we want to do is to have a look at IDL demo: 
    475  IDL> demo 
    476  Then choose "earth sciences and mappinA"g 
     475   IDL> demo 
     476 Then choose "Mapping" and "Global Mapping Demo" 
    477477 Comment2: By default it is a cylindrical projection which is done (with or without the keyword map). 
    478478 If we want an other projection, MAP must be activated and we have to add the keyword: /nom_projection. 
    479479 For example, for a polar projection centered on the south pole: 
    480  IDL> domdef,-180,180,-90,-45 
    481  IDL> plt, tab, /stereo,map=[-90,0,0] 
     480   IDL> domdef,-180,180,-90,-45 
     481   IDL> plt, tab, /stereo,map=[-90,0,0] 
    482482</div> 
    483483             
     
    695695           
    696696          <h4>Version</h4><div class="preformat"> 
    697  $Id: plt.pro 328 2007-12-13 19:27:11Z smasson $ 
     697 $Id: plt.pro 390 2009-01-28 11:16:06Z smasson $ 
    698698</div> 
    699699          <h4>History</h4><div class="preformat"> 
     
    717717           
    718718          <h4>Uses routines</h4><div class="preformat"> 
    719  common.pro 
     719 <a href="../../..//Obsolete/common.html">common</a> 
    720720</div> 
    721721           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/plt1d.html

    r338 r402  
    133133          <div class="comments"> 
    134134 The field whose we want to make the hovmoeller map can be 2 kind of thing: 
    135         1) An array which can be: 
    136           * 2d, 3d or 4d:  array xy, xyz. xyt or xyzt. In this case, the array will pass 
    137           in moyenne or grossemoyenne to be averaged and become  an array 1d. 
    138           * 1d:Nevertheless, the type must be specified in order to we know which trace 
    139           it is about. To have a correct caption, respecify the  extraction zone via BOXZOOM. 
    140        2) a structure respecting all criterions specified by <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
    141           See IDL> xhelp,'litchamp'. The array contained in the structure 
    142           respecting criterions of case 1) 
     135 1) An array which can be: 
     136 
     137   * 2d, 3d or 4d:  array xy, xyz. xyt or xyzt. In this case, the array  
     138     will pass in <a href="../../..//ToBeReviewed/CALCULS/moyenne.html">moyenne</a> or <a href="../../..//ToBeReviewed/CALCULS/grossemoyenne.html">grossemoyenne</a> to be  
     139     averaged and become an array 1d. 
     140   * 1d:Nevertheless, the type must be specified in order to we know which  
     141     trace it is about. To have a correct caption, respecify the extraction  
     142     zone via BOXZOOM. 
     143 2) a structure respecting all criterions specified by <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
     144    The array contained in the structure respecting criterions of case 1) 
    143145</div> 
    144146             
     
    210212         
    211213            <div class="comments"> 
    212  Vector indicating the geographic zone (3d) on which the extraction of the field must 
    213  be done to do the hovmoeller. 
    214   If BOXZOOM has : 
     214 Vector indicating the geographic zone (3d) on which the extraction of the  
     215 field must be done to do the hovmoeller. 
     216 
     217 If BOXZOOM has : 
    215218 1 element : The extraction is made on [lon1, lon2, lat1, lat2, 0.,boxzoom[0]] 
    216219 2 elements: The extraction is made on [lon1, lon2, lat1, lat2, boxzoom[0],boxzoom[1]] 
     
    219222 6 elements: The extraction is made on Boxzoom 
    220223 
    221  Where lon1, lon2,lat1,lat2,vert1,vert2 are global variables defined at the last  
    222  <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
     224 Where lon1, lon2,lat1,lat2,vert1,vert2 are global variables defined at  
     225 the last <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    223226</div> 
    224227             
     
    307310            <div class="comments"> 
    308311 keyword specifying that we want to make a vertical cut in diagonal. 
    309  Then coordinated of extremities of these one are defined by the 4 elements 
     312 Then coordinated of extremities of these ones are defined by the 4 elements 
    310313 of the vector ENDPOINTS: [x1,y1,x2,y2] which are coordinates. 
    311314</div> 
     
    476479           
    477480          <h4>Version</h4><div class="preformat"> 
    478  $Id: plt1d.pro 327 2007-12-13 16:22:35Z pinsard $ 
     481 $Id: plt1d.pro 378 2008-08-12 12:35:46Z pinsard $ 
    479482</div> 
    480483          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/pltbase.html

    r338 r402  
    792792           
    793793          <h4>Version</h4><div class="preformat"> 
    794  $Id: pltbase.pro 327 2007-12-13 16:22:35Z pinsard $ 
     794 $Id: pltbase.pro 390 2009-01-28 11:16:06Z smasson $ 
    795795</div> 
    796796          <h4>History</h4><div class="preformat"> 
     
    815815           
    816816          <h4>Uses routines</h4><div class="preformat"> 
    817  common.pro 
     817 <a href="../../..//Obsolete/common.html">common</a> 
    818818</div> 
    819819           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/pltt.html

    r338 r402  
    133133          <div class="comments"> 
    134134 The field whose we want to make the hovmoeller map can be 2 kind of thing: 
    135         1) An array which can be: 
    136           * 3d or 4d: array  'xt','yt','zt','t'. The last component is the time. In this case, the array will 
    137             pass in <a href="../../..//ToBeReviewed/CALCULS/grossemoyenne.html">grossemoyenne</a> to be averaged and become an 1d or 2d array. 
    138           * 2d: If the array is already 2d, it is not modified (beware, lands must 
    139             be masked at the value valmask) and nevertheless, type must be specified 
    140             to we know of which trace it is about. 
    141             To have a correct caption, respecify the extraction zone via BOXZOOM. 
    142           * 1d: only for traces of the 't' type. Nevertheless, type must be specified 
    143             to we know of which trace it is about. 
    144             To have a correct caption, respecify the  extraction zone via BOXZOOM. 
    145        2) a structure respecting all criterions specified by <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
    146           See IDL> xhelp,'litchamp'. The array contained in the structure 
    147           respecting criterions of case 1) 
    148  
     135 
     136 1) An array which can be: 
     137    * 3d or 4d: array  'xt','yt','zt','t'. The last component is the time. In this case, the array will 
     138    pass in <a href="../../..//ToBeReviewed/CALCULS/grossemoyenne.html">grossemoyenne</a> to be averaged and become an 1d or 2d array. 
     139    * 2d: If the array is already 2d, it is not modified (beware, lands must 
     140    be masked at the value valmask) and nevertheless, type must be specified 
     141    to we know of which trace it is about. 
     142    To have a correct caption, respecify the extraction zone via BOXZOOM. 
     143 
     144    * 1d: only for traces of the 't' type. Nevertheless, type must be specified 
     145      to we know of which trace it is about. 
     146      To have a correct caption, respecify the  extraction zone via BOXZOOM. 
     147 2) a structure respecting all criterions specified by <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
     148    The array contained in the structure respecting criterions of case 1) 
    149149 </div> 
    150150             
     
    289289            <div class="comments"> 
    290290 keyword specifying that we want to make a vertical cut in diagonal. Then coordinated of extremities 
    291  of these one are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
     291 of these ones are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
    292292 coordinates. 
    293293</div> 
     
    362362 corresponding to cases n. cf <a href="../../..//ToBeReviewed/PLOTS/LABEL/label.html">label</a> 
    363363 Comment: When CONTOUR is activated, it only specify the label's type for colored isolines. 
    364  For these one traced by a trait, use CONTLABEL. 
     364 For these ones traced by a trait, use CONTLABEL. 
    365365</div> 
    366366             
     
    752752           
    753753          <h4>Version</h4><div class="preformat"> 
    754  $Id: pltt.pro 328 2007-12-13 19:27:11Z smasson $ 
     754 $Id: pltt.pro 378 2008-08-12 12:35:46Z pinsard $ 
    755755</div> 
    756756          <h4>History</h4><div class="preformat"> 
     
    783783           
    784784          <h4>Uses routines</h4><div class="preformat"> 
    785  common.pro 
     785 <a href="../../..//Obsolete/common.html">common</a> 
    786786</div> 
    787787           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/pltv.html

    r338 r402  
    138138       (as it is done in plt). 
    139139    2) a structure respecting all criterions specified by 
    140        <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> cf. IDL> xhelp,'litchamp' 
     140       <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
    141141</div> 
    142142             
     
    356356 
    357357          <h3>Examples</h3><div class="preformat"> 
    358  IDL> tvplus, dist(100) 
     358   IDL> tvplus, dist(100) 
    359359</div> 
    360360          <h3>Version history</h3> 
    361361           
    362362          <h4>Version</h4><div class="preformat"> 
    363  $Id: pltv.pro 327 2007-12-13 16:22:35Z pinsard $ 
     363 $Id: pltv.pro 378 2008-08-12 12:35:46Z pinsard $ 
    364364</div> 
    365365          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/pltz.html

    r363 r402  
    109109         
    110110          <p class="header"> 
    111             pltz<span class="result">, <a href="#_pltz_param_tab">tab</a>, <a href="#_pltz_param_giventype">giventype</a>, <a href="#_pltz_param_givenmin">givenmin</a>, <a href="#_pltz_param_givenmax">givenmax</a></span>, <a href="#_pltz_keyword_BOXZOOM">BOXZOOM</a>=<span class="result">BOXZOOM</span>, <a href="#_pltz_keyword_CONTOUR">CONTOUR</a>=<span class="result">CONTOUR</span>, <a href="#_pltz_keyword_ENDPOINTS">ENDPOINTS</a>=<span class="result">ENDPOINTS</span>, <a href="#_pltz_keyword_INTERVALLE">INTERVALLE</a>=<span class="result">INTERVALLE</span>, <a href="#_pltz_keyword_INV">INV</a>=<span class="result">INV</span>, <a href="#_pltz_keyword_ZRATIO">ZRATIO</a>=<span class="result">ZRATIO</span>, <a href="#_pltz_keyword_CONTINTERVALLE">CONTINTERVALLE</a>=<span class="result">CONTINTERVALLE</span>, <a href="#_pltz_keyword_LABEL">LABEL</a>=<span class="result">integer</span>, <a href="#_pltz_keyword_CONTLABEL">CONTLABEL</a>=<span class="result">integer</span>, <a href="#_pltz_keyword_STYLE">STYLE</a>=<span class="result">STYLE</span>, <a href="#_pltz_keyword_CONTMAX">CONTMAX</a>=<span class="result">CONTMAX</span>, <a href="#_pltz_keyword_SIN">SIN</a>=<span class="result">SIN</span>, <a href="#_pltz_keyword_TYPEIN">TYPEIN</a>=<span class="result">TYPEIN</span>, <a href="#_pltz_keyword_CONTMIN">CONTMIN</a>=<span class="result">CONTMIN</span>, <a href="#_pltz_keyword_NLEVEL">NLEVEL</a>=<span class="result">NLEVEL</span>, <a href="#_pltz_keyword_CONTNLEVEL">CONTNLEVEL</a>=<span class="result">CONTNLEVEL</span>, <a href="#_pltz_keyword_NOFILL">NOFILL</a>=<span class="result">NOFILL</span>, <a href="#_pltz_keyword_NOTRI">NOTRI</a>=<span class="result">NOTRI</span>, <a href="#_pltz_keyword_USETRI">USETRI</a>=<span class="result">USETRI</span>, <a href="#_pltz_keyword_FILLXDIR">FILLXDIR</a>=<span class="result">FILLXDIR</span>, <a href="#_pltz_keyword_ZOOM">ZOOM</a>=<span class="result">ZOOM</span>, <a href="#_pltz_keyword_XZ">XZ</a>=<span class="result">XZ</span>, <a href="#_pltz_keyword_YZ">YZ</a>=<span class="result">YZ</span>, <a href="#_pltz_keyword_MININ">MININ</a>=<span class="result">MININ</span>, <a href="#_pltz_keyword_MAXIN">MAXIN</a>=<span class="result">MAXIN</span>, <a href="#_pltz_keyword_STRICTFILL">STRICTFILL</a>=<span class="result">STRICTFILL</span>, <a href="#_pltz_keyword_OVERPLOT">OVERPLOT</a>=<span class="result">OVERPLOT</span>, <a href="#_pltz_keyword_MASKFILL">MASKFILL</a>=<span class="result">MASKFILL</span>, <a href="#_pltz_keyword_WDEPTH">WDEPTH</a>=<span class="result">WDEPTH</span>, <a href="#_pltz_keyword_REALSECTION">REALSECTION</a>=<span class="result">REALSECTION</span>, <a href="#_pltz_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
     111            pltz<span class="result">, <a href="#_pltz_param_tab">tab</a>, <a href="#_pltz_param_giventype">giventype</a>, <a href="#_pltz_param_givenmin">givenmin</a>, <a href="#_pltz_param_givenmax">givenmax</a></span>, <a href="#_pltz_keyword_BOXZOOM">BOXZOOM</a>=<span class="result">BOXZOOM</span>, <a href="#_pltz_keyword_CONTOUR">CONTOUR</a>=<span class="result">CONTOUR</span>, <a href="#_pltz_keyword_ENDPOINTS">ENDPOINTS</a>=<span class="result">ENDPOINTS</span>, <a href="#_pltz_keyword_INTERVALLE">INTERVALLE</a>=<span class="result">INTERVALLE</span>, <a href="#_pltz_keyword_INV">INV</a>=<span class="result">INV</span>, <a href="#_pltz_keyword_ZRATIO">ZRATIO</a>=<span class="result">ZRATIO</span>, <a href="#_pltz_keyword_CONTINTERVALLE">CONTINTERVALLE</a>=<span class="result">CONTINTERVALLE</span>, <a href="#_pltz_keyword_LABEL">LABEL</a>=<span class="result">integer</span>, <a href="#_pltz_keyword_CONTLABEL">CONTLABEL</a>=<span class="result">integer</span>, <a href="#_pltz_keyword_STYLE">STYLE</a>=<span class="result">STYLE</span>, <a href="#_pltz_keyword_CONTMAX">CONTMAX</a>=<span class="result">CONTMAX</span>, <a href="#_pltz_keyword_SIN">SIN</a>=<span class="result">SIN</span>, <a href="#_pltz_keyword_TYPEIN">TYPEIN</a>=<span class="result">TYPEIN</span>, <a href="#_pltz_keyword_CONTMIN">CONTMIN</a>=<span class="result">CONTMIN</span>, <a href="#_pltz_keyword_NLEVEL">NLEVEL</a>=<span class="result">NLEVEL</span>, <a href="#_pltz_keyword_CONTNLEVEL">CONTNLEVEL</a>=<span class="result">CONTNLEVEL</span>, <a href="#_pltz_keyword_NOFILL">NOFILL</a>=<span class="result">NOFILL</span>, <a href="#_pltz_keyword_NOMASK">NOMASK</a>=<span class="result">NOMASK</span>, <a href="#_pltz_keyword_NO_PARTIALSTEP">NO_PARTIALSTEP</a>=<span class="result">NO_PARTIALSTEP</span>, <a href="#_pltz_keyword_NOTRI">NOTRI</a>=<span class="result">NOTRI</span>, <a href="#_pltz_keyword_USETRI">USETRI</a>=<span class="result">USETRI</span>, <a href="#_pltz_keyword_FILLXDIR">FILLXDIR</a>=<span class="result">FILLXDIR</span>, <a href="#_pltz_keyword_ZOOM">ZOOM</a>=<span class="result">ZOOM</span>, <a href="#_pltz_keyword_XZ">XZ</a>=<span class="result">XZ</span>, <a href="#_pltz_keyword_YZ">YZ</a>=<span class="result">YZ</span>, <a href="#_pltz_keyword_MININ">MININ</a>=<span class="result">MININ</span>, <a href="#_pltz_keyword_MAXIN">MAXIN</a>=<span class="result">MAXIN</span>, <a href="#_pltz_keyword_STRICTFILL">STRICTFILL</a>=<span class="result">STRICTFILL</span>, <a href="#_pltz_keyword_OVERPLOT">OVERPLOT</a>=<span class="result">OVERPLOT</span>, <a href="#_pltz_keyword_WDEPTH">WDEPTH</a>=<span class="result">WDEPTH</span>, <a href="#_pltz_keyword_REALSECTION">REALSECTION</a>=<span class="result">REALSECTION</span>, <a href="#_pltz_keyword_MASKFILL">MASKFILL</a>=<span class="result">MASKFILL</span>, <a href="#_pltz_keyword_MASKDTA">MASKDTA</a>=<span class="result">MASKDTA</span>, <a href="#_pltz_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
    112112         
    113113          <div class="comments"> 
     
    133133          <div class="comments"> 
    134134 The field whose we want to make a vertical cut can be 2 kind of thing: 
    135          1) An 2d or 3d array. 
    136          If the field is 2d, indicate, with the keyword BOXZOOM, geographic delineations of the boxzoom. 
    137          If the field is 3d, we extract the section on we average possibly before to do the plot. 
    138          2)  a structure respecting all criterions specified by <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a>. 
    139           See IDL> xhelp,'litchamp'. The array contained in the structure must be 2 or 3d (See case 1) 
    140  
     135 1) An 2d or 3d array. 
     136    If the field is 2d, indicate, with the keyword BOXZOOM, geographic delineations of the boxzoom. 
     137    If the field is 3d, we extract the section on we average possibly before to do the plot. 
     138 2) a structure respecting all criterions specified by <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a>. 
     139    The array contained in the structure must be 2 or 3d (See case 1) 
    141140</div> 
    142141             
     
    248247            <div class="comments"> 
    249248 keyword specifying that we want to make a vertical cut in diagonal. Then coordinated of extremities 
    250  of these one are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
     249 of these ones are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
    251250 coordinates. 
    252251</div> 
     
    299298         
    300299            <div class="comments"> 
    301  When the drawing has a zoomed part, it is the size rapport between the zoomed part, 
    302  hz (zoom height), and the whole drawing, ht (total height). 
     300 When the drawing has a zoomed part, it is the size ratio between the zoomed  
     301 part, hz (zoom height), and the whole drawing, ht (total height). 
    303302</div> 
    304303             
     
    336335 It choose the label's type corresponding to cases in <a href="../../..//ToBeReviewed/PLOTS/LABEL/label.html">label</a> 
    337336 Comment: When CONTOUR is activated, it only specify the label's type for colored isolines. 
    338  For these one traced by a trait, use CONTLABEL. 
     337 For these ones traced by a trait, use CONTLABEL. 
    339338</div> 
    340339             
     
    479478            <div class="comments"> 
    480479 To make just isolines with no filling 
     480</div> 
     481             
     482            <h4 id="_pltz_keyword_NOMASK">NOMASK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     483               
     484               
     485               
     486               
     487               
     488               
     489               
     490               
     491            </h4> 
     492         
     493            <div class="comments"> 
     494 activate to supress the use of the land-sea mask when plotting the field 
     495 </div> 
     496             
     497            <h4 id="_pltz_keyword_NO_PARTIALSTEP">NO_PARTIALSTEP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     498               
     499               
     500               
     501               
     502               
     503               
     504               
     505               
     506            </h4> 
     507         
     508            <div class="comments"> 
     509 activate to supress the use of partial steps (force key_partialstep = 0 within pltz) 
    481510</div> 
    482511             
     
    641670</div> 
    642671             
    643             <h4 id="_pltz_keyword_MASKFILL">MASKFILL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    644                
    645                
    646                
    647                
    648                
    649                
    650                
    651                
    652             </h4> 
    653          
    654             <div class="comments"></div> 
    655              
    656672            <h4 id="_pltz_keyword_WDEPTH">WDEPTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    657673               
     
    683699            <div class="comments"></div> 
    684700             
     701            <h4 id="_pltz_keyword_MASKFILL">MASKFILL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     702               
     703               
     704               
     705               
     706               
     707               
     708               
     709               
     710            </h4> 
     711         
     712            <div class="comments"> 
     713 set to 0 to avoid to fill the masked values 
     714</div> 
     715             
     716            <h4 id="_pltz_keyword_MASKDTA">MASKDTA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     717               
     718               
     719               
     720               
     721               
     722               
     723               
     724               
     725            </h4> 
     726         
     727            <div class="comments"> 
     728 2d array defining the mask that must be applied to the data instead 
     729 of the default mask which is defined according to the grid (t/u/v/f mask) 
     730</div> 
     731             
    685732            <h4 id="_pltz_keyword__EXTRA">_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    686733               
     
    702749           
    703750          <h4>Version</h4><div class="preformat"> 
    704  $Id: pltz.pro 360 2008-06-06 13:43:54Z smasson $ 
     751 $Id: pltz.pro 388 2008-12-09 09:36:41Z smasson $ 
    705752</div> 
    706753          <h4>History</h4><div class="preformat"> 
     
    724771           
    725772          <h4>Uses routines</h4><div class="preformat"> 
    726  common.pro 
     773 <a href="../../..//Obsolete/common.html">common</a> 
    727774</div> 
    728775           
     
    732779          <h3>Statistics</h3> 
    733780          <table class="statistics"> 
    734             <tr><td>McCabe cyclic</td><td>          70</td></tr> 
     781            <tr><td>McCabe cyclic</td><td>          73</td></tr> 
    735782            <tr><td>McCabe essential</td><td>           3</td></tr> 
    736783            <tr><td>McCabe modular design</td><td>           1</td></tr> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/sbar_plot.html

    r338 r402  
    8888 
    8989      <div id="file_comments"> 
    90  Same thing that bar_plot but compatible with the whole environment (common.pro included) 
     90 Same thing that bar_plot but compatible with the whole environment  
     91 (<a href="../../..//Obsolete/common.html">common</a> included) 
    9192</div> 
    9293 
     
    195196 
    196197          <h3>Examples</h3><div class="preformat"> 
    197  IDL> sbar_plot, indgen(10),small = [2,2,2],/rempli 
    198  IDL> sbar_plot, indgen(10),small = [2,2,3],/noerase 
    199  IDL> @ps 
     198 
     199   IDL> sbar_plot, indgen(10),small = [2,2,2],/rempli 
     200   IDL> sbar_plot, indgen(10),small = [2,2,3],/noerase 
     201   IDL> @ps 
    200202</div> 
    201203          <h3>Version history</h3> 
    202204           
    203205          <h4>Version</h4><div class="preformat"> 
    204  $Id: sbar_plot.pro 327 2007-12-13 16:22:35Z pinsard $ 
     206 $Id: sbar_plot.pro 370 2008-08-07 07:59:15Z pinsard $ 
    205207</div> 
    206208          <h4>History</h4><div class="preformat"> 
     
    216218          <h4>Restrictions</h4><div class="preformat"> 
    217219 If NOREINITPLT is not activated, all environment 
    218  variables !p, !x, !y, !z are reinitializted by the procedure <a href="../../..//ToBeReviewed/PLOTS/reinitplt.html">reinitplt</a> 
     220 variables !p, !x, !y, !z are reinitialized by the procedure <a href="../../..//ToBeReviewed/PLOTS/reinitplt.html">reinitplt</a> 
    219221</div> 
    220222         
     
    223225           
    224226          <h4>Uses routines</h4><div class="preformat"> 
    225  common.pro 
     227 <a href="../../..//Obsolete/common.html">common</a> 
    226228</div> 
    227229           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/scontour.html

    r338 r402  
    8888 
    8989      <div id="file_comments"> 
    90  Same thing that contour but compatible with the whole environment (common.pro included) 
     90 Same thing that contour but compatible with the whole environment  
     91 (<a href="../../..//Obsolete/common.html">common</a> included) 
    9192</div> 
    9293 
     
    179180            <div class="comments"> 
    180181 We active it if we do not want environment variables !p, !x, !y, !z 
    181  to be reinitilalized by the procedure reinitplt 
     182 to be reinitilalized by the procedure <a href="../../..//ToBeReviewed/PLOTS/reinitplt.html">reinitplt</a> 
    182183</div> 
    183184             
     
    200201 
    201202          <h3>Examples</h3><div class="preformat"> 
    202  IDL> z = dist(100) 
    203  IDL> scontour, z, nlevels=10,small=[1,2,1],xstyle=1,ystyle=1 
    204  IDL> @ps 
     203  
     204   IDL> z = dist(100) 
     205   IDL> scontour, z, nlevels=10,small=[1,2,1],xstyle=1,ystyle=1 
     206   IDL> @ps 
    205207</div> 
    206208          <h3>Version history</h3> 
    207209           
    208210          <h4>Version</h4><div class="preformat"> 
    209  $Id: scontour.pro 327 2007-12-13 16:22:35Z pinsard $ 
     211 $Id: scontour.pro 370 2008-08-07 07:59:15Z pinsard $ 
    210212</div> 
    211213          <h4>History</h4><div class="preformat"> 
     
    225227           
    226228          <h4>Uses routines</h4><div class="preformat"> 
    227  common.pro 
     229 <a href="../../..//Obsolete/common.html">common</a> 
    228230</div> 
    229231           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/splot.html

    r338 r402  
    8888 
    8989      <div id="file_comments"> 
    90  Same thing than plot but compatible with the whole environment (common.pro included) 
     90 Same thing than plot but compatible with the whole environment  
     91 (<a href="../../..//Obsolete/common.html">common</a> included) 
    9192</div> 
    9293 
     
    187188 
    188189          <h3>Examples</h3><div class="preformat"> 
    189  IDL> splot, indgen(10),ystyle=1,small=[1,2,1],/portrait 
    190  IDL> splot, -indgen(10),ystyle=1,small=[1,2,2],/noerase 
    191  IDL> @ps 
     190 
     191   IDL> splot, indgen(10),ystyle=1,small=[1,2,1],/portrait 
     192   IDL> splot, -indgen(10),ystyle=1,small=[1,2,2],/noerase 
     193   IDL> @ps 
    192194</div> 
    193195          <h3>Version history</h3> 
    194196           
    195197          <h4>Version</h4><div class="preformat"> 
    196  $Id: splot.pro 327 2007-12-13 16:22:35Z pinsard $ 
     198 $Id: splot.pro 370 2008-08-07 07:59:15Z pinsard $ 
    197199</div> 
    198200          <h4>History</h4><div class="preformat"> 
     
    208210          <h4>Restrictions</h4><div class="preformat"> 
    209211 If NOREINITPLT is not activated, all environment 
    210  variables !p, !x, !y, !z are reinitializted by the procedure <a href="../../..//ToBeReviewed/PLOTS/reinitplt.html">reinitplt</a> 
     212 variables !p, !x, !y, !z are reinitialized by the procedure  
     213 <a href="../../..//ToBeReviewed/PLOTS/reinitplt.html">reinitplt</a> 
    211214</div> 
    212215         
     
    215218           
    216219          <h4>Uses routines</h4><div class="preformat"> 
    217  common.pro 
     220 <a href="../../..//Obsolete/common.html">common</a> 
    218221</div> 
    219222           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/tvplus.html

    r338 r402  
    357357 
    358358          <h3>Examples</h3><div class="preformat"> 
    359  IDL> tvplus, dist(100) 
     359 
     360   IDL> tvplus, dist(100) 
    360361</div> 
    361362          <h3>Version history</h3> 
    362363           
    363364          <h4>Version</h4><div class="preformat"> 
    364  $Id: tvplus.pro 327 2007-12-13 16:22:35Z pinsard $ 
     365 $Id: tvplus.pro 371 2008-08-07 09:32:02Z pinsard $ 
    365366</div> 
    366367          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/addaxe.html

    r338 r402  
    8989      <div id="file_comments"> 
    9090 Add an axis when we do an oblique section in <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltz.html">pltz</a>,  
    91  <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltt.html">pltt</a> 
    92  or <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt1d.html">plt1d</a> 
     91 <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltt.html">pltt</a> or <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt1d.html">plt1d</a> 
    9392</div> 
    9493 
     
    194193           
    195194          <h4>Version</h4><div class="preformat"> 
    196  $Id: addaxe.pro 327 2007-12-13 16:22:35Z pinsard $ 
     195 $Id: addaxe.pro 378 2008-08-12 12:35:46Z pinsard $ 
    197196</div> 
    198197          <h4>History</h4><div class="preformat"> 
     
    211210           
    212211          <h4>Uses routines</h4><div class="preformat"> 
    213  common.pro 
     212 <a href="../../..//Obsolete/common.html">common</a> 
    214213</div> 
    215214           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/axis4pltz.html

    r338 r402  
    256256         
    257257            <div class="comments"> 
    258  When the drawing has a zoomed part, it is the size rapport between the zoomed part, 
    259  hz (zoom height), and the whole drawing, ht (total height). 
     258 When the drawing has a zoomed part, it is the size ratio between the zoomed  
     259 part, hz (zoom height), and the whole drawing, ht (total height). 
    260260</div> 
    261261             
     
    313313 Used to pass keywords 
    314314 
    315  Others: see pltz 
     315 Others: see <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltz.html">pltz</a> 
    316316</div> 
    317317             
     
    322322           
    323323          <h4>Version</h4><div class="preformat"> 
    324  $Id: axis4pltz.pro 327 2007-12-13 16:22:35Z pinsard $ 
     324 $Id: axis4pltz.pro 378 2008-08-12 12:35:46Z pinsard $ 
    325325</div> 
    326326          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/checkfield.html

    r363 r402  
    191191         
    192192          <div class="comments"> 
    193  It gives the name of the file to be opened. If NAME 
     193 It gives the name of the file to be opened.  
     194 
     195 If NAME 
    194196 does not contain the separating character of directories ('/' under 
    195197 unix for example), the file will be looked for in the current directory. 
     
    221223           
    222224          <h4>Version</h4><div class="preformat"> 
    223  $Id: checkfield.pro 360 2008-06-06 13:43:54Z smasson $ 
     225 $Id: checkfield.pro 378 2008-08-12 12:35:46Z pinsard $ 
    224226</div> 
    225227          <h4>History</h4><div class="preformat"> 
     
    352354           
    353355          <h4>Version</h4><div class="preformat"> 
    354  $Id: checkfield.pro 360 2008-06-06 13:43:54Z smasson $ 
     356 $Id: checkfield.pro 378 2008-08-12 12:35:46Z pinsard $ 
    355357</div> 
    356358          <h4>History</h4><div class="preformat"> 
     
    483485           
    484486          <h4>Version</h4><div class="preformat"> 
    485  $Id: checkfield.pro 360 2008-06-06 13:43:54Z smasson $ 
     487 $Id: checkfield.pro 378 2008-08-12 12:35:46Z pinsard $ 
    486488</div> 
    487489          <h4>History</h4><div class="preformat"> 
     
    545547         
    546548          <div class="comments"> 
    547  It respect <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a>'s criterions. See IDL>xhelp,'litchamp' 
     549 It respect <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a>'s criterions. 
    548550</div> 
    549551             
     
    596598            <div class="comments"> 
    597599 Vector indicating the geographic zone on which we want to cut the map. 
     600 
    598601  If BOXZOOM has : 
    599602 1 element : The extraction is made on [lon1, lon2, lat1, lat2, 0.,boxzoom[0]] 
     
    686689           
    687690          <h4>Version</h4><div class="preformat"> 
    688  $Id: checkfield.pro 360 2008-06-06 13:43:54Z smasson $ 
     691 $Id: checkfield.pro 378 2008-08-12 12:35:46Z pinsard $ 
    689692</div> 
    690693          <h4>History</h4><div class="preformat"> 
     
    705708           
    706709          <h4>Uses routines</h4><div class="preformat"> 
    707  common.pro 
     710 <a href="../../..//Obsolete/common.html">common</a> 
    708711</div> 
    709712           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/checktypeminmax.html

    r338 r402  
    386386           
    387387          <h4>Version</h4><div class="preformat"> 
    388  $Id: checktypeminmax.pro 327 2007-12-13 16:22:35Z pinsard $ 
     388 $Id: checktypeminmax.pro 370 2008-08-07 07:59:15Z pinsard $ 
    389389</div> 
    390390          <h4>History</h4><div class="preformat"> 
     
    404404           
    405405          <h4>Uses routines</h4><div class="preformat"> 
    406  common.pro 
     406 <a href="../../..//Obsolete/common.html">common</a> 
    407407</div> 
    408408           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/determineminmax.html

    r338 r402  
    308308           
    309309          <h4>Version</h4><div class="preformat"> 
    310  $Id: determineminmax.pro 327 2007-12-13 16:22:35Z pinsard $ 
     310 $Id: determineminmax.pro 378 2008-08-12 12:35:46Z pinsard $ 
    311311</div> 
    312312          <h4>History</h4><div class="preformat"> 
     
    319319           
    320320           
    321           <h4>Todo items</h4><div class="preformat"> seb: manque les param glam et gphi 
     321          <h4>Todo items</h4><div class="preformat"> 
     322 seb: manque les param glam et gphi 
    322323</div> 
    323324          <h4>Restrictions</h4><div class="preformat"> 
     
    329330           
    330331          <h4>Uses routines</h4><div class="preformat"> 
    331  Common.pro 
     332 <a href="../../..//Obsolete/common.html">common</a> 
    332333</div> 
    333334           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/directory-overview.html

    r321 r402  
    9090       
    9191        <dt><a href="addaxe.html">addaxe.pro</a></dt> 
    92         <dd>  Add an axis when we do an oblique section in <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltz.html">pltz</a>,   <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltt.html">pltt</a>  or <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt1d.html">plt1d</a> </dd> 
     92        <dd>  Add an axis when we do an oblique section in <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltz.html">pltz</a>,   <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltt.html">pltt</a> or <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt1d.html">plt1d</a> </dd> 
    9393       
    9494        <dt><a href="autoscale.html">autoscale.pro</a></dt> 
     
    117117       
    118118        <dt><a href="placecolor.html">placecolor.pro</a></dt> 
    119         <dd>  allows to trace the independently from a graph  By default, trace a color bar of the same type than the one present in   <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>  and <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltz.html">pltz</a>.</dd> 
     119        <dd>  allows to trace the independently from a graph   By default, trace a color bar of the same type than the one present in   <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>  and <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltz.html">pltz</a>.</dd> 
    120120       
    121121        <dt><a href="placedessin.html">placedessin.pro</a></dt> 
     
    132132       
    133133        <dt><a href="saveatt.html">saveatt.pro</a></dt> 
    134         <dd>  Allows to put in a structure attributes which can be associated with a variable.</dd> 
     134        <dd>  Allows to put in a structure attributes which can be associated with   a variable.</dd> 
    135135       
    136136        <dt><a href="terminedessin.html">terminedessin.pro</a></dt> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/meridienparallele.html

    r338 r402  
    144144           
    145145          <h4>Version</h4><div class="preformat"> 
    146  $Id: meridienparallele.pro 325 2007-12-06 10:04:53Z pinsard $ 
     146 $Id: meridienparallele.pro 370 2008-08-07 07:59:15Z pinsard $ 
    147147</div> 
    148148          <h4>History</h4><div class="preformat"> 
     
    162162           
    163163          <h4>Uses routines</h4><div class="preformat"> 
    164  common.pro 
     164 <a href="../../..//Obsolete/common.html">common</a> 
    165165</div> 
    166166           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/placecolor.html

    r338 r402  
    8989      <div id="file_comments"> 
    9090 allows to trace the independently from a graph 
     91 
    9192 By default, trace a color bar of the same type than the one present in  
    9293 <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a> 
    9394 and <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltz.html">pltz</a>. 
     95 
    9496 If max, min and divisions are not stipulated, then max=sup,min=inf 
    9597 and divisions=div. 
     
    169171           
    170172          <h4>Version</h4><div class="preformat"> 
    171  $Id: placecolor.pro 327 2007-12-13 16:22:35Z pinsard $ 
     173 $Id: placecolor.pro 378 2008-08-12 12:35:46Z pinsard $ 
    172174</div> 
    173175          <h4>History</h4><div class="preformat"> 
     
    192194           
    193195          <h4>Uses routines</h4><div class="preformat"> 
    194  common.pro 
     196 <a href="../../..//Obsolete/common.html">common</a> 
    195197</div> 
    196198           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/placedessin.html

    r338 r402  
    148148         
    149149          <div class="comments"> 
    150  It is a vector composed by 4 elements containing the position of the frame 
    151150 containing captions and the graph in normalized coordinates. 
    152  Comment: To position the drawing; we have to do !p.position=posfenetre 
     151 
     152 Comment: To position the drawing, we have to do !p.position=posfenetre 
    153153 after the call of the caliber 
    154154</div> 
     
    167167          <div class="comments"> 
    168168 Like POSFENETRE but for the color bar. 
     169 
    169170 Same comment to position the color bar, !p.position=posbar 
    170171</div> 
     
    248249         
    249250            <div class="comments"> 
    250  To draw the contour in color instead of in black 
    251  with filling in color 
     251 To draw the contour in color instead of in black with filling in color 
    252252</div> 
    253253             
     
    266266 If we want to trace contours of a different field than the one 
    267267 whose we have the colored drawing (by example E-P in color and QSR in contours). 
     268 
    268269 It must be a field respecting same characteristics than the argument number  
    269270 one of <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>. 
     
    328329 Vector composed of 3 or 4 elements, applied to make a drawing on a 
    329330 small portion of a page or screen. It delimit the zone where the drawing will be done. 
    330      If there is 4 elements: 
    331  then is constituted of coordinates (expressed in cm located from the up and 
    332  left corner of the page or the window (in portrait like in landscape) of the bottom 
    333  and left corner and of the up and right corner of the drawing zone. 
    334      If there is 3 elements: 
    335  in this case, we divide the page or the screen in small[0] columns and in small[1] lines 
    336  the drawing made in the box numbered small[2]. The numerotation starting up and left by 
     331 
     332 If there is 4 elements then is constituted of coordinates (expressed in cm  
     333 located from the up and left corner of the page or the window (in portrait  
     334 like in landscape) of the bottom and left corner and of the up and right  
     335 corner of the drawing zone. 
     336 
     337 If there is 3 elements, we divide the page or the screen in small[0] columns  
     338 and in small[1] lines, the drawing is made in the box numbered small[2].  
     339 
     340 The numerotation starting up and left by 
    337341 the number 1 and then, following the writing direction. 
    338  By default, we make the largest drawing we can do, conserving the aspect rapport 
    339  (except when REMPLI is activated). 
     342 
     343 By default, we make the largest drawing we can do, conserving the aspect  
     344 ratio (except when REMPLI is activated). 
    340345</div> 
    341346             
     
    366371            <div class="comments"> 
    367372 We use it when we want to do a projection. 
     373 
    368374 This keyword can be of two types: 
    369      MAP=[P0lat,P0lon,Rot]. For the description of these 3 values (see the online help of MAP_SET). 
     375     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>). 
    370376     /MAP: In this case, map is automatically calculated have the value: 
    371377          map = [0, (lon1+lon2)/2., 0] 
     378 
    372379 Comment 1: A good way to choose the type of the projection we want to do is to have a look at IDL demo: 
    373  IDL> demo 
    374  Then choose earth sciences and  mapping. 
     380   IDL> demo 
     381 Then choose "Mapping" and "Global Mapping Demo" 
     382 
    375383 Comment 2: By default it is a cylindrical projection which is effectuated (with or without the keyword map). 
    376384 If we want an other projection, MAP must be activated and we have to add the keyword: /nom_projection. 
     385 
    377386 For example, for a polar projection centered on the south pole: 
    378  IDL> domdef,-180,180,-90,-45 
    379  IDL> plt, tab, /stereo,map=[-90,0,0] 
     387   IDL> domdef,-180,180,-90,-45 
     388   IDL> plt, tab, /stereo,map=[-90,0,0] 
    380389        </div> 
    381390             
     
    392401         
    393402            <div class="comments"> 
    394  Force the drawing to occupy the whole space defined by small. 
     403 Force the drawing to fill the whole space defined by small. 
    395404</div> 
    396405             
     
    407416         
    408417            <div class="comments"> 
    409  Make a postscript. Only works if we made one drawing on the page. 
     418 Make a postscript.  
     419 
     420 Only works if we made one drawing on the page. 
     421 
    410422 If we make several drawing, use @<a href="../../..//ToBeReviewed/POSTSCRIPT/ps.html">ps</a>. 
    411423</div> 
     
    424436            <div class="comments"> 
    425437 Number of the window on which we want to do the graph (Allow to open several windows). 
     438 
    426439 By default, we open 'IDL0' 
    427440</div> 
     
    439452         
    440453            <div class="comments"> 
    441  keyword specifying that we want to make a vertical cut in diagonal. Then coordinated of extremities 
    442  of these one are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
    443  coordinates. 
     454 keyword specifying that we want to make a vertical cut in diagonal.  
     455 
     456 Then coordinated of extremities of these ones are defined by the 4 elements  
     457 of the vector ENDPOINTS: [x1,y1,x2,y2] which are coordinates. 
    444458</div> 
    445459             
     
    513527            <div class="comments"> 
    514528 't' 'x' 'y' 'z' 'xys' 'xz' 'yz' 'xyz' 'xt' 'yt' 'zt' 'xyt' 
    515        'xzt' 'yzt' 'xyzt' Direction on which do averages 
     529 'xzt' 'yzt' 'xyzt' Direction on which do averages 
    516530</div> 
    517531             
     
    552566           
    553567          <h4>Version</h4><div class="preformat"> 
    554  $Id: placedessin.pro 327 2007-12-13 16:22:35Z pinsard $ 
     568 $Id: placedessin.pro 378 2008-08-12 12:35:46Z pinsard $ 
    555569</div> 
    556570          <h4>History</h4><div class="preformat"> 
     
    570584           
    571585          <h4>Uses routines</h4><div class="preformat"> 
    572  common.pro 
     586 <a href="../../..//Obsolete/common.html">common</a> 
    573587</div> 
    574588           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/restoreatt.html

    r338 r402  
    134134          <div class="comments"> 
    135135 a structure like the one who read <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a>. 
    136         See IDL> xhelp,'litchamp' 
    137136</div> 
    138137             
     
    146145           
    147146          <h4>Version</h4><div class="preformat"> 
    148  $Id: restoreatt.pro 325 2007-12-06 10:04:53Z pinsard $ 
     147 $Id: restoreatt.pro 378 2008-08-12 12:35:46Z pinsard $ 
    149148</div> 
    150149          <h4>History</h4><div class="preformat"> 
     
    160159          <h4>Restrictions</h4><div class="preformat"> 
    161160 Change the value if global variables attribute of a field: vargrid, 
    162  varname, varunit, vardate, varexp , valmask and time. 
     161 varname, varunit, vardate, varexp, valmask and time. 
    163162</div> 
    164163         
     
    167166           
    168167          <h4>Uses routines</h4><div class="preformat"> 
    169  common.pro 
     168 <a href="../../..//Obsolete/common.html">common</a> 
    170169</div> 
    171170           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/saveatt.html

    r338 r402  
    8888 
    8989      <div id="file_comments"> 
    90  Allows to put in a structure attributes which can be associated with a variable. 
     90 Allows to put in a structure attributes which can be associated with  
     91 a variable. 
    9192</div> 
    9293 
     
    127128           
    128129          <h4>Version</h4><div class="preformat"> 
    129  $Id: saveatt.pro 325 2007-12-06 10:04:53Z pinsard $ 
     130 $Id: saveatt.pro 378 2008-08-12 12:35:46Z pinsard $ 
    130131</div> 
    131132          <h4>History</h4><div class="preformat"> 
     
    145146           
    146147          <h4>Uses routines</h4><div class="preformat"> 
    147  common.pro 
     148 <a href="../../..//Obsolete/common.html">common</a> 
    148149</div> 
    149150           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/terminedessin.html

    r338 r402  
    134134         
    135135            <div class="comments"> 
    136  Make a postscript. Only works if we made one drawing on the page. 
     136 Make a postscript.  
     137 
     138 Only works if we made one drawing on the page. 
    137139 If we make several drawing, use @<a href="../../..//ToBeReviewed/POSTSCRIPT/ps.html">ps</a>. 
    138140</div> 
     
    151153            <div class="comments"> 
    152154 Vector composed of 3 or 4 elements, applied to make a drawing on a 
    153  small portion of a page or screen. It delimit the zone where the drawing will be done. 
    154      If there is 4 elements: 
    155  then is constituted of coordinates (expressed in cm located from the up and 
    156  left corner of the page or the window (in portrait like in landscape)) of the bottom 
    157  and left corner and of the up and right corner of the drawing zone. 
    158      If there is 3 elements: 
    159  in this case, we divide the page or the screen in small[0] columns and in small[1] lines 
    160  the drawing made in the box numbered small[2]. The numerotation starting up and left by 
    161  the number 1 and then, following the writing direction. 
    162  By default, we make the largest drawing we can do, conserving the aspect rapport 
    163  (except when REMPLI is activated). 
     155 small portion of a page or screen.  
     156 
     157 It delimit the zone where the drawing will be done. 
     158 
     159 If there is 4 elements then is constituted of coordinates (expressed in cm  
     160 located from the up and left corner of the page or the window (in portrait  
     161 like in landscape)) of the bottom and left corner and of the up and right  
     162 corner of the drawing zone. 
     163 
     164 If there is 3 elements we divide the page or the screen in small[0] columns  
     165 and in small[1] lines and the drawing is made in the box numbered small[2].  
     166 
     167 The numerotation starting up and left by the number 1 and then, following  
     168 the writing direction. 
     169 
     170 By default, we make the largest drawing we can do, conserving the aspect  
     171 ration (except when REMPLI is activated). 
    164172</div> 
    165173             
     
    185193           
    186194          <h4>Version</h4><div class="preformat"> 
    187  $Id: terminedessin.pro 327 2007-12-13 16:22:35Z pinsard $ 
     195 $Id: terminedessin.pro 378 2008-08-12 12:35:46Z pinsard $ 
    188196</div> 
    189197          <h4>History</h4><div class="preformat"> 
     
    203211           
    204212          <h4>Uses routines</h4><div class="preformat"> 
    205  common.pro 
     213 <a href="../../..//Obsolete/common.html">common</a> 
    206214</div> 
    207215           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/LABEL/directory-overview.html

    r249 r402  
    9090       
    9191        <dt><a href="label.html">label.pro</a></dt> 
    92         <dd>  Allows to choose the type of the label we want to use at the time of a contour.</dd> 
     92        <dd>  Allows to choose the type of the label we want to use at the time of a   contour.</dd> 
    9393       
    9494        <dt><a href="label_date.html">label_date.pro</a></dt> 
     
    9999       
    100100        <dt><a href="lataxe.html">lataxe.pro</a></dt> 
    101         <dd>  function called by [XYZ]TICKFORMAT (see the help to see how to use it) to label axes in latitude.</dd> 
     101        <dd>  function called by [XYZ]TICKFORMAT (see the help to see how to use it) to   label axes in latitude.</dd> 
    102102       
    103103        <dt><a href="lonaxe.html">lonaxe.pro</a></dt> 
    104         <dd>  function called by [XYZ]TICKFORMAT (see the help to see how to use it) to label axes in longitude.</dd> 
     104        <dd>  function called by [XYZ]TICKFORMAT (see the help to see how to use it) to   label axes in longitude.</dd> 
    105105       
    106106      </dl> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/LABEL/label.html

    r338 r402  
    8888 
    8989      <div id="file_comments"> 
    90  Allows to choose the type of the label we want to use at the time of a contour. 
     90 Allows to choose the type of the label we want to use at the time of a  
     91 contour. 
    9192</div> 
    9293 
     
    133134          <div class="comments"> 
    134135 Number of the type of the label we want to trace 
    135         </div> 
     136</div> 
    136137             
    137138            <h4 id="_label_param_min">min&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    268269           
    269270          <h4>Version</h4><div class="preformat"> 
    270  $Id: label.pro 327 2007-12-13 16:22:35Z pinsard $ 
     271 $Id: label.pro 369 2008-08-06 15:52:18Z pinsard $ 
    271272</div> 
    272273          <h4>History</h4><div class="preformat"> 
    273274 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    274                         7/5/98 
     275                  7/5/98 
    275276</div> 
    276277           
     
    286287           
    287288          <h4>Uses routines</h4><div class="preformat"> 
    288  common.pro 
     289 <a href="../../..//Obsolete/common.html">common</a> 
    289290</div> 
    290291           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/LABEL/label_date.html

    r338 r402  
    124124               
    125125               
    126               <span class="attr">required</span> 
     126               
    127127               
    128128               
     
    138138               
    139139               
    140               <span class="attr">required</span> 
     140               
    141141               
    142142               
     
    152152               
    153153               
    154               <span class="attr">required</span> 
     154               
    155155               
    156156               
     
    182182            <div class="comments"> 
    183183 a format string which may contain the following: 
    184  %M for month (3 character abbr) 
    185  %N for month (2 digit abbr) 
     184 %M for month (3 characters abbr) 
     185 %N for month (2 digits abbr) 
    186186 %D for day of month, 
    187  %Y for 4 digit year. 
     187 %Y for 4 digits year. 
    188188 %Z for last two digits of year. 
    189189  For time: 
     
    252252 
    253253          <h3>Examples</h3><div class="preformat"> 
     254 
    254255 For example, to plot from Jan 1, 1993, to July 12, 1994: 
    255  Start_date = julday(1, 1, 1993) 
    256  End_date = julday(7, 12, 1994) 
    257  Dummy = LABEL_DATE(DATE_FORMAT='%N/%D')  ;Simple mm/dd 
    258  x = findgen(end_date+1 - start_date) + start_date ;Time axis 
    259  PLOT, x, sqrt(x), XTICKFORMAT = 'LABEL_DATE', XSTYLE=1 
    260  (Plot with X axis style set to exact.) 
    261          
     256 
     257   IDL> Start_date = julday(1, 1, 1993) 
     258   IDL> End_date = julday(7, 12, 1994) 
     259   IDL> ; Simple mm/dd 
     260   IDL> Dummy = LABEL_DATE(DATE_FORMAT='%N/%D') 
     261   IDL> ;Time axis 
     262   IDL> x = findgen(end_date+1 - start_date) + start_date 
     263   IDL> ; Plot with X axis style set to exact 
     264   IDL> PLOT, x, sqrt(x), XTICKFORMAT = 'LABEL_DATE', XSTYLE=1 
     265 
    262266 Example with times: 
    263         For example, to plot from 3PM, Jan 1, 1993, to 5AM, Jan 3, 
    264         1993: 
    265         Start_date = Julday(1,1,1993)   ;Also starting offset 
    266         Start_time = (3+12)/24.         ;Starting_time less offset 
    267         End_time = (Julday(1,3,1993) - Start_date) + 5./24. ;Ending 
    268         ;date/time - offset, note that the order of operations is 
    269                ; important to avoid loss of precision. 
    270         Dummy = LABEL_DATE(DATE_FORMAT='%D %M!C%H:%I', $ 
    271                 offset=Start_date)       ;MMM NN <new line> HH:MM format 
    272         x = findgen(20) * (End_time - Start_time) / 19 + start_time ;Time axis 
    273         PLOT, x, sqrt(x), XTICKFORMAT = 'LABEL_DATE', XSTYLE=1 
     267 
     268 For example, to plot from 3PM, Jan 1, 1993, to 5AM, Jan 3, 1993: 
     269 
     270   IDL> ; Also starting offset 
     271   IDL> Start_date = Julday(1,1,1993) 
     272   IDL> ; Starting_time less offset 
     273   IDL> Start_time = (3+12)/24. 
     274   IDL> End_time = (Julday(1,3,1993) - Start_date) + 5./24. 
     275   IDL> ; Ending date/time - offset, note that the order of operations is 
     276   IDL> ; important to avoid loss of precision 
     277   IDL> ; MMM NN <new line> HH:MM format 
     278   IDL> Dummy = LABEL_DATE(DATE_FORMAT='%D %M!C%H:%I', offset=Start_date) 
     279   IDL> ;Time axis 
     280   IDL> x = findgen(20) * (End_time - Start_time) / 19 + start_time 
     281   IDL> PLOT, x, sqrt(x), XTICKFORMAT = 'LABEL_DATE', XSTYLE=1 
    274282</div> 
    275283          <h3>Version history</h3> 
    276284           
    277285          <h4>Version</h4><div class="preformat"> 
    278  $Id: label_date.pro 327 2007-12-13 16:22:35Z pinsard $ 
     286 $Id: label_date.pro 371 2008-08-07 09:32:02Z pinsard $ 
    279287</div> 
    280288          <h4>History</h4><div class="preformat"> 
    281         DMS, RSI.       April, 1993.    Written. 
    282         DMS, RSI.       March, 1997.    Added Time format. 
     289     DMS, RSI.     April, 1993.     Written. 
     290     DMS, RSI.     March, 1997.     Added Time format. 
    283291 
    284292 Copyright (c) 1993-1998, Research Systems, Inc.  All rights reserved. 
    285         Unauthorized reproduction prohibited. 
     293     Unauthorized reproduction prohibited. 
    286294</div> 
    287295           
     
    299307           
    300308          <h4>Uses routines</h4><div class="preformat"> 
    301  LABEL_DATE_COM. 
    302309</div> 
    303310           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/LABEL/label_gmt.html

    r338 r402  
    131131         
    132132          <div class="comments"> 
    133  A reel number specifying above what value we want to trace a contour 
     133 A real number specifying above what value we want to trace a contour 
    134134</div> 
    135135             
     
    146146         
    147147          <div class="comments"> 
    148  A reel number specifying below what value we want to trace a contour 
     148 A real number specifying below what value we want to trace a contour 
    149149</div> 
    150150             
     
    231231           
    232232          <h4>Version</h4><div class="preformat"> 
    233  $Id: label_gmt.pro 325 2007-12-06 10:04:53Z pinsard $ 
     233 $Id: label_gmt.pro 369 2008-08-06 15:52:18Z pinsard $ 
    234234</div> 
    235235          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/LABEL/lataxe.html

    r338 r402  
    8888 
    8989      <div id="file_comments"> 
    90  function called by [XYZ]TICKFORMAT (see the help to see how to use it) to label axes in latitude. 
     90 function called by [XYZ]TICKFORMAT (see the help to see how to use it) to  
     91 label axes in latitude. 
    9192</div> 
    9293 
     
    150151          <div class="comments"> 
    151152 It is the tick mark index which starts at 0. 
    152         </div> 
     153</div> 
    153154             
    154155            <h4 id="_lataxe_param_value">value&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    176177           
    177178          <h4>Version</h4><div class="preformat"> 
    178  $Id: lataxe.pro 325 2007-12-06 10:04:53Z pinsard $ 
     179 $Id: lataxe.pro 369 2008-08-06 15:52:18Z pinsard $ 
    179180</div> 
    180181          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/LABEL/lonaxe.html

    r338 r402  
    8888 
    8989      <div id="file_comments"> 
    90  function called by [XYZ]TICKFORMAT (see the help to see how to use it) to label axes in longitude. 
     90 function called by [XYZ]TICKFORMAT (see the help to see how to use it) to  
     91 label axes in longitude. 
    9192</div> 
    9293 
     
    150151          <div class="comments"> 
    151152 It is the tick mark index which starts at 0. 
    152         </div> 
     153</div> 
    153154             
    154155            <h4 id="_lonaxe_param_value">value&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    176177           
    177178          <h4>Version</h4><div class="preformat"> 
    178  $Id: lonaxe.pro 325 2007-12-06 10:04:53Z pinsard $ 
     179 $Id: lonaxe.pro 369 2008-08-06 15:52:18Z pinsard $ 
    179180</div> 
    180181          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/VECTEUR/ajoutvect.html

    r338 r402  
    225225           
    226226          <h4>Version</h4><div class="preformat"> 
    227  $Id: ajoutvect.pro 327 2007-12-13 16:22:35Z pinsard $ 
     227 $Id: ajoutvect.pro 370 2008-08-07 07:59:15Z pinsard $ 
    228228</div> 
    229229          <h4>History</h4><div class="preformat"> 
     
    245245           
    246246          <h4>Uses routines</h4><div class="preformat"> 
    247  common.pro              
     247 <a href="../../..//Obsolete/common.html">common</a> 
    248248</div> 
    249249           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/VECTEUR/vecteur.html

    r338 r402  
    168168           
    169169          <h4>Version</h4><div class="preformat"> 
    170  $Id: vecteur.pro 327 2007-12-13 16:22:35Z pinsard $ 
     170 $Id: vecteur.pro 370 2008-08-07 07:59:15Z pinsard $ 
    171171</div> 
    172172          <h4>History</h4><div class="preformat"> 
     
    269269           
    270270          <h4>Version</h4><div class="preformat"> 
    271  $Id: vecteur.pro 327 2007-12-13 16:22:35Z pinsard $ 
     271 $Id: vecteur.pro 370 2008-08-07 07:59:15Z pinsard $ 
    272272</div> 
    273273          <h4>History</h4><div class="preformat"> 
     
    550550           
    551551          <h4>Version</h4><div class="preformat"> 
    552  $Id: vecteur.pro 327 2007-12-13 16:22:35Z pinsard $ 
     552 $Id: vecteur.pro 370 2008-08-07 07:59:15Z pinsard $ 
    553553</div> 
    554554          <h4>History</h4><div class="preformat"> 
     
    574574           
    575575          <h4>Uses routines</h4><div class="preformat"> 
    576  common.pro 
     576 <a href="../../..//Obsolete/common.html">common</a> 
    577577</div> 
    578578           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/axe.html

    r338 r402  
    246246         
    247247            <div class="comments"> 
    248  =2 to use %Z format (2 digits) to code years instead of %Y format. 
     248 =2 to use %Z format (2 digits) to code years instead of %Y format (4 digits). 
    249249 See <a href="../..//ToBeReviewed/PLOTS/LABEL/label_date.html">label_date</a> for more information on %Z and %Y. 
    250250</div> 
     
    271271           
    272272          <h4>Version</h4><div class="preformat"> 
    273  $Id: axe.pro 327 2007-12-13 16:22:35Z pinsard $ 
     273 $Id: axe.pro 369 2008-08-06 15:52:18Z pinsard $ 
    274274</div> 
    275275          <h4>History</h4><div class="preformat"> 
     
    293293           
    294294          <h4>Uses routines</h4><div class="preformat"> 
    295  common.pro 
     295 <a href="../..//Obsolete/common.html">common</a> 
    296296</div> 
    297297           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/legende.html

    r363 r402  
    162162         
    163163          <div class="comments"> 
    164  Character containing two letters giving the type of the cut  (for example: 'xz'). 
     164 Character containing two letters giving the type of the cut for example: 'xz' 
    165165</div> 
    166166             
     
    186186 If we want to trace contours of a different field than the one 
    187187 whose we have the colored drawing (by example E-P in color and QSR in contours). 
    188  It must be a field respecting same characteristics than the argument number one of plt. 
     188 
     189 It must be a field respecting same characteristics than the argument number  
     190 one of plt. 
    189191</div> 
    190192             
     
    303305           
    304306          <h4>Version</h4><div class="preformat"> 
    305  $Id: legende.pro 344 2008-04-15 11:05:43Z smasson $ 
     307 $Id: legende.pro 378 2008-08-12 12:35:46Z pinsard $ 
    306308</div> 
    307309          <h4>History</h4><div class="preformat"> 
     
    318320           
    319321          <h4>Restrictions</h4><div class="preformat"> 
    320  The use of the global variable language allows to change the language and the caption easily. 
     322 The use of the global variable language allows to change the language and  
     323 the caption easily. 
    321324</div> 
    322325         
     
    325328           
    326329          <h4>Uses routines</h4><div class="preformat"> 
    327  common.pro 
     330 <a href="../..//Obsolete/common.html">common</a> 
    328331</div> 
    329332           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/reinitplt.html

    r338 r402  
    220220           
    221221          <h4>Version</h4><div class="preformat"> 
    222  $Id: reinitplt.pro 325 2007-12-06 10:04:53Z pinsard $ 
     222 $Id: reinitplt.pro 369 2008-08-06 15:52:18Z pinsard $ 
    223223</div> 
    224224          <h4>History</h4><div class="preformat"> 
     
    242242           
    243243          <h4>Uses routines</h4><div class="preformat"> 
    244  common.pro 
     244 <a href="../..//Obsolete/common.html">common</a> 
    245245</div> 
    246246           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/style.html

    r338 r402  
    144144    3 : Solid-Bold, solid-thin, dash Dot-thin, solid-thin, Solid-Bold... 
    145145    4 : Solid-very-thin, except for contour O, that is solid-bold 
     146 
    146147 2) for the labelstyle based on a threshold value (with a style 
    147 before and after the threshold value and a bold solid line for the 
    148 value itself, a more general definition can be given with a scalar 
    149 string with the following structure: 'xxNN...NNyy' with   
    150  xx and yy correspondind to one the following choices (with the corresponding meaning) 
     148    before and after the threshold value and a bold solid line for the 
     149    value itself, a more general definition can be given with a scalar 
     150    string with the following structure: 'xxNN...NNyy' with   
     151    xx and yy correspondind to one the following choices (with the  
     152    corresponding meaning) 
    151153                so -> Solid      
    152154                do -> Dotted     
     
    214216           
    215217          <h4>Version</h4><div class="preformat"> 
    216  $Id: style.pro 325 2007-12-06 10:04:53Z pinsard $ 
     218 $Id: style.pro 378 2008-08-12 12:35:46Z pinsard $ 
    217219</div> 
    218220          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/symbols.html

    r338 r402  
    124124              <span class="attr">required</span> 
    125125               
    126                
     126              <span class="attr">type:</span> <span class="value">integer</span> 
    127127               
    128128               
     
    130130         
    131131          <div class="comments"> 
    132          
    133                 1 = open circle 
    134                 2 = filled circle 
    135                 3 = arrow pointing right 
    136                 4 = arrow pointing left 
    137                 5 = arrow pointing up 
    138                 6 = arrow pointing down 
    139                 7 = arrow pointing up and left (45 degrees) 
    140                  8 = arrow pointing down and left 
    141                  9 = arrow pointing down and right. 
    142                  10 = arrow pointing up and right. 
    143                  11 through 18 are bold versions of 3 through 10 
    144                  19 = horizontal line 
    145                  20 = box 
    146                  21 = diamond 
    147                  22 = triangle 
    148                  30 = filled box 
    149                  31 = filled diamond 
    150                  32 = filled triangle 
    151                 </div> 
     132 Code of sympbols : 
     133 1 = open circle 
     134 2 = filled circle 
     135 3 = arrow pointing right 
     136 4 = arrow pointing left 
     137 5 = arrow pointing up 
     138 6 = arrow pointing down 
     139 7 = arrow pointing up and left (45 degrees) 
     140 8 = arrow pointing down and left 
     141 9 = arrow pointing down and right. 
     142 10 = arrow pointing up and right. 
     143 
     144 11 through 18 are bold versions of 3 through 10 
     145 
     146 19 = horizontal line 
     147 20 = box 
     148 21 = diamond 
     149 22 = triangle 
     150 30 = filled box 
     151 31 = filled diamond 
     152 32 = filled triangle 
     153</div> 
    152154             
    153155            <h4 id="_symbols_param_scale">scale&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    186188            <div class="comments"> 
    187189 color of symbols 
    188                 </div> 
     190</div> 
    189191             
    190192           
     
    194196           
    195197          <h4>Version</h4><div class="preformat"> 
    196  $Id: symbols.pro 325 2007-12-06 10:04:53Z pinsard $ 
     198 $Id: symbols.pro 378 2008-08-12 12:35:46Z pinsard $ 
    197199</div> 
    198200          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/POSTSCRIPT/calibre.html

    r338 r402  
    8888 
    8989      <div id="file_comments"> 
    90  From a rapport of aspect and values (in line of character) of different margins, 
     90 From a ration aspect and values (in line of character) of different margins, 
    9191 it calculate POSFENETRE and POSBAR which serve to place the drawing and the color 
    9292 bar thanks to !p.position on a leaf or a screen output whose the window has the same 
     
    192192 left bottom corner. 
    193193    It is a vector made of 3 elements giving the number of column to be done in the 
    194  drawing, the number of line and the number of the case the number have to occupy 
    195  (see matlab). For example, to do 6 drawing in 3 columns and 2 lines and occupy 
    196  the 4th case, small=[2,3,4] 
     194 drawing, the number of line and the number of the case the number have to fill  
     195 (see matlab). For example, to do 6 drawings in 3 columns and 2 lines and  
     196 fill the 4th case, small=[2,3,4] 
    197197</div> 
    198198             
     
    249249         
    250250            <div class="comments"> 
    251  Force the drawing to occupy the biggest possible place defined by 
    252  SMALLDRAW without respect the rapport y on x. 
     251 Force the drawing to fill the biggest possible place defined by 
     252 SMALLDRAW without respect the y/x ratio. 
    253253</div> 
    254254             
     
    265265         
    266266            <div class="comments"> 
    267  Force the rapport y on x to take the value RAPPORTYX*YXASPECT. 
     267 Force the y/x ratio to take the value RAPPORTYX*YXASPECT. 
    268268 This keyword can be used in 2 cases: 
    269    1) YXASPECT=1 : force RAPPORTYX to be respected otherwise, Calibre take the 
    270    initiative to change it a little in the case of the aspect rapport of SMALL 
     269   1) YXASPECT=1 : force RAPPORTYX to be respected otherwise, calibre take the 
     270   initiative to change it a little in the case of the aspect ratio of SMALL 
    271271   is too different of the one of SMALLDRAW. 
    272    2) YXASPECT=n : multiply by n the aspect rapport given by default. 
    273    For example in plt, RAPPORTYX is calculated to the reference be orthonormal, 
     272   2) YXASPECT=n : multiply by n the aspect ratio given by default. 
     273   For example in <a href="../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>, RAPPORTYX is calculated to the  
     274   reference be orthonormal, 
    274275   to have a reference where the y axis is 2 time bigger than the x one, YXASPECT=2. 
    275276        </div> 
     
    326327           
    327328          <h4>Version</h4><div class="preformat"> 
    328  $Id: calibre.pro 327 2007-12-13 16:22:35Z pinsard $ 
     329 $Id: calibre.pro 378 2008-08-12 12:35:46Z pinsard $ 
    329330</div> 
    330331          <h4>History</h4><div class="preformat"> 
     
    344345           
    345346          <h4>Uses routines</h4><div class="preformat"> 
    346  common.pro 
     347 <a href="../..//Obsolete/common.html">common</a> 
    347348</div> 
    348349           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/POSTSCRIPT/directory-overview.html

    r249 r402  
    9090       
    9191        <dt><a href="calibre.html">calibre.pro</a></dt> 
    92         <dd>  From a rapport of aspect and values (in line of character) of different margins,  it calculate POSFENETRE and POSBAR which serve to place the drawing and the color  bar thanks to !p.</dd> 
     92        <dd>  From a ration aspect and values (in line of character) of different margins,  it calculate POSFENETRE and POSBAR which serve to place the drawing and the color  bar thanks to !p.</dd> 
    9393       
    9494        <dt><a href="chcolps.html">chcolps.pro</a></dt> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STATISTICS/a_timecorrelate.html

    r363 r402  
    219219 
    220220          <h3>Examples</h3><div class="preformat"> 
     221 
    221222 Define an n-element sample population. 
    222  IDL> x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57] 
     223   IDL> x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57] 
    223224 
    224225 Compute the autocorrelation of X for LAG = -3, 0, 1, 3, 4, 8 
    225  IDL> lag = [-3, 0, 1, 3, 4, 8] 
    226  IDL> result = a_correlate(x, lag) 
     226   IDL> lag = [-3, 0, 1, 3, 4, 8] 
     227   IDL> result = a_correlate(x, lag) 
    227228 
    228229 The result should be: 
     
    232233           
    233234          <h4>Version</h4><div class="preformat"> 
    234  $Id: a_timecorrelate.pro 342 2008-03-28 16:08:47Z smasson $ 
     235 $Id: a_timecorrelate.pro 371 2008-08-07 09:32:02Z pinsard $ 
    235236</div> 
    236237          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STATISTICS/c_timecorrelate.html

    r338 r402  
    253253           
    254254          <h4>Version</h4><div class="preformat"> 
    255  $Id: c_timecorrelate.pro 327 2007-12-13 16:22:35Z pinsard $ 
     255 $Id: c_timecorrelate.pro 371 2008-08-07 09:32:02Z pinsard $ 
    256256</div> 
    257257          <h4>History</h4><div class="preformat"> 
     
    395395 
    396396 Define two n-elements sample populations. 
    397  IDL> x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57] 
    398  IDL> y = [2.31, 2.76, 3.02, 3.13, 3.72, 3.88, 3.97, 4.39, 4.34, 3.95] 
     397   IDL> x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57] 
     398   IDL> y = [2.31, 2.76, 3.02, 3.13, 3.72, 3.88, 3.97, 4.39, 4.34, 3.95] 
    399399 
    400400 Compute the cross correlation of X and Y for LAG = -5, 0, 1, 5, 6, 7 
    401  IDL> lag = [-5, 0, 1, 5, 6, 7] 
    402  IDL> result = c_timecorrelate(x, y, lag) 
     401   IDL> lag = [-5, 0, 1, 5, 6, 7] 
     402   IDL> result = c_timecorrelate(x, y, lag) 
    403403 
    404404 The result should be: 
     
    408408           
    409409          <h4>Version</h4><div class="preformat"> 
    410  $Id: c_timecorrelate.pro 327 2007-12-13 16:22:35Z pinsard $ 
     410 $Id: c_timecorrelate.pro 371 2008-08-07 09:32:02Z pinsard $ 
    411411</div> 
    412412          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STATISTICS/skewness_4d.html

    r340 r402  
    114114         
    115115          <p class="header"> 
    116             <span class="result">result = </span>skewness_4d(<span class="result"><a href="#_skewness_4d_param_X">X</a></span>, <a href="#_skewness_4d_keyword_DOUBLE">DOUBLE</a>=<span class="result">DOUBLE</span>, <a href="#_skewness_4d_keyword_NVAL">NVAL</a>=<span class="result">NVAL</span>)</p> 
     116            <span class="result">result = </span>skewness_4d(<span class="result"><a href="#_skewness_4d_param_x">x</a></span>, <a href="#_skewness_4d_keyword_DOUBLE">DOUBLE</a>=<span class="result">DOUBLE</span>, <a href="#_skewness_4d_keyword_NVAL">NVAL</a>=<span class="result">NVAL</span>)</p> 
    117117         
    118118          <div class="comments"></div> 
     
    124124         
    125125             
    126             <h4 id="_skewness_4d_param_X">X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     126            <h4 id="_skewness_4d_param_x">x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    127127              <span class="attr">in</span> 
    128128               
     
    136136         
    137137          <div class="comments"> 
    138  An Array which last dimension is the time dimension so 
    139  size n. 
     138 An array which last dimension is the time dimension so size n. 
    140139</div> 
    141140             
     
    186185           
    187186          <h4>Version</h4><div class="preformat"> 
    188  $Id: skewness_4d.pro 335 2008-03-07 15:09:25Z smasson $ 
     187 $Id: skewness_4d.pro 378 2008-08-12 12:35:46Z pinsard $ 
    189188</div> 
    190189          <h4>History</h4><div class="preformat"></div> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/chkeywd.html

    r338 r402  
    9090 In a string containing an order to execute with EXECUTE by example. 
    9191 We change the value of one of keywords. 
    92  More generally, in a string, we look for the character chain: ', keywdname= ..., 
    93  and we change the value of... 
     92 
     93 More generally, in a string, we look for the character  
     94 chain: ', keywdname= ..., and we change the value of... 
    9495</div> 
    9596 
     
    237238           
    238239          <h4>Version</h4><div class="preformat"> 
    239  $Id: chkeywd.pro 327 2007-12-13 16:22:35Z pinsard $ 
     240 $Id: chkeywd.pro 372 2008-08-08 12:31:53Z pinsard $ 
    240241</div> 
    241242          <h4>History</h4><div class="preformat"> 
    242243 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    243                       18/10/1999 
    244                       24/11/1999: adaptation for keywords starting by / 
     244  - 18/10/1999 
     245  - 24/11/1999: adaptation for keywords starting by / 
    245246</div> 
    246247           
     
    254255 
    255256 
    256  Beware, this function has loops, ifs ad cases everywhere. So it can 
     257 Beware, this function has loops, ifs and cases everywhere. So it can 
    257258 not be used by big keywords (with a lot of elements which are big 
    258259 arrays). The input keyword must not contain Complex floatings, structure, 
     
    266267           
    267268          <h4>Uses routines</h4><div class="preformat"> 
    268  common.pro 
     269 <a href="../..//Obsolete/common.html">common</a> 
    269270</div> 
    270271           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/directory-overview.html

    r249 r402  
    126126       
    127127        <dt><a href="strsci.html">strsci.pro</a></dt> 
    128         <dd>  Given a number, returns a string of that          B  number in scientific notation format ( e.</dd> 
     128        <dd>  Given a number, returns a string of that B  number in scientific notation format ( e.</dd> 
    129129       
    130130        <dt><a href="strsed.html">strsed.pro</a></dt> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/getfile.html

    r363 r402  
    153153         
    154154            <div class="comments"> 
    155  =err  error flag: 0=ok, 1=file not opened, 
    156  2=no lines in file. 
     155 error flag: 0=ok, 1=file not opened, 2=no lines in file. 
    157156</div> 
    158157             
     
    198197         
    199198            <div class="comments"> 
    200  =n  Number of lines to read (def=all). 
     199 Number of lines to read (def=all). 
    201200 Much faster if number of lines is known. 
    202201 Automatic for IDL 5.6 or later. 
     
    215214         
    216215            <div class="comments"> 
    217  search the file in the all !path directories (use 
    218  find.pro) 
     216 search the file in the all !path directories (use <a href="../..//Utilities/find.html">find</a>) 
    219217</div> 
    220218             
     
    225223           
    226224          <h4>Version</h4><div class="preformat"> 
    227  $Id: getfile.pro 358 2008-04-28 09:41:14Z pinsard $ 
     225 $Id: getfile.pro 374 2008-08-08 15:12:27Z pinsard $ 
    228226</div> 
    229227          <h4>History</h4><div class="preformat"> 
    230       R. Sterner, 20 Mar, 1990 
    231       R. Sterner, 1999 Apr 14 --- Added LINES=n keyword. 
    232       R. Sterner, 2003 Aug 29 --- Automatic lines if IDL 5.6+. 
    233       R. Sterner, 2003 Sep 02 --- Check if file exists first. 
    234       R. Sterner, 2003 Sep 04 --- Fixed error in number of lines in file. 
    235       R. Sterner, 2003 Oct 10 --- Fixed error when no lines. 
    236       R. Sterner, 2004 Jan 27 --- Fixed to work in IDL as old as vers 4. 
    237  
    238        S. Masson (smasson@lodyc.jussieu.fr) 4 Feb 2002 
     228  - R. Sterner, 20 Mar, 1990 
     229  - R. Sterner, 1999 Apr 14 --- Added LINES=n keyword. 
     230  - R. Sterner, 2003 Aug 29 --- Automatic lines if IDL 5.6+. 
     231  - R. Sterner, 2003 Sep 02 --- Check if file exists first. 
     232  - R. Sterner, 2003 Sep 04 --- Fixed error in number of lines in file. 
     233  - R. Sterner, 2003 Oct 10 --- Fixed error when no lines. 
     234  - R. Sterner, 2004 Jan 27 --- Fixed to work in IDL as old as vers 4. 
     235  - S. Masson (smasson@lodyc.jussieu.fr) 4 Feb 2002 
     236 
    239237       search the file in the all !path directories (use <a href="../..//Utilities/find.html">find</a>) 
    240238       when using /find keyword. Use <a href="/Applications/itt/idl64/help/online_help/SPAWN.html">SPAWN</a>, 'cat...' for  
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/getwrd.html

    r338 r402  
    200200         
    201201            <div class="comments"> 
    202  = l.  Return word n string location. 
     202 = l. Return word n string location. 
    203203</div> 
    204204             
     
    271271           
    272272          <h4>Version</h4><div class="preformat"> 
    273  $Id: getwrd.pro 325 2007-12-06 10:04:53Z pinsard $ 
     273 $Id: getwrd.pro 374 2008-08-08 15:12:27Z pinsard $ 
    274274</div> 
    275275          <h4>History</h4><div class="preformat"> 
    276        Ray Sterner,  6 Jan, 1985. 
    277        R. Sterner, Fall 1989 --- converted to SUN. 
    278        R. Sterner, Jan 1990 --- added delimiter. 
    279        R. Sterner, 18 Mar, 1990 --- added /LAST. 
    280        R. Sterner, 31 Jan, 1991 --- added /NOTRIM. 
    281        R. Sterner, 20 May, 1991 --- Added common and NULL string. 
    282        R. Sterner, 13 Dec, 1992 --- Made tabs equivalent to spaces. 
    283        R. Sterner,  4 Jan, 1993 --- Added NWORDS keyword. 
    284        R. Sterner, 2001 Jan 15 --- Fixed to use first element if not a scalar. 
    285        Johns Hopkins University Applied Physics Laboratory. 
     276  - Ray Sterner,  6 Jan, 1985. 
     277  - R. Sterner, Fall 1989 --- converted to SUN. 
     278  - R. Sterner, Jan 1990 --- added delimiter. 
     279  - R. Sterner, 18 Mar, 1990 --- added /LAST. 
     280  - R. Sterner, 31 Jan, 1991 --- added /NOTRIM. 
     281  - R. Sterner, 20 May, 1991 --- Added common and NULL string. 
     282  - R. Sterner, 13 Dec, 1992 --- Made tabs equivalent to spaces. 
     283  - R. Sterner,  4 Jan, 1993 --- Added NWORDS keyword. 
     284  - R. Sterner, 2001 Jan 15 --- Fixed to use first element if not a scalar. 
    286285 
    287286 Copyright (C) 1985, Johns Hopkins University/Applied Physics Laboratory 
     
    301300 given is used.  This saves finding the words again. 
    302301 If m > n wrd will be a string of words from word n to 
    303  word m.  If no m is given wrd will be a single word. 
     302 word m. If no m is given wrd will be a single word. 
    304303 n<0 returns text starting at word abs(n) to string end 
    305304 If n is out of range then a null string is returned. 
    306  See also nwrds. 
     305 See also <a href="../..//ToBeReviewed/STRING/nwrds.html">nwrds</a>. 
    307306</div> 
    308307         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/isnumber.html

    r338 r402  
    183183           
    184184          <h4>Version</h4><div class="preformat"> 
    185  $Id: isnumber.pro 325 2007-12-06 10:04:53Z pinsard $ 
     185 $Id: isnumber.pro 372 2008-08-08 12:31:53Z pinsard $ 
    186186</div> 
    187187          <h4>History</h4><div class="preformat"> 
    188        R. Sterner.  15 Oct, 1986. 
    189        Johns Hopkins Applied Physics Lab. 
    190        R. Sterner, 12 Mar, 1990 --- upgraded. 
    191        Richard Garrett, 14 June, 1992 --- fixed bug in returned float value. 
    192        R. Sterner, 1999 Nov 30 --- Fixed a bug found by Kristian Kjaer, Denmark 
     188  - R. Sterner.  15 Oct, 1986. Johns Hopkins Applied Physics Lab. 
     189  - R. Sterner, 12 Mar, 1990 --- upgraded. 
     190  - Richard Garrett, 14 June, 1992 --- fixed bug in returned float value. 
     191  - R. Sterner, 1999 Nov 30 --- Fixed a bug found by Kristian Kjaer, Denmark 
    193192 
    194193 Copyright (C) 1986, Johns Hopkins University/Applied Physics Laboratory 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/nwrds.html

    r338 r402  
    169169         
    170170            <div class="comments"> 
    171  = d.  Set delimiter character (def = space). 
     171 = d. Set delimiter character (def = space). 
    172172 </div> 
    173173             
     
    178178           
    179179          <h4>Version</h4><div class="preformat"> 
    180  $Id: nwrds.pro 325 2007-12-06 10:04:53Z pinsard $ 
     180 $Id: nwrds.pro 372 2008-08-08 12:31:53Z pinsard $ 
    181181</div> 
    182182          <h4>History</h4><div class="preformat"> 
    183        R. Sterner,  7 Feb, 1985. 
    184        Johns Hopkins University Applied Physics Laboratory. 
    185        RES 4 Sep, 1989 --- converted to SUN. 
     183  - R. Sterner,  7 Feb, 1985. Johns Hopkins University Applied Physics Laboratory. 
     184  - RES 4 Sep, 1989 --- converted to SUN. 
    186185 
    187186 Copyright (C) 1985, Johns Hopkins University/Applied Physics Laboratory 
     
    198197           
    199198          <h4>Restrictions</h4><div class="preformat"> 
    200  See also getwrd. 
     199 See also <a href="../..//ToBeReviewed/STRING/getwrd.html">getwrd</a> 
    201200 </div> 
    202201         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/putfile.html

    r338 r402  
    131131         
    132132          <div class="comments"> 
    133  = text file name. 
     133 text file name. 
    134134</div> 
    135135             
     
    146146         
    147147          <div class="comments"> 
    148  = string array. 
     148 string array. 
    149149</div> 
    150150             
     
    168168         
    169169            <div class="comments"> 
    170  =err  error flag: 0=ok, 1=invalid string array. 
     170 error flag: 0=ok, 1=invalid string array. 
    171171 </div> 
    172172             
     
    190190           
    191191          <h4>Version</h4><div class="preformat"> 
    192  $Id: putfile.pro 325 2007-12-06 10:04:53Z pinsard $ 
     192 $Id: putfile.pro 374 2008-08-08 15:12:27Z pinsard $ 
    193193</div> 
    194194          <h4>History</h4><div class="preformat"> 
    195       R. Sterner, 20 Mar, 1990 
    196       R. Sterner,  4 Nov, 1992 --- allowed scalar strings. 
     195  - R. Sterner, 20 Mar, 1990 
     196  - R. Sterner,  4 Nov, 1992 --- allowed scalar strings. 
    197197 
    198198 Copyright (C) 1990, Johns Hopkins University/Applied Physics Laboratory 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/str_size.html

    r338 r402  
    208208 the current graphics window, type this: 
    209209 
    210    XYOUTS, 0.5, 0.5, ALIGN=0.5, "Happy Holidays", $ 
    211    CHARSIZE=STR_SIZE("Happy Holidays", 0.3) 
     210   IDL> XYOUTS, 0.5, 0.5, ALIGN=0.5, "Happy Holidays", $ 
     211        CHARSIZE=STR_SIZE("Happy Holidays", 0.3) 
    212212</div> 
    213213          <h3>Version history</h3> 
    214214           
    215215          <h4>Version</h4><div class="preformat"> 
    216  $Id: str_size.pro 325 2007-12-06 10:04:53Z pinsard $ 
     216 $Id: str_size.pro 372 2008-08-08 12:31:53Z pinsard $ 
    217217</div> 
    218218          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/string2struct.html

    r338 r402  
    111111          <dd> </dd>     
    112112           
    113           <dt><p><a href="#_string2struct"><span class="result">result = </span>string2struct(<span class="result">strVal</span>)</a></p><dt> 
     113          <dt><p><a href="#_string2struct"><span class="result">result = </span>string2struct(<span class="result">strval</span>)</a></p><dt> 
    114114          <dd> </dd>     
    115115                 
     
    124124 
    125125          <h2><a class="top" href="#container">top</a>too_cool <span class="categories"> 
    126  
    127126</span></h2> 
    128127         
     
    164163           
    165164          <h4>Version</h4><div class="preformat"> 
    166  $Id: string2struct.pro 325 2007-12-06 10:04:53Z pinsard $ 
     165 $Id: string2struct.pro 374 2008-08-08 15:12:27Z pinsard $ 
    167166</div> 
    168167          <h4>History</h4><div class="preformat"> 
     
    203202         
    204203          <p class="header"> 
    205             <span class="result">result = </span>string2struct(<span class="result"><a href="#_string2struct_param_strVal">strVal</a></span>)</p> 
     204            <span class="result">result = </span>string2struct(<span class="result"><a href="#_string2struct_param_strval">strval</a></span>)</p> 
    206205         
    207206          <div class="comments"> 
     
    217216         
    218217             
    219             <h4 id="_string2struct_param_strVal">strVal&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     218            <h4 id="_string2struct_param_strval">strval&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    220219              <span class="attr">in</span> 
    221220               
     
    229228         
    230229          <div class="comments"> 
    231  String set up as keywords. Keywords require a little special treatment. Such as 
    232  plot,findgen(100),_extra=stringToStructure('title="testing"') 
     230 String set up as keywords. Keywords require a little special treatment.  
     231 Such as 
     232 
     233 plot,findgen(100),_extra=string2struct('title="testing"') 
    233234</div> 
    234235             
     
    242243       pro tPlot,event 
    243244       widget_control,event.top,get_uvalue=field 
    244        widget_control,field,get_value=strVal 
    245        extra = stringToStructure(strVal) 
     245       widget_control,field,get_value=strval 
     246       extra = string2struct(strval) 
    246247       plot,findgen(100),_extra=extra 
    247248       wshow 
     
    262263           
    263264          <h4>Version</h4><div class="preformat"> 
    264  $Id: string2struct.pro 325 2007-12-06 10:04:53Z pinsard $ 
     265 $Id: string2struct.pro 374 2008-08-08 15:12:27Z pinsard $ 
    265266</div> 
    266267          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/strkeywd.html

    r338 r402  
    145145 
    146146          <h3>Examples</h3><div class="preformat"> 
    147  We create a structure 
    148        IDL> b=get_extra(ok=111, year=[1997,1998,1999], age_capitaine=35) 
    149        IDL> help, b,/struct 
     147 
     148 We create a structure: 
     149   IDL> b=get_extra(ok=111, year=[1997,1998,1999], age_capitaine=35) 
     150   IDL> help, b,/struct 
    150151       ** Structure <817f4bc>, 3 tags, length=10, refs=1: 
    151152          AGE_CAPITAINE   INT             35 
    152153          OK              INT            111 
    153154          YEAR            INT       Array[3] 
    154  We put this structure as a string 
    155        IDL> a=strkeywd(b) 
    156        IDL> print, a 
     155 
     156 We put this structure as a string: 
     157   IDL> a=strkeywd(b) 
     158   IDL> print, a 
    157159       AGE_CAPITAINE=35, OK=111, YEAR=[1997,1998,1999] 
     160 
    158161 Now we can use the string a to pass keywords in a function thanks to execute!! 
    159        IDL> test=execute('c=get_extra('+a+')') 
    160        IDL> help, c,/struct 
     162   IDL> test=execute('c=get_extra('+a+')') 
     163   IDL> help, c,/struct 
    161164       ** Structure <817f2dc>, 3 tags, length=10, refs=1: 
    162165          AGE_CAPITAINE   INT             35 
     
    167170           
    168171          <h4>Version</h4><div class="preformat"> 
    169  $Id: strkeywd.pro 325 2007-12-06 10:04:53Z pinsard $ 
     172 $Id: strkeywd.pro 372 2008-08-08 12:31:53Z pinsard $ 
    170173</div> 
    171174          <h4>History</h4><div class="preformat"> 
     
    180183           
    181184          <h4>Restrictions</h4><div class="preformat"> 
    182  If an element of the structure contain an array, it will be convert in a vector. 
    183  
    184  
    185  Beware, this function has loops, ifs ad cases everywhere. So it can  
     185 If an element of the structure contain an array, it will be convert in a  
     186 vector. 
     187 
     188 
     189 Beware, this function has loops, ifs and cases everywhere. So it can  
    186190 not be used by big keywords (with a lot of elements which are big  
    187191 arrays). The input keyword must not contain Complex floatings, structure,  
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/strright.html

    r338 r402  
    150150          <div class="comments"> 
    151151 the number of characters to be returned. 
    152  If NLAST is the strlen(STRING), the complete string 
     152 
     153 If LASTN is the strlen(STRING), the complete string 
    153154 is returned. 
    154155</div> 
     
    160161 
    161162          <h3>Examples</h3><div class="preformat"> 
    162  if (strright(path) ne '/') then path = path + '/' 
     163  
     164 add a "/" in to path if it "/" is not at the end : 
     165 
     166  IDL> path="/tmp" 
     167  IDL> if (strright(path) ne '/') then path = path + '/' 
     168  IDL> print,path 
     169  /tmp/ 
    163170</div> 
    164171          <h3>Version history</h3> 
    165172           
    166173          <h4>Version</h4><div class="preformat"> 
    167  $Id: strright.pro 325 2007-12-06 10:04:53Z pinsard $ 
     174 $Id: strright.pro 374 2008-08-08 15:12:27Z pinsard $ 
    168175 
    169176 Copyright (C) 1997, Martin Schultz, Harvard University 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/strsci.html

    r338 r402  
    8888 
    8989      <div id="file_comments"> 
    90  Given a number, returns a string of that          B 
    91  number in scientific notation format ( e.g. A x 10  ) 
     90 Given a number, returns a string of that B 
     91 number in scientific notation format ( e.g. A x 10^B ) 
    9292</div> 
    9393 
     
    226226 
    227227          <h3>Examples</h3><div class="preformat"> 
    228         Result = STRSCI( 2000000, format='(i1)' ) 
    229         print, result                 
    230         ;                                                     6 
    231         ;     prints 2 x 10!u6!n, which gets plotted as 2 x 10  
     228 
     229   IDL> Result = STRSCI( 2000000, format='(i1)' ) 
     230   IDL> print, result                 
     231   2 x 10!u6!n 
     232  
     233 which gets plotted as 2 x 10  
    232234         
    233        Result = STRSCI( -0.0001 ) 
    234        print, result 
    235         ;                                                            4 
    236         ;     prints -1.00 x 10!u-4!n, which gets plotted as 1.00 x 10 
    237  
    238         Result = STRSCI( 0d0, format='(f13.8)' ) 
    239         print, result 
    240         ; 
    241         ;     prints, 0.00000000 
     235   IDL> Result = STRSCI( -0.0001 ) 
     236   IDL> print, result 
     237   -1.00 x 10!u-4!n 
     238 
     239 which gets plotted as 1.00 x 10 
     240 
     241   IDL> Result = STRSCI( 0d0, format='(f13.8)' ) 
     242   IDL> print, result 
     243   0.00000000 
    242244  
    243245</div> 
     
    245247           
    246248          <h4>Version</h4><div class="preformat"> 
    247  $Id: strsci.pro 325 2007-12-06 10:04:53Z pinsard $ 
     249 $Id: strsci.pro 374 2008-08-08 15:12:27Z pinsard $ 
    248250 
    249251 Copyright (C) 1998, 1999 Bob Yantosca and Martin Schultz,  
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/strsed.html

    r338 r402  
    187187         
    188188            <div class="comments"> 
    189  Indicates that the regular expression matching should be done in a case-insensitive fashion. 
     189 Indicates that the regular expression matching should be done in  
     190 a case-insensitive fashion. 
    190191</div> 
    191192             
     
    194195          <h3>Examples</h3><div class="preformat"> 
    195196 
    196     IDL> abc = 'abcdefghijklmnopqrstuvwxyz' 
    197     IDL> print, strsed(abc, 'm', 'M') 
     197   IDL> abc = 'abcdefghijklmnopqrstuvwxyz' 
     198   IDL> print, strsed(abc, 'm', 'M') 
    198199    abcdefghijklMnopqrstuvwxyz 
    199     IDL> print, strsed(abc, 'm.*t', 'M_T') 
     200   IDL> print, strsed(abc, 'm.*t', 'M_T') 
    200201    abcdefghijklM_Tuvwxyz 
    201     IDL> a = 'abcabcabc' 
    202     IDL> help, strsed([abc, a, 'eee'], 'abc', 'XXX_') 
     202   IDL> a = 'abcabcabc' 
     203   IDL> help, strsed([abc, a, 'eee'], 'abc', 'XXX_') 
    203204    <Expression>    STRING    = Array[3] 
    204     IDL> print, strsed([abc, a, 'eee'], 'abc', 'XXX_') 
     205   IDL> print, strsed([abc, a, 'eee'], 'abc', 'XXX_') 
    205206    XXX_defghijklmnopqrstuvwxyz XXX_XXX_XXX_ eee 
    206207</div> 
     
    208209           
    209210          <h4>Version</h4><div class="preformat"> 
    210  $Id: strsed.pro 327 2007-12-13 16:22:35Z pinsard $</div> 
     211 $Id: strsed.pro 372 2008-08-08 12:31:53Z pinsard $</div> 
    211212          <h4>History</h4><div class="preformat"> 
    212213 Sept 2006: Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/strtok.html

    r338 r402  
    193193 
    194194          <h3>Examples</h3><div class="preformat"> 
    195        If old is 'foo44 bar', then strtok( old, '44' ) would return 
    196        'foo', and upon return, old will be left with ' bar'.  If /TRIM 
    197        were set, old would be 'bar' on return. 
    198  
    199        If old='xyz', then new=strtok(old,'a') would return with 
    200        new='xyz' and old=''. 
     195 If old is 'foo44 bar', then strtok( old, '44' ) would return 
     196 'foo', and upon return, old will be left with ' bar'.  If /TRIM 
     197 were set, old would be 'bar' on return. 
     198 
     199 not ok ++ 
     200   IDL> old='foo44 bar' 
     201   IDL> res=strtok( old, '44' ) 
     202   IDL> print,res 
     203       0           5 
     204   IDL> print,old 
     205      foo44 bar 
     206 
     207   IDL> old='foo44 bar' 
     208   IDL> res=strtok( old, '44',/TRIM ) 
     209   IDL> print,res 
     210       0           5 
     211   IDL> print,old 
     212      foo44 bar 
     213 
     214 not ok ++ 
     215 If old='xyz', then new=strtok(old,'a') would return with 
     216 new='xyz' and old=''. 
     217   IDL> old='xyz' 
     218   IDL> new=strtok( old, 'a' ) 
     219   IDL> print,new 
     220           0 
     221   IDL> print,old 
     222   xyz 
     223 
    201224</div> 
    202225          <h3>Version history</h3> 
    203226           
    204227          <h4>Version</h4><div class="preformat"> 
    205  $Id: strtok.pro 325 2007-12-06 10:04:53Z pinsard $ 
     228 $Id: strtok.pro 374 2008-08-08 15:12:27Z pinsard $ 
    206229</div> 
    207230          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/strwhere.html

    r338 r402  
    117117 The number of matches that were found 
    118118 
    119   The function returns an index array similar to the 
    120   result of the where function 
     119 The function returns an index array similar to the 
     120 result of the <a href="/Applications/itt/idl64/help/online_help/WHERE.html">WHERE</a> function 
    121121</div> 
    122122 
     
    174174 
    175175          <h3>Examples</h3><div class="preformat"> 
    176  IDL> ind = strwhere('abcabcabc','a') 
    177  IDL> print, ind 
     176 
     177 find position of string "a" in the string "abcabcabc" 
     178 
     179   IDL> ind = strwhere('abcabcabc','a') 
     180   IDL> print, ind 
    178181 [ 0, 3, 6 ] 
    179182</div> 
     
    181184           
    182185          <h4>Version</h4><div class="preformat"> 
    183  $Id: strwhere.pro 325 2007-12-06 10:04:53Z pinsard $ 
     186 $Id: strwhere.pro 378 2008-08-12 12:35:46Z pinsard $ 
    184187 
    185188 Copyright (C) 1998, Martin Schultz, Harvard University 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/tostr.html

    r338 r402  
    136136 input can not contain or be of the type of: 
    137137 
    138    Complex floating, structure, Double-precision complex, Pointer, Object 
    139    reference, Unsigned Integer, Unsigned Longword Integer, 64-bit 
    140    Integer, Unsigned 64-bit Integer      
     138 Complex floating, structure, Double-precision complex, Pointer, Object 
     139 reference, Unsigned Integer, Unsigned Longword Integer, 64-bit 
     140 Integer, Unsigned 64-bit Integer        
    141141</div> 
    142142             
     
    147147 
    148148          <h3>Examples</h3><div class="preformat"> 
    149     IDL> help, tostr(1),tostr('a'),tostr(indgen(4)),tostr(['a','jkfjo']) 
     149   IDL> help, tostr(1),tostr('a'),tostr(indgen(4)),tostr(['a','jkfjo']) 
    150150    <Expression>    STRING    = '1' 
    151151    <Expression>    STRING    = ''a'' 
    152152    <Expression>    STRING    = '[0,1,2,3]' 
    153153    <Expression>    STRING    = '['a','jkfjo']' 
    154     IDL> print, tostr(['c''est bon','c''est bon']) 
     154   IDL> print, tostr(['c''est bon','c''est bon']) 
    155155    ['c''est bon','c''est bon'] 
    156156</div> 
     
    158158           
    159159          <h4>Version</h4><div class="preformat"> 
    160  $Id: tostr.pro 325 2007-12-06 10:04:53Z pinsard $ 
     160 $Id: tostr.pro 372 2008-08-08 12:31:53Z pinsard $ 
    161161</div> 
    162162          <h4>History</h4><div class="preformat"> 
     
    174174 
    175175 
    176  Beware, this function has loops, ifs ad cases everywhere. So it can  
     176 Beware, this function has loops, ifs and cases everywhere. So it can  
    177177 not be used by big keywords (with a lot of elements which are big  
    178178 arrays). 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRUCTURE/chkstru.html

    r338 r402  
    115115 
    116116          <h3>Return value</h3><div class="preformat"> 
    117  CHKSTRU returns 1 if successful, otherwise 0. 
     117 1 if successful, otherwise 0. 
    118118</div> 
    119119 
     
    151151          <div class="comments"> 
    152152 A string or string array with field names to  
    153  be contained in STRUCTURE. CHKSTRU returns 1 (true) 
    154  only if all field names are contained in STRUCTURE. 
     153 be contained in STRUCTURE. 
     154 
     155 CHKSTRU returns 1 (true) only if all field names are contained in STRUCTURE. 
     156 
    155157 The entries of FIELDS may be upper or lowercase. 
    156158</div> 
     
    176178            <div class="comments"> 
    177179 A named variable that will contain the indices of 
    178  the required field names in the structure. They can then 
    179  be assessed through structure.(index[i]) . Index will 
    180  contain -1 for all fields entries that are not in the 
    181  structure. 
     180 the required field names in the structure.  
     181 
     182 They can then be assessed through structure.(index[i]).  
     183 
     184 Index will contain -1 for all fields entries that are not in the structure. 
    182185</div> 
    183186             
     
    194197         
    195198            <div class="comments"> 
    196  set this keyword to return an error message  
    197  in case of an error. 
     199 set this keyword to return an error message in case of an error. 
    198200</div> 
    199201             
     
    210212         
    211213            <div class="comments"> 
    212  set this keyword to extract a fields from the 
    213  structure.  -1 is return is fields or structure. are 
    214  incorrect. 
     214 set this keyword to extract a field from the structure.   
     215 -1 is return if field or structure are incorrect. 
    215216</div> 
    216217             
     
    218219 
    219220          <h3>Examples</h3><div class="preformat"> 
    220         test = { a:1, b:2, c:3 } 
    221         required = ['a','c'] 
    222         if CHKSTRU(test,required) then print,'found a and c.' 
    223         IDL> print, CHKSTRU(test,'b') 
     221 
     222   IDL> test = { a:1, b:2, c:3 } 
     223   IDL> required = ['a','c'] 
     224   IDL> if CHKSTRU(test,required) then print,'found a and c.' 
     225   IDL> print, CHKSTRU(test,'b') 
    224226           1 
    225         IDL> print, CHKSTRU(test,'b',/extract) 
     227   IDL> print, CHKSTRU(test,'b',/extract) 
    226228               2 
    227229</div> 
     
    229231           
    230232          <h4>Version</h4><div class="preformat"> 
    231  $Id: chkstru.pro 327 2007-12-13 16:22:35Z pinsard $ 
     233 $Id: chkstru.pro 375 2008-08-08 15:55:40Z pinsard $ 
    232234 
    233235 Copyright (C) 1998, Martin Schultz, Harvard University 
     
    242244</div> 
    243245          <h4>History</h4><div class="preformat"> 
    244         mgs, 02 Mar 1998: VERSION 1.00 
    245         mgs, 07 Apr 1998: - second parameter (FIELDS) now optional 
    246         12 Jan 2001: EXTRACT keyword by S. Masson (smasson@lodyc.jussieu.fr)  
     246  - mgs, 02 Mar 1998: VERSION 1.00 
     247  - mgs, 07 Apr 1998: - second parameter (FIELDS) now optional 
     248  - 12 Jan 2001: EXTRACT keyword by S. Masson (smasson@lodyc.jussieu.fr)  
    247249</div> 
    248250           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRUCTURE/directory-overview.html

    r249 r402  
    102102       
    103103        <dt><a href="where_tag.html">where_tag.pro</a></dt> 
    104         <dd>  Like WHERE but works on structure tag names  Obtain subscripts of elements in structure array for which  a particular Tag has values in a range or matching specified values.</dd> 
     104        <dd>  Like <a href="/Applications/itt/idl64/help/online_help/WHERE.html">WHERE</a> but works on structure tag names   Obtain subscripts of elements in structure array for which  a particular Tag has values in a range or matching specified values.</dd> 
    105105       
    106106      </dl> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRUCTURE/extractstru.html

    r338 r402  
    187187            <div class="comments"> 
    188188 Specify  that the given liste concern elements of STRU to be deleted. 
     189 
    189190 This keyword is activated by default. 
    190191</div> 
     
    194195          <h3>Examples</h3><div class="preformat"> 
    195196 
    196     IDL> extra=get_extra(/ok, year=1999, age_capitaine=35 ) 
    197     IDL> help, extra,/struct 
     197   IDL> extra=get_extra(/ok, year=1999, age_capitaine=35 ) 
     198   IDL> help, extra,/struct 
    198199    ** Structure <83e66bc>, 3 tags, length=6, refs=1: 
    199200       AGE_CAPITAINE   INT             35 
    200201       OK              INT              1 
    201202       YEAR            INT           1999 
    202     IDL> help, extractstru(extra,['ok','hhuihi','YEAR']),/stru 
     203   IDL> help, extractstru(extra,['ok','hhuihi','YEAR']),/stru 
    203204    ** Structure <831afac>, 1 tags, length=2, refs=1: 
    204205       AGE_CAPITAINE   INT             35 
    205     IDL> help, extractstru(extra,['ok','hhuihi','YEAR'],/keep),/stru 
     206   IDL> help, extractstru(extra,['ok','hhuihi','YEAR'],/keep),/stru 
    206207    ** Structure <834bbc4>, 2 tags, length=4, refs=1: 
    207208       OK              INT              1 
     
    211212           
    212213          <h4>Version</h4><div class="preformat"> 
    213  $Id: extractstru.pro 327 2007-12-13 16:22:35Z pinsard $ 
     214 $Id: extractstru.pro 375 2008-08-08 15:55:40Z pinsard $ 
    214215</div> 
    215216          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRUCTURE/mixstru.html

    r338 r402  
    8888 
    8989      <div id="file_comments"> 
    90  Concatenate 2 structures together. The difference with CREATE_STRUCT  
    91  is  that if the 2 structure have same elements's name, then mixstru  
     90 Concatenate 2 structures together.  
     91 
     92 The difference with <a href="/Applications/itt/idl64/help/online_help/CREATE_STRUCT.html">CREATE_STRUCT</a> 
     93 is that if the 2 structures have same elements's name, then mixstru  
    9294 do not break down but choose for the common element the value  
    9395 specified by the first structure. 
     
    164166          <h3>Examples</h3><div class="preformat"> 
    165167      
    166      IDL> a=get_extra(/toto,ok=123) 
    167      IDL> b=get_extra(ok=111, year=1999, age_capitaine=35) 
    168      IDL> help, a,b,/struct 
     168   IDL> a=get_extra(/toto,ok=123) 
     169   IDL> b=get_extra(ok=111, year=1999, age_capitaine=35) 
     170   IDL> help, a,b,/struct 
    169171     ** Structure <8334424>, 2 tags, length=4, refs=1: 
    170172        OK              INT            123 
     
    174176        OK              INT            111 
    175177        YEAR            INT           1999 
    176      IDL> help, mixstru(a,b),/struct 
     178   IDL> help, mixstru(a,b),/struct 
    177179     ** Structure <82f25ac>, 4 tags, length=8, refs=1: 
    178180        AGE_CAPITAINE   INT             35 
     
    180182        OK              INT            123 
    181183        TOTO            INT              1 
    182      IDL> help, mixstru(b,a),/struct 
     184   IDL> help, mixstru(b,a),/struct 
    183185     ** Structure <834604c>, 4 tags, length=8, refs=1: 
    184186        TOTO            INT              1 
     
    190192           
    191193          <h4>Version</h4><div class="preformat"> 
    192  $Id: mixstru.pro 325 2007-12-06 10:04:53Z pinsard $ 
     194 $Id: mixstru.pro 375 2008-08-08 15:55:40Z pinsard $ 
    193195</div> 
    194196          <h4>History</h4><div class="preformat"> 
     
    203205           
    204206          <h4>Restrictions</h4><div class="preformat"> 
    205  If STRU1 or  STRU2 is not a structure, mixstru send back -1 
     207 If STRU1 or STRU2 are not structure, mixstru send back -1 
    206208</div> 
    207209         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRUCTURE/struct2string.html

    r338 r402  
    192192          <h3>Examples</h3><div class="preformat"> 
    193193 
    194       IDL> print, struct2string(!d) 
     194   IDL> print, struct2string(!d) 
    195195      create_struct('NAME','X','X_SIZE',891,'Y_SIZE',630,'X_VSIZE' 
    196196      ,891,'Y_VSIZE',630,'X_CH_SIZE',6,'Y_CH_SIZE',10,'X_PX_CM' 
     
    202202           
    203203          <h4>Version</h4><div class="preformat"> 
    204  $Id: struct2string.pro 327 2007-12-13 16:22:35Z pinsard $ 
     204 $Id: struct2string.pro 371 2008-08-07 09:32:02Z pinsard $ 
    205205</div> 
    206206          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRUCTURE/where_tag.html

    r290 r402  
    8888 
    8989      <div id="file_comments"> 
    90  Like WHERE but works on structure tag names 
     90 Like <a href="/Applications/itt/idl64/help/online_help/WHERE.html">WHERE</a> but works on structure tag names 
     91 
    9192 Obtain subscripts of elements in structure array for which 
    9293 a particular Tag has values in a range or matching specified values. 
    93  Like the WHERE function but for use with structures 
     94 
     95 Like the <a href="/Applications/itt/idl64/help/online_help/WHERE.html">WHERE</a> function but for use with structures 
    9496 </div> 
    9597 
     
    188190         
    189191            <div class="comments"> 
    190  Otherwise give the Tag Number, 
     192 Otherwise give the Tag Number 
    191193 </div> 
    192194             
     
    234236         
    235237            <div class="comments"> 
    236   [min,max] range to search for in Struct 
     238 [min,max] range to search for in STRUCT 
    237239 </div> 
    238240             
     
    249251         
    250252            <div class="comments"> 
    251  One or array of numbers to match for in Struct, 
     253 One or array of numbers to match for in STRUCT 
    252254 </div> 
    253255             
     
    255257 
    256258          <h3>Examples</h3><div class="preformat"> 
    257        Suppose STR is a structure with tags CAT_NO:indgen(10), and  
    258                NAME:strarr(10).   Find the indices where STR.CAT_NO is 
    259                between 3 and 5. 
    260  
    261        IDL> print, WHERE_TAG( str, TAG_NAME = 'CAT_NO', VALUE = [3,4,5] )  ;or 
    262        IDL> print, WHERE_TAG( str, TAG_NUM = 0, RANGE = [3,5])  
     259 
     260 Suppose STR is a structure with tags CAT_NO:indgen(10), and  
     261 NAME:strarr(10). Find the indices where STR.CAT_NO is between 3 and 5. 
     262 
     263   IDL> print, WHERE_TAG( str, TAG_NAME = 'CAT_NO', VALUE = [3,4,5] )  
     264 or 
     265   IDL> print, WHERE_TAG( str, TAG_NUM = 0, RANGE = [3,5])  
    263266</div> 
    264267          <h3>Version history</h3> 
    265268           
    266269          <h4>Version</h4><div class="preformat"> 
    267  $Id: where_tag.pro 262 2007-08-21 14:19:32Z pinsard $ 
     270 $Id: where_tag.pro 375 2008-08-08 15:55:40Z pinsard $ 
    268271 </div> 
    269272          <h4>History</h4><div class="preformat"> 
     
    279282          <h4>Restrictions</h4><div class="preformat"> 
    280283 User *must* specify (1) TAG_NAME or TAG_NUMBER to search, and (2) 
    281  the VALUES or RANGE to search on; 
     284 the VALUES or RANGE to search on. 
    282285</div> 
    283286         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/TRIANGULATION/ciseauxtri.html

    r338 r402  
    192192           
    193193          <h4>Version</h4><div class="preformat"> 
    194  $Id: ciseauxtri.pro 327 2007-12-13 16:22:35Z pinsard $ 
     194 $Id: ciseauxtri.pro 370 2008-08-07 07:59:15Z pinsard $ 
    195195</div> 
    196196          <h4>History</h4><div class="preformat"> 
     
    210210           
    211211          <h4>Uses routines</h4><div class="preformat"> 
    212  common.pro 
     212 <a href="../..//Obsolete/common.html">common</a> 
    213213</div> 
    214214           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/TRIANGULATION/completecointerre.html

    r338 r402  
    221221           
    222222          <h4>Version</h4><div class="preformat"> 
    223  $Id: completecointerre.pro 327 2007-12-13 16:22:35Z pinsard $ 
     223 $Id: completecointerre.pro 370 2008-08-07 07:59:15Z pinsard $ 
    224224</div> 
    225225          <h4>History</h4><div class="preformat"> 
     
    239239           
    240240          <h4>Uses routines</h4><div class="preformat"> 
    241  common.pro 
     241 <a href="../..//Obsolete/common.html">common</a> 
    242242</div> 
    243243           
     
    360360           
    361361          <h4>Version</h4><div class="preformat"> 
    362  $Id: completecointerre.pro 327 2007-12-13 16:22:35Z pinsard $ 
     362 $Id: completecointerre.pro 370 2008-08-07 07:59:15Z pinsard $ 
    363363</div> 
    364364          <h4>History</h4><div class="preformat"> 
     
    378378           
    379379          <h4>Uses routines</h4><div class="preformat"> 
    380  common.pro 
     380 <a href="../..//Obsolete/common.html">common</a> 
    381381</div> 
    382382           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/TRIANGULATION/definetri.html

    r338 r402  
    215215          <h3>Examples</h3><div class="preformat"> 
    216216 
    217  IDL> triangles=definetri(3,3,[1,3]) 
     217   IDL> triangles=definetri(3,3,[1,3]) 
    218218 
    219219 triangles will be this kind of triangulation: 
     
    235235           
    236236          <h4>Version</h4><div class="preformat"> 
    237  $Id: definetri.pro 325 2007-12-06 10:04:53Z pinsard $</div> 
     237 $Id: definetri.pro 371 2008-08-07 09:32:02Z pinsard $</div> 
    238238          <h4>History</h4><div class="preformat"> 
    239239 sebastien Masson (smlod@ipsl.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/TRIANGULATION/dessinetri.html

    r338 r402  
    255255           
    256256          <h4>Version</h4><div class="preformat"> 
    257  $Id: dessinetri.pro 327 2007-12-13 16:22:35Z pinsard $ 
     257 $Id: dessinetri.pro 370 2008-08-07 07:59:15Z pinsard $ 
    258258</div> 
    259259          <h4>History</h4><div class="preformat"> 
     
    272272           
    273273          <h4>Uses routines</h4><div class="preformat"> 
    274  common.pro 
     274 <a href="../..//Obsolete/common.html">common</a> 
    275275</div> 
    276276           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/TRIANGULATION/drawsectionbottom.html

    r338 r402  
    260260           
    261261          <h4>Version</h4><div class="preformat"> 
    262  $Id: drawsectionbottom.pro 327 2007-12-13 16:22:35Z pinsard $ 
     262 $Id: drawsectionbottom.pro 370 2008-08-07 07:59:15Z pinsard $ 
    263263</div> 
    264264          <h4>History</h4><div class="preformat"> 
     
    283283           
    284284          <h4>Uses routines</h4><div class="preformat"> 
    285  common.pro 
     285 <a href="../..//Obsolete/common.html">common</a> 
    286286</div> 
    287287           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/TRIANGULATION/fillcornermask.html

    r338 r402  
    228228           
    229229          <h4>Version</h4><div class="preformat"> 
    230  $Id: fillcornermask.pro 327 2007-12-13 16:22:35Z pinsard $ 
     230 $Id: fillcornermask.pro 370 2008-08-07 07:59:15Z pinsard $ 
    231231</div> 
    232232          <h4>History</h4><div class="preformat"> 
     
    246246           
    247247          <h4>Uses routines</h4><div class="preformat"> 
    248  common.pro 
     248 <a href="../..//Obsolete/common.html">common</a> 
    249249</div> 
    250250           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/TRIANGULATION/section.html

    r338 r402  
    302302           
    303303          <h4>Version</h4><div class="preformat"> 
    304  $Id: section.pro 327 2007-12-13 16:22:35Z pinsard $ 
     304 $Id: section.pro 393 2009-02-20 15:39:43Z smasson $ 
    305305</div> 
    306306          <h4>History</h4><div class="preformat"> 
     
    320320           
    321321          <h4>Uses routines</h4><div class="preformat"> 
    322  common.pro 
     322 <a href="../..//Obsolete/common.html">common</a> 
    323323</div> 
    324324           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/TRIANGULATION/tracecote.html

    r338 r402  
    160160           
    161161          <h4>Version</h4><div class="preformat"> 
    162  $Id: tracecote.pro 327 2007-12-13 16:22:35Z pinsard $ 
     162 $Id: tracecote.pro 370 2008-08-07 07:59:15Z pinsard $ 
    163163</div> 
    164164          <h4>History</h4><div class="preformat"> 
     
    178178           
    179179          <h4>Uses routines</h4><div class="preformat"> 
    180  common.pro 
     180 <a href="../..//Obsolete/common.html">common</a> 
    181181</div> 
    182182           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/TRIANGULATION/tracemask.html

    r338 r402  
    239239           
    240240          <h4>Version</h4><div class="preformat"> 
    241  $Id: tracemask.pro 327 2007-12-13 16:22:35Z pinsard $ 
     241 $Id: tracemask.pro 370 2008-08-07 07:59:15Z pinsard $ 
    242242</div> 
    243243          <h4>History</h4><div class="preformat"> 
     
    256256           
    257257          <h4>Uses routines</h4><div class="preformat"> 
    258  common.pro 
     258 <a href="../..//Obsolete/common.html">common</a> 
    259259</div> 
    260260           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/TRIANGULATION/triangule_c.html

    r338 r402  
    237237           
    238238          <h4>Version</h4><div class="preformat"> 
    239  $Id: triangule_c.pro 327 2007-12-13 16:22:35Z pinsard $ 
     239 $Id: triangule_c.pro 370 2008-08-07 07:59:15Z pinsard $ 
    240240</div> 
    241241          <h4>History</h4><div class="preformat"> 
     
    262262           
    263263          <h4>Uses routines</h4><div class="preformat"> 
    264  common.pro 
    265  different.pro 
    266  definetri.pro 
     264 <a href="../..//Obsolete/common.html">common</a> 
     265 <a href="../..//Matrix/different.html">different</a> 
     266 <a href="../..//ToBeReviewed/TRIANGULATION/definetri.html">definetri</a> 
    267267</div> 
    268268           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/TRIANGULATION/triangule_e.html

    r338 r402  
    212212           
    213213          <h4>Version</h4><div class="preformat"> 
    214  $Id: triangule_e.pro 327 2007-12-13 16:22:35Z pinsard $ 
     214 $Id: triangule_e.pro 370 2008-08-07 07:59:15Z pinsard $ 
    215215</div> 
    216216          <h4>History</h4><div class="preformat"> 
     
    233233           
    234234          <h4>Uses routines</h4><div class="preformat"> 
    235  common.pro 
     235 <a href="../..//Obsolete/common.html">common</a> 
    236236</div> 
    237237           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd.html

    r338 r402  
    237237           
    238238          <h4>Version</h4><div class="preformat"> 
    239  $Id: buildreadcmd.pro 327 2007-12-13 16:22:35Z pinsard $ 
     239 $Id: buildreadcmd.pro 370 2008-08-07 07:59:15Z pinsard $ 
    240240</div> 
    241241          <h4>History</h4><div class="preformat"> 
     
    256256           
    257257          <h4>Uses routines</h4><div class="preformat"> 
    258  common.pro 
     258 <a href="../../..//Obsolete/common.html">common</a> 
    259259</div> 
    260260           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.html

    r338 r402  
    155155 numbered small[2]. The numerotation starting up and left by the number 1 and then, 
    156156 following the writing direction. By default, we make the largest drawing we can do, 
    157  conserving the aspect rapport (except when REMPLI is activated). 
     157 conserving the aspect ratio (except when REMPLI is activated). 
    158158</div> 
    159159             
     
    168168           
    169169          <h4>Version</h4><div class="preformat"> 
    170  $Id: createhistory.pro 325 2007-12-06 10:04:53Z pinsard $ 
     170 $Id: createhistory.pro 367 2008-08-06 09:05:24Z pinsard $ 
    171171</div> 
    172172          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/letsdraw.html

    r338 r402  
    179179           
    180180          <h4>Version</h4><div class="preformat"> 
    181  $Id: letsdraw.pro 327 2007-12-13 16:22:35Z pinsard $ 
     181 $Id: letsdraw.pro 370 2008-08-07 07:59:15Z pinsard $ 
    182182</div> 
    183183          <h4>History</h4><div class="preformat"> 
     
    196196           
    197197          <h4>Uses routines</h4><div class="preformat"> 
    198  common.pro 
     198 <a href="../../..//Obsolete/common.html">common</a> 
    199199</div> 
    200200           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html

    r338 r402  
    205205           
    206206          <h4>Version</h4><div class="preformat"> 
    207  $Id: cw_calendar.pro 327 2007-12-13 16:22:35Z pinsard $ 
     207 $Id: cw_calendar.pro 371 2008-08-07 09:32:02Z pinsard $ 
    208208</div> 
    209209          <h4>History</h4><div class="preformat"> 
     
    281281           
    282282          <h4>Version</h4><div class="preformat"> 
    283  $Id: cw_calendar.pro 327 2007-12-13 16:22:35Z pinsard $ 
     283 $Id: cw_calendar.pro 371 2008-08-07 09:32:02Z pinsard $ 
    284284</div> 
    285285          <h4>History</h4><div class="preformat"> 
     
    372372           
    373373          <h4>Version</h4><div class="preformat"> 
    374  $Id: cw_calendar.pro 327 2007-12-13 16:22:35Z pinsard $ 
     374 $Id: cw_calendar.pro 371 2008-08-07 09:32:02Z pinsard $ 
    375375</div> 
    376376          <h4>History</h4><div class="preformat"> 
     
    475475           
    476476          <h4>Version</h4><div class="preformat"> 
    477  $Id: cw_calendar.pro 327 2007-12-13 16:22:35Z pinsard $ 
     477 $Id: cw_calendar.pro 371 2008-08-07 09:32:02Z pinsard $ 
    478478</div> 
    479479          <h4>History</h4><div class="preformat"> 
     
    566566           
    567567          <h4>Version</h4><div class="preformat"> 
    568  $Id: cw_calendar.pro 327 2007-12-13 16:22:35Z pinsard $ 
     568 $Id: cw_calendar.pro 371 2008-08-07 09:32:02Z pinsard $ 
    569569</div> 
    570570          <h4>History</h4><div class="preformat"> 
     
    643643           
    644644          <h4>Version</h4><div class="preformat"> 
    645  $Id: cw_calendar.pro 327 2007-12-13 16:22:35Z pinsard $ 
     645 $Id: cw_calendar.pro 371 2008-08-07 09:32:02Z pinsard $ 
    646646</div> 
    647647          <h4>History</h4><div class="preformat"> 
     
    826826           
    827827          <h4>Version</h4><div class="preformat"> 
    828  $Id: cw_calendar.pro 327 2007-12-13 16:22:35Z pinsard $ 
     828 $Id: cw_calendar.pro 371 2008-08-07 09:32:02Z pinsard $ 
    829829</div> 
    830830          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html

    r338 r402  
    186186           
    187187          <h4>Version</h4><div class="preformat"> 
    188  $Id: cw_domain.pro 327 2007-12-13 16:22:35Z pinsard $ 
     188 $Id: cw_domain.pro 371 2008-08-07 09:32:02Z pinsard $ 
    189189</div> 
    190190          <h4>History</h4><div class="preformat"> 
     
    262262           
    263263          <h4>Version</h4><div class="preformat"> 
    264  $Id: cw_domain.pro 327 2007-12-13 16:22:35Z pinsard $ 
     264 $Id: cw_domain.pro 371 2008-08-07 09:32:02Z pinsard $ 
    265265</div> 
    266266          <h4>History</h4><div class="preformat"> 
     
    338338           
    339339          <h4>Version</h4><div class="preformat"> 
    340  $Id: cw_domain.pro 327 2007-12-13 16:22:35Z pinsard $ 
     340 $Id: cw_domain.pro 371 2008-08-07 09:32:02Z pinsard $ 
    341341</div> 
    342342          <h4>History</h4><div class="preformat"> 
     
    515515           
    516516          <h4>Version</h4><div class="preformat"> 
    517  $Id: cw_domain.pro 327 2007-12-13 16:22:35Z pinsard $ 
     517 $Id: cw_domain.pro 371 2008-08-07 09:32:02Z pinsard $ 
    518518</div> 
    519519          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/xnotice.html

    r338 r402  
    164164 
    165165          <h3>Examples</h3><div class="preformat"> 
    166     IDL> id=xnotice('ca marche !C ou pas?') 
    167     IDL> widget_control, id, /destroy 
     166 
     167   IDL> id=xnotice('ca marche !C ou pas?') 
     168   IDL> widget_control, id, /destroy 
    168169</div> 
    169170          <h3>Version history</h3> 
    170171           
    171172          <h4>Version</h4><div class="preformat"> 
    172  $Id: xnotice.pro 327 2007-12-13 16:22:35Z pinsard $ 
     173 $Id: xnotice.pro 371 2008-08-07 09:32:02Z pinsard $ 
    173174</div> 
    174175          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/xquestion.html

    r338 r402  
    162162           
    163163          <h4>Version</h4><div class="preformat"> 
    164  $Id: xquestion.pro 327 2007-12-13 16:22:35Z pinsard $ 
     164 $Id: xquestion.pro 371 2008-08-07 09:32:02Z pinsard $ 
    165165</div> 
    166166          <h4>History</h4><div class="preformat"> 
     
    291291 
    292292          <h3>Examples</h3><div class="preformat"> 
    293  IDL> help, xquestion('Postscript name') 
     293 
     294   IDL> help, xquestion('Postscript name') 
    294295 <Expression>    STRING    = 'toto.ps' 
    295296</div> 
     
    297298           
    298299          <h4>Version</h4><div class="preformat"> 
    299  $Id: xquestion.pro 327 2007-12-13 16:22:35Z pinsard $ 
     300 $Id: xquestion.pro 371 2008-08-07 09:32:02Z pinsard $ 
    300301</div> 
    301302          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/xxx.html

    r338 r402  
    161161           
    162162          <h4>Version</h4><div class="preformat"> 
    163  $Id: xxx.pro 327 2007-12-13 16:22:35Z pinsard $ 
     163 $Id: xxx.pro 370 2008-08-07 07:59:15Z pinsard $ 
    164164</div> 
    165165          <h4>History</h4><div class="preformat"> 
     
    362362           
    363363          <h4>Version</h4><div class="preformat"> 
    364  $Id: xxx.pro 327 2007-12-13 16:22:35Z pinsard $ 
     364 $Id: xxx.pro 370 2008-08-07 07:59:15Z pinsard $ 
    365365</div> 
    366366          <h4>History</h4><div class="preformat"> 
     
    381381           
    382382          <h4>Uses routines</h4><div class="preformat"> 
    383  common.pro 
     383 <a href="../..//Obsolete/common.html">common</a> 
    384384</div> 
    385385           
Note: See TracChangeset for help on using the changeset viewer.