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

update documentation

Location:
trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed
Files:
110 edited

Legend:

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

    r338 r402  
    6262 
    6363     
    64  Rather comparable to depth2level but here, the calculated level is in float. 
     64 Rather comparable to <a href="../..//ToBeReviewed/CALCULS/depth2level.html">depth2level</a> but here, the calculated level  
     65 is in float. 
    6566 For example, the level 5.4 correspond to a depth equal 
    6667 to gdep[5]+.4*(gdep[6]-gdep[5]) 
     
    130131 
    131132    <h3>Examples</h3><pre> 
    132     IDL> a=(jpk-1)/(1.*jpi*jpj)*findgen(jpi,jpj) 
    133     IDL> plt, 1e6*(a-floatlevel2depth(depth2floatlevel(a))),/nocontour 
     133 
     134   IDL> a=(jpk-1)/(1.*jpi*jpj)*findgen(jpi,jpj) 
     135   IDL> plt, 1e6*(a-floatlevel2depth(depth2floatlevel(a))),/nocontour 
    134136 
    135137  ->champ nul a 1e-6 pres 
     
    138140     
    139141    <h4>Version</h4> 
    140  $Id: depth2floatlevel.pro 327 2007-12-13 16:22:35Z pinsard $ 
     142 $Id: depth2floatlevel.pro 371 2008-08-07 09:32:02Z pinsard $ 
    141143 
    142144    <h4>History</h4> 
     
    158160     
    159161    <h4>Uses routines</h4> 
    160  common.pro 
     162 <a href="../..//Obsolete/common.html">common</a> 
    161163 
    162164     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/depth2level.html

    r338 r402  
    193193     
    194194    <h4>Version</h4> 
    195  $Id: depth2level.pro 327 2007-12-13 16:22:35Z pinsard $ 
     195 $Id: depth2level.pro 370 2008-08-07 07:59:15Z pinsard $ 
    196196    <h4>History</h4> 
    197197 Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    215215     
    216216    <h4>Uses routines</h4> 
    217  common.pro 
     217 <a href="../..//Obsolete/common.html">common</a> 
    218218 
    219219     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/depth2mask.html

    r338 r402  
    132132     
    133133    <h4>Version</h4> 
    134  $Id: depth2mask.pro 327 2007-12-13 16:22:35Z pinsard $ 
     134 $Id: depth2mask.pro 370 2008-08-07 07:59:15Z pinsard $ 
    135135 
    136136    <h4>History</h4> 
     
    150150     
    151151    <h4>Uses routines</h4> 
    152  common.pro 
     152 <a href="../..//Obsolete/common.html">common</a> 
    153153 
    154154     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/determ2.html

    r338 r402  
    163163 
    164164    <h3>Examples</h3><pre> 
    165  IDL> a=findgen(2,2,5) 
    166  IDL> print, determ2(a) 
    167  IDL> FOR i=0,4 DO print, determ(a[*,*,i]) 
     165 
     166   IDL> a=findgen(2,2,5) 
     167   IDL> print, determ2(a) 
     168   IDL> FOR i=0,4 DO print, determ(a[*,*,i]) 
    168169 
    169170    </pre><h3>Version history</h3> 
    170171     
    171172    <h4>Version</h4> 
    172  $Id: determ2.pro 325 2007-12-06 10:04:53Z pinsard $ 
     173 $Id: determ2.pro 371 2008-08-07 09:32:02Z pinsard $ 
    173174 
    174175    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/determ3.html

    r249 r402  
    254254 
    255255    <h3>Examples</h3><pre> 
    256  a=findgen(3,3,5) 
    257  print, determ3(a^2) 
    258  FOR i=0,4 DO print, determ((a[*,*,i])^2) ; IDL solution 
     256  
     257   IDL> a=findgen(3,3,5) 
     258   IDL> print, determ3(a^2) 
     259   IDL> FOR i=0,4 DO print, determ((a[*,*,i])^2) 
    259260 
    260261    </pre><h3>Version history</h3> 
    261262     
    262263    <h4>Version</h4> 
    263  $Id: determ3.pro 231 2007-03-19 17:15:51Z pinsard $ 
     264 $Id: determ3.pro 371 2008-08-07 09:32:02Z pinsard $ 
    264265 
    265266    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/floatlevel2depth.html

    r338 r402  
    129129 
    130130    <h3>Examples</h3><pre> 
    131     IDL> a=gdept[jpk-1]/(1.*jpi*jpj)*findgen(jpi,jpj) 
    132     IDL> plt, 1e6*(a-floatlevel2depth(depth2floatlevel(a))),/nocontour 
     131   IDL> a=gdept[jpk-1]/(1.*jpi*jpj)*findgen(jpi,jpj) 
     132   IDL> plt, 1e6*(a-floatlevel2depth(depth2floatlevel(a))),/nocontour 
    133133 
    134134  ->null field at 1e-6 pres 
     
    137137     
    138138    <h4>Version</h4> 
    139  $Id: floatlevel2depth.pro 327 2007-12-13 16:22:35Z pinsard $ 
     139 $Id: floatlevel2depth.pro 371 2008-08-07 09:32:02Z pinsard $ 
    140140 
    141141    <h4>History</h4> 
     
    155155     
    156156    <h4>Uses routines</h4> 
    157  common.pro 
     157 <a href="../..//Obsolete/common.html">common</a> 
    158158 
    159159     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/grossemoyenne.html

    r338 r402  
    8080 
    8181 
    82      
     82    <h3>Return value</h3> 
     83 an array 
     84 
    8385 
    8486     
     
    99101 
    100102     
    101  3 or 4d field 
     103 3d or 4d field 
    102104 
    103105     
     
    257259     
    258260 to force to perform first temporal 
    259  mean even if nan is activated (see SPATIALFIRST explanations...) 
     261 mean even if NAN is activated (see SPATIALFIRST explanations...) 
    260262 
    261263     
     
    280282     
    281283    <h4>Version</h4> 
    282  $Id: grossemoyenne.pro 327 2007-12-13 16:22:35Z pinsard $ 
     284 $Id: grossemoyenne.pro 378 2008-08-12 12:35:46Z pinsard $ 
    283285 
    284286    <h4>History</h4> 
     
    305307     
    306308    <h4>Uses routines</h4> 
    307  result:un tableau 
    308  common 
     309 <a href="../..//Obsolete/common.html">common</a> 
    309310 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    310311 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/hdyn.html

    r338 r402  
    241241     
    242242    <h4>Version</h4> 
    243  $Id: hdyn.pro 327 2007-12-13 16:22:35Z pinsard $ 
     243 $Id: hdyn.pro 370 2008-08-07 07:59:15Z pinsard $ 
    244244 
    245245    <h4>History</h4> 
     
    265265     
    266266    <h4>Uses routines</h4> 
    267  common.pro 
     267 <a href="../..//Obsolete/common.html">common</a> 
    268268 
    269269     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/level2depth.html

    r338 r402  
    6262 
    6363     
    64  Allows to pass from a 2d level array to a 2d depth array corresponding to these levels 
     64 Allows to pass from a 2d level array to a 2d depth array corresponding to  
     65 these levels 
    6566 
    6667 
     
    100101 
    101102     
    102  2d level array of sill levels (or a structure respecting <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> criterions) 
     103 2d level array of sill levels (or a structure respecting <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a>  
     104 criterions) 
    103105 
    104106     
     
    131133     
    132134    <h4>Version</h4> 
    133  $Id: level2depth.pro 327 2007-12-13 16:22:35Z pinsard $ 
     135 $Id: level2depth.pro 370 2008-08-07 07:59:15Z pinsard $ 
    134136 
    135137    <h4>History</h4> 
     
    150152     
    151153    <h4>Uses routines</h4> 
    152  common.pro 
     154 <a href="../..//Obsolete/common.html">common</a> 
    153155 
    154156     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/level2index.html

    r338 r402  
    6565 has been extract from a level specified by the 2d level array (typically, 
    6666 we want to obtain the salinity along an isopycn we have repered by its level). 
    67  level2index is a function who give, in function of level, a 2d indexes array 
     67 level2index is a function which give, in function of level, a 2d indexes array 
    6868 which will allow to extract the 2d array from the 3d array... 
    6969 
     
    115115     
    116116    <h4>Version</h4> 
    117  $Id: level2index.pro 325 2007-12-06 10:04:53Z pinsard $ 
     117 $Id: level2index.pro 367 2008-08-06 09:05:24Z pinsard $ 
    118118 
    119119    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/level2mask.html

    r338 r402  
    113113     
    114114    <h4>Version</h4> 
    115  $Id: level2mask.pro 325 2007-12-06 10:04:53Z pinsard $ 
     115 $Id: level2mask.pro 370 2008-08-07 07:59:15Z pinsard $ 
    116116 
    117117    <h4>History</h4> 
     
    134134     
    135135    <h4>Uses routines</h4> 
    136  common.pro 
     136 <a href="../..//Obsolete/common.html">common</a> 
    137137 
    138138     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/moyenne.html

    r338 r402  
    240240     
    241241    <h4>Version</h4> 
    242  $Id: moyenne.pro 327 2007-12-13 16:22:35Z pinsard $ 
     242 $Id: moyenne.pro 370 2008-08-07 07:59:15Z pinsard $ 
    243243 
    244244    <h4>History</h4> 
     
    265265     
    266266    <h4>Uses routines</h4> 
    267  common 
     267 <a href="../..//Obsolete/common.html">common</a> 
    268268 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    269269 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/projectondepth.html

    r338 r402  
    140140     
    141141    <h4>Version</h4> 
    142  $Id: projectondepth.pro 325 2007-12-06 10:04:53Z pinsard $ 
     142 $Id: projectondepth.pro 370 2008-08-07 07:59:15Z pinsard $ 
    143143 
    144144    <h4>History</h4> 
     
    160160     
    161161    <h4>Uses routines</h4> 
    162  common.pro 
     162 <a href="../..//Obsolete/common.html">common</a> 
    163163 
    164164     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/decoupeterre.html

    r338 r402  
    8181</font></h2> 
    8282 
    83       <p><font face="Courier">decoupeterre<i>, <a href="#_decoupeterre_keyword_mask">mask</a>, <a href="#_decoupeterre_keyword_glam">glam</a>, <a href="#_decoupeterre_keyword_gphi">gphi</a>, <a href="#_decoupeterre_keyword_gdep">gdep</a></i>, <a href="#_decoupeterre_keyword_TYPE">TYPE</a>=<i>TYPE</i>, <a href="#_decoupeterre_keyword_TRI">TRI</a>=<i>TRI</i>, <a href="#_decoupeterre_keyword_INDICEZOOM">INDICEZOOM</a>=<i>INDICEZOOM</i>, <a href="#_decoupeterre_keyword_COINMONTE">COINMONTE</a>=<i>COINMONTE</i>, <a href="#_decoupeterre_keyword_COINDESCEND">COINDESCEND</a>=<i>COINDESCEND</i>, <a href="#_decoupeterre_keyword_WDEPTH">WDEPTH</a>=<i>WDEPTH</i>, <a href="#_decoupeterre_keyword_REALSECTION">REALSECTION</a>=<i>REALSECTION</i>, <a href="#_decoupeterre_keyword_USETRI">USETRI</a>=<i>USETRI</i>, <a href="#_decoupeterre_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     83      <p><font face="Courier">decoupeterre<i>, <a href="#_decoupeterre_keyword_mask">mask</a>, <a href="#_decoupeterre_keyword_glam">glam</a>, <a href="#_decoupeterre_keyword_gphi">gphi</a>, <a href="#_decoupeterre_keyword_gdep">gdep</a></i>, <a href="#_decoupeterre_keyword_TYPE">TYPE</a>=<i>TYPE</i>, <a href="#_decoupeterre_keyword_TRI">TRI</a>=<i>TRI</i>, <a href="#_decoupeterre_keyword_INDICEZOOM">INDICEZOOM</a>=<i>INDICEZOOM</i>, <a href="#_decoupeterre_keyword_COINMONTE">COINMONTE</a>=<i>COINMONTE</i>, <a href="#_decoupeterre_keyword_COINDESCEND">COINDESCEND</a>=<i>COINDESCEND</i>, <a href="#_decoupeterre_keyword_MASKDTA">MASKDTA</a>=<i>MASKDTA</i>, <a href="#_decoupeterre_keyword_WDEPTH">WDEPTH</a>=<i>WDEPTH</i>, <a href="#_decoupeterre_keyword_REALSECTION">REALSECTION</a>=<i>REALSECTION</i>, <a href="#_decoupeterre_keyword_USETRI">USETRI</a>=<i>USETRI</i>, <a href="#_decoupeterre_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    8484 
    8585     
     
    241241 
    242242     
     243    <a name="#_decoupeterre_keyword_MASKDTA"></a> 
     244    <h4>MASKDTA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     245       
     246       
     247       
     248       
     249       
     250       
     251       
     252       
     253    </h4> 
     254 
     255     
     256 2d array defining the mask that must be applied to the data instead 
     257 of the default mask which is defined according to the grid (t/u/v/f mask) 
     258 
     259     
    243260    <a name="#_decoupeterre_keyword_WDEPTH"></a> 
    244261    <h4>WDEPTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    310327     
    311328    <h4>Version</h4> 
    312  $Id: decoupeterre.pro 327 2007-12-13 16:22:35Z pinsard $ 
     329 $Id: decoupeterre.pro 388 2008-12-09 09:36:41Z smasson $ 
    313330 
    314331    <h4>History</h4> 
     
    330347     
    331348    <h4>Uses routines</h4> 
    332  common.pro 
     349 <a href="../..//Obsolete/common.html">common</a> 
    333350 
    334351     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/domdef.html

    r338 r402  
    382382     
    383383    <h4>Version</h4> 
    384  $Id: domdef.pro 327 2007-12-13 16:22:35Z pinsard $ 
     384 $Id: domdef.pro 393 2009-02-20 15:39:43Z smasson $ 
    385385 
    386386    <h4>History</h4> 
     
    402402     
    403403    <h4>Uses routines</h4> 
    404  common.pro 
     404 <a href="../..//Obsolete/common.html">common</a> 
    405405 
    406406     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/f2v.html

    r338 r402  
    102102 
    103103     
    104  A 2, 3 or 4d array 
     104 a 2d, 3d or 4d array 
    105105 
    106106     
     
    113113     
    114114    <h4>Version</h4> 
    115  $Id: f2v.pro 325 2007-12-06 10:04:53Z pinsard $ 
     115 $Id: f2v.pro 370 2008-08-07 07:59:15Z pinsard $ 
    116116 
    117117    <h4>History</h4> 
     
    139139     
    140140    <h4>Uses routines</h4> 
    141  common.pro 
     141 <a href="../..//Obsolete/common.html">common</a> 
    142142 
    143143     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/grille.html

    r338 r402  
    6767 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> (contrarily to  
    6868 <pro>grandegrille</pro>) 
     69 
    6970 BEWARE!! The choice of the grid is made from the value of the 
    7071 global variable vargrid, which can be equal to 'T', 'U', 'V', 'W' ou 'F'. 
     
    8081</font></h2> 
    8182 
    82       <p><font face="Courier">grille<i>[, <a href="#_grille_keyword_mask">mask</a>][, <a href="#_grille_keyword_glam">glam</a>][, <a href="#_grille_keyword_gphi">gphi</a>][, <a href="#_grille_keyword_gdep">gdep</a>][, <a href="#_grille_keyword_nx">nx</a>][, <a href="#_grille_keyword_ny">ny</a>][, <a href="#_grille_keyword_nz">nz</a>][, <a href="#_grille_keyword_firstx">firstx</a>][, <a href="#_grille_keyword_firsty">firsty</a>][, <a href="#_grille_keyword_firstz">firstz</a>][, <a href="#_grille_keyword_lastx">lastx</a>][, <a href="#_grille_keyword_lasty">lasty</a>][, <a href="#_grille_keyword_lastz">lastz</a>][, <a href="#_grille_keyword_e1">e1</a>][, <a href="#_grille_keyword_e2">e2</a>][, <a href="#_grille_keyword_e3">e3</a>]</i>, <a href="#_grille_keyword_TRI">TRI</a>=<i>TRI</i>, <a href="#_grille_keyword_NOTRI">NOTRI</a>=<i>NOTRI</i>, <a href="#_grille_keyword_TOUT">TOUT</a>=<i>TOUT</i>, <a href="#_grille_keyword_FORPLT">FORPLT</a>=<i>FORPLT</i>, <a href="#_grille_keyword_TYPE">TYPE</a>=<i>TYPE</i>, <a href="#_grille_keyword_WDEPTH">WDEPTH</a>=<i>WDEPTH</i>, <a href="#_grille_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     83      <p><font face="Courier">grille<i>[, <a href="#_grille_keyword_mask">mask</a>][, <a href="#_grille_keyword_glam">glam</a>][, <a href="#_grille_keyword_gphi">gphi</a>][, <a href="#_grille_keyword_gdep">gdep</a>][, <a href="#_grille_keyword_nx">nx</a>][, <a href="#_grille_keyword_ny">ny</a>][, <a href="#_grille_keyword_nz">nz</a>][, <a href="#_grille_keyword_firstx">firstx</a>][, <a href="#_grille_keyword_firsty">firsty</a>][, <a href="#_grille_keyword_firstz">firstz</a>][, <a href="#_grille_keyword_lastx">lastx</a>][, <a href="#_grille_keyword_lasty">lasty</a>][, <a href="#_grille_keyword_lastz">lastz</a>][, <a href="#_grille_keyword_e1">e1</a>][, <a href="#_grille_keyword_e2">e2</a>][, <a href="#_grille_keyword_e3">e3</a>]</i>, <a href="#_grille_keyword_TRI">TRI</a>=<i>TRI</i>, <a href="#_grille_keyword_NOTRI">NOTRI</a>=<i>NOTRI</i>, <a href="#_grille_keyword_TOUT">TOUT</a>=<i>TOUT</i>, <a href="#_grille_keyword_FORPLT">FORPLT</a>=<i>FORPLT</i>, <a href="#_grille_keyword_TYPE">TYPE</a>=<i>TYPE</i>, <a href="#_grille_keyword_WDEPTH">WDEPTH</a>=<i>WDEPTH</i>, <a href="#_grille_keyword_GRID">GRID</a>=<i>GRID</i>, <a href="#_grille_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    8384 
    8485     
     
    461462       
    462463       
    463        
    464        
    465     </h4> 
    466  
    467      
     464      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>0</i></font> 
     465       
     466    </h4> 
     467 
     468      
    468469 To specify that the field is at W depth instead of T 
    469470 depth (automatically activated if vargrid eq 'W') 
    470471 
    471472     
     473    <a name="#_grille_keyword_GRID"></a> 
     474    <h4>GRID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     475       
     476       
     477       
     478       
     479       
     480       
     481      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>vargrid defined in <a href="../..//Commons/cm_4data.html">cm_4data</a></i></font> 
     482       
     483    </h4> 
     484 
     485      
     486 To specify on which grid are located the data 
     487 
     488     
    472489    <a name="#_grille_keyword__EXTRA"></a> 
    473490    <h4>_EXTRA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    492509     
    493510    <h4>Version</h4> 
    494  $Id: grille.pro 327 2007-12-13 16:22:35Z pinsard $ 
     511 $Id: grille.pro 388 2008-12-09 09:36:41Z smasson $ 
    495512 
    496513    <h4>History</h4> 
     
    518535     
    519536    <h4>Uses routines</h4> 
    520  cm_4mesh 
    521  cm_4data 
     537 <a href="../..//Commons/cm_4mesh.html">cm_4mesh</a> 
     538 <a href="../..//Commons/cm_4data.html">cm_4data</a> 
    522539 
    523540     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/t2v.html

    r338 r402  
    101101 
    102102     
    103  A 2d, 3d or 4d array 
     103 a 2d, 3d or 4d array 
    104104 
    105105     
     
    112112     
    113113    <h4>Version</h4> 
    114  $Id: t2v.pro 325 2007-12-06 10:04:53Z pinsard $ 
     114 $Id: t2v.pro 370 2008-08-07 07:59:15Z pinsard $ 
    115115 
    116116    <h4>History</h4> 
     
    138138     
    139139    <h4>Uses routines</h4> 
    140  common.pro 
     140 <a href="../..//Obsolete/common.html">common</a> 
    141141 
    142142     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/tracegrille.html

    r338 r402  
    187187     
    188188 It specify that we want to trace only one line of 
    189  constant j every xstride points 
     189 constant j every ystride points 
    190190 
    191191     
     
    227227    <h3>Examples</h3><pre> 
    228228 
    229      IDL> plt,indgen(jpi,jpj),/nocontour,/nofill 
    230      IDL> vargrid='T' 
    231      IDL> tracegrille,/ocean,color=20 
    232      IDL> tracegrille,/earth,color=80 
    233  
     229   IDL> plt,indgen(jpi,jpj),/nocontour,/nofill 
     230   IDL> vargrid='T' 
     231   IDL> tracegrille,/ocean,color=20 
     232   IDL> tracegrille,/earth,color=80 
    234233 
    235234    </pre><h3>Version history</h3> 
    236235     
    237236    <h4>Version</h4> 
    238  $Id: tracegrille.pro 327 2007-12-13 16:22:35Z pinsard $ 
     237 $Id: tracegrille.pro 378 2008-08-12 12:35:46Z pinsard $ 
    239238 
    240239    <h4>History</h4> 
     
    253252     
    254253    <h4>Uses routines</h4> 
    255  common.pro 
     254 <a href="../..//Obsolete/common.html">common</a> 
    256255 
    257256     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/u2t.html

    r338 r402  
    102102 
    103103     
    104  A 2d, 3d or 4d array 
     104 a 2d, 3d or 4d array 
    105105 
    106106     
     
    113113     
    114114    <h4>Version</h4> 
    115  $Id: u2t.pro 325 2007-12-06 10:04:53Z pinsard $ 
     115 $Id: u2t.pro 370 2008-08-07 07:59:15Z pinsard $ 
    116116 
    117117    <h4>History</h4> 
     
    139139     
    140140    <h4>Uses routines</h4> 
    141  common.pro 
     141 <a href="../..//Obsolete/common.html">common</a> 
    142142 
    143143     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/umask.html

    r338 r402  
    9494     
    9595    <h4>Version</h4> 
    96  $Id: umask.pro 325 2007-12-06 10:04:53Z pinsard $ 
     96 $Id: umask.pro 370 2008-08-07 07:59:15Z pinsard $ 
    9797 
    9898    <h4>History</h4> 
     
    114114     
    115115    <h4>Uses routines</h4> 
    116  common.pro 
     116 <a href="../..//Obsolete/common.html">common</a> 
    117117 
    118118     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/v2t.html

    r338 r402  
    102102 
    103103     
    104  A 2d, 3d or 4d array 
     104 a 2d, 3d or 4d array 
    105105 
    106106     
     
    113113     
    114114    <h4>Version</h4> 
    115  $Id: v2t.pro 325 2007-12-06 10:04:53Z pinsard $ 
     115 $Id: v2t.pro 370 2008-08-07 07:59:15Z pinsard $ 
    116116 
    117117    <h4>History</h4> 
     
    141141     
    142142    <h4>Uses routines</h4> 
    143  common.pro 
     143 <a href="../..//Obsolete/common.html">common</a> 
    144144 
    145145     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/HOPE/computehopegrid.html

    r338 r402  
    234234     
    235235    <h4>Version</h4> 
    236  $Id: computehopegrid.pro 327 2007-12-13 16:22:35Z pinsard $ 
     236 $Id: computehopegrid.pro 370 2008-08-07 07:59:15Z pinsard $ 
    237237 
    238238    <h4>History</h4> 
     
    253253     
    254254    <h4>Uses routines</h4> 
    255  common.pro 
     255 <a href="../..//Obsolete/common.html">common</a> 
    256256 
    257257     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/HOPE/read_hope.html

    r338 r402  
    125125     
    126126    <h4>Version</h4> 
    127  $Id: read_hope.pro 327 2007-12-13 16:22:35Z pinsard $ 
     127 $Id: read_hope.pro 371 2008-08-07 09:32:02Z pinsard $ 
    128128 
    129129    <h4>History</h4> 
     
    370370    <h3>Examples</h3><pre> 
    371371 
    372      IDL> a=read_hope('xy','ocpt',filename='CLIM_CNT_1993-1998.nc') 
    373      IDL> help, a,/struct 
     372   IDL> a=read_hope('xy','ocpt',filename='CLIM_CNT_1993-1998.nc') 
     373   IDL> help, a,/struct 
    374374     ** Structure <82ec344>, 6 tags, length=1860176, refs=1: 
    375375        ARRAY           FLOAT     Array[128, 242, 15] 
     
    379379        GRID            STRING    'T' 
    380380        HOPEGRID        STRUCT    -> <Anonymous> Array[1] 
    381      IDL> help, a.hopegrid,/struct 
     381   IDL> help, a.hopegrid,/struct 
    382382     ** Structure <82eb9cc>, 8 tags, length=1588, refs=2: 
    383383        XAXIS           FLOAT     Array[128] 
     
    389389        LINETYPE        STRING    'odd-even' 
    390390        PTTYPE          STRING    'T' 
    391      IDL> help, litchamp(a) 
     391   IDL> help, litchamp(a) 
    392392     <Expression>    FLOAT     = Array[128, 242, 15] 
    393393 
     
    395395     
    396396    <h4>Version</h4> 
    397  $Id: read_hope.pro 327 2007-12-13 16:22:35Z pinsard $ 
     397 $Id: read_hope.pro 371 2008-08-07 09:32:02Z pinsard $ 
    398398 
    399399    <h4>History</h4> 
     
    433433     
    434434    <h4>Uses routines</h4> 
    435  common.pro (useful only for the definition of iodir) 
     435 <a href="../..//Obsolete/common.html">common</a> 
     436 (useful only for the definition of iodir) 
    436437 
    437438     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/IMAGE/animgif.html

    r338 r402  
    110110     
    111111    <h4>Version</h4> 
    112  $Id: animgif.pro 325 2007-12-06 10:04:53Z pinsard $ 
     112 $Id: animgif.pro 371 2008-08-07 09:32:02Z pinsard $ 
    113113 
    114114    <h4>History</h4> 
     
    125125    <h4>Restrictions</h4> 
    126126 We use the Z buffer to go faster!. 
    127               So, if it failed in animgif, you have to do: 
    128               IDL> device, /close 
    129               IDL> set_plot, 'x' 
    130               IDL> retall 
     127 So, if it failed in animgif, you have to do: 
     128   IDL> device, /close 
     129   IDL> set_plot, 'x' 
     130   IDL> retall 
    131131 
    132132 If we want to delete the @common, 
    133                we have to define manually the picture's size 
    134                (variables xsize and ysize) just as iodir. 
     133 we have to define manually the picture's size 
     134 (variables xsize and ysize) just as iodir. 
    135135 
    136136 
     
    139139     
    140140    <h4>Uses routines</h4> 
    141  common.pro 
     141 <a href="../..//Obsolete/common.html">common</a> 
    142142 
    143143     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/INIT/initncdf.html

    r338 r402  
    6363     
    6464 Initfile for Netcdf file. define all the grid parameters through 
    65  an appropriate call to computegid 
     65 an appropriate call to <a href="../..//Grid/computegrid.html">computegrid</a> 
    6666 
    6767 
     
    199199 
    200200    <h3>Examples</h3><pre> 
    201  IDL> initncdf,'toto.nc',glam=[-180,180] 
     201 
     202   IDL> initncdf,'toto.nc',glam=[-180,180] 
    202203 
    203204    </pre><h3>Version history</h3> 
    204205     
    205206    <h4>Version</h4> 
    206  $Id: initncdf.pro 327 2007-12-13 16:22:35Z pinsard $ 
     207 $Id: initncdf.pro 371 2008-08-07 09:32:02Z pinsard $ 
    207208 
    208209    <h4>History</h4> 
     
    219220 Change the grid parameters (see <a href="../..//Grid/computegrid.html">computegrid</a>) 
    220221 
    221  
    222222 the file must contain an x and an y axis. (1 ou 2 dimensional array) 
    223223 
     
    227227     
    228228    <h4>Uses routines</h4> 
    229  common.pro 
     229 <a href="../..//Obsolete/common.html">common</a> 
    230230 
    231231     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/read_gribtable.html

    r338 r402  
    176176 
    177177    <h3>Examples</h3><pre> 
    178  IDL> tablename='ectab_128' 
     178 
     179   IDL> tablename='ectab_128' 
    179180 
    180181    </pre><h3>Version history</h3> 
    181182     
    182183    <h4>Version</h4> 
    183  $Id: read_gribtable.pro 325 2007-12-06 10:04:53Z pinsard $ 
     184 $Id: read_gribtable.pro 371 2008-08-07 09:32:02Z pinsard $ 
    184185    <h4>History</h4> 
    185186 Dominik Brunner, Apr 2000 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/binary.html

    r338 r402  
    106106 
    107107    <h3>Examples</h3><pre> 
     108 
    108109   Binary representation of 11b: 
    109      IDL> print, binary(11b) 
     110   IDL> print, binary(11b) 
    110111     0 0 0 0 1 0 1 1 
     112 
    111113   Binary representation of pi (x86: Little-endian IEEE representation): 
    112      IDL> print, format='(z9.8,5x,4(1x,8i1))', long(!pi,0), binary(!pi) 
     114   IDL> print, format='(z9.8,5x,4(1x,8i1))', long(!pi,0), binary(!pi) 
    113115      40490fdb      01000000 01001001 00001111 11011011 (x86 Linux) 
    114116      0fdb4149      00001111 11011011 01000001 01001001 (Alpha OpenVMS) 
    115      IDL> print, format='(8(1x,8i0))', binary(!dpi) 
     117   IDL> print, format='(8(1x,8i0))', binary(!dpi) 
    116118      01000000 00001001 00100001 11111011 01010100 01000100 00101101 00011000 
     119 
    117120   Some first tests before type double was added: 
    118      print, format='(2a6,4x,2z9.8,4x,8z3.2)', $ 
     121   IDL> print, format='(2a6,4x,2z9.8,4x,8z3.2)', $ 
    119122       !version.arch, !version.os, long(!dpi,0,2), byte(!dpi,0,8) 
    120123       x86 linux     54442d18 400921fb     18 2d 44 54 fb 21 09 40 
     
    126129     
    127130    <h4>Version</h4> 
    128  $Id: binary.pro 325 2007-12-06 10:04:53Z pinsard $ 
     131 $Id: binary.pro 371 2008-08-07 09:32:02Z pinsard $ 
    129132 
    130133    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/inverse_binary.html

    r338 r402  
    118118    <h3>Examples</h3><pre> 
    119119 
    120      IDL> a=indgen(5) 
    121      IDL> b=binary(a) 
    122      IDL> help, b 
     120   IDL> a=indgen(5) 
     121   IDL> b=binary(a) 
     122   IDL> help, b 
    123123     B               BYTE      = Array[8, 2, 5] 
    124      IDL> print, b 
     124   IDL> print, b 
    125125        0   0   0   0   0   0   0   0 
    126126        0   0   0   0   0   0   0   0 
     
    137137        0   0   0   0   0   0   0   0 
    138138        0   0   0   0   0   1   0   0 
    139      IDL> help, inverse_binary(b) 
     139   IDL> help, inverse_binary(b) 
    140140     <Expression>    INT       = Array[5] 
    141      IDL> print, inverse_binary(b) 
     141   IDL> print, inverse_binary(b) 
    142142            0       1       2       3       4 
    143143 
     
    145145     
    146146    <h4>Version</h4> 
    147  $Id: inverse_binary.pro 325 2007-12-06 10:04:53Z pinsard $ 
     147 $Id: inverse_binary.pro 371 2008-08-07 09:32:02Z pinsard $ 
    148148 
    149149    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/litchamp.html

    r338 r402  
    261261    <h3>Examples</h3><pre> 
    262262 
    263     IDL> print, vargrid,', ', varname,', ', varunit,', ', vardate,', ', varexp 
     263   IDL> print, vargrid,', ', varname,', ', varunit,', ', vardate,', ', varexp 
    264264    T,  ,  , 0, 
    265     IDL> help, litchamp({a:indgen(5), u:'C', name:'toto'}) 
     265   IDL> help, litchamp({a:indgen(5), u:'C', name:'toto'}) 
    266266    <Expression>    INT       = Array[5] 
    267     IDL> print, vargrid,', ', varname,', ', varunit,', ', vardate,', ', varexp 
     267   IDL> print, vargrid,', ', varname,', ', varunit,', ', vardate,', ', varexp 
    268268    T, toto, C, 0, 
    269     IDL> help, litchamp({a:indgen(5), da:'1999'}) 
     269   IDL> help, litchamp({a:indgen(5), da:'1999'}) 
    270270    <Expression>    INT       = Array[5] 
    271     IDL> print, vargrid,', ', varname,', ', varunit,', ', vardate,', ', varexp 
     271   IDL> print, vargrid,', ', varname,', ', varunit,', ', vardate,', ', varexp 
    272272    T, toto, C, 1999, 
    273273 
     
    276276     
    277277    <h4>Version</h4> 
    278  $Id: litchamp.pro 327 2007-12-13 16:22:35Z pinsard $ 
     278 $Id: litchamp.pro 371 2008-08-07 09:32:02Z pinsard $ 
    279279 
    280280    <h4>History</h4> 
     
    297297     
    298298    <h4>Uses routines</h4> 
    299  common.pro 
     299 <a href="../..//Obsolete/common.html">common</a> 
    300300 
    301301     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/read_ftp.html

    r338 r402  
    199199     
    200200    <h4>Version</h4> 
    201  $Id: read_ftp.pro 325 2007-12-06 10:04:53Z pinsard $ 
     201 $Id: read_ftp.pro 371 2008-08-07 09:32:02Z pinsard $ 
    202202 
    203203    <h4>History</h4> 
     
    296296     
    297297    <h4>Version</h4> 
    298  $Id: read_ftp.pro 325 2007-12-06 10:04:53Z pinsard $ 
     298 $Id: read_ftp.pro 371 2008-08-07 09:32:02Z pinsard $ 
    299299 
    300300    <h4>History</h4> 
     
    512512    in the current working directory: 
    513513 
    514     IDL> files = string(lindgen(10)+50,format='(%"MGB370.%3.3d.gz")') 
    515     IDL> READ_FTP, 'podaac.jpl.nasa.gov', files,  $ 
    516     IDL>       'pub/sea_surface_height/topex_poseidon/mgdrb/data/MGB_370', /FILE 
    517     IDL> spawn,'dir MGB*',/log_output 
     514   IDL> files = string(lindgen(10)+50,format='(%"MGB370.%3.3d.gz")') 
     515   IDL> READ_FTP, 'podaac.jpl.nasa.gov', files,  $ 
     516   IDL>       'pub/sea_surface_height/topex_poseidon/mgdrb/data/MGB_370', /FILE 
     517   IDL> spawn,'dir MGB*',/log_output 
    518518     Volume in drive C is Local Disk 
    519519     Volume Serial Number is 34CE-24DF 
     
    539539     
    540540    <h4>Version</h4> 
    541  $Id: read_ftp.pro 325 2007-12-06 10:04:53Z pinsard $ 
     541 $Id: read_ftp.pro 371 2008-08-07 09:32:02Z pinsard $ 
    542542 
    543543    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/read_ncdf.html

    r363 r402  
    6363     
    6464 Reading function for the file net_cdf. 
    65  This program is less universal than ncdf_lec (it appeal to declared 
    66  variables in common.pro) but it is very easier to be used. It considerate 
     65 This program is less universal than <a href="../..//ToBeReviewed/LECTURE/ncdf_lec.html">ncdf_lec</a> (it appeal to  
     66 declared variables in <a href="../..//Obsolete/common.html">common</a>) but it is very easier to be used.  
     67 It considerate 
    6768 the declaration of the different zooms which have been defined 
    6869 (ixminmesh...premierx...), the declaration of the variable key_shift... 
    69  To put it in a nutshell, the result of read_ncdf can be directly used in plt... 
     70 To put it in a nutshell, the result of read_ncdf can be directly used in  
     71 <a href="../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a> ... 
     72 
    7073 This is also this program which is used by default in our reading widgets. 
    7174 
     
    8689 
    8790    <h3>Return value</h3> 
    88  Structure readable by <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> or an array if NOSTRUCT is activated. 
     91 Structure readable by <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> or an array if NOSTRUCT is  
     92 activated. 
     93 
    8994 
    9095     
     
    124129 Relative with the time axis. 
    125130 These can be 
    126   - 2 date of the  type yyyymmdd and in this case, we select dates 
     131  - 2 dates of the type yyyymmdd and in this case, we select data 
    127132  which are included between these two dates. 
    128   - 2 indexes which define between which and which time step we have 
     133  - 2 indexes which define between which and which time steps we have 
    129134  to extract the temporal dimension. 
    130135 
     
    230235 
    231236     
    232  Specify that BEGINNING and ENDING refer to indexes of the time axis and not to dates 
     237 Specify that BEGINNING and ENDING refer to indexes of the time axis and not  
     238 to dates 
    233239 
    234240     
     
    246252 
    247253     
    248  put 1 to apply add_offset ad scale factor on data before looking for 
     254 put 1 to apply add_offset and scale factor on data before looking for 
    249255 missing values 
    250256 
     
    312318 
    313319     
    314  To call automatically <a href="../..//ToBeReviewed/INIT/initncdf.html">initncdf</a> with filename as input argument  
    315  and thus ; redefine all the grid parameters 
     320 To call automatically <a href="../..//ToBeReviewed/INIT/initncdf.html">initncdf</a> with filename as input argument 
     321 and thus redefine all the grid parameters 
    316322 
    317323     
     
    348354 
    349355     
    350  For ROMS outputs. Use by read_ncdf itself to access auxilliary data (h and zeta). 
     356 For ROMS outputs. Use by read_ncdf itself to access auxilliary data  
     357 (h and zeta). 
    351358 
    352359     
     
    366373 a string used to specify the direction along which we want to make 
    367374 spatial and/or temporal mean. It could be: 'x' 'y' 'z' 't' 'xy' 'xz' 
    368  'yz' 'xyz' 'xt' 'yt' 'zt' 'xyt' 'xzt' 'yzt' or 'xyzt'  
     375 'yz' 'xyz' 'xt' 'yt' 'zt' 'xyt' 'xzt' 'yzt' or 'xyzt' 
    369376 
    370377     
     
    441448     
    442449    <h4>Version</h4> 
    443  $Id: read_ncdf.pro 337 2008-03-20 22:04:33Z smasson $ 
     450 $Id: read_ncdf.pro 399 2009-07-02 08:38:54Z smasson $ 
    444451 
    445452    <h4>History</h4> 
     
    461468     
    462469    <h4>Uses routines</h4> 
    463  common.pro 
     470 <a href="../..//Obsolete/common.html">common</a> 
    464471 
    465472     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/xncdf_lec.html

    r338 r402  
    7373 
    7474 Procedure called by xmanager when we press a button of the first widget 
    75  created by par xncdf_lec 
     75 created by xncdf_lec 
    7676 
    7777 
     
    112112    <h3>Return value</h3> 
    113113  2 different cases: 
    114        1) None attribute has been selected. In this case, res is the array we 
    115        wanted to read. 
    116        2) Some attributes has been selected. In this case, res is a structure 
    117        whose the first element having the name of the variable is the values 
    118        array and the other arguments are the select arguments. 
     114  1) None attribute has been selected. In this case, res is the array we 
     115     wanted to read. 
     116  2) Some attributes has been selected. In this case, res is a structure 
     117     whose the first element having the name of the variable is the values 
     118     array and the other arguments are the select arguments. 
    119119 
    120120 
     
    136136 
    137137     
    138  It give the name of the file to be opened. If NAME 
     138 It give the name of the file to be opened.  
     139 
     140 If NAME 
    139141 does not contain the separating character of directories ('/' under 
    140142 unix for example), the file will be looked for in the current directory. 
     
    174176 
    175177     
    176  An optional vector containing the counts to be used in 
    177  reading Value. COUNT is a 1-based vector with an element for 
    178  each dimension of the data to be written.The default matches 
     178 An optional vector containing the counts to be used in reading Value.  
     179 
     180 COUNT is a 1-based vector with an element for 
     181 each dimension of the data to be written. 
     182 
     183 The default matches 
    179184 the size of the variable so that all data is written out. 
    180185 
     
    193198 
    194199     
    195  The widget ID of the widget that calls XNCDF_LEC. When 
    196  this ID is specified, a death of the caller results in a death 
     200 The widget ID of the widget that calls XNCDF_LEC.  
     201 
     202 When this ID is specified, a death of the caller results in a death 
    197203 of XNCDF_LEC. 
    198204 
     
    212218     
    213219 An optional vector containing the starting position 
    214  for the read. The default start position is [0, 0, ...]. 
     220 for the read. 
    215221 
    216222     
     
    229235     
    230236 It contains the directory where to go look for the file to be read. 
     237 
    231238 If NAME does not contain the separating character of directories ('/' under 
    232239 unix for example), the file will be called iodir+nom_fichier. 
     
    247254     
    248255 A vector of integers, specifying for each dimension how much we have to shift it. 
    249  By default, it is [0,0,...]. See the function <proidl>shift</proidl> for more explanations. BEWARE, 
     256 
     257 See the function <a href="/Applications/itt/idl64/help/online_help/SHIFT.html">SHIFT</a> for more explanations.  
     258 
     259 BEWARE, 
    250260 the shift is done on the biggest array before a possible reduction determined 
    251  by OFFSET and COUNT. On the other hand, it is done after the possible extraction 
     261 by OFFSET and COUNT.  
     262 
     263 On the other hand, it is done after the possible extraction 
    252264 created by the STRIDE. 
    253265 
     
    267279     
    268280 An optional vector containing the strides, or sampling 
    269  intervals, between accessed values of the netCDF variable. The 
    270  default stride vector is that for a contiguous read, [1, 1,...]. 
     281 intervals, between accessed values of the netCDF variable. 
    271282 
    272283     
     
    288299 
    289300    <h3>Examples</h3><pre> 
    290  IDL> help, xncdf_lec() 
     301 
     302   IDL> help, xncdf_lec() 
    291303 
    292304    </pre><h3>Version history</h3> 
    293305     
    294306    <h4>Version</h4> 
    295  $Id: xncdf_lec.pro 327 2007-12-13 16:22:35Z pinsard $ 
     307 $Id: xncdf_lec.pro 378 2008-08-12 12:35:46Z pinsard $ 
    296308 
    297309    <h4>History</h4> 
     
    362374     
    363375    <h4>Version</h4> 
    364  $Id: xncdf_lec.pro 327 2007-12-13 16:22:35Z pinsard $ 
     376 $Id: xncdf_lec.pro 378 2008-08-12 12:35:46Z pinsard $ 
    365377 
    366378     
     
    399411 
    400412 
    401      
     413    <h3>Return value</h3> 
     414 indirectement res (le tableau ou la structure resultat) 
     415 
    402416 
    403417     
     
    430444     
    431445    <h4>Version</h4> 
    432  $Id: xncdf_lec.pro 327 2007-12-13 16:22:35Z pinsard $ 
     446 $Id: xncdf_lec.pro 378 2008-08-12 12:35:46Z pinsard $ 
    433447     
    434448     
     
    495509     
    496510    <h4>Version</h4> 
    497  $Id: xncdf_lec.pro 327 2007-12-13 16:22:35Z pinsard $ 
     511 $Id: xncdf_lec.pro 378 2008-08-12 12:35:46Z pinsard $ 
    498512 
    499513     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/MATRICE/colle.html

    r338 r402  
    447447 
    448448    <h3>Examples</h3><pre> 
    449  IDL> print, colle(replicate(1,2,2,2),indgen(2,2,2),2) 
     449 
     450   IDL> print, colle(replicate(1,2,2,2),indgen(2,2,2),2) 
    450451                1       1 
    451452                1       1 
     
    461462     
    462463    <h4>Version</h4> 
    463  $Id: colle.pro 327 2007-12-13 16:22:35Z pinsard $ 
     464 $Id: colle.pro 371 2008-08-07 09:32:02Z pinsard $ 
    464465 
    465466    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/plt.html

    r338 r402  
    102102         will be automatically performed. 
    103103         2) a structure respecting all criterions specified by 
    104          <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> cf. IDL> xhelp,'litchamp' 
     104         <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
    105105 
    106106     
     
    320320 corresponding to cases n. cf <a href="../../..//ToBeReviewed/PLOTS/LABEL/label.html">label</a> 
    321321 Comment: When CONTOUR is activated, it only specify the label's type for colored isolines. 
    322  For these one traced by a trait, use CONTLABEL. 
     322 For these ones traced by a trait, use CONTLABEL. 
    323323         
    324324     
     
    460460          map = [0, (lon1+lon2)/2., 0] 
    461461 Comment: A good way to choose the type of the projection we want to do is to have a look at IDL demo: 
    462  IDL> demo 
    463  Then choose "earth sciences and mappinA"g 
     462   IDL> demo 
     463 Then choose "Mapping" and "Global Mapping Demo" 
    464464 Comment2: By default it is a cylindrical projection which is done (with or without the keyword map). 
    465465 If we want an other projection, MAP must be activated and we have to add the keyword: /nom_projection. 
    466466 For example, for a polar projection centered on the south pole: 
    467  IDL> domdef,-180,180,-90,-45 
    468  IDL> plt, tab, /stereo,map=[-90,0,0] 
     467   IDL> domdef,-180,180,-90,-45 
     468   IDL> plt, tab, /stereo,map=[-90,0,0] 
    469469 
    470470     
     
    695695     
    696696    <h4>Version</h4> 
    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 
    699699    <h4>History</h4> 
     
    717717     
    718718    <h4>Uses routines</h4> 
    719  common.pro 
     719 <a href="../../..//Obsolete/common.html">common</a> 
    720720 
    721721     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/plt1d.html

    r338 r402  
    9999     
    100100 The field whose we want to make the hovmoeller map can be 2 kind of thing: 
    101         1) An array which can be: 
    102           * 2d, 3d or 4d:  array xy, xyz. xyt or xyzt. In this case, the array will pass 
    103           in moyenne or grossemoyenne to be averaged and become  an array 1d. 
    104           * 1d:Nevertheless, the type must be specified in order to we know which trace 
    105           it is about. To have a correct caption, respecify the  extraction zone via BOXZOOM. 
    106        2) a structure respecting all criterions specified by <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
    107           See IDL> xhelp,'litchamp'. The array contained in the structure 
    108           respecting criterions of case 1) 
     101 1) An array which can be: 
     102 
     103   * 2d, 3d or 4d:  array xy, xyz. xyt or xyzt. In this case, the array  
     104     will pass in <a href="../../..//ToBeReviewed/CALCULS/moyenne.html">moyenne</a> or <a href="../../..//ToBeReviewed/CALCULS/grossemoyenne.html">grossemoyenne</a> to be  
     105     averaged and become an array 1d. 
     106   * 1d:Nevertheless, the type must be specified in order to we know which  
     107     trace it is about. To have a correct caption, respecify the extraction  
     108     zone via BOXZOOM. 
     109 2) a structure respecting all criterions specified by <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
     110    The array contained in the structure respecting criterions of case 1) 
    109111 
    110112     
     
    182184 
    183185     
    184  Vector indicating the geographic zone (3d) on which the extraction of the field must 
    185  be done to do the hovmoeller. 
    186   If BOXZOOM has : 
     186 Vector indicating the geographic zone (3d) on which the extraction of the  
     187 field must be done to do the hovmoeller. 
     188 
     189 If BOXZOOM has : 
    187190 1 element : The extraction is made on [lon1, lon2, lat1, lat2, 0.,boxzoom[0]] 
    188191 2 elements: The extraction is made on [lon1, lon2, lat1, lat2, boxzoom[0],boxzoom[1]] 
     
    191194 6 elements: The extraction is made on Boxzoom 
    192195 
    193  Where lon1, lon2,lat1,lat2,vert1,vert2 are global variables defined at the last  
    194  <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
     196 Where lon1, lon2,lat1,lat2,vert1,vert2 are global variables defined at  
     197 the last <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    195198 
    196199     
     
    284287     
    285288 keyword specifying that we want to make a vertical cut in diagonal. 
    286  Then coordinated of extremities of these one are defined by the 4 elements 
     289 Then coordinated of extremities of these ones are defined by the 4 elements 
    287290 of the vector ENDPOINTS: [x1,y1,x2,y2] which are coordinates. 
    288291 
     
    464467     
    465468    <h4>Version</h4> 
    466  $Id: plt1d.pro 327 2007-12-13 16:22:35Z pinsard $ 
     469 $Id: plt1d.pro 378 2008-08-12 12:35:46Z pinsard $ 
    467470 
    468471    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/pltbase.html

    r338 r402  
    809809     
    810810    <h4>Version</h4> 
    811  $Id: pltbase.pro 327 2007-12-13 16:22:35Z pinsard $ 
     811 $Id: pltbase.pro 390 2009-01-28 11:16:06Z smasson $ 
    812812 
    813813    <h4>History</h4> 
     
    832832     
    833833    <h4>Uses routines</h4> 
    834  common.pro 
     834 <a href="../../..//Obsolete/common.html">common</a> 
    835835 
    836836     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/pltt.html

    r338 r402  
    9999     
    100100 The field whose we want to make the hovmoeller map can be 2 kind of thing: 
    101         1) An array which can be: 
    102           * 3d or 4d: array  'xt','yt','zt','t'. The last component is the time. In this case, the array will 
    103             pass in <a href="../../..//ToBeReviewed/CALCULS/grossemoyenne.html">grossemoyenne</a> to be averaged and become an 1d or 2d array. 
    104           * 2d: If the array is already 2d, it is not modified (beware, lands must 
    105             be masked at the value valmask) and nevertheless, type must be specified 
    106             to we know of which trace it is about. 
    107             To have a correct caption, respecify the extraction zone via BOXZOOM. 
    108           * 1d: only for traces of the 't' type. Nevertheless, type must be specified 
    109             to we know of which trace it is about. 
    110             To have a correct caption, respecify the  extraction zone via BOXZOOM. 
    111        2) a structure respecting all criterions specified by <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
    112           See IDL> xhelp,'litchamp'. The array contained in the structure 
    113           respecting criterions of case 1) 
    114  
     101 
     102 1) An array which can be: 
     103    * 3d or 4d: array  'xt','yt','zt','t'. The last component is the time. In this case, the array will 
     104    pass in <a href="../../..//ToBeReviewed/CALCULS/grossemoyenne.html">grossemoyenne</a> to be averaged and become an 1d or 2d array. 
     105    * 2d: If the array is already 2d, it is not modified (beware, lands must 
     106    be masked at the value valmask) and nevertheless, type must be specified 
     107    to we know of which trace it is about. 
     108    To have a correct caption, respecify the extraction zone via BOXZOOM. 
     109 
     110    * 1d: only for traces of the 't' type. Nevertheless, type must be specified 
     111      to we know of which trace it is about. 
     112      To have a correct caption, respecify the  extraction zone via BOXZOOM. 
     113 2) a structure respecting all criterions specified by <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
     114    The array contained in the structure respecting criterions of case 1) 
    115115  
    116116     
     
    267267     
    268268 keyword specifying that we want to make a vertical cut in diagonal. Then coordinated of extremities 
    269  of these one are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
     269 of these ones are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
    270270 coordinates. 
    271271 
     
    344344 corresponding to cases n. cf <a href="../../..//ToBeReviewed/PLOTS/LABEL/label.html">label</a> 
    345345 Comment: When CONTOUR is activated, it only specify the label's type for colored isolines. 
    346  For these one traced by a trait, use CONTLABEL. 
     346 For these ones traced by a trait, use CONTLABEL. 
    347347 
    348348     
     
    758758     
    759759    <h4>Version</h4> 
    760  $Id: pltt.pro 328 2007-12-13 19:27:11Z smasson $ 
     760 $Id: pltt.pro 378 2008-08-12 12:35:46Z pinsard $ 
    761761 
    762762    <h4>History</h4> 
     
    789789     
    790790    <h4>Uses routines</h4> 
    791  common.pro 
     791 <a href="../../..//Obsolete/common.html">common</a> 
    792792 
    793793     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/pltv.html

    r338 r402  
    104104       (as it is done in plt). 
    105105    2) a structure respecting all criterions specified by 
    106        <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> cf. IDL> xhelp,'litchamp' 
     106       <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> 
    107107 
    108108     
     
    336336 
    337337    <h3>Examples</h3><pre> 
    338  IDL> tvplus, dist(100) 
     338   IDL> tvplus, dist(100) 
    339339 
    340340    </pre><h3>Version history</h3> 
    341341     
    342342    <h4>Version</h4> 
    343  $Id: pltv.pro 327 2007-12-13 16:22:35Z pinsard $ 
     343 $Id: pltv.pro 378 2008-08-12 12:35:46Z pinsard $ 
    344344 
    345345    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/pltz.html

    r363 r402  
    7474</font></h2> 
    7575 
    76       <p><font face="Courier">pltz<i>, <a href="#_pltz_keyword_tab">tab</a>, <a href="#_pltz_keyword_giventype">giventype</a>, <a href="#_pltz_keyword_givenmin">givenmin</a>, <a href="#_pltz_keyword_givenmax">givenmax</a></i>, <a href="#_pltz_keyword_BOXZOOM">BOXZOOM</a>=<i>BOXZOOM</i>, <a href="#_pltz_keyword_CONTOUR">CONTOUR</a>=<i>CONTOUR</i>, <a href="#_pltz_keyword_ENDPOINTS">ENDPOINTS</a>=<i>ENDPOINTS</i>, <a href="#_pltz_keyword_INTERVALLE">INTERVALLE</a>=<i>INTERVALLE</i>, <a href="#_pltz_keyword_INV">INV</a>=<i>INV</i>, <a href="#_pltz_keyword_ZRATIO">ZRATIO</a>=<i>ZRATIO</i>, <a href="#_pltz_keyword_CONTINTERVALLE">CONTINTERVALLE</a>=<i>CONTINTERVALLE</i>, <a href="#_pltz_keyword_LABEL">LABEL</a>=<i>integer</i>, <a href="#_pltz_keyword_CONTLABEL">CONTLABEL</a>=<i>integer</i>, <a href="#_pltz_keyword_STYLE">STYLE</a>=<i>STYLE</i>, <a href="#_pltz_keyword_CONTMAX">CONTMAX</a>=<i>CONTMAX</i>, <a href="#_pltz_keyword_SIN">SIN</a>=<i>SIN</i>, <a href="#_pltz_keyword_TYPEIN">TYPEIN</a>=<i>TYPEIN</i>, <a href="#_pltz_keyword_CONTMIN">CONTMIN</a>=<i>CONTMIN</i>, <a href="#_pltz_keyword_NLEVEL">NLEVEL</a>=<i>NLEVEL</i>, <a href="#_pltz_keyword_CONTNLEVEL">CONTNLEVEL</a>=<i>CONTNLEVEL</i>, <a href="#_pltz_keyword_NOFILL">NOFILL</a>=<i>NOFILL</i>, <a href="#_pltz_keyword_NOTRI">NOTRI</a>=<i>NOTRI</i>, <a href="#_pltz_keyword_USETRI">USETRI</a>=<i>USETRI</i>, <a href="#_pltz_keyword_FILLXDIR">FILLXDIR</a>=<i>FILLXDIR</i>, <a href="#_pltz_keyword_ZOOM">ZOOM</a>=<i>ZOOM</i>, <a href="#_pltz_keyword_XZ">XZ</a>=<i>XZ</i>, <a href="#_pltz_keyword_YZ">YZ</a>=<i>YZ</i>, <a href="#_pltz_keyword_MININ">MININ</a>=<i>MININ</i>, <a href="#_pltz_keyword_MAXIN">MAXIN</a>=<i>MAXIN</i>, <a href="#_pltz_keyword_STRICTFILL">STRICTFILL</a>=<i>STRICTFILL</i>, <a href="#_pltz_keyword_OVERPLOT">OVERPLOT</a>=<i>OVERPLOT</i>, <a href="#_pltz_keyword_MASKFILL">MASKFILL</a>=<i>MASKFILL</i>, <a href="#_pltz_keyword_WDEPTH">WDEPTH</a>=<i>WDEPTH</i>, <a href="#_pltz_keyword_REALSECTION">REALSECTION</a>=<i>REALSECTION</i>, <a href="#_pltz_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     76      <p><font face="Courier">pltz<i>, <a href="#_pltz_keyword_tab">tab</a>, <a href="#_pltz_keyword_giventype">giventype</a>, <a href="#_pltz_keyword_givenmin">givenmin</a>, <a href="#_pltz_keyword_givenmax">givenmax</a></i>, <a href="#_pltz_keyword_BOXZOOM">BOXZOOM</a>=<i>BOXZOOM</i>, <a href="#_pltz_keyword_CONTOUR">CONTOUR</a>=<i>CONTOUR</i>, <a href="#_pltz_keyword_ENDPOINTS">ENDPOINTS</a>=<i>ENDPOINTS</i>, <a href="#_pltz_keyword_INTERVALLE">INTERVALLE</a>=<i>INTERVALLE</i>, <a href="#_pltz_keyword_INV">INV</a>=<i>INV</i>, <a href="#_pltz_keyword_ZRATIO">ZRATIO</a>=<i>ZRATIO</i>, <a href="#_pltz_keyword_CONTINTERVALLE">CONTINTERVALLE</a>=<i>CONTINTERVALLE</i>, <a href="#_pltz_keyword_LABEL">LABEL</a>=<i>integer</i>, <a href="#_pltz_keyword_CONTLABEL">CONTLABEL</a>=<i>integer</i>, <a href="#_pltz_keyword_STYLE">STYLE</a>=<i>STYLE</i>, <a href="#_pltz_keyword_CONTMAX">CONTMAX</a>=<i>CONTMAX</i>, <a href="#_pltz_keyword_SIN">SIN</a>=<i>SIN</i>, <a href="#_pltz_keyword_TYPEIN">TYPEIN</a>=<i>TYPEIN</i>, <a href="#_pltz_keyword_CONTMIN">CONTMIN</a>=<i>CONTMIN</i>, <a href="#_pltz_keyword_NLEVEL">NLEVEL</a>=<i>NLEVEL</i>, <a href="#_pltz_keyword_CONTNLEVEL">CONTNLEVEL</a>=<i>CONTNLEVEL</i>, <a href="#_pltz_keyword_NOFILL">NOFILL</a>=<i>NOFILL</i>, <a href="#_pltz_keyword_NOMASK">NOMASK</a>=<i>NOMASK</i>, <a href="#_pltz_keyword_NO_PARTIALSTEP">NO_PARTIALSTEP</a>=<i>NO_PARTIALSTEP</i>, <a href="#_pltz_keyword_NOTRI">NOTRI</a>=<i>NOTRI</i>, <a href="#_pltz_keyword_USETRI">USETRI</a>=<i>USETRI</i>, <a href="#_pltz_keyword_FILLXDIR">FILLXDIR</a>=<i>FILLXDIR</i>, <a href="#_pltz_keyword_ZOOM">ZOOM</a>=<i>ZOOM</i>, <a href="#_pltz_keyword_XZ">XZ</a>=<i>XZ</i>, <a href="#_pltz_keyword_YZ">YZ</a>=<i>YZ</i>, <a href="#_pltz_keyword_MININ">MININ</a>=<i>MININ</i>, <a href="#_pltz_keyword_MAXIN">MAXIN</a>=<i>MAXIN</i>, <a href="#_pltz_keyword_STRICTFILL">STRICTFILL</a>=<i>STRICTFILL</i>, <a href="#_pltz_keyword_OVERPLOT">OVERPLOT</a>=<i>OVERPLOT</i>, <a href="#_pltz_keyword_WDEPTH">WDEPTH</a>=<i>WDEPTH</i>, <a href="#_pltz_keyword_REALSECTION">REALSECTION</a>=<i>REALSECTION</i>, <a href="#_pltz_keyword_MASKFILL">MASKFILL</a>=<i>MASKFILL</i>, <a href="#_pltz_keyword_MASKDTA">MASKDTA</a>=<i>MASKDTA</i>, <a href="#_pltz_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    7777 
    7878     
     
    9999     
    100100 The field whose we want to make a vertical cut can be 2 kind of thing: 
    101          1) An 2d or 3d array. 
    102          If the field is 2d, indicate, with the keyword BOXZOOM, geographic delineations of the boxzoom. 
    103          If the field is 3d, we extract the section on we average possibly before to do the plot. 
    104          2)  a structure respecting all criterions specified by <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a>. 
    105           See IDL> xhelp,'litchamp'. The array contained in the structure must be 2 or 3d (See case 1) 
    106  
     101 1) An 2d or 3d array. 
     102    If the field is 2d, indicate, with the keyword BOXZOOM, geographic delineations of the boxzoom. 
     103    If the field is 3d, we extract the section on we average possibly before to do the plot. 
     104 2) a structure respecting all criterions specified by <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a>. 
     105    The array contained in the structure must be 2 or 3d (See case 1) 
    107106 
    108107     
     
    222221     
    223222 keyword specifying that we want to make a vertical cut in diagonal. Then coordinated of extremities 
    224  of these one are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
     223 of these ones are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
    225224 coordinates. 
    226225 
     
    276275 
    277276     
    278  When the drawing has a zoomed part, it is the size rapport between the zoomed part, 
    279  hz (zoom height), and the whole drawing, ht (total height). 
     277 When the drawing has a zoomed part, it is the size ratio between the zoomed  
     278 part, hz (zoom height), and the whole drawing, ht (total height). 
    280279 
    281280     
     
    315314 It choose the label's type corresponding to cases in <a href="../../..//ToBeReviewed/PLOTS/LABEL/label.html">label</a> 
    316315 Comment: When CONTOUR is activated, it only specify the label's type for colored isolines. 
    317  For these one traced by a trait, use CONTLABEL. 
     316 For these ones traced by a trait, use CONTLABEL. 
    318317 
    319318     
     
    467466     
    468467 To make just isolines with no filling 
     468 
     469     
     470    <a name="#_pltz_keyword_NOMASK"></a> 
     471    <h4>NOMASK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     472       
     473       
     474       
     475       
     476       
     477       
     478       
     479       
     480    </h4> 
     481 
     482     
     483 activate to supress the use of the land-sea mask when plotting the field 
     484  
     485     
     486    <a name="#_pltz_keyword_NO_PARTIALSTEP"></a> 
     487    <h4>NO_PARTIALSTEP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     488       
     489       
     490       
     491       
     492       
     493       
     494       
     495       
     496    </h4> 
     497 
     498     
     499 activate to supress the use of partial steps (force key_partialstep = 0 within pltz) 
    469500 
    470501     
     
    639670 
    640671     
     672    <a name="#_pltz_keyword_WDEPTH"></a> 
     673    <h4>WDEPTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     674       
     675       
     676       
     677       
     678       
     679       
     680       
     681       
     682    </h4> 
     683 
     684     
     685 To specify that the field is at W depth instead of T 
     686 depth (automatically activated if vargrid eq 'W') 
     687 
     688     
     689    <a name="#_pltz_keyword_REALSECTION"></a> 
     690    <h4>REALSECTION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     691       
     692       
     693       
     694       
     695       
     696       
     697       
     698       
     699    </h4> 
     700 
     701     
     702     
    641703    <a name="#_pltz_keyword_MASKFILL"></a> 
    642704    <h4>MASKFILL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    652714 
    653715     
    654      
    655     <a name="#_pltz_keyword_WDEPTH"></a> 
    656     <h4>WDEPTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    657        
    658        
    659        
    660        
    661        
    662        
    663        
    664        
    665     </h4> 
    666  
    667      
    668  To specify that the field is at W depth instead of T 
    669  depth (automatically activated if vargrid eq 'W') 
    670  
    671      
    672     <a name="#_pltz_keyword_REALSECTION"></a> 
    673     <h4>REALSECTION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    674        
    675        
    676        
    677        
    678        
    679        
    680        
    681        
    682     </h4> 
    683  
    684      
     716 set to 0 to avoid to fill the masked values 
     717 
     718     
     719    <a name="#_pltz_keyword_MASKDTA"></a> 
     720    <h4>MASKDTA&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     721       
     722       
     723       
     724       
     725       
     726       
     727       
     728       
     729    </h4> 
     730 
     731     
     732 2d array defining the mask that must be applied to the data instead 
     733 of the default mask which is defined according to the grid (t/u/v/f mask) 
     734 
    685735     
    686736    <a name="#_pltz_keyword__EXTRA"></a> 
     
    704754     
    705755    <h4>Version</h4> 
    706  $Id: pltz.pro 360 2008-06-06 13:43:54Z smasson $ 
     756 $Id: pltz.pro 388 2008-12-09 09:36:41Z smasson $ 
    707757 
    708758    <h4>History</h4> 
     
    726776     
    727777    <h4>Uses routines</h4> 
    728  common.pro 
     778 <a href="../../..//Obsolete/common.html">common</a> 
    729779 
    730780     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/sbar_plot.html

    r338 r402  
    6262 
    6363     
    64  Same thing that bar_plot but compatible with the whole environment (common.pro included) 
     64 Same thing that bar_plot but compatible with the whole environment  
     65 (<a href="../../..//Obsolete/common.html">common</a> included) 
    6566 
    6667 
     
    163164 
    164165    <h3>Examples</h3><pre> 
    165  IDL> sbar_plot, indgen(10),small = [2,2,2],/rempli 
    166  IDL> sbar_plot, indgen(10),small = [2,2,3],/noerase 
    167  IDL> @ps 
     166 
     167   IDL> sbar_plot, indgen(10),small = [2,2,2],/rempli 
     168   IDL> sbar_plot, indgen(10),small = [2,2,3],/noerase 
     169   IDL> @ps 
    168170 
    169171    </pre><h3>Version history</h3> 
    170172     
    171173    <h4>Version</h4> 
    172  $Id: sbar_plot.pro 327 2007-12-13 16:22:35Z pinsard $ 
     174 $Id: sbar_plot.pro 370 2008-08-07 07:59:15Z pinsard $ 
    173175 
    174176    <h4>History</h4> 
     
    184186    <h4>Restrictions</h4> 
    185187 If NOREINITPLT is not activated, all environment 
    186  variables !p, !x, !y, !z are reinitializted by the procedure <a href="../../..//ToBeReviewed/PLOTS/reinitplt.html">reinitplt</a> 
     188 variables !p, !x, !y, !z are reinitialized by the procedure <a href="../../..//ToBeReviewed/PLOTS/reinitplt.html">reinitplt</a> 
    187189 
    188190 
     
    191193     
    192194    <h4>Uses routines</h4> 
    193  common.pro 
     195 <a href="../../..//Obsolete/common.html">common</a> 
    194196 
    195197     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/scontour.html

    r338 r402  
    6262 
    6363     
    64  Same thing that contour but compatible with the whole environment (common.pro included) 
     64 Same thing that contour but compatible with the whole environment  
     65 (<a href="../../..//Obsolete/common.html">common</a> included) 
    6566 
    6667 
     
    149150     
    150151 We active it if we do not want environment variables !p, !x, !y, !z 
    151  to be reinitilalized by the procedure reinitplt 
     152 to be reinitilalized by the procedure <a href="../../..//ToBeReviewed/PLOTS/reinitplt.html">reinitplt</a> 
    152153 
    153154     
     
    171172 
    172173    <h3>Examples</h3><pre> 
    173  IDL> z = dist(100) 
    174  IDL> scontour, z, nlevels=10,small=[1,2,1],xstyle=1,ystyle=1 
    175  IDL> @ps 
     174  
     175   IDL> z = dist(100) 
     176   IDL> scontour, z, nlevels=10,small=[1,2,1],xstyle=1,ystyle=1 
     177   IDL> @ps 
    176178 
    177179    </pre><h3>Version history</h3> 
    178180     
    179181    <h4>Version</h4> 
    180  $Id: scontour.pro 327 2007-12-13 16:22:35Z pinsard $ 
     182 $Id: scontour.pro 370 2008-08-07 07:59:15Z pinsard $ 
    181183 
    182184    <h4>History</h4> 
     
    196198     
    197199    <h4>Uses routines</h4> 
    198  common.pro 
     200 <a href="../../..//Obsolete/common.html">common</a> 
    199201 
    200202     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/splot.html

    r338 r402  
    6262 
    6363     
    64  Same thing than plot but compatible with the whole environment (common.pro included) 
     64 Same thing than plot but compatible with the whole environment  
     65 (<a href="../../..//Obsolete/common.html">common</a> included) 
    6566 
    6667 
     
    156157 
    157158    <h3>Examples</h3><pre> 
    158  IDL> splot, indgen(10),ystyle=1,small=[1,2,1],/portrait 
    159  IDL> splot, -indgen(10),ystyle=1,small=[1,2,2],/noerase 
    160  IDL> @ps 
     159 
     160   IDL> splot, indgen(10),ystyle=1,small=[1,2,1],/portrait 
     161   IDL> splot, -indgen(10),ystyle=1,small=[1,2,2],/noerase 
     162   IDL> @ps 
    161163 
    162164    </pre><h3>Version history</h3> 
    163165     
    164166    <h4>Version</h4> 
    165  $Id: splot.pro 327 2007-12-13 16:22:35Z pinsard $ 
     167 $Id: splot.pro 370 2008-08-07 07:59:15Z pinsard $ 
    166168 
    167169    <h4>History</h4> 
     
    177179    <h4>Restrictions</h4> 
    178180 If NOREINITPLT is not activated, all environment 
    179  variables !p, !x, !y, !z are reinitializted by the procedure <a href="../../..//ToBeReviewed/PLOTS/reinitplt.html">reinitplt</a> 
     181 variables !p, !x, !y, !z are reinitialized by the procedure  
     182 <a href="../../..//ToBeReviewed/PLOTS/reinitplt.html">reinitplt</a> 
    180183 
    181184 
     
    184187     
    185188    <h4>Uses routines</h4> 
    186  common.pro 
     189 <a href="../../..//Obsolete/common.html">common</a> 
    187190 
    188191     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/tvplus.html

    r338 r402  
    336336 
    337337    <h3>Examples</h3><pre> 
    338  IDL> tvplus, dist(100) 
     338 
     339   IDL> tvplus, dist(100) 
    339340 
    340341    </pre><h3>Version history</h3> 
    341342     
    342343    <h4>Version</h4> 
    343  $Id: tvplus.pro 327 2007-12-13 16:22:35Z pinsard $ 
     344 $Id: tvplus.pro 371 2008-08-07 09:32:02Z pinsard $ 
    344345 
    345346    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/addaxe.html

    r338 r402  
    6363     
    6464 Add an axis when we do an oblique section in <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltz.html">pltz</a>,  
    65  <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltt.html">pltt</a> 
    66  or <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt1d.html">plt1d</a> 
     65 <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltt.html">pltt</a> or <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt1d.html">plt1d</a> 
    6766 
    6867 
     
    164163     
    165164    <h4>Version</h4> 
    166  $Id: addaxe.pro 327 2007-12-13 16:22:35Z pinsard $ 
     165 $Id: addaxe.pro 378 2008-08-12 12:35:46Z pinsard $ 
    167166 
    168167    <h4>History</h4> 
     
    181180     
    182181    <h4>Uses routines</h4> 
    183  common.pro 
     182 <a href="../../..//Obsolete/common.html">common</a> 
    184183 
    185184     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/axis4pltz.html

    r338 r402  
    233233 
    234234     
    235  When the drawing has a zoomed part, it is the size rapport between the zoomed part, 
    236  hz (zoom height), and the whole drawing, ht (total height). 
     235 When the drawing has a zoomed part, it is the size ratio between the zoomed  
     236 part, hz (zoom height), and the whole drawing, ht (total height). 
    237237 
    238238     
     
    294294 Used to pass keywords 
    295295 
    296  Others: see pltz 
     296 Others: see <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltz.html">pltz</a> 
    297297 
    298298     
     
    303303     
    304304    <h4>Version</h4> 
    305  $Id: axis4pltz.pro 327 2007-12-13 16:22:35Z pinsard $ 
     305 $Id: axis4pltz.pro 378 2008-08-12 12:35:46Z pinsard $ 
    306306 
    307307    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/checkfield.html

    r363 r402  
    161161 
    162162     
    163  It gives the name of the file to be opened. If NAME 
     163 It gives the name of the file to be opened.  
     164 
     165 If NAME 
    164166 does not contain the separating character of directories ('/' under 
    165167 unix for example), the file will be looked for in the current directory. 
     
    192194     
    193195    <h4>Version</h4> 
    194  $Id: checkfield.pro 360 2008-06-06 13:43:54Z smasson $ 
     196 $Id: checkfield.pro 378 2008-08-12 12:35:46Z pinsard $ 
    195197 
    196198    <h4>History</h4> 
     
    322324     
    323325    <h4>Version</h4> 
    324  $Id: checkfield.pro 360 2008-06-06 13:43:54Z smasson $ 
     326 $Id: checkfield.pro 378 2008-08-12 12:35:46Z pinsard $ 
    325327 
    326328    <h4>History</h4> 
     
    452454     
    453455    <h4>Version</h4> 
    454  $Id: checkfield.pro 360 2008-06-06 13:43:54Z smasson $ 
     456 $Id: checkfield.pro 378 2008-08-12 12:35:46Z pinsard $ 
    455457 
    456458    <h4>History</h4> 
     
    506508 
    507509     
    508  It respect <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a>'s criterions. See IDL>xhelp,'litchamp' 
     510 It respect <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a>'s criterions. 
    509511 
    510512     
     
    560562     
    561563 Vector indicating the geographic zone on which we want to cut the map. 
     564 
    562565  If BOXZOOM has : 
    563566 1 element : The extraction is made on [lon1, lon2, lat1, lat2, 0.,boxzoom[0]] 
     
    655658     
    656659    <h4>Version</h4> 
    657  $Id: checkfield.pro 360 2008-06-06 13:43:54Z smasson $ 
     660 $Id: checkfield.pro 378 2008-08-12 12:35:46Z pinsard $ 
    658661 
    659662    <h4>History</h4> 
     
    674677     
    675678    <h4>Uses routines</h4> 
    676  common.pro 
     679 <a href="../../..//Obsolete/common.html">common</a> 
    677680 
    678681     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/checktypeminmax.html

    r338 r402  
    368368     
    369369    <h4>Version</h4> 
    370  $Id: checktypeminmax.pro 327 2007-12-13 16:22:35Z pinsard $ 
     370 $Id: checktypeminmax.pro 370 2008-08-07 07:59:15Z pinsard $ 
    371371 
    372372    <h4>History</h4> 
     
    386386     
    387387    <h4>Uses routines</h4> 
    388  common.pro 
     388 <a href="../../..//Obsolete/common.html">common</a> 
    389389 
    390390     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/determineminmax.html

    r338 r402  
    289289     
    290290    <h4>Version</h4> 
    291  $Id: determineminmax.pro 327 2007-12-13 16:22:35Z pinsard $ 
     291 $Id: determineminmax.pro 378 2008-08-12 12:35:46Z pinsard $ 
    292292 
    293293    <h4>History</h4> 
     
    300300     
    301301     
    302     <h4>Todo items</h4> seb: manque les param glam et gphi 
     302    <h4>Todo items</h4> 
     303 seb: manque les param glam et gphi 
    303304 
    304305    <h4>Restrictions</h4> 
     
    310311     
    311312    <h4>Uses routines</h4> 
    312  Common.pro 
     313 <a href="../../..//Obsolete/common.html">common</a> 
    313314 
    314315     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/meridienparallele.html

    r338 r402  
    109109     
    110110    <h4>Version</h4> 
    111  $Id: meridienparallele.pro 325 2007-12-06 10:04:53Z pinsard $ 
     111 $Id: meridienparallele.pro 370 2008-08-07 07:59:15Z pinsard $ 
    112112 
    113113    <h4>History</h4> 
     
    127127     
    128128    <h4>Uses routines</h4> 
    129  common.pro 
     129 <a href="../../..//Obsolete/common.html">common</a> 
    130130 
    131131     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/placecolor.html

    r338 r402  
    6363     
    6464 allows to trace the independently from a graph 
     65 
    6566 By default, trace a color bar of the same type than the one present in  
    6667 <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a> 
    6768 and <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltz.html">pltz</a>. 
     69 
    6870 If max, min and divisions are not stipulated, then max=sup,min=inf 
    6971 and divisions=div. 
     
    135137     
    136138    <h4>Version</h4> 
    137  $Id: placecolor.pro 327 2007-12-13 16:22:35Z pinsard $ 
     139 $Id: placecolor.pro 378 2008-08-12 12:35:46Z pinsard $ 
    138140 
    139141    <h4>History</h4> 
     
    158160     
    159161    <h4>Uses routines</h4> 
    160  common.pro 
     162 <a href="../../..//Obsolete/common.html">common</a> 
    161163 
    162164     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/placedessin.html

    r338 r402  
    116116 
    117117     
    118  It is a vector composed by 4 elements containing the position of the frame 
    119118 containing captions and the graph in normalized coordinates. 
    120  Comment: To position the drawing; we have to do !p.position=posfenetre 
     119 
     120 Comment: To position the drawing, we have to do !p.position=posfenetre 
    121121 after the call of the caliber 
    122122 
     
    137137     
    138138 Like POSFENETRE but for the color bar. 
     139 
    139140 Same comment to position the color bar, !p.position=posbar 
    140141 
     
    223224 
    224225     
    225  To draw the contour in color instead of in black 
    226  with filling in color 
     226 To draw the contour in color instead of in black with filling in color 
    227227 
    228228     
     
    242242 If we want to trace contours of a different field than the one 
    243243 whose we have the colored drawing (by example E-P in color and QSR in contours). 
     244 
    244245 It must be a field respecting same characteristics than the argument number  
    245246 one of <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>. 
     
    308309 Vector composed of 3 or 4 elements, applied to make a drawing on a 
    309310 small portion of a page or screen. It delimit the zone where the drawing will be done. 
    310      If there is 4 elements: 
    311  then is constituted of coordinates (expressed in cm located from the up and 
    312  left corner of the page or the window (in portrait like in landscape) of the bottom 
    313  and left corner and of the up and right corner of the drawing zone. 
    314      If there is 3 elements: 
    315  in this case, we divide the page or the screen in small[0] columns and in small[1] lines 
    316  the drawing made in the box numbered small[2]. The numerotation starting up and left by 
     311 
     312 If there is 4 elements then is constituted of coordinates (expressed in cm  
     313 located from the up and left corner of the page or the window (in portrait  
     314 like in landscape) of the bottom and left corner and of the up and right  
     315 corner of the drawing zone. 
     316 
     317 If there is 3 elements, we divide the page or the screen in small[0] columns  
     318 and in small[1] lines, the drawing is made in the box numbered small[2].  
     319 
     320 The numerotation starting up and left by 
    317321 the number 1 and then, following the writing direction. 
    318  By default, we make the largest drawing we can do, conserving the aspect rapport 
    319  (except when REMPLI is activated). 
     322 
     323 By default, we make the largest drawing we can do, conserving the aspect  
     324 ratio (except when REMPLI is activated). 
    320325 
    321326     
     
    348353     
    349354 We use it when we want to do a projection. 
     355 
    350356 This keyword can be of two types: 
    351      MAP=[P0lat,P0lon,Rot]. For the description of these 3 values (see the online help of MAP_SET). 
     357     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>). 
    352358     /MAP: In this case, map is automatically calculated have the value: 
    353359          map = [0, (lon1+lon2)/2., 0] 
     360 
    354361 Comment 1: A good way to choose the type of the projection we want to do is to have a look at IDL demo: 
    355  IDL> demo 
    356  Then choose earth sciences and  mapping. 
     362   IDL> demo 
     363 Then choose "Mapping" and "Global Mapping Demo" 
     364 
    357365 Comment 2: By default it is a cylindrical projection which is effectuated (with or without the keyword map). 
    358366 If we want an other projection, MAP must be activated and we have to add the keyword: /nom_projection. 
     367 
    359368 For example, for a polar projection centered on the south pole: 
    360  IDL> domdef,-180,180,-90,-45 
    361  IDL> plt, tab, /stereo,map=[-90,0,0] 
     369   IDL> domdef,-180,180,-90,-45 
     370   IDL> plt, tab, /stereo,map=[-90,0,0] 
    362371         
    363372     
     
    375384 
    376385     
    377  Force the drawing to occupy the whole space defined by small. 
     386 Force the drawing to fill the whole space defined by small. 
    378387 
    379388     
     
    391400 
    392401     
    393  Make a postscript. Only works if we made one drawing on the page. 
     402 Make a postscript.  
     403 
     404 Only works if we made one drawing on the page. 
     405 
    394406 If we make several drawing, use @<a href="../../..//ToBeReviewed/POSTSCRIPT/ps.html">ps</a>. 
    395407 
     
    409421     
    410422 Number of the window on which we want to do the graph (Allow to open several windows). 
     423 
    411424 By default, we open 'IDL0' 
    412425 
     
    425438 
    426439     
    427  keyword specifying that we want to make a vertical cut in diagonal. Then coordinated of extremities 
    428  of these one are defined by the 4 elements of the vector ENDPOINTS: [x1,y1,x2,y2] which are 
    429  coordinates. 
     440 keyword specifying that we want to make a vertical cut in diagonal.  
     441 
     442 Then coordinated of extremities of these ones are defined by the 4 elements  
     443 of the vector ENDPOINTS: [x1,y1,x2,y2] which are coordinates. 
    430444 
    431445     
     
    504518     
    505519 't' 'x' 'y' 'z' 'xys' 'xz' 'yz' 'xyz' 'xt' 'yt' 'zt' 'xyt' 
    506        'xzt' 'yzt' 'xyzt' Direction on which do averages 
     520 'xzt' 'yzt' 'xyzt' Direction on which do averages 
    507521 
    508522     
     
    545559     
    546560    <h4>Version</h4> 
    547  $Id: placedessin.pro 327 2007-12-13 16:22:35Z pinsard $ 
     561 $Id: placedessin.pro 378 2008-08-12 12:35:46Z pinsard $ 
    548562 
    549563    <h4>History</h4> 
     
    563577     
    564578    <h4>Uses routines</h4> 
    565  common.pro 
     579 <a href="../../..//Obsolete/common.html">common</a> 
    566580 
    567581     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/restoreatt.html

    r338 r402  
    100100     
    101101 a structure like the one who read <a href="../../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a>. 
    102         See IDL> xhelp,'litchamp' 
    103102 
    104103     
     
    111110     
    112111    <h4>Version</h4> 
    113  $Id: restoreatt.pro 325 2007-12-06 10:04:53Z pinsard $ 
     112 $Id: restoreatt.pro 378 2008-08-12 12:35:46Z pinsard $ 
    114113 
    115114    <h4>History</h4> 
     
    125124    <h4>Restrictions</h4> 
    126125 Change the value if global variables attribute of a field: vargrid, 
    127  varname, varunit, vardate, varexp , valmask and time. 
     126 varname, varunit, vardate, varexp, valmask and time. 
    128127 
    129128 
     
    132131     
    133132    <h4>Uses routines</h4> 
    134  common.pro 
     133 <a href="../../..//Obsolete/common.html">common</a> 
    135134 
    136135     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/saveatt.html

    r338 r402  
    6262 
    6363     
    64  Allows to put in a structure attributes which can be associated with a variable. 
     64 Allows to put in a structure attributes which can be associated with  
     65 a variable. 
    6566 
    6667 
     
    9293     
    9394    <h4>Version</h4> 
    94  $Id: saveatt.pro 325 2007-12-06 10:04:53Z pinsard $ 
     95 $Id: saveatt.pro 378 2008-08-12 12:35:46Z pinsard $ 
    9596 
    9697    <h4>History</h4> 
     
    110111     
    111112    <h4>Uses routines</h4> 
    112  common.pro 
     113 <a href="../../..//Obsolete/common.html">common</a> 
    113114 
    114115     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/terminedessin.html

    r338 r402  
    100100 
    101101     
    102  Make a postscript. Only works if we made one drawing on the page. 
     102 Make a postscript.  
     103 
     104 Only works if we made one drawing on the page. 
    103105 If we make several drawing, use @<a href="../../..//ToBeReviewed/POSTSCRIPT/ps.html">ps</a>. 
    104106 
     
    118120     
    119121 Vector composed of 3 or 4 elements, applied to make a drawing on a 
    120  small portion of a page or screen. It delimit the zone where the drawing will be done. 
    121      If there is 4 elements: 
    122  then is constituted of coordinates (expressed in cm located from the up and 
    123  left corner of the page or the window (in portrait like in landscape)) of the bottom 
    124  and left corner and of the up and right corner of the drawing zone. 
    125      If there is 3 elements: 
    126  in this case, we divide the page or the screen in small[0] columns and in small[1] lines 
    127  the drawing made in the box numbered small[2]. The numerotation starting up and left by 
    128  the number 1 and then, following the writing direction. 
    129  By default, we make the largest drawing we can do, conserving the aspect rapport 
    130  (except when REMPLI is activated). 
     122 small portion of a page or screen.  
     123 
     124 It delimit the zone where the drawing will be done. 
     125 
     126 If there is 4 elements then is constituted of coordinates (expressed in cm  
     127 located from the up and left corner of the page or the window (in portrait  
     128 like in landscape)) of the bottom and left corner and of the up and right  
     129 corner of the drawing zone. 
     130 
     131 If there is 3 elements we divide the page or the screen in small[0] columns  
     132 and in small[1] lines and the drawing is made in the box numbered small[2].  
     133 
     134 The numerotation starting up and left by the number 1 and then, following  
     135 the writing direction. 
     136 
     137 By default, we make the largest drawing we can do, conserving the aspect  
     138 ration (except when REMPLI is activated). 
    131139 
    132140     
     
    153161     
    154162    <h4>Version</h4> 
    155  $Id: terminedessin.pro 327 2007-12-13 16:22:35Z pinsard $ 
     163 $Id: terminedessin.pro 378 2008-08-12 12:35:46Z pinsard $ 
    156164 
    157165    <h4>History</h4> 
     
    171179     
    172180    <h4>Uses routines</h4> 
    173  common.pro 
     181 <a href="../../..//Obsolete/common.html">common</a> 
    174182 
    175183     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/LABEL/label.html

    r338 r402  
    6262 
    6363     
    64  Allows to choose the type of the label we want to use at the time of a contour. 
     64 Allows to choose the type of the label we want to use at the time of a  
     65 contour. 
    6566 
    6667 
     
    99100     
    100101 Number of the type of the label we want to trace 
    101          
     102 
    102103     
    103104 
     
    246247     
    247248    <h4>Version</h4> 
    248  $Id: label.pro 327 2007-12-13 16:22:35Z pinsard $ 
     249 $Id: label.pro 369 2008-08-06 15:52:18Z pinsard $ 
    249250 
    250251    <h4>History</h4> 
    251252 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    252                         7/5/98 
     253                  7/5/98 
    253254 
    254255     
     
    264265     
    265266    <h4>Uses routines</h4> 
    266  common.pro 
     267 <a href="../../..//Obsolete/common.html">common</a> 
    267268 
    268269     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/LABEL/label_date.html

    r338 r402  
    9090       
    9191       
    92       <font size="-1" color="#006633">required</font> 
     92       
    9393       
    9494       
     
    106106       
    107107       
    108       <font size="-1" color="#006633">required</font> 
     108       
    109109       
    110110       
     
    122122       
    123123       
    124       <font size="-1" color="#006633">required</font> 
     124       
    125125       
    126126       
     
    152152     
    153153 a format string which may contain the following: 
    154  %M for month (3 character abbr) 
    155  %N for month (2 digit abbr) 
     154 %M for month (3 characters abbr) 
     155 %N for month (2 digits abbr) 
    156156 %D for day of month, 
    157  %Y for 4 digit year. 
     157 %Y for 4 digits year. 
    158158 %Z for last two digits of year. 
    159159  For time: 
     
    225225 
    226226    <h3>Examples</h3><pre> 
     227 
    227228 For example, to plot from Jan 1, 1993, to July 12, 1994: 
    228  Start_date = julday(1, 1, 1993) 
    229  End_date = julday(7, 12, 1994) 
    230  Dummy = LABEL_DATE(DATE_FORMAT='%N/%D')  ;Simple mm/dd 
    231  x = findgen(end_date+1 - start_date) + start_date ;Time axis 
    232  PLOT, x, sqrt(x), XTICKFORMAT = 'LABEL_DATE', XSTYLE=1 
    233  (Plot with X axis style set to exact.) 
    234          
     229 
     230   IDL> Start_date = julday(1, 1, 1993) 
     231   IDL> End_date = julday(7, 12, 1994) 
     232   IDL> ; Simple mm/dd 
     233   IDL> Dummy = LABEL_DATE(DATE_FORMAT='%N/%D') 
     234   IDL> ;Time axis 
     235   IDL> x = findgen(end_date+1 - start_date) + start_date 
     236   IDL> ; Plot with X axis style set to exact 
     237   IDL> PLOT, x, sqrt(x), XTICKFORMAT = 'LABEL_DATE', XSTYLE=1 
     238 
    235239 Example with times: 
    236         For example, to plot from 3PM, Jan 1, 1993, to 5AM, Jan 3, 
    237         1993: 
    238         Start_date = Julday(1,1,1993)   ;Also starting offset 
    239         Start_time = (3+12)/24.         ;Starting_time less offset 
    240         End_time = (Julday(1,3,1993) - Start_date) + 5./24. ;Ending 
    241         ;date/time - offset, note that the order of operations is 
    242                ; important to avoid loss of precision. 
    243         Dummy = LABEL_DATE(DATE_FORMAT='%D %M!C%H:%I', $ 
    244                 offset=Start_date)       ;MMM NN <new line> HH:MM format 
    245         x = findgen(20) * (End_time - Start_time) / 19 + start_time ;Time axis 
    246         PLOT, x, sqrt(x), XTICKFORMAT = 'LABEL_DATE', XSTYLE=1 
     240 
     241 For example, to plot from 3PM, Jan 1, 1993, to 5AM, Jan 3, 1993: 
     242 
     243   IDL> ; Also starting offset 
     244   IDL> Start_date = Julday(1,1,1993) 
     245   IDL> ; Starting_time less offset 
     246   IDL> Start_time = (3+12)/24. 
     247   IDL> End_time = (Julday(1,3,1993) - Start_date) + 5./24. 
     248   IDL> ; Ending date/time - offset, note that the order of operations is 
     249   IDL> ; important to avoid loss of precision 
     250   IDL> ; MMM NN <new line> HH:MM format 
     251   IDL> Dummy = LABEL_DATE(DATE_FORMAT='%D %M!C%H:%I', offset=Start_date) 
     252   IDL> ;Time axis 
     253   IDL> x = findgen(20) * (End_time - Start_time) / 19 + start_time 
     254   IDL> PLOT, x, sqrt(x), XTICKFORMAT = 'LABEL_DATE', XSTYLE=1 
    247255 
    248256    </pre><h3>Version history</h3> 
    249257     
    250258    <h4>Version</h4> 
    251  $Id: label_date.pro 327 2007-12-13 16:22:35Z pinsard $ 
     259 $Id: label_date.pro 371 2008-08-07 09:32:02Z pinsard $ 
    252260 
    253261    <h4>History</h4> 
    254         DMS, RSI.       April, 1993.    Written. 
    255         DMS, RSI.       March, 1997.    Added Time format. 
     262     DMS, RSI.     April, 1993.     Written. 
     263     DMS, RSI.     March, 1997.     Added Time format. 
    256264 
    257265 Copyright (c) 1993-1998, Research Systems, Inc.  All rights reserved. 
    258         Unauthorized reproduction prohibited. 
     266     Unauthorized reproduction prohibited. 
    259267 
    260268     
     
    272280     
    273281    <h4>Uses routines</h4> 
    274  LABEL_DATE_COM. 
    275282 
    276283     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/LABEL/label_gmt.html

    r338 r402  
    9797 
    9898     
    99  A reel number specifying above what value we want to trace a contour 
     99 A real number specifying above what value we want to trace a contour 
    100100 
    101101     
     
    114114 
    115115     
    116  A reel number specifying below what value we want to trace a contour 
     116 A real number specifying below what value we want to trace a contour 
    117117 
    118118     
     
    208208     
    209209    <h4>Version</h4> 
    210  $Id: label_gmt.pro 325 2007-12-06 10:04:53Z pinsard $ 
     210 $Id: label_gmt.pro 369 2008-08-06 15:52:18Z pinsard $ 
    211211 
    212212    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/LABEL/lataxe.html

    r338 r402  
    6262 
    6363     
    64  function called by [XYZ]TICKFORMAT (see the help to see how to use it) to label axes in latitude. 
     64 function called by [XYZ]TICKFORMAT (see the help to see how to use it) to  
     65 label axes in latitude. 
    6566 
    6667 
     
    118119     
    119120 It is the tick mark index which starts at 0. 
    120          
     121 
    121122     
    122123 
     
    145146     
    146147    <h4>Version</h4> 
    147  $Id: lataxe.pro 325 2007-12-06 10:04:53Z pinsard $ 
     148 $Id: lataxe.pro 369 2008-08-06 15:52:18Z pinsard $ 
    148149 
    149150    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/LABEL/lonaxe.html

    r338 r402  
    6262 
    6363     
    64  function called by [XYZ]TICKFORMAT (see the help to see how to use it) to label axes in longitude. 
     64 function called by [XYZ]TICKFORMAT (see the help to see how to use it) to  
     65 label axes in longitude. 
    6566 
    6667 
     
    118119     
    119120 It is the tick mark index which starts at 0. 
    120          
     121 
    121122     
    122123 
     
    145146     
    146147    <h4>Version</h4> 
    147  $Id: lonaxe.pro 325 2007-12-06 10:04:53Z pinsard $ 
     148 $Id: lonaxe.pro 369 2008-08-06 15:52:18Z pinsard $ 
    148149 
    149150    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/VECTEUR/ajoutvect.html

    r338 r402  
    196196     
    197197    <h4>Version</h4> 
    198  $Id: ajoutvect.pro 327 2007-12-13 16:22:35Z pinsard $ 
     198 $Id: ajoutvect.pro 370 2008-08-07 07:59:15Z pinsard $ 
    199199 
    200200    <h4>History</h4> 
     
    216216     
    217217    <h4>Uses routines</h4> 
    218  common.pro              
     218 <a href="../../..//Obsolete/common.html">common</a> 
    219219 
    220220     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/VECTEUR/vecteur.html

    r338 r402  
    133133     
    134134    <h4>Version</h4> 
    135  $Id: vecteur.pro 327 2007-12-13 16:22:35Z pinsard $ 
     135 $Id: vecteur.pro 370 2008-08-07 07:59:15Z pinsard $ 
    136136 
    137137    <h4>History</h4> 
     
    229229     
    230230    <h4>Version</h4> 
    231  $Id: vecteur.pro 327 2007-12-13 16:22:35Z pinsard $ 
     231 $Id: vecteur.pro 370 2008-08-07 07:59:15Z pinsard $ 
    232232 
    233233    <h4>History</h4> 
     
    518518     
    519519    <h4>Version</h4> 
    520  $Id: vecteur.pro 327 2007-12-13 16:22:35Z pinsard $ 
     520 $Id: vecteur.pro 370 2008-08-07 07:59:15Z pinsard $ 
    521521 
    522522    <h4>History</h4> 
     
    542542     
    543543    <h4>Uses routines</h4> 
    544  common.pro 
     544 <a href="../../..//Obsolete/common.html">common</a> 
    545545 
    546546     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/axe.html

    r338 r402  
    220220 
    221221     
    222  =2 to use %Z format (2 digits) to code years instead of %Y format. 
     222 =2 to use %Z format (2 digits) to code years instead of %Y format (4 digits). 
    223223 See <a href="../..//ToBeReviewed/PLOTS/LABEL/label_date.html">label_date</a> for more information on %Z and %Y. 
    224224 
     
    246246     
    247247    <h4>Version</h4> 
    248  $Id: axe.pro 327 2007-12-13 16:22:35Z pinsard $ 
     248 $Id: axe.pro 369 2008-08-06 15:52:18Z pinsard $ 
    249249 
    250250    <h4>History</h4> 
     
    268268     
    269269    <h4>Uses routines</h4> 
    270  common.pro 
     270 <a href="../..//Obsolete/common.html">common</a> 
    271271 
    272272     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/legende.html

    r363 r402  
    132132 
    133133     
    134  Character containing two letters giving the type of the cut  (for example: 'xz'). 
     134 Character containing two letters giving the type of the cut for example: 'xz' 
    135135 
    136136     
     
    156156 If we want to trace contours of a different field than the one 
    157157 whose we have the colored drawing (by example E-P in color and QSR in contours). 
    158  It must be a field respecting same characteristics than the argument number one of plt. 
     158 
     159 It must be a field respecting same characteristics than the argument number  
     160 one of plt. 
    159161 
    160162     
     
    281283     
    282284    <h4>Version</h4> 
    283  $Id: legende.pro 344 2008-04-15 11:05:43Z smasson $ 
     285 $Id: legende.pro 378 2008-08-12 12:35:46Z pinsard $ 
    284286 
    285287    <h4>History</h4> 
     
    296298     
    297299    <h4>Restrictions</h4> 
    298  The use of the global variable language allows to change the language and the caption easily. 
     300 The use of the global variable language allows to change the language and  
     301 the caption easily. 
    299302 
    300303 
     
    303306     
    304307    <h4>Uses routines</h4> 
    305  common.pro 
     308 <a href="../..//Obsolete/common.html">common</a> 
    306309 
    307310     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/reinitplt.html

    r338 r402  
    191191     
    192192    <h4>Version</h4> 
    193  $Id: reinitplt.pro 325 2007-12-06 10:04:53Z pinsard $ 
     193 $Id: reinitplt.pro 369 2008-08-06 15:52:18Z pinsard $ 
    194194 
    195195    <h4>History</h4> 
     
    213213     
    214214    <h4>Uses routines</h4> 
    215  common.pro 
     215 <a href="../..//Obsolete/common.html">common</a> 
    216216 
    217217     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/style.html

    r338 r402  
    110110    3 : Solid-Bold, solid-thin, dash Dot-thin, solid-thin, Solid-Bold... 
    111111    4 : Solid-very-thin, except for contour O, that is solid-bold 
     112 
    112113 2) for the labelstyle based on a threshold value (with a style 
    113 before and after the threshold value and a bold solid line for the 
    114 value itself, a more general definition can be given with a scalar 
    115 string with the following structure: 'xxNN...NNyy' with   
    116  xx and yy correspondind to one the following choices (with the corresponding meaning) 
     114    before and after the threshold value and a bold solid line for the 
     115    value itself, a more general definition can be given with a scalar 
     116    string with the following structure: 'xxNN...NNyy' with   
     117    xx and yy correspondind to one the following choices (with the  
     118    corresponding meaning) 
    117119                so -> Solid      
    118120                do -> Dotted     
     
    185187     
    186188    <h4>Version</h4> 
    187  $Id: style.pro 325 2007-12-06 10:04:53Z pinsard $ 
     189 $Id: style.pro 378 2008-08-12 12:35:46Z pinsard $ 
    188190 
    189191    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/symbols.html

    r338 r402  
    9090      <font size="-1" color="#006633">required</font> 
    9191       
    92        
     92      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>integer</i></font> 
    9393       
    9494       
     
    9696 
    9797     
    98          
    99                 1 = open circle 
    100                 2 = filled circle 
    101                 3 = arrow pointing right 
    102                 4 = arrow pointing left 
    103                 5 = arrow pointing up 
    104                 6 = arrow pointing down 
    105                 7 = arrow pointing up and left (45 degrees) 
    106                  8 = arrow pointing down and left 
    107                  9 = arrow pointing down and right. 
    108                  10 = arrow pointing up and right. 
    109                  11 through 18 are bold versions of 3 through 10 
    110                  19 = horizontal line 
    111                  20 = box 
    112                  21 = diamond 
    113                  22 = triangle 
    114                  30 = filled box 
    115                  31 = filled diamond 
    116                  32 = filled triangle 
    117                  
     98 Code of sympbols : 
     99 1 = open circle 
     100 2 = filled circle 
     101 3 = arrow pointing right 
     102 4 = arrow pointing left 
     103 5 = arrow pointing up 
     104 6 = arrow pointing down 
     105 7 = arrow pointing up and left (45 degrees) 
     106 8 = arrow pointing down and left 
     107 9 = arrow pointing down and right. 
     108 10 = arrow pointing up and right. 
     109 
     110 11 through 18 are bold versions of 3 through 10 
     111 
     112 19 = horizontal line 
     113 20 = box 
     114 21 = diamond 
     115 22 = triangle 
     116 30 = filled box 
     117 31 = filled diamond 
     118 32 = filled triangle 
     119 
    118120     
    119121 
     
    154156     
    155157 color of symbols 
    156                  
     158 
    157159     
    158160     
     
    162164     
    163165    <h4>Version</h4> 
    164  $Id: symbols.pro 325 2007-12-06 10:04:53Z pinsard $ 
     166 $Id: symbols.pro 378 2008-08-12 12:35:46Z pinsard $ 
    165167 
    166168    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/POSTSCRIPT/calibre.html

    r338 r402  
    6262 
    6363     
    64  From a rapport of aspect and values (in line of character) of different margins, 
     64 From a ration aspect and values (in line of character) of different margins, 
    6565 it calculate POSFENETRE and POSBAR which serve to place the drawing and the color 
    6666 bar thanks to !p.position on a leaf or a screen output whose the window has the same 
     
    164164 left bottom corner. 
    165165    It is a vector made of 3 elements giving the number of column to be done in the 
    166  drawing, the number of line and the number of the case the number have to occupy 
    167  (see matlab). For example, to do 6 drawing in 3 columns and 2 lines and occupy 
    168  the 4th case, small=[2,3,4] 
     166 drawing, the number of line and the number of the case the number have to fill  
     167 (see matlab). For example, to do 6 drawings in 3 columns and 2 lines and  
     168 fill the 4th case, small=[2,3,4] 
    169169 
    170170     
     
    225225 
    226226     
    227  Force the drawing to occupy the biggest possible place defined by 
    228  SMALLDRAW without respect the rapport y on x. 
     227 Force the drawing to fill the biggest possible place defined by 
     228 SMALLDRAW without respect the y/x ratio. 
    229229 
    230230     
     
    242242 
    243243     
    244  Force the rapport y on x to take the value RAPPORTYX*YXASPECT. 
     244 Force the y/x ratio to take the value RAPPORTYX*YXASPECT. 
    245245 This keyword can be used in 2 cases: 
    246    1) YXASPECT=1 : force RAPPORTYX to be respected otherwise, Calibre take the 
    247    initiative to change it a little in the case of the aspect rapport of SMALL 
     246   1) YXASPECT=1 : force RAPPORTYX to be respected otherwise, calibre take the 
     247   initiative to change it a little in the case of the aspect ratio of SMALL 
    248248   is too different of the one of SMALLDRAW. 
    249    2) YXASPECT=n : multiply by n the aspect rapport given by default. 
    250    For example in plt, RAPPORTYX is calculated to the reference be orthonormal, 
     249   2) YXASPECT=n : multiply by n the aspect ratio given by default. 
     250   For example in <a href="../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>, RAPPORTYX is calculated to the  
     251   reference be orthonormal, 
    251252   to have a reference where the y axis is 2 time bigger than the x one, YXASPECT=2. 
    252253         
     
    306307     
    307308    <h4>Version</h4> 
    308  $Id: calibre.pro 327 2007-12-13 16:22:35Z pinsard $ 
     309 $Id: calibre.pro 378 2008-08-12 12:35:46Z pinsard $ 
    309310 
    310311    <h4>History</h4> 
     
    324325     
    325326    <h4>Uses routines</h4> 
    326  common.pro 
     327 <a href="../..//Obsolete/common.html">common</a> 
    327328 
    328329     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STATISTICS/a_timecorrelate.html

    r363 r402  
    189189 
    190190    <h3>Examples</h3><pre> 
     191 
    191192 Define an n-element sample population. 
    192  IDL> x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57] 
     193   IDL> x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57] 
    193194 
    194195 Compute the autocorrelation of X for LAG = -3, 0, 1, 3, 4, 8 
    195  IDL> lag = [-3, 0, 1, 3, 4, 8] 
    196  IDL> result = a_correlate(x, lag) 
     196   IDL> lag = [-3, 0, 1, 3, 4, 8] 
     197   IDL> result = a_correlate(x, lag) 
    197198 
    198199 The result should be: 
     
    202203     
    203204    <h4>Version</h4> 
    204  $Id: a_timecorrelate.pro 342 2008-03-28 16:08:47Z smasson $ 
     205 $Id: a_timecorrelate.pro 371 2008-08-07 09:32:02Z pinsard $ 
    205206 
    206207    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STATISTICS/c_timecorrelate.html

    r338 r402  
    228228     
    229229    <h4>Version</h4> 
    230  $Id: c_timecorrelate.pro 327 2007-12-13 16:22:35Z pinsard $ 
     230 $Id: c_timecorrelate.pro 371 2008-08-07 09:32:02Z pinsard $ 
    231231 
    232232    <h4>History</h4> 
     
    367367 
    368368 Define two n-elements sample populations. 
    369  IDL> x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57] 
    370  IDL> y = [2.31, 2.76, 3.02, 3.13, 3.72, 3.88, 3.97, 4.39, 4.34, 3.95] 
     369   IDL> x = [3.73, 3.67, 3.77, 3.83, 4.67, 5.87, 6.70, 6.97, 6.40, 5.57] 
     370   IDL> y = [2.31, 2.76, 3.02, 3.13, 3.72, 3.88, 3.97, 4.39, 4.34, 3.95] 
    371371 
    372372 Compute the cross correlation of X and Y for LAG = -5, 0, 1, 5, 6, 7 
    373  IDL> lag = [-5, 0, 1, 5, 6, 7] 
    374  IDL> result = c_timecorrelate(x, y, lag) 
     373   IDL> lag = [-5, 0, 1, 5, 6, 7] 
     374   IDL> result = c_timecorrelate(x, y, lag) 
    375375 
    376376 The result should be: 
     
    380380     
    381381    <h4>Version</h4> 
    382  $Id: c_timecorrelate.pro 327 2007-12-13 16:22:35Z pinsard $ 
     382 $Id: c_timecorrelate.pro 371 2008-08-07 09:32:02Z pinsard $ 
    383383 
    384384    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STATISTICS/skewness_4d.html

    r340 r402  
    7979</font></h2> 
    8080 
    81       <p><font face="Courier"><i>result = </i>skewness_4d(<i><a href="#_skewness_4d_keyword_X">X</a></i>, <a href="#_skewness_4d_keyword_DOUBLE">DOUBLE</a>=<i>DOUBLE</i>, <a href="#_skewness_4d_keyword_NVAL">NVAL</a>=<i>NVAL</i>)</font></p> 
     81      <p><font face="Courier"><i>result = </i>skewness_4d(<i><a href="#_skewness_4d_keyword_x">x</a></i>, <a href="#_skewness_4d_keyword_DOUBLE">DOUBLE</a>=<i>DOUBLE</i>, <a href="#_skewness_4d_keyword_NVAL">NVAL</a>=<i>NVAL</i>)</font></p> 
    8282 
    8383     
     
    8989     
    9090 
    91     <a name="#_skewness_4d_keyword_X"></a> 
    92     <h4>X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     91    <a name="#_skewness_4d_keyword_x"></a> 
     92    <h4>x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    9393      <font size="-1" color="#006633">in</font> 
    9494       
     
    102102 
    103103     
    104  An Array which last dimension is the time dimension so 
    105  size n. 
     104 An array which last dimension is the time dimension so size n. 
    106105 
    107106     
     
    153152     
    154153    <h4>Version</h4> 
    155  $Id: skewness_4d.pro 335 2008-03-07 15:09:25Z smasson $ 
     154 $Id: skewness_4d.pro 378 2008-08-12 12:35:46Z pinsard $ 
    156155 
    157156    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/chkeywd.html

    r338 r402  
    6464 In a string containing an order to execute with EXECUTE by example. 
    6565 We change the value of one of keywords. 
    66  More generally, in a string, we look for the character chain: ', keywdname= ..., 
    67  and we change the value of... 
     66 
     67 More generally, in a string, we look for the character  
     68 chain: ', keywdname= ..., and we change the value of... 
    6869 
    6970 
     
    208209     
    209210    <h4>Version</h4> 
    210  $Id: chkeywd.pro 327 2007-12-13 16:22:35Z pinsard $ 
     211 $Id: chkeywd.pro 372 2008-08-08 12:31:53Z pinsard $ 
    211212 
    212213    <h4>History</h4> 
    213214 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    214                       18/10/1999 
    215                       24/11/1999: adaptation for keywords starting by / 
     215  - 18/10/1999 
     216  - 24/11/1999: adaptation for keywords starting by / 
    216217 
    217218     
     
    225226 
    226227 
    227  Beware, this function has loops, ifs ad cases everywhere. So it can 
     228 Beware, this function has loops, ifs and cases everywhere. So it can 
    228229 not be used by big keywords (with a lot of elements which are big 
    229230 arrays). The input keyword must not contain Complex floatings, structure, 
     
    237238     
    238239    <h4>Uses routines</h4> 
    239  common.pro 
     240 <a href="../..//Obsolete/common.html">common</a> 
    240241 
    241242     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/getfile.html

    r363 r402  
    119119 
    120120     
    121  =err  error flag: 0=ok, 1=file not opened, 
    122  2=no lines in file. 
     121 error flag: 0=ok, 1=file not opened, 2=no lines in file. 
    123122 
    124123     
     
    167166 
    168167     
    169  =n  Number of lines to read (def=all). 
     168 Number of lines to read (def=all). 
    170169 Much faster if number of lines is known. 
    171170 Automatic for IDL 5.6 or later. 
     
    185184 
    186185     
    187  search the file in the all !path directories (use 
    188  find.pro) 
     186 search the file in the all !path directories (use <a href="../..//Utilities/find.html">find</a>) 
    189187 
    190188     
     
    195193     
    196194    <h4>Version</h4> 
    197  $Id: getfile.pro 358 2008-04-28 09:41:14Z pinsard $ 
     195 $Id: getfile.pro 374 2008-08-08 15:12:27Z pinsard $ 
    198196 
    199197    <h4>History</h4> 
    200       R. Sterner, 20 Mar, 1990 
    201       R. Sterner, 1999 Apr 14 --- Added LINES=n keyword. 
    202       R. Sterner, 2003 Aug 29 --- Automatic lines if IDL 5.6+. 
    203       R. Sterner, 2003 Sep 02 --- Check if file exists first. 
    204       R. Sterner, 2003 Sep 04 --- Fixed error in number of lines in file. 
    205       R. Sterner, 2003 Oct 10 --- Fixed error when no lines. 
    206       R. Sterner, 2004 Jan 27 --- Fixed to work in IDL as old as vers 4. 
    207  
    208        S. Masson (smasson@lodyc.jussieu.fr) 4 Feb 2002 
     198  - R. Sterner, 20 Mar, 1990 
     199  - R. Sterner, 1999 Apr 14 --- Added LINES=n keyword. 
     200  - R. Sterner, 2003 Aug 29 --- Automatic lines if IDL 5.6+. 
     201  - R. Sterner, 2003 Sep 02 --- Check if file exists first. 
     202  - R. Sterner, 2003 Sep 04 --- Fixed error in number of lines in file. 
     203  - R. Sterner, 2003 Oct 10 --- Fixed error when no lines. 
     204  - R. Sterner, 2004 Jan 27 --- Fixed to work in IDL as old as vers 4. 
     205  - S. Masson (smasson@lodyc.jussieu.fr) 4 Feb 2002 
     206 
    209207       search the file in the all !path directories (use <a href="../..//Utilities/find.html">find</a>) 
    210208       when using /find keyword. Use <a href="/Applications/itt/idl64/help/online_help/SPAWN.html">SPAWN</a>, 'cat...' for  
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/getwrd.html

    r338 r402  
    171171 
    172172     
    173  = l.  Return word n string location. 
     173 = l. Return word n string location. 
    174174 
    175175     
     
    246246     
    247247    <h4>Version</h4> 
    248  $Id: getwrd.pro 325 2007-12-06 10:04:53Z pinsard $ 
     248 $Id: getwrd.pro 374 2008-08-08 15:12:27Z pinsard $ 
    249249 
    250250    <h4>History</h4> 
    251        Ray Sterner,  6 Jan, 1985. 
    252        R. Sterner, Fall 1989 --- converted to SUN. 
    253        R. Sterner, Jan 1990 --- added delimiter. 
    254        R. Sterner, 18 Mar, 1990 --- added /LAST. 
    255        R. Sterner, 31 Jan, 1991 --- added /NOTRIM. 
    256        R. Sterner, 20 May, 1991 --- Added common and NULL string. 
    257        R. Sterner, 13 Dec, 1992 --- Made tabs equivalent to spaces. 
    258        R. Sterner,  4 Jan, 1993 --- Added NWORDS keyword. 
    259        R. Sterner, 2001 Jan 15 --- Fixed to use first element if not a scalar. 
    260        Johns Hopkins University Applied Physics Laboratory. 
     251  - Ray Sterner,  6 Jan, 1985. 
     252  - R. Sterner, Fall 1989 --- converted to SUN. 
     253  - R. Sterner, Jan 1990 --- added delimiter. 
     254  - R. Sterner, 18 Mar, 1990 --- added /LAST. 
     255  - R. Sterner, 31 Jan, 1991 --- added /NOTRIM. 
     256  - R. Sterner, 20 May, 1991 --- Added common and NULL string. 
     257  - R. Sterner, 13 Dec, 1992 --- Made tabs equivalent to spaces. 
     258  - R. Sterner,  4 Jan, 1993 --- Added NWORDS keyword. 
     259  - R. Sterner, 2001 Jan 15 --- Fixed to use first element if not a scalar. 
    261260 
    262261 Copyright (C) 1985, Johns Hopkins University/Applied Physics Laboratory 
     
    276275 given is used.  This saves finding the words again. 
    277276 If m > n wrd will be a string of words from word n to 
    278  word m.  If no m is given wrd will be a single word. 
     277 word m. If no m is given wrd will be a single word. 
    279278 n<0 returns text starting at word abs(n) to string end 
    280279 If n is out of range then a null string is returned. 
    281  See also nwrds. 
     280 See also <a href="../..//ToBeReviewed/STRING/nwrds.html">nwrds</a>. 
    282281 
    283282 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/isnumber.html

    r338 r402  
    151151     
    152152    <h4>Version</h4> 
    153  $Id: isnumber.pro 325 2007-12-06 10:04:53Z pinsard $ 
     153 $Id: isnumber.pro 372 2008-08-08 12:31:53Z pinsard $ 
    154154 
    155155    <h4>History</h4> 
    156        R. Sterner.  15 Oct, 1986. 
    157        Johns Hopkins Applied Physics Lab. 
    158        R. Sterner, 12 Mar, 1990 --- upgraded. 
    159        Richard Garrett, 14 June, 1992 --- fixed bug in returned float value. 
    160        R. Sterner, 1999 Nov 30 --- Fixed a bug found by Kristian Kjaer, Denmark 
     156  - R. Sterner.  15 Oct, 1986. Johns Hopkins Applied Physics Lab. 
     157  - R. Sterner, 12 Mar, 1990 --- upgraded. 
     158  - Richard Garrett, 14 June, 1992 --- fixed bug in returned float value. 
     159  - R. Sterner, 1999 Nov 30 --- Fixed a bug found by Kristian Kjaer, Denmark 
    161160 
    162161 Copyright (C) 1986, Johns Hopkins University/Applied Physics Laboratory 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/nwrds.html

    r338 r402  
    136136 
    137137     
    138  = d.  Set delimiter character (def = space). 
     138 = d. Set delimiter character (def = space). 
    139139  
    140140     
     
    145145     
    146146    <h4>Version</h4> 
    147  $Id: nwrds.pro 325 2007-12-06 10:04:53Z pinsard $ 
     147 $Id: nwrds.pro 372 2008-08-08 12:31:53Z pinsard $ 
    148148 
    149149    <h4>History</h4> 
    150        R. Sterner,  7 Feb, 1985. 
    151        Johns Hopkins University Applied Physics Laboratory. 
    152        RES 4 Sep, 1989 --- converted to SUN. 
     150  - R. Sterner,  7 Feb, 1985. Johns Hopkins University Applied Physics Laboratory. 
     151  - RES 4 Sep, 1989 --- converted to SUN. 
    153152 
    154153 Copyright (C) 1985, Johns Hopkins University/Applied Physics Laboratory 
     
    165164     
    166165    <h4>Restrictions</h4> 
    167  See also getwrd. 
     166 See also <a href="../..//ToBeReviewed/STRING/getwrd.html">getwrd</a> 
    168167  
    169168 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/putfile.html

    r338 r402  
    9797 
    9898     
    99  = text file name. 
     99 text file name. 
    100100 
    101101     
     
    114114 
    115115     
    116  = string array. 
     116 string array. 
    117117 
    118118     
     
    136136 
    137137     
    138  =err  error flag: 0=ok, 1=invalid string array. 
     138 error flag: 0=ok, 1=invalid string array. 
    139139  
    140140     
     
    159159     
    160160    <h4>Version</h4> 
    161  $Id: putfile.pro 325 2007-12-06 10:04:53Z pinsard $ 
     161 $Id: putfile.pro 374 2008-08-08 15:12:27Z pinsard $ 
    162162 
    163163    <h4>History</h4> 
    164       R. Sterner, 20 Mar, 1990 
    165       R. Sterner,  4 Nov, 1992 --- allowed scalar strings. 
     164  - R. Sterner, 20 Mar, 1990 
     165  - R. Sterner,  4 Nov, 1992 --- allowed scalar strings. 
    166166 
    167167 Copyright (C) 1990, Johns Hopkins University/Applied Physics Laboratory 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/str_size.html

    r338 r402  
    177177 the current graphics window, type this: 
    178178 
    179    XYOUTS, 0.5, 0.5, ALIGN=0.5, "Happy Holidays", $ 
    180    CHARSIZE=STR_SIZE("Happy Holidays", 0.3) 
     179   IDL> XYOUTS, 0.5, 0.5, ALIGN=0.5, "Happy Holidays", $ 
     180        CHARSIZE=STR_SIZE("Happy Holidays", 0.3) 
    181181 
    182182    </pre><h3>Version history</h3> 
    183183     
    184184    <h4>Version</h4> 
    185  $Id: str_size.pro 325 2007-12-06 10:04:53Z pinsard $ 
     185 $Id: str_size.pro 372 2008-08-08 12:31:53Z pinsard $ 
    186186 
    187187    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/string2struct.html

    r338 r402  
    7878      <dd><font size="-1"> </font></dd> 
    7979       
    80       <dt><a href="#_string2struct"><i>result = </i>string2struct(<i>strVal</i>)</a><dt> 
     80      <dt><a href="#_string2struct"><i>result = </i>string2struct(<i>strval</i>)</a><dt> 
    8181      <dd><font size="-1"> </font></dd> 
    8282       
     
    9090 
    9191      <h2>too_cool  <font size="-1" color="#006633"> 
    92  
    9392</font></h2> 
    9493 
     
    130129     
    131130    <h4>Version</h4> 
    132  $Id: string2struct.pro 325 2007-12-06 10:04:53Z pinsard $ 
     131 $Id: string2struct.pro 374 2008-08-08 15:12:27Z pinsard $ 
    133132 
    134133    <h4>History</h4> 
     
    160159</font></h2> 
    161160 
    162       <p><font face="Courier"><i>result = </i>string2struct(<i><a href="#_string2struct_keyword_strVal">strVal</a></i>)</font></p> 
     161      <p><font face="Courier"><i>result = </i>string2struct(<i><a href="#_string2struct_keyword_strval">strval</a></i>)</font></p> 
    163162 
    164163     
     
    174173     
    175174 
    176     <a name="#_string2struct_keyword_strVal"></a> 
    177     <h4>strVal&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     175    <a name="#_string2struct_keyword_strval"></a> 
     176    <h4>strval&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    178177      <font size="-1" color="#006633">in</font> 
    179178       
     
    187186 
    188187     
    189  String set up as keywords. Keywords require a little special treatment. Such as 
    190  plot,findgen(100),_extra=stringToStructure('title="testing"') 
     188 String set up as keywords. Keywords require a little special treatment.  
     189 Such as 
     190 
     191 plot,findgen(100),_extra=string2struct('title="testing"') 
    191192 
    192193     
     
    199200       pro tPlot,event 
    200201       widget_control,event.top,get_uvalue=field 
    201        widget_control,field,get_value=strVal 
    202        extra = stringToStructure(strVal) 
     202       widget_control,field,get_value=strval 
     203       extra = string2struct(strval) 
    203204       plot,findgen(100),_extra=extra 
    204205       wshow 
     
    219220     
    220221    <h4>Version</h4> 
    221  $Id: string2struct.pro 325 2007-12-06 10:04:53Z pinsard $ 
     222 $Id: string2struct.pro 374 2008-08-08 15:12:27Z pinsard $ 
    222223 
    223224    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/strkeywd.html

    r338 r402  
    110110 
    111111    <h3>Examples</h3><pre> 
    112  We create a structure 
    113        IDL> b=get_extra(ok=111, year=[1997,1998,1999], age_capitaine=35) 
    114        IDL> help, b,/struct 
     112 
     113 We create a structure: 
     114   IDL> b=get_extra(ok=111, year=[1997,1998,1999], age_capitaine=35) 
     115   IDL> help, b,/struct 
    115116       ** Structure <817f4bc>, 3 tags, length=10, refs=1: 
    116117          AGE_CAPITAINE   INT             35 
    117118          OK              INT            111 
    118119          YEAR            INT       Array[3] 
    119  We put this structure as a string 
    120        IDL> a=strkeywd(b) 
    121        IDL> print, a 
     120 
     121 We put this structure as a string: 
     122   IDL> a=strkeywd(b) 
     123   IDL> print, a 
    122124       AGE_CAPITAINE=35, OK=111, YEAR=[1997,1998,1999] 
     125 
    123126 Now we can use the string a to pass keywords in a function thanks to execute!! 
    124        IDL> test=execute('c=get_extra('+a+')') 
    125        IDL> help, c,/struct 
     127   IDL> test=execute('c=get_extra('+a+')') 
     128   IDL> help, c,/struct 
    126129       ** Structure <817f2dc>, 3 tags, length=10, refs=1: 
    127130          AGE_CAPITAINE   INT             35 
     
    132135     
    133136    <h4>Version</h4> 
    134  $Id: strkeywd.pro 325 2007-12-06 10:04:53Z pinsard $ 
     137 $Id: strkeywd.pro 372 2008-08-08 12:31:53Z pinsard $ 
    135138 
    136139    <h4>History</h4> 
     
    145148     
    146149    <h4>Restrictions</h4> 
    147  If an element of the structure contain an array, it will be convert in a vector. 
     150 If an element of the structure contain an array, it will be convert in a  
     151 vector. 
    148152 
    149153 
    150  Beware, this function has loops, ifs ad cases everywhere. So it can  
     154 Beware, this function has loops, ifs and cases everywhere. So it can  
    151155 not be used by big keywords (with a lot of elements which are big  
    152156 arrays). The input keyword must not contain Complex floatings, structure,  
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/strright.html

    r338 r402  
    118118     
    119119 the number of characters to be returned. 
    120  If NLAST is the strlen(STRING), the complete string 
     120 
     121 If LASTN is the strlen(STRING), the complete string 
    121122 is returned. 
    122123 
     
    127128 
    128129    <h3>Examples</h3><pre> 
    129  if (strright(path) ne '/') then path = path + '/' 
     130  
     131 add a "/" in to path if it "/" is not at the end : 
     132 
     133  IDL> path="/tmp" 
     134  IDL> if (strright(path) ne '/') then path = path + '/' 
     135  IDL> print,path 
     136  /tmp/ 
    130137 
    131138    </pre><h3>Version history</h3> 
    132139     
    133140    <h4>Version</h4> 
    134  $Id: strright.pro 325 2007-12-06 10:04:53Z pinsard $ 
     141 $Id: strright.pro 374 2008-08-08 15:12:27Z pinsard $ 
    135142 
    136143 Copyright (C) 1997, Martin Schultz, Harvard University 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/strsci.html

    r338 r402  
    6262 
    6363     
    64  Given a number, returns a string of that          B 
    65  number in scientific notation format ( e.g. A x 10  ) 
     64 Given a number, returns a string of that B 
     65 number in scientific notation format ( e.g. A x 10^B ) 
    6666 
    6767 
     
    196196 
    197197    <h3>Examples</h3><pre> 
    198         Result = STRSCI( 2000000, format='(i1)' ) 
    199         print, result                 
    200         ;                                                     6 
    201         ;     prints 2 x 10!u6!n, which gets plotted as 2 x 10  
     198 
     199   IDL> Result = STRSCI( 2000000, format='(i1)' ) 
     200   IDL> print, result                 
     201   2 x 10!u6!n 
     202  
     203 which gets plotted as 2 x 10  
    202204         
    203        Result = STRSCI( -0.0001 ) 
    204        print, result 
    205         ;                                                            4 
    206         ;     prints -1.00 x 10!u-4!n, which gets plotted as 1.00 x 10 
    207  
    208         Result = STRSCI( 0d0, format='(f13.8)' ) 
    209         print, result 
    210         ; 
    211         ;     prints, 0.00000000 
     205   IDL> Result = STRSCI( -0.0001 ) 
     206   IDL> print, result 
     207   -1.00 x 10!u-4!n 
     208 
     209 which gets plotted as 1.00 x 10 
     210 
     211   IDL> Result = STRSCI( 0d0, format='(f13.8)' ) 
     212   IDL> print, result 
     213   0.00000000 
    212214  
    213215 
     
    215217     
    216218    <h4>Version</h4> 
    217  $Id: strsci.pro 325 2007-12-06 10:04:53Z pinsard $ 
     219 $Id: strsci.pro 374 2008-08-08 15:12:27Z pinsard $ 
    218220 
    219221 Copyright (C) 1998, 1999 Bob Yantosca and Martin Schultz,  
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/strsed.html

    r338 r402  
    157157 
    158158     
    159  Indicates that the regular expression matching should be done in a case-insensitive fashion. 
     159 Indicates that the regular expression matching should be done in  
     160 a case-insensitive fashion. 
    160161 
    161162     
     
    164165    <h3>Examples</h3><pre> 
    165166 
    166     IDL> abc = 'abcdefghijklmnopqrstuvwxyz' 
    167     IDL> print, strsed(abc, 'm', 'M') 
     167   IDL> abc = 'abcdefghijklmnopqrstuvwxyz' 
     168   IDL> print, strsed(abc, 'm', 'M') 
    168169    abcdefghijklMnopqrstuvwxyz 
    169     IDL> print, strsed(abc, 'm.*t', 'M_T') 
     170   IDL> print, strsed(abc, 'm.*t', 'M_T') 
    170171    abcdefghijklM_Tuvwxyz 
    171     IDL> a = 'abcabcabc' 
    172     IDL> help, strsed([abc, a, 'eee'], 'abc', 'XXX_') 
     172   IDL> a = 'abcabcabc' 
     173   IDL> help, strsed([abc, a, 'eee'], 'abc', 'XXX_') 
    173174    <Expression>    STRING    = Array[3] 
    174     IDL> print, strsed([abc, a, 'eee'], 'abc', 'XXX_') 
     175   IDL> print, strsed([abc, a, 'eee'], 'abc', 'XXX_') 
    175176    XXX_defghijklmnopqrstuvwxyz XXX_XXX_XXX_ eee 
    176177 
     
    178179     
    179180    <h4>Version</h4> 
    180  $Id: strsed.pro 327 2007-12-13 16:22:35Z pinsard $ 
     181 $Id: strsed.pro 372 2008-08-08 12:31:53Z pinsard $ 
    181182    <h4>History</h4> 
    182183 Sept 2006: Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/strtok.html

    r338 r402  
    162162 
    163163    <h3>Examples</h3><pre> 
    164        If old is 'foo44 bar', then strtok( old, '44' ) would return 
    165        'foo', and upon return, old will be left with ' bar'.  If /TRIM 
    166        were set, old would be 'bar' on return. 
    167  
    168        If old='xyz', then new=strtok(old,'a') would return with 
    169        new='xyz' and old=''. 
     164 If old is 'foo44 bar', then strtok( old, '44' ) would return 
     165 'foo', and upon return, old will be left with ' bar'.  If /TRIM 
     166 were set, old would be 'bar' on return. 
     167 
     168 not ok ++ 
     169   IDL> old='foo44 bar' 
     170   IDL> res=strtok( old, '44' ) 
     171   IDL> print,res 
     172       0           5 
     173   IDL> print,old 
     174      foo44 bar 
     175 
     176   IDL> old='foo44 bar' 
     177   IDL> res=strtok( old, '44',/TRIM ) 
     178   IDL> print,res 
     179       0           5 
     180   IDL> print,old 
     181      foo44 bar 
     182 
     183 not ok ++ 
     184 If old='xyz', then new=strtok(old,'a') would return with 
     185 new='xyz' and old=''. 
     186   IDL> old='xyz' 
     187   IDL> new=strtok( old, 'a' ) 
     188   IDL> print,new 
     189           0 
     190   IDL> print,old 
     191   xyz 
     192 
    170193 
    171194    </pre><h3>Version history</h3> 
    172195     
    173196    <h4>Version</h4> 
    174  $Id: strtok.pro 325 2007-12-06 10:04:53Z pinsard $ 
     197 $Id: strtok.pro 374 2008-08-08 15:12:27Z pinsard $ 
    175198 
    176199    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/strwhere.html

    r338 r402  
    8282 The number of matches that were found 
    8383 
    84   The function returns an index array similar to the 
    85   result of the where function 
     84 The function returns an index array similar to the 
     85 result of the <a href="/Applications/itt/idl64/help/online_help/WHERE.html">WHERE</a> function 
    8686 
    8787 
     
    143143 
    144144    <h3>Examples</h3><pre> 
    145  IDL> ind = strwhere('abcabcabc','a') 
    146  IDL> print, ind 
     145 
     146 find position of string "a" in the string "abcabcabc" 
     147 
     148   IDL> ind = strwhere('abcabcabc','a') 
     149   IDL> print, ind 
    147150 [ 0, 3, 6 ] 
    148151 
     
    150153     
    151154    <h4>Version</h4> 
    152  $Id: strwhere.pro 325 2007-12-06 10:04:53Z pinsard $ 
     155 $Id: strwhere.pro 378 2008-08-12 12:35:46Z pinsard $ 
    153156 
    154157 Copyright (C) 1998, Martin Schultz, Harvard University 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/tostr.html

    r338 r402  
    102102 input can not contain or be of the type of: 
    103103 
    104    Complex floating, structure, Double-precision complex, Pointer, Object 
    105    reference, Unsigned Integer, Unsigned Longword Integer, 64-bit 
    106    Integer, Unsigned 64-bit Integer      
     104 Complex floating, structure, Double-precision complex, Pointer, Object 
     105 reference, Unsigned Integer, Unsigned Longword Integer, 64-bit 
     106 Integer, Unsigned 64-bit Integer        
    107107 
    108108     
     
    112112 
    113113    <h3>Examples</h3><pre> 
    114     IDL> help, tostr(1),tostr('a'),tostr(indgen(4)),tostr(['a','jkfjo']) 
     114   IDL> help, tostr(1),tostr('a'),tostr(indgen(4)),tostr(['a','jkfjo']) 
    115115    <Expression>    STRING    = '1' 
    116116    <Expression>    STRING    = ''a'' 
    117117    <Expression>    STRING    = '[0,1,2,3]' 
    118118    <Expression>    STRING    = '['a','jkfjo']' 
    119     IDL> print, tostr(['c''est bon','c''est bon']) 
     119   IDL> print, tostr(['c''est bon','c''est bon']) 
    120120    ['c''est bon','c''est bon'] 
    121121 
     
    123123     
    124124    <h4>Version</h4> 
    125  $Id: tostr.pro 325 2007-12-06 10:04:53Z pinsard $ 
     125 $Id: tostr.pro 372 2008-08-08 12:31:53Z pinsard $ 
    126126 
    127127    <h4>History</h4> 
     
    139139 
    140140 
    141  Beware, this function has loops, ifs ad cases everywhere. So it can  
     141 Beware, this function has loops, ifs and cases everywhere. So it can  
    142142 not be used by big keywords (with a lot of elements which are big  
    143143 arrays). 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRUCTURE/chkstru.html

    r338 r402  
    8080 
    8181    <h3>Return value</h3> 
    82  CHKSTRU returns 1 if successful, otherwise 0. 
     82 1 if successful, otherwise 0. 
    8383 
    8484 
     
    119119     
    120120 A string or string array with field names to  
    121  be contained in STRUCTURE. CHKSTRU returns 1 (true) 
    122  only if all field names are contained in STRUCTURE. 
     121 be contained in STRUCTURE. 
     122 
     123 CHKSTRU returns 1 (true) only if all field names are contained in STRUCTURE. 
     124 
    123125 The entries of FIELDS may be upper or lowercase. 
    124126 
     
    144146     
    145147 A named variable that will contain the indices of 
    146  the required field names in the structure. They can then 
    147  be assessed through structure.(index[i]) . Index will 
    148  contain -1 for all fields entries that are not in the 
    149  structure. 
     148 the required field names in the structure.  
     149 
     150 They can then be assessed through structure.(index[i]).  
     151 
     152 Index will contain -1 for all fields entries that are not in the structure. 
    150153 
    151154     
     
    163166 
    164167     
    165  set this keyword to return an error message  
    166  in case of an error. 
     168 set this keyword to return an error message in case of an error. 
    167169 
    168170     
     
    180182 
    181183     
    182  set this keyword to extract a fields from the 
    183  structure.  -1 is return is fields or structure. are 
    184  incorrect. 
     184 set this keyword to extract a field from the structure.   
     185 -1 is return if field or structure are incorrect. 
    185186 
    186187     
     
    188189 
    189190    <h3>Examples</h3><pre> 
    190         test = { a:1, b:2, c:3 } 
    191         required = ['a','c'] 
    192         if CHKSTRU(test,required) then print,'found a and c.' 
    193         IDL> print, CHKSTRU(test,'b') 
     191 
     192   IDL> test = { a:1, b:2, c:3 } 
     193   IDL> required = ['a','c'] 
     194   IDL> if CHKSTRU(test,required) then print,'found a and c.' 
     195   IDL> print, CHKSTRU(test,'b') 
    194196           1 
    195         IDL> print, CHKSTRU(test,'b',/extract) 
     197   IDL> print, CHKSTRU(test,'b',/extract) 
    196198               2 
    197199 
     
    199201     
    200202    <h4>Version</h4> 
    201  $Id: chkstru.pro 327 2007-12-13 16:22:35Z pinsard $ 
     203 $Id: chkstru.pro 375 2008-08-08 15:55:40Z pinsard $ 
    202204 
    203205 Copyright (C) 1998, Martin Schultz, Harvard University 
     
    212214 
    213215    <h4>History</h4> 
    214         mgs, 02 Mar 1998: VERSION 1.00 
    215         mgs, 07 Apr 1998: - second parameter (FIELDS) now optional 
    216         12 Jan 2001: EXTRACT keyword by S. Masson (smasson@lodyc.jussieu.fr)  
     216  - mgs, 02 Mar 1998: VERSION 1.00 
     217  - mgs, 07 Apr 1998: - second parameter (FIELDS) now optional 
     218  - 12 Jan 2001: EXTRACT keyword by S. Masson (smasson@lodyc.jussieu.fr)  
    217219 
    218220     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRUCTURE/extractstru.html

    r338 r402  
    156156     
    157157 Specify  that the given liste concern elements of STRU to be deleted. 
     158 
    158159 This keyword is activated by default. 
    159160 
     
    163164    <h3>Examples</h3><pre> 
    164165 
    165     IDL> extra=get_extra(/ok, year=1999, age_capitaine=35 ) 
    166     IDL> help, extra,/struct 
     166   IDL> extra=get_extra(/ok, year=1999, age_capitaine=35 ) 
     167   IDL> help, extra,/struct 
    167168    ** Structure <83e66bc>, 3 tags, length=6, refs=1: 
    168169       AGE_CAPITAINE   INT             35 
    169170       OK              INT              1 
    170171       YEAR            INT           1999 
    171     IDL> help, extractstru(extra,['ok','hhuihi','YEAR']),/stru 
     172   IDL> help, extractstru(extra,['ok','hhuihi','YEAR']),/stru 
    172173    ** Structure <831afac>, 1 tags, length=2, refs=1: 
    173174       AGE_CAPITAINE   INT             35 
    174     IDL> help, extractstru(extra,['ok','hhuihi','YEAR'],/keep),/stru 
     175   IDL> help, extractstru(extra,['ok','hhuihi','YEAR'],/keep),/stru 
    175176    ** Structure <834bbc4>, 2 tags, length=4, refs=1: 
    176177       OK              INT              1 
     
    180181     
    181182    <h4>Version</h4> 
    182  $Id: extractstru.pro 327 2007-12-13 16:22:35Z pinsard $ 
     183 $Id: extractstru.pro 375 2008-08-08 15:55:40Z pinsard $ 
    183184 
    184185    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRUCTURE/mixstru.html

    r338 r402  
    6262 
    6363     
    64  Concatenate 2 structures together. The difference with CREATE_STRUCT  
    65  is  that if the 2 structure have same elements's name, then mixstru  
     64 Concatenate 2 structures together.  
     65 
     66 The difference with <a href="/Applications/itt/idl64/help/online_help/CREATE_STRUCT.html">CREATE_STRUCT</a> 
     67 is that if the 2 structures have same elements's name, then mixstru  
    6668 do not break down but choose for the common element the value  
    6769 specified by the first structure. 
     
    131133    <h3>Examples</h3><pre> 
    132134      
    133      IDL> a=get_extra(/toto,ok=123) 
    134      IDL> b=get_extra(ok=111, year=1999, age_capitaine=35) 
    135      IDL> help, a,b,/struct 
     135   IDL> a=get_extra(/toto,ok=123) 
     136   IDL> b=get_extra(ok=111, year=1999, age_capitaine=35) 
     137   IDL> help, a,b,/struct 
    136138     ** Structure <8334424>, 2 tags, length=4, refs=1: 
    137139        OK              INT            123 
     
    141143        OK              INT            111 
    142144        YEAR            INT           1999 
    143      IDL> help, mixstru(a,b),/struct 
     145   IDL> help, mixstru(a,b),/struct 
    144146     ** Structure <82f25ac>, 4 tags, length=8, refs=1: 
    145147        AGE_CAPITAINE   INT             35 
     
    147149        OK              INT            123 
    148150        TOTO            INT              1 
    149      IDL> help, mixstru(b,a),/struct 
     151   IDL> help, mixstru(b,a),/struct 
    150152     ** Structure <834604c>, 4 tags, length=8, refs=1: 
    151153        TOTO            INT              1 
     
    157159     
    158160    <h4>Version</h4> 
    159  $Id: mixstru.pro 325 2007-12-06 10:04:53Z pinsard $ 
     161 $Id: mixstru.pro 375 2008-08-08 15:55:40Z pinsard $ 
    160162 
    161163    <h4>History</h4> 
     
    170172     
    171173    <h4>Restrictions</h4> 
    172  If STRU1 or  STRU2 is not a structure, mixstru send back -1 
     174 If STRU1 or STRU2 are not structure, mixstru send back -1 
    173175 
    174176 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRUCTURE/struct2string.html

    r338 r402  
    160160    <h3>Examples</h3><pre> 
    161161 
    162       IDL> print, struct2string(!d) 
     162   IDL> print, struct2string(!d) 
    163163      create_struct('NAME','X','X_SIZE',891,'Y_SIZE',630,'X_VSIZE' 
    164164      ,891,'Y_VSIZE',630,'X_CH_SIZE',6,'Y_CH_SIZE',10,'X_PX_CM' 
     
    170170     
    171171    <h4>Version</h4> 
    172  $Id: struct2string.pro 327 2007-12-13 16:22:35Z pinsard $ 
     172 $Id: struct2string.pro 371 2008-08-07 09:32:02Z pinsard $ 
    173173 
    174174    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRUCTURE/where_tag.html

    r290 r402  
    6262 
    6363     
    64  Like WHERE but works on structure tag names 
     64 Like <a href="/Applications/itt/idl64/help/online_help/WHERE.html">WHERE</a> but works on structure tag names 
     65 
    6566 Obtain subscripts of elements in structure array for which 
    6667 a particular Tag has values in a range or matching specified values. 
    67  Like the WHERE function but for use with structures 
     68 
     69 Like the <a href="/Applications/itt/idl64/help/online_help/WHERE.html">WHERE</a> function but for use with structures 
    6870  
    6971 
     
    157159 
    158160     
    159  Otherwise give the Tag Number, 
     161 Otherwise give the Tag Number 
    160162  
    161163     
     
    206208 
    207209     
    208   [min,max] range to search for in Struct 
     210 [min,max] range to search for in STRUCT 
    209211  
    210212     
     
    222224 
    223225     
    224  One or array of numbers to match for in Struct, 
     226 One or array of numbers to match for in STRUCT 
    225227  
    226228     
     
    228230 
    229231    <h3>Examples</h3><pre> 
    230        Suppose STR is a structure with tags CAT_NO:indgen(10), and  
    231                NAME:strarr(10).   Find the indices where STR.CAT_NO is 
    232                between 3 and 5. 
    233  
    234        IDL> print, WHERE_TAG( str, TAG_NAME = 'CAT_NO', VALUE = [3,4,5] )  ;or 
    235        IDL> print, WHERE_TAG( str, TAG_NUM = 0, RANGE = [3,5])  
     232 
     233 Suppose STR is a structure with tags CAT_NO:indgen(10), and  
     234 NAME:strarr(10). Find the indices where STR.CAT_NO is between 3 and 5. 
     235 
     236   IDL> print, WHERE_TAG( str, TAG_NAME = 'CAT_NO', VALUE = [3,4,5] )  
     237 or 
     238   IDL> print, WHERE_TAG( str, TAG_NUM = 0, RANGE = [3,5])  
    236239 
    237240    </pre><h3>Version history</h3> 
    238241     
    239242    <h4>Version</h4> 
    240  $Id: where_tag.pro 262 2007-08-21 14:19:32Z pinsard $ 
     243 $Id: where_tag.pro 375 2008-08-08 15:55:40Z pinsard $ 
    241244  
    242245    <h4>History</h4> 
     
    252255    <h4>Restrictions</h4> 
    253256 User *must* specify (1) TAG_NAME or TAG_NUMBER to search, and (2) 
    254  the VALUES or RANGE to search on; 
     257 the VALUES or RANGE to search on. 
    255258 
    256259 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/ciseauxtri.html

    r338 r402  
    162162     
    163163    <h4>Version</h4> 
    164  $Id: ciseauxtri.pro 327 2007-12-13 16:22:35Z pinsard $ 
     164 $Id: ciseauxtri.pro 370 2008-08-07 07:59:15Z pinsard $ 
    165165 
    166166    <h4>History</h4> 
     
    180180     
    181181    <h4>Uses routines</h4> 
    182  common.pro 
     182 <a href="../..//Obsolete/common.html">common</a> 
    183183 
    184184     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/completecointerre.html

    r338 r402  
    192192     
    193193    <h4>Version</h4> 
    194  $Id: completecointerre.pro 327 2007-12-13 16:22:35Z pinsard $ 
     194 $Id: completecointerre.pro 370 2008-08-07 07:59:15Z pinsard $ 
    195195 
    196196    <h4>History</h4> 
     
    210210     
    211211    <h4>Uses routines</h4> 
    212  common.pro 
     212 <a href="../..//Obsolete/common.html">common</a> 
    213213 
    214214     
     
    327327     
    328328    <h4>Version</h4> 
    329  $Id: completecointerre.pro 327 2007-12-13 16:22:35Z pinsard $ 
     329 $Id: completecointerre.pro 370 2008-08-07 07:59:15Z pinsard $ 
    330330 
    331331    <h4>History</h4> 
     
    345345     
    346346    <h4>Uses routines</h4> 
    347  common.pro 
     347 <a href="../..//Obsolete/common.html">common</a> 
    348348 
    349349     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/definetri.html

    r338 r402  
    184184    <h3>Examples</h3><pre> 
    185185 
    186  IDL> triangles=definetri(3,3,[1,3]) 
     186   IDL> triangles=definetri(3,3,[1,3]) 
    187187 
    188188 triangles will be this kind of triangulation: 
     
    204204     
    205205    <h4>Version</h4> 
    206  $Id: definetri.pro 325 2007-12-06 10:04:53Z pinsard $ 
     206 $Id: definetri.pro 371 2008-08-07 09:32:02Z pinsard $ 
    207207    <h4>History</h4> 
    208208 sebastien Masson (smlod@ipsl.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/dessinetri.html

    r338 r402  
    229229     
    230230    <h4>Version</h4> 
    231  $Id: dessinetri.pro 327 2007-12-13 16:22:35Z pinsard $ 
     231 $Id: dessinetri.pro 370 2008-08-07 07:59:15Z pinsard $ 
    232232 
    233233    <h4>History</h4> 
     
    246246     
    247247    <h4>Uses routines</h4> 
    248  common.pro 
     248 <a href="../..//Obsolete/common.html">common</a> 
    249249 
    250250     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/drawsectionbottom.html

    r338 r402  
    235235     
    236236    <h4>Version</h4> 
    237  $Id: drawsectionbottom.pro 327 2007-12-13 16:22:35Z pinsard $ 
     237 $Id: drawsectionbottom.pro 370 2008-08-07 07:59:15Z pinsard $ 
    238238 
    239239    <h4>History</h4> 
     
    258258     
    259259    <h4>Uses routines</h4> 
    260  common.pro 
     260 <a href="../..//Obsolete/common.html">common</a> 
    261261 
    262262     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/fillcornermask.html

    r338 r402  
    200200     
    201201    <h4>Version</h4> 
    202  $Id: fillcornermask.pro 327 2007-12-13 16:22:35Z pinsard $ 
     202 $Id: fillcornermask.pro 370 2008-08-07 07:59:15Z pinsard $ 
    203203 
    204204    <h4>History</h4> 
     
    218218     
    219219    <h4>Uses routines</h4> 
    220  common.pro 
     220 <a href="../..//Obsolete/common.html">common</a> 
    221221 
    222222     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/section.html

    r338 r402  
    281281     
    282282    <h4>Version</h4> 
    283  $Id: section.pro 327 2007-12-13 16:22:35Z pinsard $ 
     283 $Id: section.pro 393 2009-02-20 15:39:43Z smasson $ 
    284284 
    285285    <h4>History</h4> 
     
    299299     
    300300    <h4>Uses routines</h4> 
    301  common.pro 
     301 <a href="../..//Obsolete/common.html">common</a> 
    302302 
    303303     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/tracecote.html

    r338 r402  
    127127     
    128128    <h4>Version</h4> 
    129  $Id: tracecote.pro 327 2007-12-13 16:22:35Z pinsard $ 
     129 $Id: tracecote.pro 370 2008-08-07 07:59:15Z pinsard $ 
    130130 
    131131    <h4>History</h4> 
     
    145145     
    146146    <h4>Uses routines</h4> 
    147  common.pro 
     147 <a href="../..//Obsolete/common.html">common</a> 
    148148 
    149149     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/tracemask.html

    r338 r402  
    212212     
    213213    <h4>Version</h4> 
    214  $Id: tracemask.pro 327 2007-12-13 16:22:35Z pinsard $ 
     214 $Id: tracemask.pro 370 2008-08-07 07:59:15Z pinsard $ 
    215215 
    216216    <h4>History</h4> 
     
    229229     
    230230    <h4>Uses routines</h4> 
    231  common.pro 
     231 <a href="../..//Obsolete/common.html">common</a> 
    232232 
    233233     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/triangule_c.html

    r338 r402  
    206206     
    207207    <h4>Version</h4> 
    208  $Id: triangule_c.pro 327 2007-12-13 16:22:35Z pinsard $ 
     208 $Id: triangule_c.pro 370 2008-08-07 07:59:15Z pinsard $ 
    209209 
    210210    <h4>History</h4> 
     
    231231     
    232232    <h4>Uses routines</h4> 
    233  common.pro 
    234  different.pro 
    235  definetri.pro 
     233 <a href="../..//Obsolete/common.html">common</a> 
     234 <a href="../..//Matrix/different.html">different</a> 
     235 <a href="../..//ToBeReviewed/TRIANGULATION/definetri.html">definetri</a> 
    236236 
    237237     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/triangule_e.html

    r338 r402  
    181181     
    182182    <h4>Version</h4> 
    183  $Id: triangule_e.pro 327 2007-12-13 16:22:35Z pinsard $ 
     183 $Id: triangule_e.pro 370 2008-08-07 07:59:15Z pinsard $ 
    184184 
    185185    <h4>History</h4> 
     
    202202     
    203203    <h4>Uses routines</h4> 
    204  common.pro 
     204 <a href="../..//Obsolete/common.html">common</a> 
    205205 
    206206     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd.html

    r338 r402  
    211211     
    212212    <h4>Version</h4> 
    213  $Id: buildreadcmd.pro 327 2007-12-13 16:22:35Z pinsard $ 
     213 $Id: buildreadcmd.pro 370 2008-08-07 07:59:15Z pinsard $ 
    214214 
    215215    <h4>History</h4> 
     
    230230     
    231231    <h4>Uses routines</h4> 
    232  common.pro 
     232 <a href="../../..//Obsolete/common.html">common</a> 
    233233 
    234234     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.html

    r338 r402  
    123123 numbered small[2]. The numerotation starting up and left by the number 1 and then, 
    124124 following the writing direction. By default, we make the largest drawing we can do, 
    125  conserving the aspect rapport (except when REMPLI is activated). 
     125 conserving the aspect ratio (except when REMPLI is activated). 
    126126 
    127127     
     
    135135     
    136136    <h4>Version</h4> 
    137  $Id: createhistory.pro 325 2007-12-06 10:04:53Z pinsard $ 
     137 $Id: createhistory.pro 367 2008-08-06 09:05:24Z pinsard $ 
    138138 
    139139    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/letsdraw.html

    r338 r402  
    146146     
    147147    <h4>Version</h4> 
    148  $Id: letsdraw.pro 327 2007-12-13 16:22:35Z pinsard $ 
     148 $Id: letsdraw.pro 370 2008-08-07 07:59:15Z pinsard $ 
    149149 
    150150    <h4>History</h4> 
     
    163163     
    164164    <h4>Uses routines</h4> 
    165  common.pro 
     165 <a href="../../..//Obsolete/common.html">common</a> 
    166166 
    167167     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html

    r338 r402  
    172172     
    173173    <h4>Version</h4> 
    174  $Id: cw_calendar.pro 327 2007-12-13 16:22:35Z pinsard $ 
     174 $Id: cw_calendar.pro 371 2008-08-07 09:32:02Z pinsard $ 
    175175 
    176176    <h4>History</h4> 
     
    239239     
    240240    <h4>Version</h4> 
    241  $Id: cw_calendar.pro 327 2007-12-13 16:22:35Z pinsard $ 
     241 $Id: cw_calendar.pro 371 2008-08-07 09:32:02Z pinsard $ 
    242242 
    243243    <h4>History</h4> 
     
    323323     
    324324    <h4>Version</h4> 
    325  $Id: cw_calendar.pro 327 2007-12-13 16:22:35Z pinsard $ 
     325 $Id: cw_calendar.pro 371 2008-08-07 09:32:02Z pinsard $ 
    326326 
    327327    <h4>History</h4> 
     
    421421     
    422422    <h4>Version</h4> 
    423  $Id: cw_calendar.pro 327 2007-12-13 16:22:35Z pinsard $ 
     423 $Id: cw_calendar.pro 371 2008-08-07 09:32:02Z pinsard $ 
    424424 
    425425    <h4>History</h4> 
     
    505505     
    506506    <h4>Version</h4> 
    507  $Id: cw_calendar.pro 327 2007-12-13 16:22:35Z pinsard $ 
     507 $Id: cw_calendar.pro 371 2008-08-07 09:32:02Z pinsard $ 
    508508 
    509509    <h4>History</h4> 
     
    573573     
    574574    <h4>Version</h4> 
    575  $Id: cw_calendar.pro 327 2007-12-13 16:22:35Z pinsard $ 
     575 $Id: cw_calendar.pro 371 2008-08-07 09:32:02Z pinsard $ 
    576576 
    577577    <h4>History</h4> 
     
    756756     
    757757    <h4>Version</h4> 
    758  $Id: cw_calendar.pro 327 2007-12-13 16:22:35Z pinsard $ 
     758 $Id: cw_calendar.pro 371 2008-08-07 09:32:02Z pinsard $ 
    759759 
    760760    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html

    r338 r402  
    153153     
    154154    <h4>Version</h4> 
    155  $Id: cw_domain.pro 327 2007-12-13 16:22:35Z pinsard $ 
     155 $Id: cw_domain.pro 371 2008-08-07 09:32:02Z pinsard $ 
    156156 
    157157    <h4>History</h4> 
     
    220220     
    221221    <h4>Version</h4> 
    222  $Id: cw_domain.pro 327 2007-12-13 16:22:35Z pinsard $ 
     222 $Id: cw_domain.pro 371 2008-08-07 09:32:02Z pinsard $ 
    223223 
    224224    <h4>History</h4> 
     
    287287     
    288288    <h4>Version</h4> 
    289  $Id: cw_domain.pro 327 2007-12-13 16:22:35Z pinsard $ 
     289 $Id: cw_domain.pro 371 2008-08-07 09:32:02Z pinsard $ 
    290290 
    291291    <h4>History</h4> 
     
    461461     
    462462    <h4>Version</h4> 
    463  $Id: cw_domain.pro 327 2007-12-13 16:22:35Z pinsard $ 
     463 $Id: cw_domain.pro 371 2008-08-07 09:32:02Z pinsard $ 
    464464 
    465465    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/xnotice.html

    r338 r402  
    130130 
    131131    <h3>Examples</h3><pre> 
    132     IDL> id=xnotice('ca marche !C ou pas?') 
    133     IDL> widget_control, id, /destroy 
     132 
     133   IDL> id=xnotice('ca marche !C ou pas?') 
     134   IDL> widget_control, id, /destroy 
    134135 
    135136    </pre><h3>Version history</h3> 
    136137     
    137138    <h4>Version</h4> 
    138  $Id: xnotice.pro 327 2007-12-13 16:22:35Z pinsard $ 
     139 $Id: xnotice.pro 371 2008-08-07 09:32:02Z pinsard $ 
    139140 
    140141    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/xquestion.html

    r338 r402  
    127127     
    128128    <h4>Version</h4> 
    129  $Id: xquestion.pro 327 2007-12-13 16:22:35Z pinsard $ 
     129 $Id: xquestion.pro 371 2008-08-07 09:32:02Z pinsard $ 
    130130 
    131131    <h4>History</h4> 
     
    251251 
    252252    <h3>Examples</h3><pre> 
    253  IDL> help, xquestion('Postscript name') 
     253 
     254   IDL> help, xquestion('Postscript name') 
    254255 <Expression>    STRING    = 'toto.ps' 
    255256 
     
    257258     
    258259    <h4>Version</h4> 
    259  $Id: xquestion.pro 327 2007-12-13 16:22:35Z pinsard $ 
     260 $Id: xquestion.pro 371 2008-08-07 09:32:02Z pinsard $ 
    260261 
    261262    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/xxx.html

    r338 r402  
    126126     
    127127    <h4>Version</h4> 
    128  $Id: xxx.pro 327 2007-12-13 16:22:35Z pinsard $ 
     128 $Id: xxx.pro 370 2008-08-07 07:59:15Z pinsard $ 
    129129 
    130130    <h4>History</h4> 
     
    328328     
    329329    <h4>Version</h4> 
    330  $Id: xxx.pro 327 2007-12-13 16:22:35Z pinsard $ 
     330 $Id: xxx.pro 370 2008-08-07 07:59:15Z pinsard $ 
    331331 
    332332    <h4>History</h4> 
     
    347347     
    348348    <h4>Uses routines</h4> 
    349  common.pro 
     349 <a href="../..//Obsolete/common.html">common</a> 
    350350 
    351351     
Note: See TracChangeset for help on using the changeset viewer.