Ignore:
Timestamp:
09/21/07 10:14:31 (17 years ago)
Author:
smasson
Message:

update documentation

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

Legend:

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

    r249 r290  
    136136         
    137137          <div class="comments"> 
    138  2d depth array (or a structure respecting litchamp criterion) 
     138 2d depth array (or a structure respecting <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> criterion) 
    139139</div> 
    140140             
     
    172172           
    173173          <h4>Version</h4><div class="preformat"> 
    174  $Id: depth2floatlevel.pro 231 2007-03-19 17:15:51Z pinsard $ 
     174 $Id: depth2floatlevel.pro 268 2007-08-24 14:07:01Z pinsard $ 
    175175</div> 
    176176          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/depth2level.html

    r249 r290  
    134134         
    135135          <div class="comments"> 
    136  2d depth array (or a structure respecting litchamp criterions) 
     136 2d depth array (or a structure respecting <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> criterions) 
    137137</div> 
    138138             
     
    223223           
    224224          <h4>Version</h4><div class="preformat"> 
    225  $Id: depth2level.pro 232 2007-03-20 16:59:36Z pinsard $</div> 
     225 $Id: depth2level.pro 268 2007-08-24 14:07:01Z pinsard $</div> 
    226226          <h4>History</h4><div class="preformat"> 
    227227 Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/depth2mask.html

    r249 r290  
    135135         
    136136          <div class="comments"> 
    137  2d sill depth array (or a structure respecting litchamp criterions) 
     137 2d sill depth array (or a structure respecting <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> criterions) 
    138138</div> 
    139139             
     
    166166           
    167167          <h4>Version</h4><div class="preformat"> 
    168  $Id: depth2mask.pro 232 2007-03-20 16:59:36Z pinsard $ 
     168 $Id: depth2mask.pro 268 2007-08-24 14:07:01Z pinsard $ 
    169169</div> 
    170170          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/determ2.html

    r249 r290  
    194194 IDL> a=findgen(2,2,5) 
    195195 IDL> print, determ2(a) 
    196  IDL> FOR i=0,4 DO print, determ(a[*,*,i]) ; IDL solution 
     196 IDL> FOR i=0,4 DO print, determ(a[*,*,i]) 
    197197</div> 
    198198          <h3>Version history</h3> 
    199199           
    200200          <h4>Version</h4><div class="preformat"> 
    201  $Id: determ2.pro 223 2007-03-14 17:13:39Z pinsard $ 
     201 $Id: determ2.pro 268 2007-08-24 14:07:01Z pinsard $ 
    202202</div> 
    203203          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/directory-overview.html

    r249 r290  
    105105       
    106106        <dt><a href="floatlevel2depth.html">floatlevel2depth.pro</a></dt> 
    107         <dd>  Rather comparable to <a href=".//level2depth.html">level2depth</a>.</dd> 
     107        <dd>  Rather comparable to <a href="../..//ToBeReviewed/CALCULS/level2depth.html">level2depth</a>.</dd> 
    108108       
    109109        <dt><a href="fsfzpt.html">fsfzpt.pro</a></dt> 
     
    117117       
    118118        <dt><a href="level2depth.html">level2depth.pro</a></dt> 
    119         <dd>  Allows to pass from a 2d level array to a 2d depth array corresponding o these levels </dd> 
     119        <dd>  Allows to pass from a 2d level array to a 2d depth array corresponding to these levels </dd> 
    120120       
    121121        <dt><a href="level2index.html">level2index.pro</a></dt> 
     
    126126       
    127127        <dt><a href="moyenne.html">moyenne.pro</a></dt> 
    128         <dd>  averages a 2- or 3-d field over a selected            geographical area and along one ore more        selected axes (x, y or z) </dd> 
     128        <dd>  averages a 2- or 3-d field over a selected            geographical area and along one or more         selected axes (x, y or z) </dd> 
    129129       
    130130        <dt><a href="norme.html">norme.pro</a></dt> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/floatlevel2depth.html

    r249 r290  
    8888 
    8989      <div id="file_comments"> 
    90  Rather comparable to <a href=".//level2depth.html">level2depth</a>. 
    91  It is the invert function of <a href=".//depth2floatlevel.html">depth2floatlevel</a>. 
     90 Rather comparable to <a href="../..//ToBeReviewed/CALCULS/level2depth.html">level2depth</a>. 
     91 It is the invert function of <a href="../..//ToBeReviewed/CALCULS/depth2floatlevel.html">depth2floatlevel</a>. 
    9292</div> 
    9393 
     
    135135         
    136136          <div class="comments"> 
    137  2d array of sill levels (or a structure respecting litchamp criterions) 
     137 2d array of sill levels (or a structure respecting <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> criterions) 
    138138</div> 
    139139             
     
    171171           
    172172          <h4>Version</h4><div class="preformat"> 
    173  $Id: floatlevel2depth.pro 232 2007-03-20 16:59:36Z pinsard $ 
     173 $Id: floatlevel2depth.pro 268 2007-08-24 14:07:01Z pinsard $ 
    174174</div> 
    175175          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/grossemoyenne.html

    r249 r290  
    8989      <div id="file_comments"> 
    9090 averages a 3- or 4-d time series field over a selected 
    91  geographical area or along the time axis. For one ore more 
     91 geographical area or along the time axis. For one or more 
    9292 selected axes (x, y, z, t) 
    9393</div> 
     
    171171         
    172172            <div class="comments"> 
    173  [xmin,xmax,ymin,ymax (,(zmin,)zmax)] to more details, see domdef 
    174  boxzoom can have 5 forms: 
     173 [xmin,xmax,ymin,ymax (,(zmin,)zmax)] to more details, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
     174 boxzoom can have 5 forms : 
    175175 [vert2], [vert1, vert2],[lon1, lon2, lat1, lat2], 
    176176 [lon1, lon2, lat1, lat2, vert2],[lon1, lon2, lat1, lat2, vert1,vert2] 
     
    211211 corresponding to nan = !values.f_nan and of 0, which desactivate nan). 
    212212 We have to put NAN=a. 
    213  Comment: In output, rsult points which are NAN will be valued a or 
     213 Comment: In output, result points which are NAN will be valued a or 
    214214 !values.f_nan. 
    215215</div> 
     
    228228            <div class="comments"> 
    229229 We activate it if we do not want to pass in <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> even if the  
    230  keyword boxzoom is present (like when <a href=".//grossemoyenne.html">grossemoyenne</a> is called via  
     230 keyword boxzoom is present (like when <a href="../..//ToBeReviewed/CALCULS/grossemoyenne.html">grossemoyenne</a> is called via  
    231231 <a href="../..//ToBeReviewed/PLOTS/DIVERS/checkfield.html">checkfield</a>) 
    232232</div> 
     
    305305           
    306306          <h4>Version</h4><div class="preformat"> 
    307  $Id: grossemoyenne.pro 245 2007-05-25 14:14:17Z smasson $</div> 
     307 $Id: grossemoyenne.pro 268 2007-08-24 14:07:01Z pinsard $</div> 
    308308          <h4>History</h4><div class="preformat"> 
    309309 Jerome Vialard (jv@lodyc.jussieu.fr) 
     
    331331 result:un tableau 
    332332 common 
    333  domdef 
     333 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    334334</div> 
    335335           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/level2depth.html

    r249 r290  
    8888 
    8989      <div id="file_comments"> 
    90  Allows to pass from a 2d level array to a 2d depth array corresponding o these levels 
     90 Allows to pass from a 2d level array to a 2d depth array corresponding to these levels 
    9191</div> 
    9292 
     
    134134         
    135135          <div class="comments"> 
    136  2d level array of sill levels (or a structure respecting litchamp criterions) 
     136 2d level array of sill levels (or a structure respecting <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> criterions) 
    137137</div> 
    138138             
     
    165165           
    166166          <h4>Version</h4><div class="preformat"> 
    167  $Id: level2depth.pro 231 2007-03-19 17:15:51Z pinsard $ 
     167 $Id: level2depth.pro 268 2007-08-24 14:07:01Z pinsard $ 
    168168</div> 
    169169          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/level2mask.html

    r249 r290  
    135135         
    136136          <div class="comments"> 
    137  2d level array of sill level (or a structure respecting litchamp criterions) 
     137 2d level array of sill level (or a structure respecting <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a>  
     138 criterions) 
    138139</div> 
    139140             
     
    147148           
    148149          <h4>Version</h4><div class="preformat"> 
    149  $Id: level2mask.pro 231 2007-03-19 17:15:51Z pinsard $ 
     150 $Id: level2mask.pro 266 2007-08-24 12:27:48Z pinsard $ 
    150151</div> 
    151152          <h4>History</h4><div class="preformat"> 
    152153 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    153154                       17/6/1999 
    154  Setp 2004: boundary level have 0 values and not 1 (as it was 
     155 Sept 2004: boundary level have 0 values and not 1 (as it was 
    155156 explained before in the header). see: 
    156157 print, array_equal(niveau, total(level2mask(niveau),3)) 
    157  
    158158</div> 
    159159           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/moyenne.html

    r249 r290  
    8989      <div id="file_comments"> 
    9090 averages a 2- or 3-d field over a selected 
    91            geographical area and along one ore more 
     91           geographical area and along one or more 
    9292            selected axes (x, y or z) 
    9393</div> 
     
    172172         
    173173            <div class="comments"> 
    174  [xmin,xmax,ymin,ymax (,(zmin,)zmax)] to more details, see domdef 
     174 [xmin,xmax,ymin,ymax (,(zmin,)zmax)] to more details, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    175175 boxzoom can have 5 forms: 
    176176  [vert2], 
     
    228228            <div class="comments"> 
    229229 We activate it if we do not want to pass in <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> even if the  
    230  keyword boxzoom is present (like when <a href=".//grossemoyenne.html">grossemoyenne</a> is called  
     230 keyword boxzoom is present (like when <a href="../..//ToBeReviewed/CALCULS/grossemoyenne.html">grossemoyenne</a> is called  
    231231 via <a href="../..//ToBeReviewed/PLOTS/DIVERS/checkfield.html">checkfield</a>) 
    232232</div> 
     
    267267           
    268268          <h4>Version</h4><div class="preformat"> 
    269  $Id: moyenne.pro 237 2007-03-26 15:37:03Z pinsard $ 
     269 $Id: moyenne.pro 268 2007-08-24 14:07:01Z pinsard $ 
    270270</div> 
    271271          <h4>History</h4><div class="preformat"> 
     
    293293          <h4>Uses routines</h4><div class="preformat"> 
    294294 common 
    295  domdef 
     295 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    296296</div> 
    297297           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/norme.html

    r249 r290  
    178178            <div class="comments"> 
    179179 boxzoom on which do the average (by default the domain selected 
    180  by the last domdef done) 
     180 by the last <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> done) 
    181181</div> 
    182182             
     
    214214          <h3>Examples</h3><div class="preformat"> 
    215215 To calculate the average of the norme of streams on all the domain 
    216  between 0 et 50: 
     216 between 0 and 50: 
    217217      IDL> res=norme(un,vn,boxzoom=[0,50],dir='xyz') 
    218218</div> 
     
    220220           
    221221          <h4>Version</h4><div class="preformat"> 
    222  $Id: norme.pro 232 2007-03-20 16:59:36Z pinsard $ 
     222 $Id: norme.pro 264 2007-08-22 14:30:29Z pinsard $ 
    223223</div> 
    224224          <h4>History</h4><div class="preformat"> 
     
    233233           
    234234          <h4>Restrictions</h4><div class="preformat"> 
    235  The norm is calculated on points TTo do this calculation, we average 
    236  field U and Von points T before calculate the norme. At the edge of 
     235 The norm is calculated on points T. To do this calculation, we average 
     236 field U and V on points T before calculate the norme. At the edge of 
    237237 coast and of domain, we can not calculate fields U and V at points T, 
    238238 that is why these points are at value !values.f_nan. 
     
    240240 When we calculate on a reduce geographic domain, field U and V have not 
    241241 necessarily the same number of point. In this case, we recut U and V to 
    242  keep only common points. We profit of this to redo a domdef which redefine 
     242 keep only common points. We profit of this to redo a <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> which redefine 
    243243 a geographic domain on which fields U and V are extracted on same points 
    244244 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/CALCULS/remplit.html

    r249 r290  
    107107         
    108108          <p class="header"> 
    109             <span class="result">result = </span>remplit(<span class="result"><a href="#_remplit_param_zinput">zinput</a></span>, <a href="#_remplit_keyword_NAN">NAN</a>=<span class="result">NAN</span>, <a href="#_remplit_keyword_NITER">NITER</a>=<span class="result">NITER</span>, <a href="#_remplit_keyword_BASIQUE">BASIQUE</a>=<span class="result">BASIQUE</span>, <a href="#_remplit_keyword_mask">mask</a>=<span class="result">mask</span>, <a href="#_remplit_keyword_FILLXDIR">FILLXDIR</a>=<span class="result">FILLXDIR</span>, <a href="#_remplit_keyword_FILLYDIR">FILLYDIR</a>=<span class="result">FILLYDIR</span>, <a href="#_remplit_keyword_FILLVAL">FILLVAL</a>=<span class="result">FILLVAL</span>, <a href="#_remplit_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
     109            <span class="result">result = </span>remplit(<span class="result"><a href="#_remplit_param_zinput">zinput</a></span>, <a href="#_remplit_keyword_NAN">NAN</a>=<span class="result">NAN</span>, <a href="#_remplit_keyword_NITER">NITER</a>=<span class="result">NITER</span>, <a href="#_remplit_keyword_BASIQUE">BASIQUE</a>=<span class="result">BASIQUE</span>, <a href="#_remplit_keyword_MASK">MASK</a>=<span class="result">MASK</span>, <a href="#_remplit_keyword_FILLXDIR">FILLXDIR</a>=<span class="result">FILLXDIR</span>, <a href="#_remplit_keyword_FILLYDIR">FILLYDIR</a>=<span class="result">FILLYDIR</span>, <a href="#_remplit_keyword_FILLVAL">FILLVAL</a>=<span class="result">FILLVAL</span>, <a href="#_remplit_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
    110110         
    111111          <div class="comments"></div> 
     
    181181</div> 
    182182             
    183             <h4 id="_remplit_keyword_mask">mask&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     183            <h4 id="_remplit_keyword_MASK">MASK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    184184               
    185185               
     
    259259           
    260260          <h4>Version</h4><div class="preformat"> 
    261  $Id: remplit.pro 238 2007-03-27 13:43:18Z pinsard $ 
     261 $Id: remplit.pro 262 2007-08-21 14:19:32Z pinsard $ 
    262262 
    263263; 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/GRILLE/decoupeterre.html

    r249 r290  
    8888 
    8989      <div id="file_comments"> 
    90  Similar to grille. Here, when vargrid is not 'T' or 'W', we have to 
    91  recuperate Tmask, glamt, gphit and the array of triangulation on the 
    92  considered sub-domain for the drawing. The specificity of decoupeterre 
    93  in comparaison with grille, is that we take, if possible, a sub-domain 
    94  just a little bit bigger than the one defined by domdef in order to be 
     90 Similar to <a href="../..//ToBeReviewed/GRILLE/grille.html">grille</a>.  
     91 Here, when vargrid is not 'T' or 'W', we have to 
     92 recuperate tmask, glamt, gphit and the array of triangulation on the 
     93 considered sub-domain for the drawing.  
     94 The specificity of decoupeterre, in comparaison with <a href="../..//ToBeReviewed/GRILLE/grille.html">grille</a>, is  
     95 that we take, if possible, a sub-domain just a little bit bigger than the  
     96 one defined by <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> in order to be 
    9597 sure that the mask we draw will cover over all the drawing. 
    9698</div> 
     
    110112 
    111113          <h2><a class="top" href="#container">top</a>decoupeterre <span class="categories"> 
    112  Utilities 
     114 Grid 
    113115</span></h2> 
    114116         
     
    214216         
    215217            <div class="comments"> 
    216  This keyword serve to obtain, thanks to grille, the triangulation which 
    217  refer to the grid but only on the part of the zoom. This of triangulation 
     218 This keyword serve to obtain, thanks to <a href="../..//ToBeReviewed/GRILLE/grille.html">grille</a>, the triangulation which 
     219 refer to the grid but only on the part of the zoom. This array of triangulation 
    218220 is passed in the variable we have equate at TRI. 
    219221 For example: grille,...,tri=triangulation_reduite. 
     
    328330           
    329331          <h4>Version</h4><div class="preformat"> 
    330  $Id: decoupeterre.pro 232 2007-03-20 16:59:36Z pinsard $ 
     332 $Id: decoupeterre.pro 268 2007-08-24 14:07:01Z pinsard $ 
    331333</div> 
    332334          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/GRILLE/directory-overview.html

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

    r249 r290  
    106106 
    107107          <h2><a class="top" href="#container">top</a>domdef <span class="categories"> 
     108 Grid 
    108109</span></h2> 
    109110         
     
    263264         
    264265            <div class="comments"> 
    265  It is possible that points t,u,v and F correspond to a same geographic 
     266 It is possible that points T, U, V and F correspond to a same geographic 
    266267 box which do not concern the same array indexes. This is sometimes a 
    267268 problem (or at least serious complications) in programs where several 
    268  type of grid intervene (see norme, curl...). Activate MEMEINDICE to 
    269  force domdef to take same indexes -those of the grid T- for all other 
    270  grids. 
     269 type of grid intervene (see <a href="../..//ToBeReviewed/CALCULS/norme.html">norme</a>, <a href="../..//Computation/curl.html">curl</a>...). 
     270 Activate MEMEINDICES to force <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> to take same indexes - those 
     271 of the grid T- for all other grids. 
    271272</div> 
    272273             
     
    283284         
    284285            <div class="comments"> 
    285  We activate it if we want that all elements passed in input of domdef 
     286 We activate it if we want that all elements passed in input of 
     287 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    286288 and concerning the X dimension refer to indexes of glam arrays rather 
    287289 than to values of these arrays. 
     
    300302         
    301303            <div class="comments"> 
    302  We activate it if we want that all elements passed in input of domdef 
     304 We activate it if we want that all elements passed in input of 
     305 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    303306 and concerning the X dimension refer to indexes of gphi arrays rather 
    304307 than to values of these arrays. 
     
    317320         
    318321            <div class="comments"> 
    319  We activate it if we want that all elements passed in input of domdef 
     322 We activate it if we want that all elements passed in input of 
     323 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    320324 and concerning the X dimension refer to indexes of gdep arrays rather 
    321325 than to values of these arrays. 
     
    335339            <div class="comments"> 
    336340 A four elements vector [x1,y1,x2,y2] used to specify 
    337  that domdef must define the box used to make a plot (pltz, pltt, 
    338  plt1d) done strictly along the line (that can have any direction) 
     341 that <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> must define the box used to make a plot 
     342 (<a href="../..//ToBeReviewed/PLOTS/DESSINE/pltz.html">pltz</a>, <a href="../..//ToBeReviewed/PLOTS/DESSINE/pltt.html">pltt</a>, <a href="../..//ToBeReviewed/PLOTS/DESSINE/plt1d.html">plt1d</a>) done strictly along the line (that can have any direction) 
    339343 starting at (x1, y1) ending at (x2, y2). When defining endpoints, 
    340344 you must also define TYPE which define the type of plots 
     
    368372         
    369373            <div class="comments"> 
    370  We activate it if we want that all elements passed in input of domdef 
    371  refer to indexes of glam, gphi and gdep arrays rather than to values 
    372  of these arrays. 
     374 We activate it if we want that all elements passed in input of 
     375 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> refer to indexes of glam, gphi and gdep arrays rather 
     376 than to values of these arrays. 
    373377</div> 
    374378             
     
    392396           
    393397          <h4>Version</h4><div class="preformat"> 
    394  $Id: domdef.pro 240 2007-03-28 12:17:24Z pinsard $ 
     398 $Id: domdef.pro 280 2007-09-12 15:40:51Z smasson $ 
    395399</div> 
    396400          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/GRILLE/f2v.html

    r249 r290  
    117117 
    118118          <h3>Return value</h3><div class="preformat"> 
    119  res, a 2, 3 or 4d array 
     119 a 2d, 3d or 4d array 
    120120</div> 
    121121 
     
    148148           
    149149          <h4>Version</h4><div class="preformat"> 
    150  $Id: f2v.pro 231 2007-03-19 17:15:51Z pinsard $ 
     150 $Id: f2v.pro 268 2007-08-24 14:07:01Z pinsard $ 
    151151</div> 
    152152          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/GRILLE/fmask.html

    r249 r290  
    105105 
    106106          <h2><a class="top" href="#container">top</a>fmask <span class="categories"> 
    107  Utilities 
     107 Grid  
    108108</span></h2> 
    109109         
     
    129129           
    130130          <h4>Version</h4><div class="preformat"> 
    131  $Id: fmask.pro 231 2007-03-19 17:15:51Z pinsard $ 
     131 $Id: fmask.pro 268 2007-08-24 14:07:01Z pinsard $ 
    132132</div> 
    133133          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/GRILLE/grille.html

    r249 r290  
    9090 Choose the grid which must be used to do the graph in function of 
    9191 vargrid and send back corresponding parameters calculated in 
    92  <a href=".//domdef.html">domdef</a> and reduced at the domain defined by 
    93  <a href=".//domdef.html">domdef</a> (contrarily to  
     92 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and reduced at the domain defined by 
     93 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> (contrarily to  
    9494 <pro>grandegrille</pro>) 
    9595 BEWARE!! The choice of the grid is made from the value of the 
     
    111111 
    112112          <h2><a class="top" href="#container">top</a>grille <span class="categories"> 
     113 Grid 
    113114</span></h2> 
    114115         
     
    137138         
    138139          <div class="comments"> 
    139  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     140 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    140141</div> 
    141142             
     
    152153         
    153154          <div class="comments"> 
    154  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     155 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    155156</div> 
    156157             
     
    167168         
    168169          <div class="comments"> 
    169  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     170 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    170171</div> 
    171172             
     
    182183         
    183184          <div class="comments"> 
    184  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     185 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    185186</div> 
    186187             
     
    197198         
    198199          <div class="comments"> 
    199  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     200 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    200201</div> 
    201202             
     
    212213         
    213214          <div class="comments"> 
    214  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     215 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    215216</div> 
    216217             
     
    227228         
    228229          <div class="comments"> 
    229  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     230 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    230231</div> 
    231232             
     
    242243         
    243244          <div class="comments"> 
    244  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     245 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    245246</div> 
    246247             
     
    257258         
    258259          <div class="comments"> 
    259  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     260 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    260261</div> 
    261262             
     
    272273         
    273274          <div class="comments"> 
    274  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     275 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    275276</div> 
    276277             
     
    287288         
    288289          <div class="comments"> 
    289  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     290 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    290291</div> 
    291292             
     
    302303         
    303304          <div class="comments"> 
    304  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     305 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    305306</div> 
    306307             
     
    317318         
    318319          <div class="comments"> 
    319  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     320 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    320321</div> 
    321322             
     
    332333         
    333334          <div class="comments"> 
    334  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     335 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    335336</div> 
    336337             
     
    347348         
    348349          <div class="comments"> 
    349  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     350 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    350351</div> 
    351352             
     
    362363         
    363364          <div class="comments"> 
    364  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     365 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    365366</div> 
    366367             
     
    384385         
    385386            <div class="comments"> 
    386  This keyword serve to obtain, thanks to grille, the triangulation which 
    387  refer to the grid but only on the part of the zoom. This of triangulation 
     387 This keyword serve to obtain the triangulation which 
     388 refer to the grid but only on the part of the zoom. This array of triangulation 
    388389 is passed in the variable we have equate at TRI. 
    389390 For example: grille,...,tri=triangulation_reduite. 
     
    403404         
    404405            <div class="comments"> 
    405  Useful only when TRI is activated. In this case, grill send back -1 in the 
     406 Useful only when TRI is activated. In this case, grille send back -1 in the 
    406407 variable tri even if the variable of the common triangles_list is defined 
    407408 and different of -1 
     
    489490           
    490491          <h4>Version</h4><div class="preformat"> 
    491  $Id: grille.pro 232 2007-03-20 16:59:36Z pinsard $ 
     492 $Id: grille.pro 268 2007-08-24 14:07:01Z pinsard $ 
    492493</div> 
    493494          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/GRILLE/t2v.html

    r249 r290  
    116116 
    117117          <h3>Return value</h3><div class="preformat"> 
    118  res, a 2, 3 or 4d array 
     118 a 2d, 3d or 4d array 
    119119</div> 
    120120 
     
    135135         
    136136          <div class="comments"> 
    137  A 2, 3 or 4d array 
     137 A 2d, 3d or 4d array 
    138138</div> 
    139139             
     
    147147           
    148148          <h4>Version</h4><div class="preformat"> 
    149  $Id: t2v.pro 231 2007-03-19 17:15:51Z pinsard $ 
     149 $Id: t2v.pro 268 2007-08-24 14:07:01Z pinsard $ 
    150150</div> 
    151151          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/GRILLE/tracegrille.html

    r249 r290  
    105105 
    106106          <h2><a class="top" href="#container">top</a>tracegrille <span class="categories"> 
     107 Grid 
    107108</span></h2> 
    108109         
     
    126127               
    127128              <span class="attr">type:</span> <span class="value">1d or 2d array</span> 
    128               <span class="attr">default:</span> <span class="value">glam specified by vargrid, on the domain defined by domdef</span> 
     129              <span class="attr">default:</span> <span class="value">glam specified by vargrid, on the domain defined by <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a></span> 
    129130               
    130131            </h4> 
     
    141142               
    142143              <span class="attr">type:</span> <span class="value">1d or 2d array</span> 
    143               <span class="attr">default:</span> <span class="value">gphi specified by vargrid, on the domain defined by domdef</span> 
     144              <span class="attr">default:</span> <span class="value">gphi specified by vargrid, on the domain defined by <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a></span> 
    144145               
    145146            </h4> 
     
    262263           
    263264          <h4>Version</h4><div class="preformat"> 
    264  $Id: tracegrille.pro 248 2007-05-29 08:59:39Z smasson $ 
     265 $Id: tracegrille.pro 268 2007-08-24 14:07:01Z pinsard $ 
    265266</div> 
    266267          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/GRILLE/u2t.html

    r249 r290  
    117117 
    118118          <h3>Return value</h3><div class="preformat"> 
    119  res, a 2, 3 or 4d array 
     119 a 2d, 3d or 4d array 
    120120</div> 
    121121 
     
    136136         
    137137          <div class="comments"> 
    138  A 2, 3 or 4d array 
     138 A 2d, 3d or 4d array 
    139139</div> 
    140140             
     
    148148           
    149149          <h4>Version</h4><div class="preformat"> 
    150  $Id: u2t.pro 231 2007-03-19 17:15:51Z pinsard $ 
     150 $Id: u2t.pro 268 2007-08-24 14:07:01Z pinsard $ 
    151151</div> 
    152152          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/GRILLE/umask.html

    r249 r290  
    105105 
    106106          <h2><a class="top" href="#container">top</a>umask <span class="categories"> 
    107  Utilities 
     107 Grid  
    108108</span></h2> 
    109109         
     
    124124          <h3>Examples</h3><div class="preformat"> 
    125125 Used like if umask was a known array by substituing umask by (umask()) 
    126  For example: Instaed of write umask[domainef] we have to write (umask())[domainef] 
     126 For example: Instead of write umask[domainef] we have to write (umask())[domainef] 
    127127</div> 
    128128          <h3>Version history</h3> 
    129129           
    130130          <h4>Version</h4><div class="preformat"> 
    131  $Id: umask.pro 231 2007-03-19 17:15:51Z pinsard $ 
     131 $Id: umask.pro 268 2007-08-24 14:07:01Z pinsard $ 
    132132</div> 
    133133          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/GRILLE/v2t.html

    r249 r290  
    117117 
    118118          <h3>Return value</h3><div class="preformat"> 
    119  res, a 2, 3 or 4d array 
     119 a 2d, 3d or 4d array 
    120120</div> 
    121121 
     
    136136         
    137137          <div class="comments"> 
    138  A 2, 3 or 4d array 
     138 A 2d, 3d or 4d array 
    139139</div> 
    140140             
     
    148148           
    149149          <h4>Version</h4><div class="preformat"> 
    150  $Id: v2t.pro 231 2007-03-19 17:15:51Z pinsard $ 
     150 $Id: v2t.pro 268 2007-08-24 14:07:01Z pinsard $ 
    151151</div> 
    152152          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/GRILLE/vmask.html

    r249 r290  
    105105 
    106106          <h2><a class="top" href="#container">top</a>vmask <span class="categories"> 
    107  Utilities 
     107 Grid  
    108108</span></h2> 
    109109         
     
    124124          <h3>Examples</h3><div class="preformat"> 
    125125 Used like if vmask was a known array by substituing vmask by (vmask()) 
    126  For example: Instaed of write vmask[domainef] we have to write (vmask())[domainef] 
     126 For example: Instead of write vmask[domainef] we have to write (vmask())[domainef] 
    127127</div> 
    128128          <h3>Version history</h3> 
    129129           
    130130          <h4>Version</h4><div class="preformat"> 
    131  $Id: vmask.pro 231 2007-03-19 17:15:51Z pinsard $ 
     131 $Id: vmask.pro 268 2007-08-24 14:07:01Z pinsard $ 
    132132</div> 
    133133          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/HOPE/directory-overview.html

    r249 r290  
    117117       
    118118        <dt><a href="xrh.html">xrh.pro</a></dt> 
    119         <dd>  procedure to call <a href=".//read_hope.html">read_hope</a> in the widget mode </dd> 
     119        <dd>  procedure to call <a href="../..//ToBeReviewed/HOPE/read_hope.html">read_hope</a> in the widget mode </dd> 
    120120       
    121121      </dl> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/HOPE/read_hope.html

    r249 r290  
    160160           
    161161          <h4>Version</h4><div class="preformat"> 
    162  $Id: read_hope.pro 232 2007-03-20 16:59:36Z pinsard $ 
     162 $Id: read_hope.pro 271 2007-08-30 12:44:23Z smasson $ 
    163163</div> 
    164164          <h4>History</h4><div class="preformat"> 
     
    428428           
    429429          <h4>Version</h4><div class="preformat"> 
    430  $Id: read_hope.pro 232 2007-03-20 16:59:36Z pinsard $ 
     430 $Id: read_hope.pro 271 2007-08-30 12:44:23Z smasson $ 
    431431</div> 
    432432          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/HOPE/xrh.html

    r249 r290  
    8888 
    8989      <div id="file_comments"> 
    90  procedure to call <a href=".//read_hope.html">read_hope</a> in the widget mode 
     90 procedure to call <a href="../..//ToBeReviewed/HOPE/read_hope.html">read_hope</a> in the widget mode 
    9191</div> 
    9292 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/INIT/initncdf.html

    r249 r290  
    110110         
    111111          <p class="header"> 
    112             initncdf<span class="result">, <a href="#_initncdf_param_ncfilein">ncfilein</a></span>, <a href="#_initncdf_keyword_ZAXISNAME">ZAXISNAME</a>=<span class="result">scalar string</span>, <a href="#_initncdf_keyword_MASKNAME">MASKNAME</a>=<span class="result">string</span>, <a href="#_initncdf_keyword_INVMASK">INVMASK</a>=<span class="result">scalar: 0 or 1</span>, <a href="#_initncdf_keyword_USEASMASK">USEASMASK</a>=<span class="result">scalar string</span>, <a href="#_initncdf_keyword_MISSING_VALUE">MISSING_VALUE</a>=<span class="result">scalar</span>, <a href="#_initncdf_keyword_START1">START1</a>=<span class="result">scalar: 0 or 1</span>, <a href="#_initncdf_keyword_XYINDEX">XYINDEX</a>=<span class="result">scalar: 0 or 1</span>, <a href="#_initncdf_keyword_ZINDEX">ZINDEX</a>=<span class="result">scalar: 0 or 1</span>, <a href="#_initncdf_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
     112            initncdf<span class="result">, <a href="#_initncdf_param_ncfilein">ncfilein</a></span>, <a href="#_initncdf_keyword_ZAXISNAME">ZAXISNAME</a>=<span class="result">scalar string</span>, <a href="#_initncdf_keyword_START1">START1</a>=<span class="result">scalar: 0 or 1</span>, <a href="#_initncdf_keyword_XYINDEX">XYINDEX</a>=<span class="result">scalar: 0 or 1</span>, <a href="#_initncdf_keyword_ZINDEX">ZINDEX</a>=<span class="result">scalar: 0 or 1</span>, <a href="#_initncdf_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
    113113         
    114114          <div class="comments"> 
     
    157157 A string giving the name of the variable in the file 
    158158 that contains the [xyz]axis. 
    159 </div> 
    160              
    161             <h4 id="_initncdf_keyword_MASKNAME">MASKNAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    162                
    163                
    164                
    165                
    166                
    167               <span class="attr">type:</span> <span class="value">string</span> 
    168                
    169                
    170             </h4> 
    171          
    172             <div class="comments"> 
    173  A string giving the name of the variable in the file 
    174  that contains the land/sea mask 
    175 </div> 
    176              
    177             <h4 id="_initncdf_keyword_INVMASK">INVMASK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    178                
    179                
    180                
    181                
    182                
    183               <span class="attr">type:</span> <span class="value">scalar: 0 or 1</span> 
    184               <span class="attr">default:</span> <span class="value">0</span> 
    185                
    186             </h4> 
    187          
    188             <div class="comments"> 
    189  Inverse the land/sea mask (that should have 0/1 values for land/sea): mask = 1-mask 
    190 </div> 
    191              
    192             <h4 id="_initncdf_keyword_USEASMASK">USEASMASK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    193                
    194                
    195                
    196                
    197                
    198               <span class="attr">type:</span> <span class="value">scalar string</span> 
    199                
    200                
    201             </h4> 
    202          
    203             <div class="comments"> 
    204  A string giving the name of the variable in the file 
    205  that will be used to build the land/sea mask. In this case the 
    206  mask is based on the first record (if record dimension 
    207  exists). The mask is build according to : 
    208     1 the keyword missing_value if existing 
    209     2 the attribute 'missing_value' if existing 
    210     3 NaN values if existing 
    211 </div> 
    212              
    213             <h4 id="_initncdf_keyword_MISSING_VALUE">MISSING_VALUE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    214                
    215                
    216                
    217                
    218                
    219               <span class="attr">type:</span> <span class="value">scalar</span> 
    220                
    221                
    222             </h4> 
    223          
    224             <div class="comments"> 
    225  To define (or redefine if the attribute is 
    226  already existing) the missing values used with USEASMASK 
    227  keyword 
    228159</div> 
    229160             
     
    291222         
    292223            <div class="comments"> 
    293  Used to pass keywords to <a href="../..//Grid/computegrid.html">computegrid</a> and  
    294  <a href="../..//ReadWrite/ncdf_getaxis.html">ncdf_getaxis</a> 
     224 Used to pass keywords to <a href="../..//Grid/computegrid.html">computegrid</a>,  
     225 <a href="../..//ReadWrite/ncdf_getaxis.html">ncdf_getaxis</a>, <a href="../..//ReadWrite/ncdf_getmask.html">ncdf_getmask</a> and <a href="../..//Utilities/isafile.html">isafile</a> 
    295226</div> 
    296227             
     
    303234           
    304235          <h4>Version</h4><div class="preformat"> 
    305  $Id: initncdf.pro 238 2007-03-27 13:43:18Z pinsard $ 
     236 $Id: initncdf.pro 271 2007-08-30 12:44:23Z smasson $ 
    306237</div> 
    307238          <h4>History</h4><div class="preformat"> 
     
    334265          <h3>Statistics</h3> 
    335266          <table class="statistics"> 
    336             <tr><td>McCabe cyclic</td><td>          53</td></tr> 
     267            <tr><td>McCabe cyclic</td><td>          19</td></tr> 
    337268            <tr><td>McCabe essential</td><td>           1</td></tr> 
    338269            <tr><td>McCabe modular design</td><td>           1</td></tr> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/GRIB/bit2int.html

    r249 r290  
    109109         
    110110          <p class="header"> 
    111             <span class="result">result = </span>bit2int(<span class="result"><a href="#_bit2int_param_bitin">bitin</a></span>, <a href="#_bit2int_keyword_checkneg">checkneg</a>=<span class="result">checkneg</span>)</p> 
     111            <span class="result">result = </span>bit2int(<span class="result"><a href="#_bit2int_param_bitin">bitin</a></span>, <a href="#_bit2int_keyword_CHECKNEG">CHECKNEG</a>=<span class="result">CHECKNEG</span>)</p> 
    112112         
    113113          <div class="comments"></div> 
     
    143143            <h3>Keywords</h3> 
    144144             
    145             <h4 id="_bit2int_keyword_checkneg">checkneg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     145            <h4 id="_bit2int_keyword_CHECKNEG">CHECKNEG&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    146146               
    147147               
     
    166166           
    167167          <h4>Version</h4><div class="preformat"> 
    168  $Id: bit2int.pro 163 2006-08-29 12:59:46Z navarro $ 
     168 $Id: bit2int.pro 262 2007-08-21 14:19:32Z pinsard $ 
    169169</div> 
    170170          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/GRIB/read_grib.html

    r249 r290  
    107107         
    108108          <p class="header"> 
    109             <span class="result">result = </span>read_grib(<span class="result"><a href="#_read_grib_param_varcode">varcode</a>[, <a href="#_read_grib_param_date1">date1</a>][, <a href="#_read_grib_param_date2">date2</a>]</span>, <a href="#_read_grib_keyword_file">file</a>=<span class="result">array or string</span>)</p> 
     109            <span class="result">result = </span>read_grib(<span class="result"><a href="#_read_grib_param_varcode">varcode</a>[, <a href="#_read_grib_param_date1">date1</a>][, <a href="#_read_grib_param_date2">date2</a>]</span>, <a href="#_read_grib_keyword_FILE">FILE</a>=<span class="result">array or string</span>)</p> 
    110110         
    111111          <div class="comments"></div> 
     
    169169            <h3>Keywords</h3> 
    170170             
    171             <h4 id="_read_grib_keyword_file">file&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     171            <h4 id="_read_grib_keyword_FILE">FILE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    172172               
    173173               
     
    191191           
    192192          <h4>Version</h4><div class="preformat"> 
    193  $Id: read_grib.pro 236 2007-03-21 17:18:44Z pinsard $ 
     193 $Id: read_grib.pro 262 2007-08-21 14:19:32Z pinsard $ 
    194194</div> 
    195195          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/GRIB/read_grib_bds.html

    r249 r290  
    192192           
    193193          <h4>Version</h4><div class="preformat"> 
    194  $Id: read_grib_bds.pro 157 2006-08-21 09:01:50Z navarro $</div> 
     194 $Id: read_grib_bds.pro 262 2007-08-21 14:19:32Z pinsard $</div> 
    195195          <h4>History</h4><div class="preformat"> 
    196196  
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/GRIB/read_grib_end.html

    r249 r290  
    162162           
    163163          <h4>Version</h4><div class="preformat"> 
    164  $Id: read_grib_end.pro 157 2006-08-21 09:01:50Z navarro $</div> 
     164 $Id: read_grib_end.pro 262 2007-08-21 14:19:32Z pinsard $</div> 
    165165          <h4>History</h4><div class="preformat"> 
    166166  
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/GRIB/read_grib_gds.html

    r249 r290  
    162162           
    163163          <h4>Version</h4><div class="preformat"> 
    164  $Id: read_grib_gds.pro 157 2006-08-21 09:01:50Z navarro $</div> 
     164 $Id: read_grib_gds.pro 262 2007-08-21 14:19:32Z pinsard $</div> 
    165165          <h4>History</h4><div class="preformat"> 
    166166  
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/GRIB/read_grib_is.html

    r249 r290  
    162162           
    163163          <h4>Version</h4><div class="preformat"> 
    164  $Id: read_grib_is.pro 157 2006-08-21 09:01:50Z navarro $</div> 
     164 $Id: read_grib_is.pro 262 2007-08-21 14:19:32Z pinsard $</div> 
    165165          <h4>History</h4><div class="preformat"> 
    166166  
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/GRIB/read_grib_pds.html

    r249 r290  
    162162           
    163163          <h4>Version</h4><div class="preformat"> 
    164  $Id: read_grib_pds.pro 157 2006-08-21 09:01:50Z navarro $</div> 
     164 $Id: read_grib_pds.pro 262 2007-08-21 14:19:32Z pinsard $</div> 
    165165          <h4>History</h4><div class="preformat"> 
    166166  
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/GRIB/read_gribtable.html

    r249 r290  
    110110         
    111111          <p class="header"> 
    112             read_gribtable<span class="result">, <a href="#_read_gribtable_param_tablename">tablename</a></span>, <a href="#_read_gribtable_keyword_parmtabl">parmtabl</a>=<span class="result">parmtabl</span>, <a href="#_read_gribtable_keyword_center">center</a>=<span class="result">center</span>, <a href="#_read_gribtable_keyword_subcenter">subcenter</a>=<span class="result">subcenter</span>, <a href="#_read_gribtable_keyword_tablnum">tablnum</a>=<span class="result">tablnum</span></p> 
     112            read_gribtable<span class="result">, <a href="#_read_gribtable_param_tablename">tablename</a></span>, <a href="#_read_gribtable_keyword_PARMTABL">PARMTABL</a>=<span class="result">PARMTABL</span>, <a href="#_read_gribtable_keyword_CENTER">CENTER</a>=<span class="result">CENTER</span>, <a href="#_read_gribtable_keyword_SUBCENTER">SUBCENTER</a>=<span class="result">SUBCENTER</span>, <a href="#_read_gribtable_keyword_TABLNUM">TABLNUM</a>=<span class="result">TABLNUM</span></p> 
    113113         
    114114          <div class="comments"></div> 
     
    144144            <h3>Keywords</h3> 
    145145             
    146             <h4 id="_read_gribtable_keyword_parmtabl">parmtabl&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    147                
    148                
    149                
    150                
    151                
    152                
    153                
    154                
    155             </h4> 
    156          
    157             <div class="comments"> 
    158  
    159 </div> 
    160              
    161             <h4 id="_read_gribtable_keyword_center">center&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    162                
    163                
    164                
    165                
    166                
    167                
    168                
    169                
    170             </h4> 
    171          
    172             <div class="comments"> 
    173  
    174 </div> 
    175              
    176             <h4 id="_read_gribtable_keyword_subcenter">subcenter&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    177                
    178                
    179                
    180                
    181                
    182                
    183                
    184                
    185             </h4> 
    186          
    187             <div class="comments"> 
    188  
    189 </div> 
    190              
    191             <h4 id="_read_gribtable_keyword_tablnum">tablnum&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     146            <h4 id="_read_gribtable_keyword_PARMTABL">PARMTABL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     147               
     148               
     149               
     150               
     151               
     152               
     153               
     154               
     155            </h4> 
     156         
     157            <div class="comments"> 
     158 
     159</div> 
     160             
     161            <h4 id="_read_gribtable_keyword_CENTER">CENTER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     162               
     163               
     164               
     165               
     166               
     167               
     168               
     169               
     170            </h4> 
     171         
     172            <div class="comments"> 
     173 
     174</div> 
     175             
     176            <h4 id="_read_gribtable_keyword_SUBCENTER">SUBCENTER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     177               
     178               
     179               
     180               
     181               
     182               
     183               
     184               
     185            </h4> 
     186         
     187            <div class="comments"> 
     188 
     189</div> 
     190             
     191            <h4 id="_read_gribtable_keyword_TABLNUM">TABLNUM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    192192               
    193193               
     
    207207 
    208208          <h3>Examples</h3><div class="preformat"> 
    209  tablename='ectab_128' 
     209 IDL> tablename='ectab_128' 
    210210</div> 
    211211          <h3>Version history</h3> 
    212212           
    213213          <h4>Version</h4><div class="preformat"> 
    214  $Id: read_gribtable.pro 226 2007-03-16 09:22:26Z pinsard $</div> 
     214 $Id: read_gribtable.pro 262 2007-08-21 14:19:32Z pinsard $</div> 
    215215          <h4>History</h4><div class="preformat"> 
    216216 Dominik Brunner, Apr 2000 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/GRIB/scan_grib_code.html

    r249 r290  
    162162           
    163163          <h4>Version</h4><div class="preformat"> 
    164  $Id: scan_grib_code.pro 157 2006-08-21 09:01:50Z navarro $</div> 
     164 $Id: scan_grib_code.pro 262 2007-08-21 14:19:32Z pinsard $</div> 
    165165          <h4>History</h4><div class="preformat"> 
    166166  
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/GRIB/scan_grib_date.html

    r249 r290  
    162162           
    163163          <h4>Version</h4><div class="preformat"> 
    164  $Id: scan_grib_date.pro 157 2006-08-21 09:01:50Z navarro $</div> 
     164 $Id: scan_grib_date.pro 262 2007-08-21 14:19:32Z pinsard $</div> 
    165165          <h4>History</h4><div class="preformat"> 
    166166  
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/GRIB/scan_grib_messize.html

    r249 r290  
    162162           
    163163          <h4>Version</h4><div class="preformat"> 
    164  $Id: scan_grib_messize.pro 157 2006-08-21 09:01:50Z navarro $</div> 
     164 $Id: scan_grib_messize.pro 262 2007-08-21 14:19:32Z pinsard $</div> 
    165165          <h4>History</h4><div class="preformat"> 
    166166  
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/GRIB/scan_grib_nbits.html

    r249 r290  
    162162           
    163163          <h4>Version</h4><div class="preformat"> 
    164  $Id: scan_grib_nbits.pro 157 2006-08-21 09:01:50Z navarro $</div> 
     164 $Id: scan_grib_nbits.pro 262 2007-08-21 14:19:32Z pinsard $</div> 
    165165          <h4>History</h4><div class="preformat"> 
    166166  
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/GRIB/scan_grib_recstart.html

    r249 r290  
    147147           
    148148          <h4>Version</h4><div class="preformat"> 
    149  $Id: scan_grib_recstart.pro 157 2006-08-21 09:01:50Z navarro $</div> 
     149 $Id: scan_grib_recstart.pro 262 2007-08-21 14:19:32Z pinsard $</div> 
    150150          <h4>History</h4><div class="preformat"> 
    151151  
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/directory-overview.html

    r249 r290  
    9696       
    9797        <dt><a href="inverse_binary.html">inverse_binary.pro</a></dt> 
    98         <dd>  Inverse function of the <a href=".//binary.html">binary</a> function => given a  input array of 0/1, return its corresponding byte/integer/long  representation </dd> 
     98        <dd>  Inverse function of the <a href="../..//ToBeReviewed/LECTURE/binary.html">binary</a> function => given a  input array of 0/1, return its corresponding byte/integer/long  representation </dd> 
    9999       
    100100        <dt><a href="litchamp.html">litchamp.pro</a></dt> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/inverse_binary.html

    r249 r290  
    8888 
    8989      <div id="file_comments"> 
    90  Inverse function of the <a href=".//binary.html">binary</a> function => given a 
     90 Inverse function of the <a href="../..//ToBeReviewed/LECTURE/binary.html">binary</a> function => given a 
    9191 input array of 0/1, return its corresponding byte/integer/long 
    9292 representation 
     
    136136          <div class="comments"> 
    137137 Must be a binary type array containing only 0 and 1. 
    138  According to <a href=".//binary.html">binary</a> outputs, binnum array must have the 
     138 According to <a href="../..//ToBeReviewed/LECTURE/binary.html">binary</a> outputs, binnum array must have the 
    139139 following dimensions values: (8, t, d1, d2...) 
    140140 t gives the output type: t = 1 -> byte 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/ncdf_lec.html

    r249 r290  
    220220            <div class="comments"> 
    221221 Used to pass keywords defined by IDL to functions NETCDF (especially OFFSET 
    222  and COUNT in <proidl>ncdf_varget</proidl>) 
     222 and COUNT in <a href="/Applications/rsi/idl_6.3/help/online_help/NCDF_VARGET.html">NCDF_VARGET</a>) 
    223223</div> 
    224224             
     
    229229           
    230230          <h4>Version</h4><div class="preformat"> 
    231  $Id: ncdf_lec.pro 240 2007-03-28 12:17:24Z pinsard $ 
     231 $Id: ncdf_lec.pro 260 2007-08-20 15:24:57Z pinsard $ 
    232232</div> 
    233233          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/read_ncdf.html

    r249 r290  
    115115         
    116116          <p class="header"> 
    117             <span class="result">result = </span>read_ncdf(<span class="result"><a href="#_read_ncdf_param_name">name</a>, <a href="#_read_ncdf_param_beginning">beginning</a>, <a href="#_read_ncdf_param_ending">ending</a>[, <a href="#_read_ncdf_param_compatibility">compatibility</a>]</span>, <a href="#_read_ncdf_keyword_BOXZOOM">BOXZOOM</a>=<span class="result">BOXZOOM</span>, <a href="#_read_ncdf_keyword_FILENAME">FILENAME</a>=<span class="result">string</span>, <a href="#_read_ncdf_keyword_PARENTIN">PARENTIN</a>=<span class="result">PARENTIN</span>, <a href="#_read_ncdf_keyword_TIMESTEP">TIMESTEP</a>=<span class="result">scalar: 0 or 1</span>, <a href="#_read_ncdf_keyword_TIMEVAR">TIMEVAR</a>=<span class="result">string</span>, <a href="#_read_ncdf_keyword_TOUT">TOUT</a>=<span class="result">scalar: 0 or 1</span>, <a href="#_read_ncdf_keyword_NOSTRUCT">NOSTRUCT</a>=<span class="result">scalar: 0 or 1</span>, <a href="#_read_ncdf_keyword_CONT_NOFILL">CONT_NOFILL</a>=<span class="result">CONT_NOFILL</span>, <a href="#_read_ncdf_keyword_INIT">INIT</a>=<span class="result">scalar: 0 or 1</span>, <a href="#_read_ncdf_keyword_GRID">GRID</a>=<span class="result">GRID</span>, <a href="#_read_ncdf_keyword_CALLITSELF">CALLITSELF</a>=<span class="result">scalar: 0 or 1</span>, <a href="#_read_ncdf_keyword_ZETAFILENAME">ZETAFILENAME</a>=<span class="result">string</span>, <a href="#_read_ncdf_keyword_ZETAZERO">ZETAZERO</a>=<span class="result">scalar: 0 or 1</span>, <a href="#_read_ncdf_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
     117            <span class="result">result = </span>read_ncdf(<span class="result"><a href="#_read_ncdf_param_name">name</a>, <a href="#_read_ncdf_param_beginning">beginning</a>, <a href="#_read_ncdf_param_ending">ending</a>[, <a href="#_read_ncdf_param_compatibility">compatibility</a>]</span>, <a href="#_read_ncdf_keyword_BOXZOOM">BOXZOOM</a>=<span class="result">BOXZOOM</span>, <a href="#_read_ncdf_keyword_FILENAME">FILENAME</a>=<span class="result">string</span>, <a href="#_read_ncdf_keyword_PARENTIN">PARENTIN</a>=<span class="result">PARENTIN</span>, <a href="#_read_ncdf_keyword_TIMESTEP">TIMESTEP</a>=<span class="result">scalar: 0 or 1</span>, <a href="#_read_ncdf_keyword_ADDSCL_BEFORE">ADDSCL_BEFORE</a>=<span class="result">scalar: 0 or 1</span>, <a href="#_read_ncdf_keyword_TOUT">TOUT</a>=<span class="result">scalar: 0 or 1</span>, <a href="#_read_ncdf_keyword_NOSTRUCT">NOSTRUCT</a>=<span class="result">scalar: 0 or 1</span>, <a href="#_read_ncdf_keyword_CONT_NOFILL">CONT_NOFILL</a>=<span class="result">CONT_NOFILL</span>, <a href="#_read_ncdf_keyword_INIT">INIT</a>=<span class="result">scalar: 0 or 1</span>, <a href="#_read_ncdf_keyword_GRID">GRID</a>=<span class="result">GRID</span>, <a href="#_read_ncdf_keyword_CALLITSELF">CALLITSELF</a>=<span class="result">scalar: 0 or 1</span>, <a href="#_read_ncdf_keyword_DIREC">DIREC</a>=<span class="result">DIREC</span>, <a href="#_read_ncdf_keyword_ZETAFILENAME">ZETAFILENAME</a>=<span class="result">string</span>, <a href="#_read_ncdf_keyword_ZETAZERO">ZETAZERO</a>=<span class="result">scalar: 0 or 1</span>, <a href="#_read_ncdf_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
    118118         
    119119          <div class="comments"> 
     
    121121 
    122122          <h3>Return value</h3><div class="preformat"> 
    123  Structure readable by <a href=".//litchamp.html">litchamp</a> or an array if NOSTRUCT is activated. 
     123 Structure readable by <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> or an array if NOSTRUCT is activated. 
    124124</div> 
    125125 
     
    259259</div> 
    260260             
    261             <h4 id="_read_ncdf_keyword_TIMEVAR">TIMEVAR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    262                
    263                
    264                
    265                
    266                
    267               <span class="attr">type:</span> <span class="value">string</span> 
    268                
    269                
    270             </h4> 
    271          
    272             <div class="comments"> 
    273  It define the name of the variable that 
    274  contains the time axis. This keyword can be useful if there 
    275  is no unlimited dimension or if the time axis selected by default 
    276  (the first 1D array with unlimited dimension) is not the good one. 
     261            <h4 id="_read_ncdf_keyword_ADDSCL_BEFORE">ADDSCL_BEFORE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     262               
     263               
     264               
     265               
     266               
     267              <span class="attr">type:</span> <span class="value">scalar: 0 or 1</span> 
     268              <span class="attr">default:</span> <span class="value">0</span> 
     269               
     270            </h4> 
     271         
     272            <div class="comments"> 
     273 put 1 to apply add_offset ad scale factor on data before looking for 
     274 missing values 
    277275</div> 
    278276             
     
    335333         
    336334            <div class="comments"> 
    337  To call automatically initncdf, filename and thus 
     335 To call automatically initncdf with filename as input argument and thus 
    338336 redefine all the grid parameters 
    339337</div> 
     
    372370</div> 
    373371             
     372            <h4 id="_read_ncdf_keyword_DIREC">DIREC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     373               
     374               
     375               
     376               
     377               
     378               
     379               
     380               
     381            </h4> 
     382         
     383            <div class="comments"> 
     384 a string used to specify the direction along which we want to make 
     385 spatial and/or temporal mean. It could be: 'x' 'y' 'z' 't' 'xy' 'xz' 
     386 'yz' 'xyz' 'xt' 'yt' 'zt' 'xyt' 'xzt' 'yzt' or 'xyzt'  
     387</div> 
     388             
    374389            <h4 id="_read_ncdf_keyword_ZETAFILENAME">ZETAFILENAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    375390               
     
    414429         
    415430            <div class="comments"> 
    416  Used to pass keywords 
     431 Used to pass keywords to <a href="../..//Utilities/isafile.html">isafile</a>, <a href="../..//ToBeReviewed/INIT/initncdf.html">initncdf</a>, 
     432 <a href="../..//ReadWrite/ncdf_gettime.html">ncdf_gettime</a> and <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    417433</div> 
    418434             
     
    423439           
    424440          <h4>Version</h4><div class="preformat"> 
    425  $Id: read_ncdf.pro 240 2007-03-28 12:17:24Z pinsard $</div> 
     441 $Id: read_ncdf.pro 284 2007-09-13 15:34:43Z smasson $</div> 
    426442          <h4>History</h4><div class="preformat"> 
    427443 Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    450466          <h3>Statistics</h3> 
    451467          <table class="statistics"> 
    452             <tr><td>McCabe cyclic</td><td>         127</td></tr> 
     468            <tr><td>McCabe cyclic</td><td>         101</td></tr> 
    453469            <tr><td>McCabe essential</td><td>           1</td></tr> 
    454470            <tr><td>McCabe modular design</td><td>           1</td></tr> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/bar_plot.html

    r249 r290  
    109109         
    110110          <p class="header"> 
    111             bar_plot<span class="result">, <a href="#_bar_plot_param_values">values</a></span>, <a href="#_bar_plot_keyword_baselines">baselines</a>=<span class="result">vector</span>, <a href="#_bar_plot_keyword_colors">colors</a>=<span class="result">vector</span>, <a href="#_bar_plot_keyword_barnames">barnames</a>=<span class="result">string</span>, <a href="#_bar_plot_keyword_title">title</a>=<span class="result">string</span>, <a href="#_bar_plot_keyword_xtitle">xtitle</a>=<span class="result">string</span>, <a href="#_bar_plot_keyword_ytitle">ytitle</a>=<span class="result">string</span>, <a href="#_bar_plot_keyword_baserange">baserange</a>=<span class="result">float</span>, <a href="#_bar_plot_keyword_barwidth">barwidth</a>=<span class="result">float</span>, <a href="#_bar_plot_keyword_barspace">barspace</a>=<span class="result">scalar</span>, <a href="#_bar_plot_keyword_baroffset">baroffset</a>=<span class="result">scalar</span>, <a href="#_bar_plot_keyword_outline">outline</a>=<span class="result">outline</span>, <a href="#_bar_plot_keyword_overplot">overplot</a>=<span class="result">overplot</span>, <a href="#_bar_plot_keyword_background">background</a>=<span class="result">scalar</span>, <a href="#_bar_plot_keyword_rotate">rotate</a>=<span class="result">rotate</span>, <a href="#_bar_plot_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
     111            bar_plot<span class="result">, <a href="#_bar_plot_param_values">values</a></span>, <a href="#_bar_plot_keyword_BASELINES">BASELINES</a>=<span class="result">vector</span>, <a href="#_bar_plot_keyword_COLORS">COLORS</a>=<span class="result">vector</span>, <a href="#_bar_plot_keyword_BARNAMES">BARNAMES</a>=<span class="result">string</span>, <a href="#_bar_plot_keyword_TITLE">TITLE</a>=<span class="result">string</span>, <a href="#_bar_plot_keyword_XTITLE">XTITLE</a>=<span class="result">string</span>, <a href="#_bar_plot_keyword_YTITLE">YTITLE</a>=<span class="result">string</span>, <a href="#_bar_plot_keyword_BASERANGE">BASERANGE</a>=<span class="result">float</span>, <a href="#_bar_plot_keyword_BARWIDTH">BARWIDTH</a>=<span class="result">float</span>, <a href="#_bar_plot_keyword_BARSPACE">BARSPACE</a>=<span class="result">scalar</span>, <a href="#_bar_plot_keyword_BAROFFSET">BAROFFSET</a>=<span class="result">scalar</span>, <a href="#_bar_plot_keyword_OUTLINE">OUTLINE</a>=<span class="result">OUTLINE</span>, <a href="#_bar_plot_keyword_OVERPLOt">OVERPLOt</a>=<span class="result">OVERPLOt</span>, <a href="#_bar_plot_keyword_BACKGROUND">BACKGROUND</a>=<span class="result">scalar</span>, <a href="#_bar_plot_keyword_ROTATE">ROTATE</a>=<span class="result">ROTATE</span>, <a href="#_bar_plot_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
    112112         
    113113          <div class="comments"> 
     
    144144            <h3>Keywords</h3> 
    145145             
    146             <h4 id="_bar_plot_keyword_baselines">baselines&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     146            <h4 id="_bar_plot_keyword_BASELINES">BASELINES&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    147147               
    148148               
     
    161161</div> 
    162162             
    163             <h4 id="_bar_plot_keyword_colors">colors&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     163            <h4 id="_bar_plot_keyword_COLORS">COLORS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    164164               
    165165               
     
    179179</div> 
    180180             
    181             <h4 id="_bar_plot_keyword_barnames">barnames&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     181            <h4 id="_bar_plot_keyword_BARNAMES">BARNAMES&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    182182               
    183183               
     
    197197</div> 
    198198             
    199             <h4 id="_bar_plot_keyword_title">title&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     199            <h4 id="_bar_plot_keyword_TITLE">TITLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    200200               
    201201               
     
    212212</div> 
    213213             
    214             <h4 id="_bar_plot_keyword_xtitle">xtitle&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     214            <h4 id="_bar_plot_keyword_XTITLE">XTITLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    215215               
    216216               
     
    227227</div> 
    228228             
    229             <h4 id="_bar_plot_keyword_ytitle">ytitle&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     229            <h4 id="_bar_plot_keyword_YTITLE">YTITLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    230230               
    231231               
     
    242242</div> 
    243243             
    244             <h4 id="_bar_plot_keyword_baserange">baserange&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     244            <h4 id="_bar_plot_keyword_BASERANGE">BASERANGE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    245245               
    246246               
     
    260260</div> 
    261261             
    262             <h4 id="_bar_plot_keyword_barwidth">barwidth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     262            <h4 id="_bar_plot_keyword_BARWIDTH">BARWIDTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    263263               
    264264               
     
    280280</div> 
    281281             
    282             <h4 id="_bar_plot_keyword_barspace">barspace&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     282            <h4 id="_bar_plot_keyword_BARSPACE">BARSPACE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    283283               
    284284               
     
    299299</div> 
    300300             
    301             <h4 id="_bar_plot_keyword_baroffset">baroffset&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     301            <h4 id="_bar_plot_keyword_BAROFFSET">BAROFFSET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    302302               
    303303               
     
    317317</div> 
    318318             
    319             <h4 id="_bar_plot_keyword_outline">outline&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     319            <h4 id="_bar_plot_keyword_OUTLINE">OUTLINE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    320320               
    321321               
     
    333333</div> 
    334334             
    335             <h4 id="_bar_plot_keyword_overplot">overplot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     335            <h4 id="_bar_plot_keyword_OVERPLOt">OVERPLOt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    336336               
    337337               
     
    349349</div> 
    350350             
    351             <h4 id="_bar_plot_keyword_background">background&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     351            <h4 id="_bar_plot_keyword_BACKGROUND">BACKGROUND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    352352               
    353353               
     
    365365</div> 
    366366             
    367             <h4 id="_bar_plot_keyword_rotate">rotate&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     367            <h4 id="_bar_plot_keyword_ROTATE">ROTATE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    368368               
    369369               
     
    437437           
    438438          <h4>Version</h4><div class="preformat"> 
    439  $Id: bar_plot.pro 240 2007-03-28 12:17:24Z pinsard $ 
     439 $Id: bar_plot.pro 262 2007-08-21 14:19:32Z pinsard $ 
    440440</div> 
    441441          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/directory-overview.html

    r249 r290  
    9393       
    9494        <dt><a href="plt.html">plt.pro</a></dt> 
    95         <dd>  Draw horizontal graph (map) with CONTOUR procedure </dd> 
     95        <dd>  Draw horizontal graph (map) with <a href="/Applications/rsi/idl_6.3/help/online_help/CONTOUR.html">CONTOUR</a> procedure </dd> 
    9696       
    9797        <dt><a href="plt1d.html">plt1d.pro</a></dt> 
     
    123123       
    124124        <dt><a href="tvplus.html">tvplus.pro</a></dt> 
    125         <dd>  Enhanced version of <proidl>tvscl</proidl> </dd> 
     125        <dd>  Enhanced version of <a href="/Applications/rsi/idl_6.3/help/online_help/TVSCL.html">TVSCL</a> </dd> 
    126126       
    127127      </dl> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/plt.html

    r249 r290  
    8888 
    8989      <div id="file_comments"> 
    90  Draw horizontal graph (map) with CONTOUR procedure 
     90 Draw horizontal graph (map) with <a href="/Applications/rsi/idl_6.3/help/online_help/CONTOUR.html">CONTOUR</a> procedure 
    9191</div> 
    9292 
     
    206206         
    207207            <div class="comments"> 
    208  Allow to draw continents defined in IDL. REALCONT can have 2 form: 
     208 Allow to draw continents defined in IDL. REALCONT can have 2 forms: 
    209209           /REALCONT: we draw continents in place of the mask 
    210210           REALCONT=2 we draw continent's contour over the mask (this allows 
     
    226226 If we want to trace contours of a different field than the one 
    227227 whose we have the colored drawing (by example E-P in color and QSR in contours). 
    228  It must be a field respecting same characteristics than the argument number one of plt. 
     228 It must be a field respecting same characteristics than the argument number one of <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>. 
    229229</div> 
    230230             
     
    241241         
    242242            <div class="comments"> 
    243  Value of an internal between to isoline. If there is none specified min, 
    244  we choose a min contour which goes well with the specified interval!. If this keyword is not 
    245  specified, we trace 20 isoline from the min to the max. Comment: When CONTOUR is activated, 
    246  INTERVALLE only specify the interval between 2 colored isoline. To specify the interval 
     243 Value of an interval between to isoline. If there is none specified min, 
     244 we choose a min contour which goes well with the specified interval! 
     245 If this keyword is not specified, we trace 20 isolines from the min 
     246 to the max. 
     247 Comment: When CONTOUR is activated, INTERVALLE only specify the interval 
     248 between 2 colored isolines. To specify the interval 
    247249 between 2 isolines traced by a trait, use CONTINTERVALLE. 
    248250</div> 
     
    275277            </h4> 
    276278         
    277             <div class="comments"> 'U','T','V','W' or 'F' to specify possibly the grid on which the field is joined. 
     279            <div class="comments"> 
     280 'U','T','V','W' or 'F' 
     281 to specify possibly the grid on which the field is joined. 
    278282 Comment: In this case, we should use a structure like field. 
    279283</div> 
     
    299303 6 elements: The extraction is made on Boxzoom 
    300304 
    301  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     305 Where lon1, lon2, lat1, lat2 are global variables defined at the last 
     306 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    302307</div> 
    303308             
     
    416421         
    417422            <div class="comments"> 
    418  Number of contour to draw by default =20. active if 
    419  LABEL=0 or is not specified. 
     423 Number of contour to draw. Active if LABEL=0 or is not specified. 
    420424</div> 
    421425             
     
    432436         
    433437            <div class="comments"> 
    434  When  CONTOUR is activated, it is the number of contours 
     438 When CONTOUR is activated, it is the number of contours 
    435439 traced by a trait for drawing (active if 
    436440 CONTLABEL=0) 
     
    465469 We use it when we want to do a projection. 
    466470 This keyword can be of two types: 
    467      MAP=[P0lat,P0lon,Rot]. For the description of these 3 values (see the online help of MAP_SET). 
     471     MAP=[P0lat,P0lon,Rot]. For the description of these 3 values (see the online help of <a href="/Applications/rsi/idl_6.3/help/online_help/MAP_SET.html">MAP_SET</a>). 
    468472     /MAP: In this case, map is automatically calculated have the value: 
    469473          map = [0, (lon1+lon2)/2., 0] 
    470474 Comment: A good way to choose the type of the projection we want to do is to have a look at IDL demo: 
    471475 IDL> demo 
    472  Then choose earth sciences and  mapping. 
    473  Comment2: By default it is a cylindrical projection which is effectuated (with or without the keyword map). 
     476 Then choose "earth sciences and mappinA"g 
     477 Comment2: By default it is a cylindrical projection which is done (with or without the keyword map). 
    474478 If we want an other projection, MAP must be activated and we have to add the keyword: /nom_projection. 
    475479 For example, for a polar projection centered on the south pole: 
     
    665669         
    666670            <div class="comments"> 
    667  Corresponds to label keywords of map_set. 
     671 Corresponds to LABEL keyword of <a href="/Applications/rsi/idl_6.3/help/online_help/MAP_SET.html">MAP_SET</a>. 
    668672</div> 
    669673             
     
    689693           
    690694          <h4>Version</h4><div class="preformat"> 
    691  $Id: plt.pro 246 2007-05-29 08:57:28Z smasson $ 
     695 $Id: plt.pro 264 2007-08-22 14:30:29Z pinsard $ 
    692696</div> 
    693697          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/plt1d.html

    r249 r290  
    219219 6 elements: The extraction is made on Boxzoom 
    220220 
    221  Where lon1, lon2,lat1,lat2,vert1,vert2 are global variables defined at the last domdef! 
     221 Where lon1, lon2,lat1,lat2,vert1,vert2 are global variables defined at the last  
     222 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    222223</div> 
    223224             
     
    475476           
    476477          <h4>Version</h4><div class="preformat"> 
    477  $Id: plt1d.pro 232 2007-03-20 16:59:36Z pinsard $ 
     478 $Id: plt1d.pro 254 2007-06-26 15:58:20Z pinsard $ 
    478479</div> 
    479480          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/pltbase.html

    r249 r290  
    110110         
    111111          <p class="header"> 
    112             pltbase<span class="result">, <a href="#_pltbase_param_z2d">z2d</a>, <a href="#_pltbase_param_x">x</a>, <a href="#_pltbase_param_y">y</a>, <a href="#_pltbase_param_mask">mask</a>, <a href="#_pltbase_param_xm">xm</a>, <a href="#_pltbase_param_ym">ym</a>[, <a href="#_pltbase_param_levels">levels</a>][, <a href="#_pltbase_param_colors">colors</a>]</span>, <a href="#_pltbase_keyword_UNSUR2">UNSUR2</a>=<span class="result">UNSUR2</span>, <a href="#_pltbase_keyword_CONTOUR">CONTOUR</a>=<span class="result">CONTOUR</span>, <a href="#_pltbase_keyword_NOCONTOUR">NOCONTOUR</a>=<span class="result">NOCONTOUR</span>, <a href="#_pltbase_keyword_NOFILL">NOFILL</a>=<span class="result">NOFILL</span>, <a href="#_pltbase_keyword_TRICHAMP">TRICHAMP</a>=<span class="result">TRICHAMP</span>, <a href="#_pltbase_keyword_TRIMSK">TRIMSK</a>=<span class="result">TRIMSK</span>, <a href="#_pltbase_keyword_REALCONT">REALCONT</a>=<span class="result">REALCONT</span>, <a href="#_pltbase_keyword_NAN">NAN</a>=<span class="result">NAN</span>, <a href="#_pltbase_keyword_usetri">usetri</a>=<span class="result">usetri</span>, <a href="#_pltbase_keyword_COLORTRICHAMP">COLORTRICHAMP</a>=<span class="result">COLORTRICHAMP</span>, <a href="#_pltbase_keyword_COLORTRIMASK">COLORTRIMASK</a>=<span class="result">COLORTRIMASK</span>, <a href="#_pltbase_keyword_COLORTRINAN">COLORTRINAN</a>=<span class="result">COLORTRINAN</span>, <a href="#_pltbase_keyword_COLORPOINTS">COLORPOINTS</a>=<span class="result">COLORPOINTS</span>, <a href="#_pltbase_keyword_DRAWPOINTS">DRAWPOINTS</a>=<span class="result">DRAWPOINTS</span>, <a href="#_pltbase_keyword_TH_TRICHAMP">TH_TRICHAMP</a>=<span class="result">TH_TRICHAMP</span>, <a href="#_pltbase_keyword_TH_TRIMASK">TH_TRIMASK</a>=<span class="result">TH_TRIMASK</span>, <a href="#_pltbase_keyword_DESSTRICHAMP">DESSTRICHAMP</a>=<span class="result">DESSTRICHAMP</span>, <a href="#_pltbase_keyword_DESSTRIMASK">DESSTRIMASK</a>=<span class="result">DESSTRIMASK</span>, <a href="#_pltbase_keyword_DESSTRINAN">DESSTRINAN</a>=<span class="result">DESSTRINAN</span>, <a href="#_pltbase_keyword_COLOR_C">COLOR_C</a>=<span class="result">COLOR_C</span>, <a href="#_pltbase_keyword_I_COLORS">I_COLORS</a>=<span class="result">vector</span>, <a href="#_pltbase_keyword_CONT_COLOR">CONT_COLOR</a>=<span class="result">CONT_COLOR</span>, <a href="#_pltbase_keyword_CONT_NOFILL">CONT_NOFILL</a>=<span class="result">CONT_NOFILL</span>, <a href="#_pltbase_keyword_UNLABSUR">UNLABSUR</a>=<span class="result">integer</span>, <a href="#_pltbase_keyword_COINMONTEMASK">COINMONTEMASK</a>=<span class="result">COINMONTEMASK</span>, <a href="#_pltbase_keyword_COINDESCENDMASK">COINDESCENDMASK</a>=<span class="result">COINDESCENDMASK</span>, <a href="#_pltbase_keyword_COINMONTENAN">COINMONTENAN</a>=<span class="result">COINMONTENAN</span>, <a href="#_pltbase_keyword_COINDESCENDNAN">COINDESCENDNAN</a>=<span class="result">COINDESCENDNAN</span>, <a href="#_pltbase_keyword_INDICEZOOMMASK">INDICEZOOMMASK</a>=<span class="result">INDICEZOOMMASK</span>, <a href="#_pltbase_keyword_INDICEZOOMNAN">INDICEZOOMNAN</a>=<span class="result">INDICEZOOMNAN</span>, <a href="#_pltbase_keyword_MASKORG">MASKORG</a>=<span class="result">MASKORG</span>, <a href="#_pltbase_keyword_MASKNAN">MASKNAN</a>=<span class="result">MASKNAN</span>, <a href="#_pltbase_keyword_TRINAN">TRINAN</a>=<span class="result">TRINAN</span>, <a href="#_pltbase_keyword_FORPLT">FORPLT</a>=<span class="result">FORPLT</span>, <a href="#_pltbase_keyword_REALSECTION">REALSECTION</a>=<span class="result">REALSECTION</span>, <a href="#_pltbase_keyword_MORE">MORE</a>=<span class="result">MORE</span>, <a href="#_pltbase_keyword_EXCHANGE_XY">EXCHANGE_XY</a>=<span class="result">EXCHANGE_XY</span>, <a href="#_pltbase_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
     112            pltbase<span class="result">, <a href="#_pltbase_param_z2d">z2d</a>, <a href="#_pltbase_param_x">x</a>, <a href="#_pltbase_param_y">y</a>, <a href="#_pltbase_param_mask">mask</a>, <a href="#_pltbase_param_xm">xm</a>, <a href="#_pltbase_param_ym">ym</a>[, <a href="#_pltbase_param_levels">levels</a>][, <a href="#_pltbase_param_colors">colors</a>]</span>, <a href="#_pltbase_keyword_UNSUR2">UNSUR2</a>=<span class="result">UNSUR2</span>, <a href="#_pltbase_keyword_CONTOUR">CONTOUR</a>=<span class="result">CONTOUR</span>, <a href="#_pltbase_keyword_NOCONTOUR">NOCONTOUR</a>=<span class="result">NOCONTOUR</span>, <a href="#_pltbase_keyword_NOFILL">NOFILL</a>=<span class="result">NOFILL</span>, <a href="#_pltbase_keyword_TRICHAMP">TRICHAMP</a>=<span class="result">TRICHAMP</span>, <a href="#_pltbase_keyword_TRIMSK">TRIMSK</a>=<span class="result">TRIMSK</span>, <a href="#_pltbase_keyword_REALCONT">REALCONT</a>=<span class="result">REALCONT</span>, <a href="#_pltbase_keyword_NAN">NAN</a>=<span class="result">NAN</span>, <a href="#_pltbase_keyword_USETRI">USETRI</a>=<span class="result">USETRI</span>, <a href="#_pltbase_keyword_COLORTRICHAMP">COLORTRICHAMP</a>=<span class="result">COLORTRICHAMP</span>, <a href="#_pltbase_keyword_COLORTRIMASK">COLORTRIMASK</a>=<span class="result">COLORTRIMASK</span>, <a href="#_pltbase_keyword_COLORTRINAN">COLORTRINAN</a>=<span class="result">COLORTRINAN</span>, <a href="#_pltbase_keyword_COLORPOINTS">COLORPOINTS</a>=<span class="result">COLORPOINTS</span>, <a href="#_pltbase_keyword_DRAWPOINTS">DRAWPOINTS</a>=<span class="result">DRAWPOINTS</span>, <a href="#_pltbase_keyword_TH_TRICHAMP">TH_TRICHAMP</a>=<span class="result">TH_TRICHAMP</span>, <a href="#_pltbase_keyword_TH_TRIMASK">TH_TRIMASK</a>=<span class="result">TH_TRIMASK</span>, <a href="#_pltbase_keyword_DESSTRICHAMP">DESSTRICHAMP</a>=<span class="result">DESSTRICHAMP</span>, <a href="#_pltbase_keyword_DESSTRIMASK">DESSTRIMASK</a>=<span class="result">DESSTRIMASK</span>, <a href="#_pltbase_keyword_DESSTRINAN">DESSTRINAN</a>=<span class="result">DESSTRINAN</span>, <a href="#_pltbase_keyword_COLOR_C">COLOR_C</a>=<span class="result">COLOR_C</span>, <a href="#_pltbase_keyword_I_COLORS">I_COLORS</a>=<span class="result">vector</span>, <a href="#_pltbase_keyword_CONT_COLOR">CONT_COLOR</a>=<span class="result">CONT_COLOR</span>, <a href="#_pltbase_keyword_CONT_NOFILL">CONT_NOFILL</a>=<span class="result">CONT_NOFILL</span>, <a href="#_pltbase_keyword_UNLABSUR">UNLABSUR</a>=<span class="result">integer</span>, <a href="#_pltbase_keyword_COINMONTEMASK">COINMONTEMASK</a>=<span class="result">COINMONTEMASK</span>, <a href="#_pltbase_keyword_COINDESCENDMASK">COINDESCENDMASK</a>=<span class="result">COINDESCENDMASK</span>, <a href="#_pltbase_keyword_COINMONTENAN">COINMONTENAN</a>=<span class="result">COINMONTENAN</span>, <a href="#_pltbase_keyword_COINDESCENDNAN">COINDESCENDNAN</a>=<span class="result">COINDESCENDNAN</span>, <a href="#_pltbase_keyword_INDICEZOOMMASK">INDICEZOOMMASK</a>=<span class="result">INDICEZOOMMASK</span>, <a href="#_pltbase_keyword_INDICEZOOMNAN">INDICEZOOMNAN</a>=<span class="result">INDICEZOOMNAN</span>, <a href="#_pltbase_keyword_MASKORG">MASKORG</a>=<span class="result">MASKORG</span>, <a href="#_pltbase_keyword_MASKNAN">MASKNAN</a>=<span class="result">MASKNAN</span>, <a href="#_pltbase_keyword_TRINAN">TRINAN</a>=<span class="result">TRINAN</span>, <a href="#_pltbase_keyword_FORPLT">FORPLT</a>=<span class="result">FORPLT</span>, <a href="#_pltbase_keyword_REALSECTION">REALSECTION</a>=<span class="result">REALSECTION</span>, <a href="#_pltbase_keyword_MORE">MORE</a>=<span class="result">MORE</span>, <a href="#_pltbase_keyword_EXCHANGE_XY">EXCHANGE_XY</a>=<span class="result">EXCHANGE_XY</span>, <a href="#_pltbase_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
    113113         
    114114          <div class="comments"> 
     
    365365            <div class="comments"></div> 
    366366             
    367             <h4 id="_pltbase_keyword_usetri">usetri&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     367            <h4 id="_pltbase_keyword_USETRI">USETRI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    368368               
    369369               
     
    792792           
    793793          <h4>Version</h4><div class="preformat"> 
    794  $Id: pltbase.pro 246 2007-05-29 08:57:28Z smasson $ 
     794 $Id: pltbase.pro 262 2007-08-21 14:19:32Z pinsard $ 
    795795</div> 
    796796          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/pltsc.html

    r249 r290  
    308308           
    309309          <h4>Version</h4><div class="preformat"> 
    310  $Id: pltsc.pro 232 2007-03-20 16:59:36Z pinsard $ 
     310 $Id: pltsc.pro 262 2007-08-21 14:19:32Z pinsard $ 
    311311</div> 
    312312          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/pltt.html

    r249 r290  
    134134        1) An array which can be: 
    135135          * 3d or 4d: array  'xt','yt','zt','t'. The last component is the time. In this case, the array will 
    136             pass in grossemoyenne to be averaged and become an 1d or 2d array. 
     136            pass in <a href="../../..//ToBeReviewed/CALCULS/grossemoyenne.html">grossemoyenne</a> to be averaged and become an 1d or 2d array. 
    137137          * 2d: If the array is already 2d, it is not modified (beware, lands must 
    138             be masked at the value valmask) and nevertheless,type must be specified 
     138            be masked at the value valmask) and nevertheless, type must be specified 
    139139            to we know of which trace it is about. 
    140             To have a correct caption, respecify the  extraction zone via BOXZOOM. 
     140            To have a correct caption, respecify the extraction zone via BOXZOOM. 
    141141          * 1d: only for traces of the 't' type. Nevertheless, type must be specified 
    142142            to we know of which trace it is about. 
     
    146146          respecting criterions of case 1) 
    147147 
    148  PARAM:  
    149        MAX: valeur maximum que l''on veut prendre en compte dans le trace 
     148 </div> 
     149             
     150            <h4 id="_pltt_param_giventype">giventype&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     151               
     152               
     153               
     154               
     155               
     156               
     157               
     158               
     159            </h4> 
     160         
     161          <div class="comments"> 
     162</div> 
     163             
     164            <h4 id="_pltt_param_givenmin">givenmin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     165               
     166               
     167               
     168               
     169               
     170               
     171               
     172               
     173            </h4> 
     174         
     175          <div class="comments"> 
     176 valeur minimum que l''on veut prendre en compte dans le trace 
     177 des contours. Par defaut on prend le min de tableau (sur les pts mer) 
     178</div> 
     179             
     180            <h4 id="_pltt_param_givenmax">givenmax&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     181               
     182               
     183               
     184               
     185               
     186               
     187               
     188               
     189            </h4> 
     190         
     191          <div class="comments"> 
     192 valeur maximum que l''on veut prendre en compte dans le trace 
    150193 des contours. Par defaut on prend le max de tableau (sur les pts mer) 
    151  
    152         MIN: valeur minimum que l''on veut prendre en compte dans le trace 
    153  des contours. Par defaut on prend le min de tableau (sur les pts 
    154  mer) 
    155  
    156        DATMIN: c''est la borne inf de l''axe temporel. c''est un 
     194</div> 
     195             
     196            <h4 id="_pltt_param_datmin">datmin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     197               
     198               
     199               
     200               
     201               
     202               
     203               
     204               
     205            </h4> 
     206         
     207          <div class="comments"> 
     208 c''est la borne inf de l''axe temporel. c''est un 
    157209       longinteger de la forme yyyymmdd (ou bien yymmdd). 
    158  
    159        DATMAX: c''est la borne max de l''axe temporel. c''est un 
     210</div> 
     211             
     212            <h4 id="_pltt_param_datmax">datmax&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     213               
     214               
     215               
     216               
     217               
     218               
     219               
     220               
     221            </h4> 
     222         
     223          <div class="comments"> 
     224 c''est la borne max de l''axe temporel. c''est un 
    160225       longinteger de la forme yyyymmdd (ou bien yymmdd) 
    161226</div> 
    162              
    163             <h4 id="_pltt_param_giventype">giventype&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    164                
    165                
    166                
    167                
    168                
    169                
    170                
    171                
    172             </h4> 
    173          
    174           <div class="comments"></div> 
    175              
    176             <h4 id="_pltt_param_givenmin">givenmin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    177                
    178                
    179                
    180                
    181                
    182                
    183                
    184                
    185             </h4> 
    186          
    187           <div class="comments"></div> 
    188              
    189             <h4 id="_pltt_param_givenmax">givenmax&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    190                
    191                
    192                
    193                
    194                
    195                
    196                
    197                
    198             </h4> 
    199          
    200           <div class="comments"></div> 
    201              
    202             <h4 id="_pltt_param_datmin">datmin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    203                
    204                
    205                
    206                
    207                
    208                
    209                
    210                
    211             </h4> 
    212          
    213           <div class="comments"></div> 
    214              
    215             <h4 id="_pltt_param_datmax">datmax&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    216                
    217                
    218                
    219                
    220                
    221                
    222                
    223                
    224             </h4> 
    225          
    226           <div class="comments"></div> 
    227227             
    228228 
     
    254254 6 elements: The extraction is made on Boxzoom 
    255255 
    256  Where lon1, lon2,lat1,lat2,vert1,vert2 are global variables defined at the last domdef! 
     256 Where lon1, lon2,lat1,lat2,vert1,vert2 are global variables defined at the last  
     257 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    257258</div> 
    258259             
     
    303304         
    304305            <div class="comments"> 
    305  Value of an internal between to isoline. If there is none specified min, 
     306 Value of an interval between two isolines. If there is none specified min, 
    306307 we choose a min contour which goes well with the specified interval!. If this keyword is not 
    307308 specified, we trace 20 isoline from the min to the max. Comment: When CONTOUR is activated, 
    308  INTERVALLE only specify the interval between 2 colored isoline. To specify the interval 
     309 INTERVALLE only specify the interval between 2 colored isolines. To specify the interval 
    309310 between 2 isolines traced by a trait, use CONTINTERVALLE. 
    310311</div> 
     
    455456         
    456457            <div class="comments"> 
    457  Number of contour to draw by default =20. active if 
     458 Number of contours to draw. active if 
    458459 LABEL=0 or is not specified. 
    459460</div> 
     
    476477 
    477478 
    478  When  CONTOUR is activated, it is the number of contours 
     479 When CONTOUR is activated, it is the number of contours 
    479480 traced by a trait for drawing (active if 
    480481 CONTLABEL=0). 
     
    748749           
    749750          <h4>Version</h4><div class="preformat"> 
    750  $Id: pltt.pro 246 2007-05-29 08:57:28Z smasson $ 
     751 $Id: pltt.pro 265 2007-08-24 10:24:46Z smasson $ 
    751752</div> 
    752753          <h4>History</h4><div class="preformat"> 
     
    770771           
    771772           
    772           <h4>Todo items</h4><div class="preformat"> seb: L.24 à 36, L.426 à 427, L. 492 à 493</div> 
     773          <h4>Todo items</h4><div class="preformat">  
     774 seb: definition of parameters, L.426 à 427, L. 492 à 493</div> 
    773775           
    774776         
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/pltv.html

    r249 r290  
    109109         
    110110          <p class="header"> 
    111             pltv<span class="result">, <a href="#_pltv_param_data">data</a>[, <a href="#_pltv_param_min">min</a>][, <a href="#_pltv_param_max">max</a>]</span>, <a href="#_pltv_keyword_BOTTOM">BOTTOM</a>=<span class="result">BOTTOM</span>, <a href="#_pltv_keyword_BOXZOOM">BOXZOOM</a>=<span class="result">BOXZOOM</span>, <a href="#_pltv_keyword_C_MASK">C_MASK</a>=<span class="result">C_MASK</span>, <a href="#_pltv_keyword_C_NAN">C_NAN</a>=<span class="result">C_NAN</span>, <a href="#_pltv_keyword_MININ">MININ</a>=<span class="result">MININ</span>, <a href="#_pltv_keyword_MAXIN">MAXIN</a>=<span class="result">MAXIN</span>, <a href="#_pltv_keyword_MASKVAL">MASKVAL</a>=<span class="result">MASKVAL</span>, <a href="#_pltv_keyword_NCOLORS">NCOLORS</a>=<span class="result">NCOLORS</span>, <a href="#_pltv_keyword_NOINTERP">NOINTERP</a>=<span class="result">NOINTERP</span>, <a href="#_pltv_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
     111            pltv<span class="result">, <a href="#_pltv_param_data">data</a>[, <a href="#_pltv_param_min">min</a>][, <a href="#_pltv_param_max">max</a>]</span>, <a href="#_pltv_keyword_BOTTOM">BOTTOM</a>=<span class="result">BOTTOM</span>, <a href="#_pltv_keyword_BOXZOOM">BOXZOOM</a>=<span class="result">BOXZOOM</span>, <a href="#_pltv_keyword_C_MASK">C_MASK</a>=<span class="result">C_MASK</span>, <a href="#_pltv_keyword_C_NAN">C_NAN</a>=<span class="result">C_NAN</span>, <a href="#_pltv_keyword_INV">INV</a>=<span class="result">INV</span>, <a href="#_pltv_keyword_MININ">MININ</a>=<span class="result">MININ</span>, <a href="#_pltv_keyword_MAXIN">MAXIN</a>=<span class="result">MAXIN</span>, <a href="#_pltv_keyword_MASKVAL">MASKVAL</a>=<span class="result">MASKVAL</span>, <a href="#_pltv_keyword_NCOLORS">NCOLORS</a>=<span class="result">NCOLORS</span>, <a href="#_pltv_keyword_NOINTERP">NOINTERP</a>=<span class="result">NOINTERP</span>, <a href="#_pltv_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
    112112         
    113113          <div class="comments"> 
     
    182182               
    183183               
    184               <span class="attr">default:</span> <span class="value">0</span> 
    185                
    186             </h4> 
    187          
    188             <div class="comments"> 
    189  The lowest color index of the colors to be used 
     184              <span class="attr">default:</span> <span class="value">1</span> 
     185               
     186            </h4> 
     187         
     188            <div class="comments"> 
     189 The lowest color index of the colors to be used. 
    190190</div> 
    191191             
     
    210210 6 elements: The extraction is made on Boxzoom 
    211211 
    212  Where lon1, lon2, lat1, lat2 are global variables defined at the last domdef! 
     212 Where lon1, lon2, lat1, lat2 are global variables defined at the last  
     213 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    213214</div> 
    214215             
     
    241242            <div class="comments"> 
    242243 The color number that should be used for the NaN values. 
     244</div> 
     245             
     246            <h4 id="_pltv_keyword_INV">INV&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     247               
     248               
     249               
     250               
     251               
     252               
     253               
     254               
     255            </h4> 
     256         
     257            <div class="comments"> 
     258 Reverse the color order 
    243259</div> 
    244260             
     
    331347         
    332348            <div class="comments"> 
    333  Used to pass keywords to <a href="../../..//ToBeReviewed/PLOTS/DIVERS/PLACEDESSIN</pro>, <pro>TV</pro>, <pro>AXE</pro>, <pro>LEGENDE</pro>, <pro>BARRECOULEUR</pro>, <pro>TERMINEDESSIN.html">PLACEDESSIN</pro>, <pro>TV</pro>, <pro>AXE</pro>, <pro>LEGENDE</pro>, <pro>BARRECOULEUR</pro>, <pro>TERMINEDESSIN</a> 
     349 Used to pass keywords to <a href="../../..//ToBeReviewed/PLOTS/DIVERS/placedessin.html">placedessin</a>, <a href="/Applications/rsi/idl_6.3/help/online_help/TV.html">TV</a>, 
     350 <a href="../../..//ToBeReviewed/PLOTS/axe.html">axe</a>, <a href="../../..//ToBeReviewed/PLOTS/legende.html">legende</a>, <a href="../../..//ToBeReviewed/PLOTS/DIVERS/barrecouleur.html">barrecouleur</a>,  
     351 <a href="../../..//ToBeReviewed/PLOTS/DIVERS/terminedessin.html">terminedessin</a> 
    334352</div> 
    335353             
     
    342360           
    343361          <h4>Version</h4><div class="preformat"> 
    344  $Id: pltv.pro 231 2007-03-19 17:15:51Z pinsard $ 
     362 $Id: pltv.pro 286 2007-09-14 13:19:43Z smasson $ 
    345363</div> 
    346364          <h4>History</h4><div class="preformat"> 
     
    365383          <h3>Statistics</h3> 
    366384          <table class="statistics"> 
    367             <tr><td>McCabe cyclic</td><td>          26</td></tr> 
     385            <tr><td>McCabe cyclic</td><td>          30</td></tr> 
    368386            <tr><td>McCabe essential</td><td>           1</td></tr> 
    369387            <tr><td>McCabe modular design</td><td>           1</td></tr> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/pltz.html

    r249 r290  
    139139          See IDL> xhelp,'litchamp'. The array contained in the structure must be 2 or 3d (See case 1) 
    140140 
    141  ces arguments ne sont pas obligatoires: 
    142  
    143         MAX: valeur maximum que l'on veut prendre en compte dans le trace 
     141</div> 
     142             
     143            <h4 id="_pltz_param_giventype">giventype&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     144               
     145               
     146               
     147               
     148               
     149               
     150               
     151               
     152            </h4> 
     153         
     154          <div class="comments"> 
     155</div> 
     156             
     157            <h4 id="_pltz_param_givenmin">givenmin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     158               
     159               
     160               
     161              <span class="attr">required</span> 
     162               
     163               
     164               
     165               
     166            </h4> 
     167         
     168          <div class="comments"> 
     169 valeur minimum que l'on veut prendre en compte dans le trace 
     170 des contours. Par defaut on prend le min de tab1 (sur les pts mer) 
     171</div> 
     172             
     173            <h4 id="_pltz_param_givenmax">givenmax&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     174               
     175               
     176               
     177              <span class="attr">required</span> 
     178               
     179               
     180               
     181               
     182            </h4> 
     183         
     184          <div class="comments"> 
     185 valeur maximum que l'on veut prendre en compte dans le trace 
    144186 des contours. Par defaut on prend le max de tab1 (sur les pts mer) 
    145  
    146         MIN: valeur minimum que l'on veut prendre en compte dans le trace 
    147  des contours. Par defaut on prend le min de tab1 (sur les pts mer) 
    148 </div> 
    149              
    150             <h4 id="_pltz_param_giventype">giventype&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    151                
    152                
    153                
    154                
    155                
    156                
    157                
    158                
    159             </h4> 
    160          
    161           <div class="comments"></div> 
    162              
    163             <h4 id="_pltz_param_givenmin">givenmin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    164                
    165                
    166                
    167                
    168                
    169                
    170                
    171                
    172             </h4> 
    173          
    174           <div class="comments"></div> 
    175              
    176             <h4 id="_pltz_param_givenmax">givenmax&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    177                
    178                
    179                
    180                
    181                
    182                
    183                
    184                
    185             </h4> 
    186          
    187           <div class="comments"></div> 
     187</div> 
    188188             
    189189 
     
    214214 6 elements: The extraction is made on Boxzoom 
    215215 
    216  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     216 Where lon1, lon2,lat1,lat2 are global variables defined at the last  
     217 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    217218</div> 
    218219             
     
    263264         
    264265            <div class="comments"> 
    265  Value of an internal between to isoline. If there is none specified min, 
     266 Value of an interval between two isolines. If there is none specified min, 
    266267 we choose a min contour which goes well with the specified interval!. If this keyword is not 
    267268 specified, we trace 20 isoline from the min to the max. Comment: When CONTOUR is activated, 
    268  INTERVALLE only specify the interval between 2 colored isoline. To specify the interval 
     269 INTERVALLE only specify the interval between 2 colored isolines. To specify the interval 
    269270 between 2 isolines traced by a trait, use CONTINTERVALLE. 
    270271</div> 
     
    444445         
    445446            <div class="comments"> 
    446  Number of contour to draw by default =20. active if 
     447 Number of contours to draw. active if 
    447448 LABEL=0 or is not specified. 
    448449</div> 
     
    699700           
    700701          <h4>Version</h4><div class="preformat"> 
    701  $Id: pltz.pro 246 2007-05-29 08:57:28Z smasson $ 
     702 $Id: pltz.pro 265 2007-08-24 10:24:46Z smasson $ 
    702703</div> 
    703704          <h4>History</h4><div class="preformat"> 
     
    712713           
    713714           
    714           <h4>Todo items</h4><div class="preformat"> seb L.20 à 26, L.215 à 221 
     715          <h4>Todo items</h4><div class="preformat">  
     716 seb definition of parmaters L.215 à 221 
    715717</div> 
    716718           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/sbar_plot.html

    r249 r290  
    108108         
    109109          <p class="header"> 
    110             sbar_plot<span class="result">, <a href="#_sbar_plot_param_Values">Values</a></span>, <a href="#_sbar_plot_keyword_COLORS">COLORS</a>=<span class="result">integer</span>, <a href="#_sbar_plot_keyword_NOREINITPLT">NOREINITPLT</a>=<span class="result">NOREINITPLT</span>, <a href="#_sbar_plot_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
     110            sbar_plot<span class="result">, <a href="#_sbar_plot_param_values">values</a></span>, <a href="#_sbar_plot_keyword_COLORS">COLORS</a>=<span class="result">integer</span>, <a href="#_sbar_plot_keyword_NOREINITPLT">NOREINITPLT</a>=<span class="result">NOREINITPLT</span>, <a href="#_sbar_plot_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
    111111         
    112112          <div class="comments"> 
     
    119119         
    120120             
    121             <h4 id="_sbar_plot_param_Values">Values&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     121            <h4 id="_sbar_plot_param_values">values&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    122122               
    123123               
     
    202202           
    203203          <h4>Version</h4><div class="preformat"> 
    204  $Id: sbar_plot.pro 237 2007-03-26 15:37:03Z pinsard $ 
     204 $Id: sbar_plot.pro 262 2007-08-21 14:19:32Z pinsard $ 
    205205</div> 
    206206          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DESSINE/tvplus.html

    r249 r290  
    8888 
    8989      <div id="file_comments"> 
    90  Enhanced version of <proidl>tvscl</proidl> 
     90 Enhanced version of <a href="/Applications/rsi/idl_6.3/help/online_help/TVSCL.html">TVSCL</a> 
    9191</div> 
    9292 
     
    349349         
    350350            <div class="comments"> 
    351  Used to pass keywords to <proidl>TV</proidl>, 
    352  <proidl>PLOT</proidl>, 
    353  <a href="../../..//Colors/COLORBAR.html">COLORBAR</a> 
     351 Used to pass keywords to <a href="/Applications/rsi/idl_6.3/help/online_help/TV.html">TV</a>, 
     352 <a href="/Applications/rsi/idl_6.3/help/online_help/PLOT.html">PLOT</a>, 
     353 <a href="../../..//Colors/colorbar.html">colorbar</a> 
    354354</div> 
    355355             
     
    362362           
    363363          <h4>Version</h4><div class="preformat"> 
    364  $Id: tvplus.pro 236 2007-03-21 17:18:44Z pinsard $ 
     364 $Id: tvplus.pro 260 2007-08-20 15:24:57Z pinsard $ 
    365365</div> 
    366366          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/autoscale.html

    r249 r290  
    163163         
    164164          <div class="comments"> 
    165  the contour interval. Use it in <proidl>CONTOUR</proidl> with the  
     165 the contour interval. Use it in <a href="/Applications/rsi/idl_6.3/help/online_help/CONTOUR.html">CONTOUR</a> with the  
    166166 keyword LEVEL. 
    167167</div> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/determineminmax.html

    r249 r290  
    109109         
    110110          <p class="header"> 
    111             determineminmax<span class="result">, <a href="#_determineminmax_param_tab">tab</a>, <a href="#_determineminmax_param_mask">mask</a>, <a href="#_determineminmax_param_vraimin">vraimin</a>, <a href="#_determineminmax_param_vraimax">vraimax</a>, <a href="#_determineminmax_param_glam">glam</a>, <a href="#_determineminmax_param_gphi">gphi</a></span>, <a href="#_determineminmax_keyword_MAXIN">MAXIN</a>=<span class="result">scalar</span>, <a href="#_determineminmax_keyword_MININ">MININ</a>=<span class="result">scalar</span>, <a href="#_determineminmax_keyword_INTERVALLE">INTERVALLE</a>=<span class="result">INTERVALLE</span>, <a href="#_determineminmax_keyword_usetri">usetri</a>=<span class="result">usetri</span>, <a href="#_determineminmax_keyword_ZEROMIDDLE">ZEROMIDDLE</a>=<span class="result">ZEROMIDDLE</span>, <a href="#_determineminmax_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
     111            determineminmax<span class="result">, <a href="#_determineminmax_param_tab">tab</a>, <a href="#_determineminmax_param_mask">mask</a>, <a href="#_determineminmax_param_vraimin">vraimin</a>, <a href="#_determineminmax_param_vraimax">vraimax</a>, <a href="#_determineminmax_param_glam">glam</a>, <a href="#_determineminmax_param_gphi">gphi</a></span>, <a href="#_determineminmax_keyword_MAXIN">MAXIN</a>=<span class="result">scalar</span>, <a href="#_determineminmax_keyword_MININ">MININ</a>=<span class="result">scalar</span>, <a href="#_determineminmax_keyword_INTERVALLE">INTERVALLE</a>=<span class="result">INTERVALLE</span>, <a href="#_determineminmax_keyword_USETRI">USETRI</a>=<span class="result">USETRI</span>, <a href="#_determineminmax_keyword_ZEROMIDDLE">ZEROMIDDLE</a>=<span class="result">ZEROMIDDLE</span>, <a href="#_determineminmax_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
    112112         
    113113          <div class="comments"> 
     
    256256            <div class="comments"></div> 
    257257             
    258             <h4 id="_determineminmax_keyword_usetri">usetri&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     258            <h4 id="_determineminmax_keyword_USETRI">USETRI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    259259               
    260260               
     
    308308           
    309309          <h4>Version</h4><div class="preformat"> 
    310  $Id: determineminmax.pro 232 2007-03-20 16:59:36Z pinsard $ 
     310 $Id: determineminmax.pro 262 2007-08-21 14:19:32Z pinsard $ 
    311311</div> 
    312312          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/directory-overview.html

    r249 r290  
    9090       
    9191        <dt><a href="addaxe.html">addaxe.pro</a></dt> 
    92         <dd>  Add an axis when we do an oblique section in <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltz</pro>,   <pro>pltt</pro>  or <pro>plt1d.html">pltz</pro>,   <pro>pltt</pro>  or <pro>plt1d</a> </dd> 
     92        <dd>  Add an axis when we do an oblique section in <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltz.html">pltz</a>,   <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltt.html">pltt</a>  or <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt1d.html">plt1d</a> </dd> 
    9393       
    9494        <dt><a href="autoscale.html">autoscale.pro</a></dt> 
     
    117117       
    118118        <dt><a href="placecolor.html">placecolor.pro</a></dt> 
    119         <dd>  allows to trace the independently from a graph  By default, trace a color bar of the same type than the one present in   <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt</pro>  and <pro>pltz.html">plt</pro>  and <pro>pltz</a>.</dd> 
     119        <dd>  allows to trace the independently from a graph  By default, trace a color bar of the same type than the one present in   <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>  and <a href="../../..//ToBeReviewed/PLOTS/DESSINE/pltz.html">pltz</a>.</dd> 
    120120       
    121121        <dt><a href="placedessin.html">placedessin.pro</a></dt> 
     
    126126       
    127127        <dt><a href="restoreatt.html">restoreatt.pro</a></dt> 
    128         <dd>  Allows to reattribute global variables associated with a field  when we give a structure created by <a href=".//saveatt.html">saveatt</a> by example.</dd> 
     128        <dd>  Allows to reattribute global variables associated with a field  when we give a structure created by <a href="../../..//ToBeReviewed/PLOTS/DIVERS/saveatt.html">saveatt</a> by example.</dd> 
    129129       
    130130        <dt><a href="rotation.html">rotation.pro</a></dt> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/placedessin.html

    r249 r290  
    109109         
    110110          <p class="header"> 
    111             placedessin<span class="result">, <a href="#_placedessin_param_typedessin">typedessin</a>, <a href="#_placedessin_param_posfenetre">posfenetre</a>, <a href="#_placedessin_param_posbar">posbar</a></span>, <a href="#_placedessin_keyword_BARMARGES">BARMARGES</a>=<span class="result">BARMARGES</span>, <a href="#_placedessin_keyword_NOCOLORBAR">NOCOLORBAR</a>=<span class="result">NOCOLORBAR</span>, <a href="#_placedessin_keyword_NOFILL">NOFILL</a>=<span class="result">NOFILL</span>, <a href="#_placedessin_keyword_COLOR_c">COLOR_c</a>=<span class="result">COLOR_c</span>, <a href="#_placedessin_keyword_CONTOUR">CONTOUR</a>=<span class="result">CONTOUR</span>, <a href="#_placedessin_keyword_VECTEUR">VECTEUR</a>=<span class="result">vector</span>, <a href="#_placedessin_keyword_PORTRAIT">PORTRAIT</a>=<span class="result">PORTRAIT</span>, <a href="#_placedessin_keyword_LANDSCAPE">LANDSCAPE</a>=<span class="result">LANDSCAPE</span>, <a href="#_placedessin_keyword_SMALL">SMALL</a>=<span class="result">SMALL</span>, <a href="#_placedessin_keyword_MARGES">MARGES</a>=<span class="result">MARGES</span>, <a href="#_placedessin_keyword_MAP">MAP</a>=<span class="result">MAP</span>, <a href="#_placedessin_keyword_REMPLI">REMPLI</a>=<span class="result">REMPLI</span>, <a href="#_placedessin_keyword_POST">POST</a>=<span class="result">POST</span>, <a href="#_placedessin_keyword_WINDOW">WINDOW</a>=<span class="result">WINDOW</span>, <a href="#_placedessin_keyword_ENDPOINTS">ENDPOINTS</a>=<span class="result">ENDPOINTS</span>, <a href="#_placedessin_keyword_TYPE">TYPE</a>=<span class="result">TYPE</span>, <a href="#_placedessin_keyword_BASICMARGES">BASICMARGES</a>=<span class="result">BASICMARGES</span>, <a href="#_placedessin_keyword_NOERASE">NOERASE</a>=<span class="result">NOERASE</span>, <a href="#_placedessin_keyword_LCT">LCT</a>=<span class="result">integer</span>, <a href="#_placedessin_keyword_DIREC">DIREC</a>=<span class="result">DIREC</span>, <a href="#_placedessin_keyword_CB_TITLE">CB_TITLE</a>=<span class="result">CB_TITLE</span>, <a href="#_placedessin_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
     111            placedessin<span class="result">, <a href="#_placedessin_param_typedessin">typedessin</a>, <a href="#_placedessin_param_posfenetre">posfenetre</a>, <a href="#_placedessin_param_posbar">posbar</a>[, <a href="#_placedessin_param_dtasize">dtasize</a>]</span>, <a href="#_placedessin_keyword_BARMARGES">BARMARGES</a>=<span class="result">BARMARGES</span>, <a href="#_placedessin_keyword_NOCOLORBAR">NOCOLORBAR</a>=<span class="result">NOCOLORBAR</span>, <a href="#_placedessin_keyword_NOFILL">NOFILL</a>=<span class="result">NOFILL</span>, <a href="#_placedessin_keyword_COLOR_c">COLOR_c</a>=<span class="result">COLOR_c</span>, <a href="#_placedessin_keyword_CONTOUR">CONTOUR</a>=<span class="result">CONTOUR</span>, <a href="#_placedessin_keyword_VECTEUR">VECTEUR</a>=<span class="result">vector</span>, <a href="#_placedessin_keyword_PORTRAIT">PORTRAIT</a>=<span class="result">PORTRAIT</span>, <a href="#_placedessin_keyword_LANDSCAPE">LANDSCAPE</a>=<span class="result">LANDSCAPE</span>, <a href="#_placedessin_keyword_SMALL">SMALL</a>=<span class="result">SMALL</span>, <a href="#_placedessin_keyword_MARGES">MARGES</a>=<span class="result">MARGES</span>, <a href="#_placedessin_keyword_MAP">MAP</a>=<span class="result">MAP</span>, <a href="#_placedessin_keyword_REMPLI">REMPLI</a>=<span class="result">REMPLI</span>, <a href="#_placedessin_keyword_POST">POST</a>=<span class="result">POST</span>, <a href="#_placedessin_keyword_WINDOW">WINDOW</a>=<span class="result">WINDOW</span>, <a href="#_placedessin_keyword_ENDPOINTS">ENDPOINTS</a>=<span class="result">ENDPOINTS</span>, <a href="#_placedessin_keyword_TYPE">TYPE</a>=<span class="result">TYPE</span>, <a href="#_placedessin_keyword_BASICMARGES">BASICMARGES</a>=<span class="result">BASICMARGES</span>, <a href="#_placedessin_keyword_NOERASE">NOERASE</a>=<span class="result">NOERASE</span>, <a href="#_placedessin_keyword_LCT">LCT</a>=<span class="result">integer</span>, <a href="#_placedessin_keyword_DIREC">DIREC</a>=<span class="result">DIREC</span>, <a href="#_placedessin_keyword_CB_TITLE">CB_TITLE</a>=<span class="result">CB_TITLE</span>, <a href="#_placedessin_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
    112112         
    113113          <div class="comments"> 
     
    132132         
    133133          <div class="comments"> 
    134  It specify what procedure is called by <a href=".//PLACEDESSIN.html">PLACEDESSIN</a> :  
     134 It specify what procedure is called by <a href="../../..//ToBeReviewed/PLOTS/DIVERS/placedessin.html">placedessin</a> :  
    135135 'plt', 'pltz' or 'pltt' 
    136136</div> 
     
    168168 Like POSFENETRE but for the color bar. 
    169169 Same comment to position the color bar, !p.position=posbar 
     170</div> 
     171             
     172            <h4 id="_placedessin_param_dtasize">dtasize&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     173              <span class="attr">in</span> 
     174               
     175              <span class="attr">optional</span> 
     176               
     177               
     178              <span class="attr">type:</span> <span class="value">2 elements vector</span> 
     179               
     180               
     181            </h4> 
     182         
     183          <div class="comments"> 
     184 used by pltv to specify the size of the array that wil be plotted 
     185 and therefore the default yxaspect to be used. 
    170186</div> 
    171187             
     
    536552           
    537553          <h4>Version</h4><div class="preformat"> 
    538  $Id: placedessin.pro 237 2007-03-26 15:37:03Z pinsard $ 
     554 $Id: placedessin.pro 259 2007-08-20 14:03:17Z pinsard $ 
    539555</div> 
    540556          <h4>History</h4><div class="preformat"> 
     
    562578          <h3>Statistics</h3> 
    563579          <table class="statistics"> 
    564             <tr><td>McCabe cyclic</td><td>          32</td></tr> 
     580            <tr><td>McCabe cyclic</td><td>          34</td></tr> 
    565581            <tr><td>McCabe essential</td><td>           1</td></tr> 
    566582            <tr><td>McCabe modular design</td><td>           1</td></tr> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/DIVERS/restoreatt.html

    r249 r290  
    8989      <div id="file_comments"> 
    9090 Allows to reattribute global variables associated with a field 
    91  when we give a structure created by <a href=".//saveatt.html">saveatt</a> by example. 
     91 when we give a structure created by <a href="../../..//ToBeReviewed/PLOTS/DIVERS/saveatt.html">saveatt</a> by example. 
    9292</div> 
    9393 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/VECTEUR/velovect.html

    r249 r290  
    112112         
    113113          <p class="header"> 
    114             velovect<span class="result">, <a href="#_velovect_param_U">U</a>, <a href="#_velovect_param_V">V</a>[, <a href="#_velovect_param_X">X</a>][, <a href="#_velovect_param_Y">Y</a>]</span>, <a href="#_velovect_keyword_Missing">Missing</a>=<span class="result">Missing</span>, <a href="#_velovect_keyword_Length">Length</a>=<span class="result">Length</span>, <a href="#_velovect_keyword_Dots">Dots</a>=<span class="result">Dots</span>, <a href="#_velovect_keyword_Color">Color</a>=<span class="result">Color</span>, <a href="#_velovect_keyword_CLIP">CLIP</a>=<span class="result">CLIP</span>, <a href="#_velovect_keyword_NOCLIP">NOCLIP</a>=<span class="result">NOCLIP</span>, <a href="#_velovect_keyword_OVERPLOT">OVERPLOT</a>=<span class="result">OVERPLOT</span>, <a href="#_velovect_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
     114            velovect<span class="result">, <a href="#_velovect_param_u">u</a>, <a href="#_velovect_param_v">v</a>[, <a href="#_velovect_param_x">x</a>][, <a href="#_velovect_param_y">y</a>]</span>, <a href="#_velovect_keyword_MISSING">MISSING</a>=<span class="result">MISSING</span>, <a href="#_velovect_keyword_LENGTH">LENGTH</a>=<span class="result">LENGTH</span>, <a href="#_velovect_keyword_DOTS">DOTS</a>=<span class="result">DOTS</span>, <a href="#_velovect_keyword_COLOR">COLOR</a>=<span class="result">COLOR</span>, <a href="#_velovect_keyword_CLIP">CLIP</a>=<span class="result">CLIP</span>, <a href="#_velovect_keyword_NOCLIP">NOCLIP</a>=<span class="result">NOCLIP</span>, <a href="#_velovect_keyword_OVERPLOT">OVERPLOT</a>=<span class="result">OVERPLOT</span>, <a href="#_velovect_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
    115115         
    116116          <div class="comments"> 
     
    123123         
    124124             
    125             <h4 id="_velovect_param_U">U&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     125            <h4 id="_velovect_param_u">u&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    126126              <span class="attr">in</span> 
    127127               
     
    139139</div> 
    140140             
    141             <h4 id="_velovect_param_V">V&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     141            <h4 id="_velovect_param_v">v&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    142142              <span class="attr">in</span> 
    143143               
     
    162162</div> 
    163163             
    164             <h4 id="_velovect_param_X">X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     164            <h4 id="_velovect_param_x">x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    165165              <span class="attr">in</span> 
    166166               
     
    178178</div> 
    179179             
    180             <h4 id="_velovect_param_Y">Y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     180            <h4 id="_velovect_param_y">y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    181181              <span class="attr">in</span> 
    182182               
     
    201201            <h3>Keywords</h3> 
    202202             
    203             <h4 id="_velovect_keyword_Missing">Missing&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     203            <h4 id="_velovect_keyword_MISSING">MISSING&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    204204               
    205205               
     
    217217</div> 
    218218             
    219             <h4 id="_velovect_keyword_Length">Length&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     219            <h4 id="_velovect_keyword_LENGTH">LENGTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    220220               
    221221               
     
    233233</div> 
    234234             
    235             <h4 id="_velovect_keyword_Dots">Dots&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     235            <h4 id="_velovect_keyword_DOTS">DOTS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    236236               
    237237               
     
    250250</div> 
    251251             
    252             <h4 id="_velovect_keyword_Color">Color&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     252            <h4 id="_velovect_keyword_COLOR">COLOR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    253253               
    254254               
     
    331331           
    332332          <h4>Version</h4><div class="preformat"> 
    333  $Id: velovect.pro 238 2007-03-27 13:43:18Z pinsard $ 
     333 $Id: velovect.pro 262 2007-08-21 14:19:32Z pinsard $ 
    334334</div> 
    335335          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/axe.html

    r249 r290  
    272272           
    273273          <h4>Version</h4><div class="preformat"> 
    274  $Id: axe.pro 231 2007-03-19 17:15:51Z pinsard $ 
     274 $Id: axe.pro 262 2007-08-21 14:19:32Z pinsard $ 
    275275</div> 
    276276          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/plotsym.html

    r249 r290  
    109109         
    110110          <p class="header"> 
    111             <span class="result">result = </span>plotsym(<a href="#_plotsym_keyword_circle">circle</a>=<span class="result">circle</span>, <a href="#_plotsym_keyword_triangle">triangle</a>=<span class="result">triangle</span>, <a href="#_plotsym_keyword_diamond">diamond</a>=<span class="result">diamond</span>, <a href="#_plotsym_keyword_angle">angle</a>=<span class="result">angle</span>, <a href="#_plotsym_keyword_box">box</a>=<span class="result">box</span>, <a href="#_plotsym_keyword_line">line</a>=<span class="result">line</span>, <a href="#_plotsym_keyword_scale">scale</a>=<span class="result">scale</span>, <a href="#_plotsym_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
     111            <span class="result">result = </span>plotsym(<a href="#_plotsym_keyword_CIRCLE">CIRCLE</a>=<span class="result">CIRCLE</span>, <a href="#_plotsym_keyword_TRIANGLE">TRIANGLE</a>=<span class="result">TRIANGLE</span>, <a href="#_plotsym_keyword_DIAMOND">DIAMOND</a>=<span class="result">DIAMOND</span>, <a href="#_plotsym_keyword_ANGLE">ANGLE</a>=<span class="result">ANGLE</span>, <a href="#_plotsym_keyword_BOX">BOX</a>=<span class="result">BOX</span>, <a href="#_plotsym_keyword_LINE">LINE</a>=<span class="result">LINE</span>, <a href="#_plotsym_keyword_SCALE">SCALE</a>=<span class="result">SCALE</span>, <a href="#_plotsym_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
    112112         
    113113          <div class="comments"> 
     
    122122            <h3>Keywords</h3> 
    123123             
    124             <h4 id="_plotsym_keyword_circle">circle&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     124            <h4 id="_plotsym_keyword_CIRCLE">CIRCLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    125125               
    126126               
     
    137137</div> 
    138138             
    139             <h4 id="_plotsym_keyword_triangle">triangle&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     139            <h4 id="_plotsym_keyword_TRIANGLE">TRIANGLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    140140               
    141141               
     
    152152</div> 
    153153             
    154             <h4 id="_plotsym_keyword_diamond">diamond&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     154            <h4 id="_plotsym_keyword_DIAMOND">DIAMOND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    155155               
    156156               
     
    167167</div> 
    168168             
    169             <h4 id="_plotsym_keyword_angle">angle&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     169            <h4 id="_plotsym_keyword_ANGLE">ANGLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    170170               
    171171               
     
    182182</div> 
    183183             
    184             <h4 id="_plotsym_keyword_box">box&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     184            <h4 id="_plotsym_keyword_BOX">BOX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    185185               
    186186               
     
    197197</div> 
    198198             
    199             <h4 id="_plotsym_keyword_line">line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     199            <h4 id="_plotsym_keyword_LINE">LINE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    200200               
    201201               
     
    212212</div> 
    213213             
    214             <h4 id="_plotsym_keyword_scale">scale&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     214            <h4 id="_plotsym_keyword_SCALE">SCALE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    215215               
    216216               
     
    239239         
    240240            <div class="comments"> 
    241  Used to pass keywords to <proidl>usersym</proidl>. 
     241 Used to pass keywords to <a href="/Applications/rsi/idl_6.3/help/online_help/USERSYM.html">USERSYM</a>. 
    242242 These are thick, color and fill. 
    243243</div> 
     
    249249           
    250250          <h4>Version</h4><div class="preformat"> 
    251  $Id: plotsym.pro 232 2007-03-20 16:59:36Z pinsard $ 
     251 $Id: plotsym.pro 262 2007-08-21 14:19:32Z pinsard $ 
    252252</div> 
    253253          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/reinitplt.html

    r249 r290  
    110110         
    111111          <p class="header"> 
    112             reinitplt, <a href="#_reinitplt_keyword_all">all</a>=<span class="result">all</span>, <a href="#_reinitplt_keyword_x">x</a>=<span class="result">x</span>, <a href="#_reinitplt_keyword_y">y</a>=<span class="result">y</span>, <a href="#_reinitplt_keyword_z">z</a>=<span class="result">z</span>, <a href="#_reinitplt_keyword_p">p</a>=<span class="result">p</span>, <a href="#_reinitplt_keyword_invert">invert</a>=<span class="result">invert</span></p> 
     112            reinitplt, <a href="#_reinitplt_keyword_ALL">ALL</a>=<span class="result">ALL</span>, <a href="#_reinitplt_keyword_X">X</a>=<span class="result">X</span>, <a href="#_reinitplt_keyword_Y">Y</a>=<span class="result">Y</span>, <a href="#_reinitplt_keyword_Z">Z</a>=<span class="result">Z</span>, <a href="#_reinitplt_keyword_P">P</a>=<span class="result">P</span>, <a href="#_reinitplt_keyword_INVERT">INVERT</a>=<span class="result">INVERT</span></p> 
    113113         
    114114          <div class="comments"> 
     
    123123            <h3>Keywords</h3> 
    124124             
    125             <h4 id="_reinitplt_keyword_all">all&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     125            <h4 id="_reinitplt_keyword_ALL">ALL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    126126               
    127127               
     
    138138                </div> 
    139139             
    140             <h4 id="_reinitplt_keyword_x">x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    141                
    142                
    143                
    144                
    145                
    146                
    147                
    148                
    149             </h4> 
    150          
    151             <div class="comments"> 
    152  clear the appropriate variable 
    153 </div> 
    154              
    155             <h4 id="_reinitplt_keyword_y">y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     140            <h4 id="_reinitplt_keyword_X">X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     141               
     142               
     143               
     144               
     145               
     146               
     147               
     148               
     149            </h4> 
     150         
     151            <div class="comments"> 
     152 clear the appropriate variable 
     153</div> 
     154             
     155            <h4 id="_reinitplt_keyword_Y">Y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    156156               
    157157               
     
    168168        </div> 
    169169             
    170             <h4 id="_reinitplt_keyword_z">z&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     170            <h4 id="_reinitplt_keyword_Z">Z&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    171171               
    172172               
     
    183183</div> 
    184184             
    185             <h4 id="_reinitplt_keyword_p">p&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     185            <h4 id="_reinitplt_keyword_P">P&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    186186               
    187187               
     
    198198                </div> 
    199199             
    200             <h4 id="_reinitplt_keyword_invert">invert&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     200            <h4 id="_reinitplt_keyword_INVERT">INVERT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    201201               
    202202               
     
    220220           
    221221          <h4>Version</h4><div class="preformat"> 
    222  $Id: reinitplt.pro 231 2007-03-19 17:15:51Z pinsard $ 
     222 $Id: reinitplt.pro 262 2007-08-21 14:19:32Z pinsard $ 
    223223</div> 
    224224          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/style.html

    r249 r290  
    197197           
    198198          <h4>Version</h4><div class="preformat"> 
    199  $Id: style.pro 231 2007-03-19 17:15:51Z pinsard $ 
     199 $Id: style.pro 262 2007-08-21 14:19:32Z pinsard $ 
    200200</div> 
    201201          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/PLOTS/symbols.html

    r249 r290  
    107107         
    108108          <p class="header"> 
    109             symbols<span class="result">, <a href="#_symbols_param_nsym">nsym</a>, <a href="#_symbols_param_scale">scale</a></span>, <a href="#_symbols_keyword_color">color</a>=<span class="result">color</span></p> 
     109            symbols<span class="result">, <a href="#_symbols_param_nsym">nsym</a>, <a href="#_symbols_param_scale">scale</a></span>, <a href="#_symbols_keyword_COLOR">COLOR</a>=<span class="result">COLOR</span></p> 
    110110         
    111111          <div class="comments"> 
     
    173173            <h3>Keywords</h3> 
    174174             
    175             <h4 id="_symbols_keyword_color">color&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     175            <h4 id="_symbols_keyword_COLOR">COLOR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    176176               
    177177               
     
    194194           
    195195          <h4>Version</h4><div class="preformat"> 
    196  $Id: symbols.pro 231 2007-03-19 17:15:51Z pinsard $ 
     196 $Id: symbols.pro 262 2007-08-21 14:19:32Z pinsard $ 
    197197</div> 
    198198          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STATISTICS/a_correlate2d.html

    r249 r290  
    108108        <dl> 
    109109           
    110           <dt><p><a href="#_auto_cov2d"><span class="result">result = </span>auto_cov2d(<span class="result">X, Lag</span>, DOUBLE=<span class="result">DOUBLE</span>, ZERO2NAN=<span class="result">ZERO2NAN</span>)</a></p><dt> 
     110          <dt><p><a href="#_auto_cov2d"><span class="result">result = </span>auto_cov2d(<span class="result">x, lag</span>, DOUBLE=<span class="result">DOUBLE</span>, ZERO2NAN=<span class="result">ZERO2NAN</span>)</a></p><dt> 
    111111          <dd> </dd>     
    112112           
    113           <dt><p><a href="#_a_correlate2d"><span class="result">result = </span>a_correlate2d(<span class="result">X, Lag</span>, Covariance=<span class="result">Covariance</span>, Double=<span class="result">Double</span>)</a></p><dt> 
     113          <dt><p><a href="#_a_correlate2d"><span class="result">result = </span>a_correlate2d(<span class="result">x, lag</span>, COVARIANCE=<span class="result">COVARIANCE</span>, DOUBLE=<span class="result">DOUBLE</span>)</a></p><dt> 
    114114          <dd> </dd>     
    115115                 
     
    128128         
    129129          <p class="header"> 
    130             <span class="result">result = </span>auto_cov2d(<span class="result"><a href="#_auto_cov2d_param_X">X</a>, <a href="#_auto_cov2d_param_Lag">Lag</a></span>, <a href="#_auto_cov2d_keyword_DOUBLE">DOUBLE</a>=<span class="result">DOUBLE</span>, <a href="#_auto_cov2d_keyword_ZERO2NAN">ZERO2NAN</a>=<span class="result">ZERO2NAN</span>)</p> 
     130            <span class="result">result = </span>auto_cov2d(<span class="result"><a href="#_auto_cov2d_param_x">x</a>, <a href="#_auto_cov2d_param_lag">lag</a></span>, <a href="#_auto_cov2d_keyword_DOUBLE">DOUBLE</a>=<span class="result">DOUBLE</span>, <a href="#_auto_cov2d_keyword_ZERO2NAN">ZERO2NAN</a>=<span class="result">ZERO2NAN</span>)</p> 
    131131         
    132132          <div class="comments"> 
     
    139139         
    140140             
    141             <h4 id="_auto_cov2d_param_X">X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     141            <h4 id="_auto_cov2d_param_x">x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    142142              <span class="attr">in</span> 
    143143               
     
    154154</div> 
    155155             
    156             <h4 id="_auto_cov2d_param_Lag">Lag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     156            <h4 id="_auto_cov2d_param_lag">lag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    157157              <span class="attr">in</span> 
    158158               
     
    213213           
    214214          <h4>Version</h4><div class="preformat"> 
    215  $Id: a_correlate2d.pro 242 2007-04-06 08:35:17Z pinsard $ 
     215 $Id: a_correlate2d.pro 262 2007-08-21 14:19:32Z pinsard $ 
    216216</div> 
    217217          <h4>History</h4><div class="preformat"> 
     
    253253         
    254254          <p class="header"> 
    255             <span class="result">result = </span>a_correlate2d(<span class="result"><a href="#_a_correlate2d_param_X">X</a>, <a href="#_a_correlate2d_param_Lag">Lag</a></span>, <a href="#_a_correlate2d_keyword_Covariance">Covariance</a>=<span class="result">Covariance</span>, <a href="#_a_correlate2d_keyword_Double">Double</a>=<span class="result">Double</span>)</p> 
     255            <span class="result">result = </span>a_correlate2d(<span class="result"><a href="#_a_correlate2d_param_x">x</a>, <a href="#_a_correlate2d_param_lag">lag</a></span>, <a href="#_a_correlate2d_keyword_COVARIANCE">COVARIANCE</a>=<span class="result">COVARIANCE</span>, <a href="#_a_correlate2d_keyword_DOUBLE">DOUBLE</a>=<span class="result">DOUBLE</span>)</p> 
    256256         
    257257          <div class="comments"> 
     
    264264         
    265265             
    266             <h4 id="_a_correlate2d_param_X">X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     266            <h4 id="_a_correlate2d_param_x">x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    267267              <span class="attr">in</span> 
    268268               
     
    279279</div> 
    280280             
    281             <h4 id="_a_correlate2d_param_Lag">Lag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     281            <h4 id="_a_correlate2d_param_lag">lag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    282282              <span class="attr">in</span> 
    283283               
     
    303303            <h3>Keywords</h3> 
    304304             
    305             <h4 id="_a_correlate2d_keyword_Covariance">Covariance&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     305            <h4 id="_a_correlate2d_keyword_COVARIANCE">COVARIANCE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    306306               
    307307               
     
    318318</div> 
    319319             
    320             <h4 id="_a_correlate2d_keyword_Double">Double&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     320            <h4 id="_a_correlate2d_keyword_DOUBLE">DOUBLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    321321               
    322322               
     
    339339           
    340340          <h4>Version</h4><div class="preformat"> 
    341  $Id: a_correlate2d.pro 242 2007-04-06 08:35:17Z pinsard $ 
     341 $Id: a_correlate2d.pro 262 2007-08-21 14:19:32Z pinsard $ 
    342342</div> 
    343343          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STATISTICS/a_timecorrelate.html

    r249 r290  
    111111        <dl> 
    112112           
    113           <dt><p><a href="#_timeauto_cov"><span class="result">result = </span>timeauto_cov(<span class="result">X, M, nT</span>, Double=<span class="result">Double</span>, zero2nan=<span class="result">zero2nan</span>)</a></p><dt> 
     113          <dt><p><a href="#_timeauto_cov"><span class="result">result = </span>timeauto_cov(<span class="result">x, m, nt</span>, DOUBLE=<span class="result">DOUBLE</span>, ZERO2NAN=<span class="result">ZERO2NAN</span>)</a></p><dt> 
    114114          <dd> </dd>     
    115115           
    116           <dt><p><a href="#_a_timecorrelate"><span class="result">result = </span>a_timecorrelate(<span class="result">X, Lag</span>, COVARIANCE=<span class="result">COVARIANCE</span>, DOUBLE=<span class="result">DOUBLE</span>)</a></p><dt> 
     116          <dt><p><a href="#_a_timecorrelate"><span class="result">result = </span>a_timecorrelate(<span class="result">x, lag</span>, COVARIANCE=<span class="result">COVARIANCE</span>, DOUBLE=<span class="result">DOUBLE</span>)</a></p><dt> 
    117117          <dd> </dd>     
    118118                 
     
    131131         
    132132          <p class="header"> 
    133             <span class="result">result = </span>timeauto_cov(<span class="result"><a href="#_timeauto_cov_param_X">X</a>, <a href="#_timeauto_cov_param_M">M</a>, <a href="#_timeauto_cov_param_nT">nT</a></span>, <a href="#_timeauto_cov_keyword_Double">Double</a>=<span class="result">Double</span>, <a href="#_timeauto_cov_keyword_zero2nan">zero2nan</a>=<span class="result">zero2nan</span>)</p> 
     133            <span class="result">result = </span>timeauto_cov(<span class="result"><a href="#_timeauto_cov_param_x">x</a>, <a href="#_timeauto_cov_param_m">m</a>, <a href="#_timeauto_cov_param_nt">nt</a></span>, <a href="#_timeauto_cov_keyword_DOUBLE">DOUBLE</a>=<span class="result">DOUBLE</span>, <a href="#_timeauto_cov_keyword_ZERO2NAN">ZERO2NAN</a>=<span class="result">ZERO2NAN</span>)</p> 
    134134         
    135135          <div class="comments"> 
     
    142142         
    143143             
    144             <h4 id="_timeauto_cov_param_X">X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     144            <h4 id="_timeauto_cov_param_x">x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    145145              <span class="attr">in</span> 
    146146               
     
    158158</div> 
    159159             
    160             <h4 id="_timeauto_cov_param_M">M&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    161                
    162                
    163                
    164                
    165                
    166                
    167                
    168                
    169             </h4> 
    170          
    171           <div class="comments"> 
    172 </div> 
    173              
    174             <h4 id="_timeauto_cov_param_nT">nT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     160            <h4 id="_timeauto_cov_param_m">m&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     161               
     162               
     163               
     164               
     165               
     166               
     167               
     168               
     169            </h4> 
     170         
     171          <div class="comments"> 
     172</div> 
     173             
     174            <h4 id="_timeauto_cov_param_nt">nt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    175175               
    176176               
     
    193193            <h3>Keywords</h3> 
    194194             
    195             <h4 id="_timeauto_cov_keyword_Double">Double&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     195            <h4 id="_timeauto_cov_keyword_DOUBLE">DOUBLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    196196               
    197197               
     
    209209</div> 
    210210             
    211             <h4 id="_timeauto_cov_keyword_zero2nan">zero2nan&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     211            <h4 id="_timeauto_cov_keyword_ZERO2NAN">ZERO2NAN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    212212               
    213213               
     
    230230           
    231231          <h4>Version</h4><div class="preformat"> 
    232  $Id: a_timecorrelate.pro 242 2007-04-06 08:35:17Z pinsard $ 
     232 $Id: a_timecorrelate.pro 262 2007-08-21 14:19:32Z pinsard $ 
    233233</div> 
    234234          <h4>History</h4><div class="preformat"> 
     
    268268         
    269269          <p class="header"> 
    270             <span class="result">result = </span>a_timecorrelate(<span class="result"><a href="#_a_timecorrelate_param_X">X</a>, <a href="#_a_timecorrelate_param_Lag">Lag</a></span>, <a href="#_a_timecorrelate_keyword_COVARIANCE">COVARIANCE</a>=<span class="result">COVARIANCE</span>, <a href="#_a_timecorrelate_keyword_DOUBLE">DOUBLE</a>=<span class="result">DOUBLE</span>)</p> 
     270            <span class="result">result = </span>a_timecorrelate(<span class="result"><a href="#_a_timecorrelate_param_x">x</a>, <a href="#_a_timecorrelate_param_lag">lag</a></span>, <a href="#_a_timecorrelate_keyword_COVARIANCE">COVARIANCE</a>=<span class="result">COVARIANCE</span>, <a href="#_a_timecorrelate_keyword_DOUBLE">DOUBLE</a>=<span class="result">DOUBLE</span>)</p> 
    271271         
    272272          <div class="comments"> 
     
    279279         
    280280             
    281             <h4 id="_a_timecorrelate_param_X">X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     281            <h4 id="_a_timecorrelate_param_x">x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    282282              <span class="attr">in</span> 
    283283               
     
    295295</div> 
    296296             
    297             <h4 id="_a_timecorrelate_param_Lag">Lag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     297            <h4 id="_a_timecorrelate_param_lag">lag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    298298              <span class="attr">in</span> 
    299299               
     
    367367           
    368368          <h4>Version</h4><div class="preformat"> 
    369  $Id: a_timecorrelate.pro 242 2007-04-06 08:35:17Z pinsard $ 
     369 $Id: a_timecorrelate.pro 262 2007-08-21 14:19:32Z pinsard $ 
    370370</div> 
    371371          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STATISTICS/c_timecorrelate.html

    r249 r290  
    108108        <dl> 
    109109           
    110           <dt><p><a href="#_timecross_cov"><span class="result">result = </span>timecross_cov(<span class="result">Xd, Yd, M, nT, Ndim</span>, Double=<span class="result">Double</span>, ZERO2NAN=<span class="result">ZERO2NAN</span>)</a></p><dt> 
     110          <dt><p><a href="#_timecross_cov"><span class="result">result = </span>timecross_cov(<span class="result">xd, yd, m, nt, ndim</span>, DOUBLE=<span class="result">DOUBLE</span>, ZERO2NAN=<span class="result">ZERO2NAN</span>)</a></p><dt> 
    111111          <dd> </dd>     
    112112           
    113           <dt><p><a href="#_c_timecorrelate"><span class="result">result = </span>c_timecorrelate(<span class="result">X, Y, Lag</span>, Covariance=<span class="result">Covariance</span>, Double=<span class="result">Double</span>)</a></p><dt> 
     113          <dt><p><a href="#_c_timecorrelate"><span class="result">result = </span>c_timecorrelate(<span class="result">x, y, lag</span>, COVARIANCE=<span class="result">COVARIANCE</span>, DOUBLE=<span class="result">DOUBLE</span>)</a></p><dt> 
    114114          <dd> </dd>     
    115115                 
     
    128128         
    129129          <p class="header"> 
    130             <span class="result">result = </span>timecross_cov(<span class="result"><a href="#_timecross_cov_param_Xd">Xd</a>, <a href="#_timecross_cov_param_Yd">Yd</a>, <a href="#_timecross_cov_param_M">M</a>, <a href="#_timecross_cov_param_nT">nT</a>, <a href="#_timecross_cov_param_Ndim">Ndim</a></span>, <a href="#_timecross_cov_keyword_Double">Double</a>=<span class="result">Double</span>, <a href="#_timecross_cov_keyword_ZERO2NAN">ZERO2NAN</a>=<span class="result">ZERO2NAN</span>)</p> 
     130            <span class="result">result = </span>timecross_cov(<span class="result"><a href="#_timecross_cov_param_xd">xd</a>, <a href="#_timecross_cov_param_yd">yd</a>, <a href="#_timecross_cov_param_m">m</a>, <a href="#_timecross_cov_param_nt">nt</a>, <a href="#_timecross_cov_param_ndim">ndim</a></span>, <a href="#_timecross_cov_keyword_DOUBLE">DOUBLE</a>=<span class="result">DOUBLE</span>, <a href="#_timecross_cov_keyword_ZERO2NAN">ZERO2NAN</a>=<span class="result">ZERO2NAN</span>)</p> 
    131131         
    132132          <div class="comments"> 
     
    139139         
    140140             
    141             <h4 id="_timecross_cov_param_Xd">Xd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    142                
    143                
    144                
    145                
    146                
    147                
    148                
    149                
    150             </h4> 
    151          
    152           <div class="comments"> 
    153 </div> 
    154              
    155             <h4 id="_timecross_cov_param_Yd">Yd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    156                
    157                
    158                
    159                
    160                
    161                
    162                
    163                
    164             </h4> 
    165          
    166           <div class="comments"> 
    167 </div> 
    168              
    169             <h4 id="_timecross_cov_param_M">M&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    170                
    171                
    172                
    173                
    174                
    175                
    176                
    177                
    178             </h4> 
    179          
    180           <div class="comments"> 
    181 </div> 
    182              
    183             <h4 id="_timecross_cov_param_nT">nT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    184                
    185                
    186                
    187                
    188                
    189                
    190                
    191                
    192             </h4> 
    193          
    194           <div class="comments"> 
    195 </div> 
    196              
    197             <h4 id="_timecross_cov_param_Ndim">Ndim&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     141            <h4 id="_timecross_cov_param_xd">xd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     142               
     143               
     144               
     145               
     146               
     147               
     148               
     149               
     150            </h4> 
     151         
     152          <div class="comments"> 
     153</div> 
     154             
     155            <h4 id="_timecross_cov_param_yd">yd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     156               
     157               
     158               
     159               
     160               
     161               
     162               
     163               
     164            </h4> 
     165         
     166          <div class="comments"> 
     167</div> 
     168             
     169            <h4 id="_timecross_cov_param_m">m&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     170               
     171               
     172               
     173               
     174               
     175               
     176               
     177               
     178            </h4> 
     179         
     180          <div class="comments"> 
     181</div> 
     182             
     183            <h4 id="_timecross_cov_param_nt">nt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     184               
     185               
     186               
     187               
     188               
     189               
     190               
     191               
     192            </h4> 
     193         
     194          <div class="comments"> 
     195</div> 
     196             
     197            <h4 id="_timecross_cov_param_ndim">ndim&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    198198               
    199199               
     
    216216            <h3>Keywords</h3> 
    217217             
    218             <h4 id="_timecross_cov_keyword_Double">Double&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     218            <h4 id="_timecross_cov_keyword_DOUBLE">DOUBLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    219219               
    220220               
     
    253253           
    254254          <h4>Version</h4><div class="preformat"> 
    255  $Id: c_timecorrelate.pro 242 2007-04-06 08:35:17Z pinsard $ 
     255 $Id: c_timecorrelate.pro 262 2007-08-21 14:19:32Z pinsard $ 
    256256</div> 
    257257          <h4>History</h4><div class="preformat"> 
     
    291291         
    292292          <p class="header"> 
    293             <span class="result">result = </span>c_timecorrelate(<span class="result"><a href="#_c_timecorrelate_param_X">X</a>, <a href="#_c_timecorrelate_param_Y">Y</a>, <a href="#_c_timecorrelate_param_Lag">Lag</a></span>, <a href="#_c_timecorrelate_keyword_Covariance">Covariance</a>=<span class="result">Covariance</span>, <a href="#_c_timecorrelate_keyword_Double">Double</a>=<span class="result">Double</span>)</p> 
     293            <span class="result">result = </span>c_timecorrelate(<span class="result"><a href="#_c_timecorrelate_param_x">x</a>, <a href="#_c_timecorrelate_param_y">y</a>, <a href="#_c_timecorrelate_param_lag">lag</a></span>, <a href="#_c_timecorrelate_keyword_COVARIANCE">COVARIANCE</a>=<span class="result">COVARIANCE</span>, <a href="#_c_timecorrelate_keyword_DOUBLE">DOUBLE</a>=<span class="result">DOUBLE</span>)</p> 
    294294         
    295295          <div class="comments"> 
     
    302302         
    303303             
    304             <h4 id="_c_timecorrelate_param_X">X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     304            <h4 id="_c_timecorrelate_param_x">x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    305305              <span class="attr">in</span> 
    306306               
     
    318318</div> 
    319319             
    320             <h4 id="_c_timecorrelate_param_Y">Y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     320            <h4 id="_c_timecorrelate_param_y">y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    321321              <span class="attr">in</span> 
    322322               
     
    334334</div> 
    335335             
    336             <h4 id="_c_timecorrelate_param_Lag">Lag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     336            <h4 id="_c_timecorrelate_param_lag">lag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    337337              <span class="attr">in</span> 
    338338               
     
    358358            <h3>Keywords</h3> 
    359359             
    360             <h4 id="_c_timecorrelate_keyword_Covariance">Covariance&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     360            <h4 id="_c_timecorrelate_keyword_COVARIANCE">COVARIANCE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    361361               
    362362               
     
    374374</div> 
    375375             
    376             <h4 id="_c_timecorrelate_keyword_Double">Double&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     376            <h4 id="_c_timecorrelate_keyword_DOUBLE">DOUBLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    377377               
    378378               
     
    408408           
    409409          <h4>Version</h4><div class="preformat"> 
    410  $Id: c_timecorrelate.pro 242 2007-04-06 08:35:17Z pinsard $ 
     410 $Id: c_timecorrelate.pro 262 2007-08-21 14:19:32Z pinsard $ 
    411411</div> 
    412412          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/delchr.html

    r249 r290  
    108108         
    109109          <p class="header"> 
    110             <span class="result">result = </span>delchr(<span class="result"><a href="#_delchr_param_OLD">OLD</a>, <a href="#_delchr_param_C">C</a></span>, <a href="#_delchr_keyword_help">help</a>=<span class="result">help</span>)</p> 
     110            <span class="result">result = </span>delchr(<span class="result"><a href="#_delchr_param_old">old</a>, <a href="#_delchr_param_c">c</a></span>, <a href="#_delchr_keyword_HELP">HELP</a>=<span class="result">HELP</span>)</p> 
    111111         
    112112          <div class="comments"> 
     
    121121         
    122122             
    123             <h4 id="_delchr_param_OLD">OLD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     123            <h4 id="_delchr_param_old">old&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    124124              <span class="attr">in</span> 
    125125               
     
    136136 </div> 
    137137             
    138             <h4 id="_delchr_param_C">C&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     138            <h4 id="_delchr_param_c">c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    139139              <span class="attr">in</span> 
    140140               
     
    158158            <h3>Keywords</h3> 
    159159             
    160             <h4 id="_delchr_keyword_help">help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     160            <h4 id="_delchr_keyword_HELP">HELP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    161161               
    162162               
     
    178178           
    179179          <h4>Version</h4><div class="preformat"> 
    180  $Id: delchr.pro 240 2007-03-28 12:17:24Z pinsard $ 
     180 $Id: delchr.pro 262 2007-08-21 14:19:32Z pinsard $ 
    181181</div> 
    182182          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/getfile.html

    r249 r290  
    107107         
    108108          <p class="header"> 
    109             <span class="result">result = </span>getfile(<span class="result"><a href="#_getfile_param_filein">filein</a></span>, <a href="#_getfile_keyword_error">error</a>=<span class="result">error</span>, <a href="#_getfile_keyword_help">help</a>=<span class="result">help</span>, <a href="#_getfile_keyword_quiet">quiet</a>=<span class="result">quiet</span>, <a href="#_getfile_keyword_lines">lines</a>=<span class="result">lines</span>, <a href="#_getfile_keyword_find">find</a>=<span class="result">find</span>)</p> 
     109            <span class="result">result = </span>getfile(<span class="result"><a href="#_getfile_param_filein">filein</a></span>, <a href="#_getfile_keyword_error">error</a>=<span class="result">error</span>, <a href="#_getfile_keyword_HELP">HELP</a>=<span class="result">HELP</span>, <a href="#_getfile_keyword_QUIET">QUIET</a>=<span class="result">QUIET</span>, <a href="#_getfile_keyword_LINES">LINES</a>=<span class="result">LINES</span>, <a href="#_getfile_keyword_FIND">FIND</a>=<span class="result">FIND</span>)</p> 
    110110         
    111111          <div class="comments"> 
     
    157157</div> 
    158158             
    159             <h4 id="_getfile_keyword_help">help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    160                
    161                
    162                
    163                
    164                
    165                
    166                
    167                
    168             </h4> 
    169          
    170             <div class="comments"> 
    171 </div> 
    172              
    173             <h4 id="_getfile_keyword_quiet">quiet&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     159            <h4 id="_getfile_keyword_HELP">HELP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     160               
     161               
     162               
     163               
     164               
     165               
     166               
     167               
     168            </h4> 
     169         
     170            <div class="comments"> 
     171</div> 
     172             
     173            <h4 id="_getfile_keyword_QUIET">QUIET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    174174               
    175175               
     
    186186</div> 
    187187             
    188             <h4 id="_getfile_keyword_lines">lines&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     188            <h4 id="_getfile_keyword_LINES">LINES&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    189189               
    190190               
     
    203203</div> 
    204204             
    205             <h4 id="_getfile_keyword_find">find&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     205            <h4 id="_getfile_keyword_FIND">FIND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    206206               
    207207               
     
    225225           
    226226          <h4>Version</h4><div class="preformat"> 
    227  $Id: getfile.pro 240 2007-03-28 12:17:24Z pinsard $ 
     227 $Id: getfile.pro 262 2007-08-21 14:19:32Z pinsard $ 
    228228</div> 
    229229          <h4>History</h4><div class="preformat"> 
     
    238238       S. Masson (smasson@lodyc.jussieu.fr) 4 Feb 2002 
    239239       search the file in the all !path directories (use <a href="../..//Utilities/find.html">find</a>) 
    240        when using /find keyword. Use <proidl>spawn</proidl>, 'cat...' for  
     240       when using /find keyword. Use <a href="/Applications/rsi/idl_6.3/help/online_help/SPAWN.html">SPAWN</a>, 'cat...' for  
    241241       unix os. 
    242242 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/getwrd.html

    r249 r290  
    109109         
    110110          <p class="header"> 
    111             <span class="result">result = </span>getwrd(<span class="result"><a href="#_getwrd_param_TXTSTR">TXTSTR</a>, <a href="#_getwrd_param_NTH">NTH</a>[, <a href="#_getwrd_param_MTH">MTH</a>]</span>, <a href="#_getwrd_keyword_help">help</a>=<span class="result">help</span>, <a href="#_getwrd_keyword_location">location</a>=<span class="result">location</span>, <a href="#_getwrd_keyword_delimiter">delimiter</a>=<span class="result">delimiter</span>, <a href="#_getwrd_keyword_notrim">notrim</a>=<span class="result">notrim</span>, <a href="#_getwrd_keyword_last">last</a>=<span class="result">last</span>, <a href="#_getwrd_keyword_nwords">nwords</a>=<span class="result">nwords</span>)</p> 
     111            <span class="result">result = </span>getwrd(<span class="result"><a href="#_getwrd_param_txtstr">txtstr</a>, <a href="#_getwrd_param_nth">nth</a>[, <a href="#_getwrd_param_mth">mth</a>]</span>, <a href="#_getwrd_keyword_HELP">HELP</a>=<span class="result">HELP</span>, <a href="#_getwrd_keyword_LOCATION">LOCATION</a>=<span class="result">LOCATION</span>, <a href="#_getwrd_keyword_DELIMITER">DELIMITER</a>=<span class="result">DELIMITER</span>, <a href="#_getwrd_keyword_NOTRIM">NOTRIM</a>=<span class="result">NOTRIM</span>, <a href="#_getwrd_keyword_LAST">LAST</a>=<span class="result">LAST</span>, <a href="#_getwrd_keyword_NWORDS">NWORDS</a>=<span class="result">NWORDS</span>)</p> 
    112112         
    113113          <div class="comments"> 
     
    122122         
    123123             
    124             <h4 id="_getwrd_param_TXTSTR">TXTSTR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     124            <h4 id="_getwrd_param_txtstr">txtstr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    125125              <span class="attr">in</span> 
    126126               
     
    138138</div> 
    139139             
    140             <h4 id="_getwrd_param_NTH">NTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     140            <h4 id="_getwrd_param_nth">nth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    141141              <span class="attr">in</span> 
    142142               
     
    153153</div> 
    154154             
    155             <h4 id="_getwrd_param_MTH">MTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     155            <h4 id="_getwrd_param_mth">mth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    156156              <span class="attr">in</span> 
    157157               
     
    175175            <h3>Keywords</h3> 
    176176             
    177             <h4 id="_getwrd_keyword_help">help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     177            <h4 id="_getwrd_keyword_HELP">HELP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    178178               
    179179               
     
    188188            <div class="comments"></div> 
    189189             
    190             <h4 id="_getwrd_keyword_location">location&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     190            <h4 id="_getwrd_keyword_LOCATION">LOCATION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    191191               
    192192               
     
    203203</div> 
    204204             
    205             <h4 id="_getwrd_keyword_delimiter">delimiter&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     205            <h4 id="_getwrd_keyword_DELIMITER">DELIMITER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    206206               
    207207               
     
    218218</div> 
    219219             
    220             <h4 id="_getwrd_keyword_notrim">notrim&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     220            <h4 id="_getwrd_keyword_NOTRIM">NOTRIM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    221221               
    222222               
     
    233233</div> 
    234234             
    235             <h4 id="_getwrd_keyword_last">last&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     235            <h4 id="_getwrd_keyword_LAST">LAST&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    236236               
    237237               
     
    250250</div> 
    251251             
    252             <h4 id="_getwrd_keyword_nwords">nwords&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     252            <h4 id="_getwrd_keyword_NWORDS">NWORDS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    253253               
    254254               
     
    271271           
    272272          <h4>Version</h4><div class="preformat"> 
    273  $Id: getwrd.pro 232 2007-03-20 16:59:36Z pinsard $ 
     273 $Id: getwrd.pro 262 2007-08-21 14:19:32Z pinsard $ 
    274274</div> 
    275275          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/isnumber.html

    r249 r290  
    108108         
    109109          <p class="header"> 
    110             <span class="result">result = </span>isnumber(<span class="result"><a href="#_isnumber_param_txt0">txt0</a>, <a href="#_isnumber_param_x">x</a></span>, <a href="#_isnumber_keyword_help">help</a>=<span class="result">help</span>)</p> 
     110            <span class="result">result = </span>isnumber(<span class="result"><a href="#_isnumber_param_txt0">txt0</a>, <a href="#_isnumber_param_x">x</a></span>, <a href="#_isnumber_keyword_HELP">HELP</a>=<span class="result">HELP</span>)</p> 
    111111         
    112112          <div class="comments"> 
     
    163163            <h3>Keywords</h3> 
    164164             
    165             <h4 id="_isnumber_keyword_help">help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     165            <h4 id="_isnumber_keyword_HELP">HELP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    166166               
    167167               
     
    183183           
    184184          <h4>Version</h4><div class="preformat"> 
    185  $Id: isnumber.pro 232 2007-03-20 16:59:36Z pinsard $ 
     185 $Id: isnumber.pro 262 2007-08-21 14:19:32Z pinsard $ 
    186186</div> 
    187187          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/lenstr.html

    r249 r290  
    169169           
    170170          <h4>Todo items</h4><div class="preformat"> seb  
    171  
    172 ;- 
    173171</div> 
    174172           
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/nwrds.html

    r249 r290  
    108108         
    109109          <p class="header"> 
    110             <span class="result">result = </span>nwrds(<span class="result"><a href="#_nwrds_param_txtstr">txtstr</a></span>, <a href="#_nwrds_keyword_help">help</a>=<span class="result">help</span>, <a href="#_nwrds_keyword_delimiter">delimiter</a>=<span class="result">delimiter</span>)</p> 
     110            <span class="result">result = </span>nwrds(<span class="result"><a href="#_nwrds_param_txtstr">txtstr</a></span>, <a href="#_nwrds_keyword_HELP">HELP</a>=<span class="result">HELP</span>, <a href="#_nwrds_keyword_DELIMITER">DELIMITER</a>=<span class="result">DELIMITER</span>)</p> 
    111111         
    112112          <div class="comments"> 
     
    143143            <h3>Keywords</h3> 
    144144             
    145             <h4 id="_nwrds_keyword_help">help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     145            <h4 id="_nwrds_keyword_HELP">HELP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    146146               
    147147               
     
    157157</div> 
    158158             
    159             <h4 id="_nwrds_keyword_delimiter">delimiter&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     159            <h4 id="_nwrds_keyword_DELIMITER">DELIMITER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    160160               
    161161               
     
    178178           
    179179          <h4>Version</h4><div class="preformat"> 
    180  $Id: nwrds.pro 232 2007-03-20 16:59:36Z pinsard $ 
     180 $Id: nwrds.pro 262 2007-08-21 14:19:32Z pinsard $ 
    181181</div> 
    182182          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/putfile.html

    r249 r290  
    108108         
    109109          <p class="header"> 
    110             putfile<span class="result">, <a href="#_putfile_param_file">file</a>, <a href="#_putfile_param_s">s</a></span>, <a href="#_putfile_keyword_error">error</a>=<span class="result">error</span>, <a href="#_putfile_keyword_help">help</a>=<span class="result">help</span></p> 
     110            putfile<span class="result">, <a href="#_putfile_param_file">file</a>, <a href="#_putfile_param_s">s</a></span>, <a href="#_putfile_keyword_ERROR">ERROR</a>=<span class="result">ERROR</span>, <a href="#_putfile_keyword_HELP">HELP</a>=<span class="result">HELP</span></p> 
    111111         
    112112          <div class="comments"> 
     
    156156            <h3>Keywords</h3> 
    157157             
    158             <h4 id="_putfile_keyword_error">error&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     158            <h4 id="_putfile_keyword_ERROR">ERROR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    159159               
    160160               
     
    171171 </div> 
    172172             
    173             <h4 id="_putfile_keyword_help">help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     173            <h4 id="_putfile_keyword_HELP">HELP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    174174               
    175175               
     
    190190           
    191191          <h4>Version</h4><div class="preformat"> 
    192  $Id: putfile.pro 232 2007-03-20 16:59:36Z pinsard $ 
     192 $Id: putfile.pro 262 2007-08-21 14:19:32Z pinsard $ 
    193193</div> 
    194194          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/str_size.html

    r249 r290  
    113113         
    114114          <p class="header"> 
    115             <span class="result">result = </span>str_size(<span class="result"><a href="#_str_size_param_string">string</a>[, <a href="#_str_size_param_targetWidth">targetWidth</a>]</span>, <a href="#_str_size_keyword_INITSIZE">INITSIZE</a>=<span class="result">INITSIZE</span>, <a href="#_str_size_keyword_STEP">STEP</a>=<span class="result">STEP</span>)</p> 
     115            <span class="result">result = </span>str_size(<span class="result"><a href="#_str_size_param_string">string</a>[, <a href="#_str_size_param_targetwidth">targetwidth</a>]</span>, <a href="#_str_size_keyword_INITSIZE">INITSIZE</a>=<span class="result">INITSIZE</span>, <a href="#_str_size_keyword_STEP">STEP</a>=<span class="result">STEP</span>)</p> 
    116116         
    117117          <div class="comments"> 
     
    145145</div> 
    146146             
    147             <h4 id="_str_size_param_targetWidth">targetWidth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     147            <h4 id="_str_size_param_targetwidth">targetwidth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    148148              <span class="attr">in</span> 
    149149               
     
    214214           
    215215          <h4>Version</h4><div class="preformat"> 
    216  $Id: str_size.pro 226 2007-03-16 09:22:26Z pinsard $ 
     216 $Id: str_size.pro 262 2007-08-21 14:19:32Z pinsard $ 
    217217</div> 
    218218          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/string2struct.html

    r249 r290  
    164164           
    165165          <h4>Version</h4><div class="preformat"> 
    166  $Id: string2struct.pro 232 2007-03-20 16:59:36Z pinsard $</div> 
     166 $Id: string2struct.pro 262 2007-08-21 14:19:32Z pinsard $</div> 
    167167          <h4>History</h4><div class="preformat"> 
    168168</div> 
     
    261261           
    262262          <h4>Version</h4><div class="preformat"> 
    263  $Id: string2struct.pro 232 2007-03-20 16:59:36Z pinsard $ 
     263 $Id: string2struct.pro 262 2007-08-21 14:19:32Z pinsard $ 
    264264</div> 
    265265          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/strright.html

    r249 r290  
    165165           
    166166          <h4>Version</h4><div class="preformat"> 
    167  $Id: strright.pro 232 2007-03-20 16:59:36Z pinsard $ 
    168 </div> 
     167 $Id: strright.pro 262 2007-08-21 14:19:32Z pinsard $ 
     168 
     169 Copyright (C) 1997, Martin Schultz, Harvard University 
     170 This software is provided as is without any warranty 
     171 whatsoever. It may be freely used, copied or distributed 
     172 for non-commercial purposes. This copyright notice must be 
     173 kept with any copy of this software. If this software shall 
     174 be used commercially or sold as part of a larger package, 
     175 please contact the author to arrange payment. 
     176 Bugs and comments should be directed to mgs@io.harvard.edu 
     177 with subject "IDL routine strright"</div> 
    169178          <h4>History</h4><div class="preformat"> 
    170179        mgs, 19 Nov 1997: VERSION 1.00 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/strsci.html

    r249 r290  
    110110         
    111111          <p class="header"> 
    112             <span class="result">result = </span>strsci(<span class="result"><a href="#_strsci_param_Data">Data</a></span>, <a href="#_strsci_keyword_Format">Format</a>=<span class="result">Format</span>, <a href="#_strsci_keyword_POT_Only">POT_Only</a>=<span class="result">POT_Only</span>, <a href="#_strsci_keyword_MANTISSA_ONLY">MANTISSA_ONLY</a>=<span class="result">MANTISSA_ONLY</span>, <a href="#_strsci_keyword_SHORT">SHORT</a>=<span class="result">SHORT</span>, <a href="#_strsci_keyword_TRIM">TRIM</a>=<span class="result">TRIM</span>)</p> 
     112            <span class="result">result = </span>strsci(<span class="result"><a href="#_strsci_param_data">data</a></span>, <a href="#_strsci_keyword_FORMAT">FORMAT</a>=<span class="result">FORMAT</span>, <a href="#_strsci_keyword_POT_ONLY">POT_ONLY</a>=<span class="result">POT_ONLY</span>, <a href="#_strsci_keyword_MANTISSA_ONLY">MANTISSA_ONLY</a>=<span class="result">MANTISSA_ONLY</span>, <a href="#_strsci_keyword_SHORT">SHORT</a>=<span class="result">SHORT</span>, <a href="#_strsci_keyword_TRIM">TRIM</a>=<span class="result">TRIM</span>)</p> 
    113113         
    114114          <div class="comments"> 
     
    121121         
    122122             
    123             <h4 id="_strsci_param_Data">Data&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     123            <h4 id="_strsci_param_data">data&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    124124              <span class="attr">in</span> 
    125125               
     
    144144            <h3>Keywords</h3> 
    145145             
    146             <h4 id="_strsci_keyword_Format">Format&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     146            <h4 id="_strsci_keyword_FORMAT">FORMAT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    147147               
    148148               
     
    161161</div> 
    162162             
    163             <h4 id="_strsci_keyword_POT_Only">POT_Only&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     163            <h4 id="_strsci_keyword_POT_ONLY">POT_ONLY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    164164               
    165165               
     
    245245           
    246246          <h4>Version</h4><div class="preformat"> 
    247  $Id: strsci.pro 232 2007-03-20 16:59:36Z pinsard $ 
    248 </div> 
     247 $Id: strsci.pro 262 2007-08-21 14:19:32Z pinsard $ 
     248 
     249 Copyright (C) 1998, 1999 Bob Yantosca and Martin Schultz,  
     250 Harvard University 
     251 This software is provided as is without any warranty 
     252 whatsoever. It may be freely used, copied or distributed 
     253 for non-commercial purposes. This copyright notice must be 
     254 kept with any copy of this software. If this software shall 
     255 be used commercially or sold as part of a larger package, 
     256 please contact the author to arrange payment. 
     257 Bugs and comments should be directed to bmy@io.harvard.edu 
     258 or mgs@io.harvard.edu with subject "IDL routine strsci"</div> 
    249259          <h4>History</h4><div class="preformat"> 
    250260        bmy, 28 May 1998: VERSION 1.00            B 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/strtok.html

    r249 r290  
    203203           
    204204          <h4>Version</h4><div class="preformat"> 
    205  $Id: strtok.pro 232 2007-03-20 16:59:36Z pinsard $ 
     205 $Id: strtok.pro 262 2007-08-21 14:19:32Z pinsard $ 
    206206</div> 
    207207          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRING/strwhere.html

    r249 r290  
    109109         
    110110          <p class="header"> 
    111             <span class="result">result = </span>strwhere(<span class="result"><a href="#_strwhere_param_str">str</a>, <a href="#_strwhere_param_schar">schar</a>, <a href="#_strwhere_param_Count">Count</a></span>)</p> 
     111            <span class="result">result = </span>strwhere(<span class="result"><a href="#_strwhere_param_str">str</a>, <a href="#_strwhere_param_schar">schar</a>, <a href="#_strwhere_param_count">count</a></span>)</p> 
    112112         
    113113          <div class="comments"> 
     
    155155</div> 
    156156             
    157             <h4 id="_strwhere_param_Count">Count&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     157            <h4 id="_strwhere_param_count">count&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    158158               
    159159               
     
    181181           
    182182          <h4>Version</h4><div class="preformat"> 
    183  $Id: strwhere.pro 238 2007-03-27 13:43:18Z pinsard $ 
    184 </div> 
     183 $Id: strwhere.pro 262 2007-08-21 14:19:32Z pinsard $ 
     184 
     185 Copyright (C) 1998, Martin Schultz, Harvard University 
     186 This software is provided as is without any warranty 
     187 whatsoever. It may be freely used, copied or distributed 
     188 for non-commercial purposes. This copyright notice must be 
     189 kept with any copy of this software. If this software shall 
     190 be used commercially or sold as part of a larger package, 
     191 please contact the author to arrange payment. 
     192 Bugs and comments should be directed to mgs@io.harvard.edu 
     193 with subject "IDL routine strwhere"</div> 
    185194          <h4>History</h4><div class="preformat"> 
    186195        mgs, 02 Jun 1998: VERSION 1.00 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRUCTURE/chkstru.html

    r249 r290  
    110110         
    111111          <p class="header"> 
    112             <span class="result">result = </span>chkstru(<span class="result"><a href="#_chkstru_param_structure">structure</a>, <a href="#_chkstru_param_fields">fields</a></span>, <a href="#_chkstru_keyword_index">index</a>=<span class="result">string</span>, <a href="#_chkstru_keyword_verbose">verbose</a>=<span class="result">verbose</span>, <a href="#_chkstru_keyword_extract">extract</a>=<span class="result">extract</span>)</p> 
     112            <span class="result">result = </span>chkstru(<span class="result"><a href="#_chkstru_param_structure">structure</a>, <a href="#_chkstru_param_fields">fields</a></span>, <a href="#_chkstru_keyword_INDEX">INDEX</a>=<span class="result">string</span>, <a href="#_chkstru_keyword_VERBOSE">VERBOSE</a>=<span class="result">VERBOSE</span>, <a href="#_chkstru_keyword_EXTRACT">EXTRACT</a>=<span class="result">EXTRACT</span>)</p> 
    113113         
    114114          <div class="comments"></div> 
     
    163163            <h3>Keywords</h3> 
    164164             
    165             <h4 id="_chkstru_keyword_index">index&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     165            <h4 id="_chkstru_keyword_INDEX">INDEX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    166166               
    167167               
     
    182182</div> 
    183183             
    184             <h4 id="_chkstru_keyword_verbose">verbose&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     184            <h4 id="_chkstru_keyword_VERBOSE">VERBOSE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    185185               
    186186               
     
    198198</div> 
    199199             
    200             <h4 id="_chkstru_keyword_extract">extract&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     200            <h4 id="_chkstru_keyword_EXTRACT">EXTRACT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    201201               
    202202               
     
    229229           
    230230          <h4>Version</h4><div class="preformat"> 
    231  $Id: chkstru.pro 232 2007-03-20 16:59:36Z pinsard $ 
    232 </div> 
     231 $Id: chkstru.pro 262 2007-08-21 14:19:32Z pinsard $ 
     232 
     233 Copyright (C) 1998, Martin Schultz, Harvard University 
     234 This software is provided as is without any warranty 
     235 whatsoever. It may be freely used, copied or distributed 
     236 for non-commercial purposes. This copyright notice must be 
     237 kept with any copy of this software. If this software shall 
     238 be used commercially or sold as part of a larger package, 
     239 please contact the author to arrange payment. 
     240 Bugs and comments should be directed to mgs@io.harvard.edu 
     241 with subject "IDL routine chkstru"</div> 
    233242          <h4>History</h4><div class="preformat"> 
    234243        mgs, 02 Mar 1998: VERSION 1.00 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/STRUCTURE/where_tag.html

    r249 r290  
    265265           
    266266          <h4>Version</h4><div class="preformat"> 
    267  $Id: where_tag.pro 232 2007-03-20 16:59:36Z pinsard $ 
     267 $Id: where_tag.pro 262 2007-08-21 14:19:32Z pinsard $ 
    268268 </div> 
    269269          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/TRIANGULATION/ciseauxtri.html

    r249 r290  
    192192           
    193193          <h4>Version</h4><div class="preformat"> 
    194  $Id: ciseauxtri.pro 231 2007-03-19 17:15:51Z pinsard $ 
     194 $Id: ciseauxtri.pro 262 2007-08-21 14:19:32Z pinsard $ 
    195195</div> 
    196196          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/TRIANGULATION/completecointerre.html

    r249 r290  
    289289            <div class="comments"> 
    290290 To obtain the array of "ascending land corner" 
    291  to be treated with <a href=".//completecointerre.html">completecointerre</a> in the variable array 
     291 to be treated with <a href="../..//ToBeReviewed/TRIANGULATION/completecointerre.html">completecointerre</a> in the variable array 
    292292 instead of make it pass by the global variable twin_corners_up. 
    293293</div> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/TRIANGULATION/definetri.html

    r249 r290  
    8888 
    8989      <div id="file_comments"> 
    90  Define a triangulation array like <proidl>TRIANGULATE</proidl>. 
     90 Define a triangulation array like <a href="/Applications/rsi/idl_6.3/help/online_help/TRIANGULATE.html">TRIANGULATE</a>. 
    9191         But in a VERY SIMPLE CASE: 
    9292 the points are regulary-gridded on nx*ny array. 
     
    231231           
    232232          <h4>Version</h4><div class="preformat"> 
    233  $Id: definetri.pro 232 2007-03-20 16:59:36Z pinsard $</div> 
     233 $Id: definetri.pro 262 2007-08-21 14:19:32Z pinsard $</div> 
    234234          <h4>History</h4><div class="preformat"> 
    235235 sebastien Masson (smlod@ipsl.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/TRIANGULATION/definetri_e.html

    r249 r290  
    9090 
    9191 
    92  Define a triangulation array like <proidl>TRIANGULATE</proidl> but for a 
     92 Define a triangulation array like <a href="/Applications/rsi/idl_6.3/help/online_help/TRIANGULATE.html">TRIANGULATE</a> but for a 
    9393 E-grid type 
    9494</div> 
     
    192192           
    193193          <h4>Version</h4><div class="preformat"> 
    194  $Id: definetri_e.pro 232 2007-03-20 16:59:36Z pinsard $</div> 
     194 $Id: definetri_e.pro 262 2007-08-21 14:19:32Z pinsard $</div> 
    195195          <h4>History</h4><div class="preformat"> 
    196196</div> 
     
    237237          <h3>Return value</h3><div class="preformat"> 
    238238 Triangles is a 2d array and is dimensions are 3 and (nx-1)*(ny-1). 
    239  Triangles is defined like in the <proidl>TRIANGULATE</proidl> procedure. 
     239 Triangles is defined like in the <a href="/Applications/rsi/idl_6.3/help/online_help/TRIANGULATE.html">TRIANGULATE</a> procedure. 
    240240</div> 
    241241 
     
    321321           
    322322          <h4>Version</h4><div class="preformat"> 
    323  $Id: definetri_e.pro 232 2007-03-20 16:59:36Z pinsard $ 
     323 $Id: definetri_e.pro 262 2007-08-21 14:19:32Z pinsard $ 
    324324</div> 
    325325          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/TRIANGULATION/dessinetri.html

    r249 r290  
    132132         
    133133          <div class="comments"> 
    134  Array which define the triangulation (provided by <a href=".//triangule.html">triangule</a> or 
    135  <proidl>triangulate</proidl>) 
     134 Array which define the triangulation (provided by <a href="../..//ToBeReviewed/TRIANGULATION/triangule.html">triangule</a> or 
     135 <a href="/Applications/rsi/idl_6.3/help/online_help/TRIANGULATE.html">TRIANGULATE</a>) 
    136136</div> 
    137137             
     
    255255           
    256256          <h4>Version</h4><div class="preformat"> 
    257  $Id: dessinetri.pro 232 2007-03-20 16:59:36Z pinsard $ 
     257 $Id: dessinetri.pro 260 2007-08-20 15:24:57Z pinsard $ 
    258258</div> 
    259259          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/TRIANGULATION/directory-overview.html

    r249 r290  
    9696       
    9797        <dt><a href="definetri.html">definetri.pro</a></dt> 
    98         <dd>  Define a triangulation array like <proidl>TRIANGULATE</proidl>.</dd> 
     98        <dd>  Define a triangulation array like <a href="/Applications/rsi/idl_6.3/help/online_help/TRIANGULATE.html">TRIANGULATE</a>.</dd> 
    9999       
    100100        <dt><a href="definetri_e.html">definetri_e.pro</a></dt> 
    101         <dd>    Define a triangulation array like <proidl>TRIANGULATE</proidl> but for a  E-grid type </dd> 
     101        <dd>    Define a triangulation array like <a href="/Applications/rsi/idl_6.3/help/online_help/TRIANGULATE.html">TRIANGULATE</a> but for a  E-grid type </dd> 
    102102       
    103103        <dt><a href="dessinetri.html">dessinetri.pro</a></dt> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/TRIANGULATION/drawcoast_e.html

    r249 r290  
    107107         
    108108          <p class="header"> 
    109             drawcoast_e<span class="result">, <a href="#_drawcoast_e_param_mask">mask</a>, <a href="#_drawcoast_e_param_xf">xf</a>, <a href="#_drawcoast_e_param_yf">yf</a>, <a href="#_drawcoast_e_param_nx">nx</a>, <a href="#_drawcoast_e_param_ny">ny</a></span>, <a href="#_drawcoast_e_keyword_COAST_COLOR">COAST_COLOR</a>=<span class="result">COAST_COLOR</span>, <a href="#_drawcoast_e_keyword_COAST_THICK">COAST_THICK</a>=<span class="result">COAST_THICK</span>, <a href="#_drawcoast_e_keyword_YSEUIL">YSEUIL</a>=<span class="result">YSEUIL</span>, <a href="#_drawcoast_e_keyword_XSEUIL">XSEUIL</a>=<span class="result">XSEUIL</span>, <a href="#_drawcoast_e_keyword_onemore">onemore</a>=<span class="result">onemore</span>, <a href="#_drawcoast_e_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
     109            drawcoast_e<span class="result">, <a href="#_drawcoast_e_param_mask">mask</a>, <a href="#_drawcoast_e_param_xf">xf</a>, <a href="#_drawcoast_e_param_yf">yf</a>, <a href="#_drawcoast_e_param_nx">nx</a>, <a href="#_drawcoast_e_param_ny">ny</a></span>, <a href="#_drawcoast_e_keyword_COAST_COLOR">COAST_COLOR</a>=<span class="result">COAST_COLOR</span>, <a href="#_drawcoast_e_keyword_COAST_THICK">COAST_THICK</a>=<span class="result">COAST_THICK</span>, <a href="#_drawcoast_e_keyword_YSEUIL">YSEUIL</a>=<span class="result">YSEUIL</span>, <a href="#_drawcoast_e_keyword_XSEUIL">XSEUIL</a>=<span class="result">XSEUIL</span>, <a href="#_drawcoast_e_keyword_ONEMORE">ONEMORE</a>=<span class="result">ONEMORE</span>, <a href="#_drawcoast_e_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
    110110         
    111111          <div class="comments"></div> 
     
    260260</div> 
    261261             
    262             <h4 id="_drawcoast_e_keyword_onemore">onemore&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     262            <h4 id="_drawcoast_e_keyword_ONEMORE">ONEMORE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    263263               
    264264               
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/TRIANGULATION/triangule_e.html

    r249 r290  
    157157            <div class="comments"> 
    158158 To obtain the array of "ascending land corner" to be treated with 
    159  <a href=".//completecointerre.html">completecointerre</a> in the variable array instead of make it pass  
     159 <a href="../..//ToBeReviewed/TRIANGULATION/completecointerre.html">completecointerre</a> in the variable array instead of make it pass  
    160160 by the global variable twin_corners_up. 
    161161</div> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildcmd.html

    r249 r290  
    159159   5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
    160160   6 elements: The extraction is made on Boxzoom 
    161  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     161 Where lon1, lon2,lat1,lat2 are global variables defined at the last  
     162 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    162163</div> 
    163164             
     
    182183           
    183184          <h4>Version</h4><div class="preformat"> 
    184  $Id: buildcmd.pro 231 2007-03-19 17:15:51Z pinsard $ 
     185 $Id: buildcmd.pro 262 2007-08-21 14:19:32Z pinsard $ 
    185186</div> 
    186187          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd.html

    r249 r290  
    199199   5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
    200200   6 elements: The extraction is made on Boxzoom 
    201  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     201 Where lon1, lon2,lat1,lat2 are global variables defined at the last  
     202 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    202203</div> 
    203204             
     
    236237           
    237238          <h4>Version</h4><div class="preformat"> 
    238  $Id: buildreadcmd.pro 231 2007-03-19 17:15:51Z pinsard $ 
     239 $Id: buildreadcmd.pro 279 2007-09-07 13:40:51Z smasson $ 
    239240</div> 
    240241          <h4>History</h4><div class="preformat"> 
     
    263264          <h3>Statistics</h3> 
    264265          <table class="statistics"> 
    265             <tr><td>McCabe cyclic</td><td>          22</td></tr> 
     266            <tr><td>McCabe cyclic</td><td>          24</td></tr> 
    266267            <tr><td>McCabe essential</td><td>           1</td></tr> 
    267268            <tr><td>McCabe modular design</td><td>           1</td></tr> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefield.html

    r249 r290  
    174174   5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
    175175   6 elements: The extraction is made on Boxzoom 
    176  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     176 Where lon1, lon2,lat1,lat2 are global variables defined at the last  
     177 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    177178</div> 
    178179             
     
    184185           
    185186          <h4>Version</h4><div class="preformat"> 
    186  $Id: changefield.pro 231 2007-03-19 17:15:51Z pinsard $ 
     187 $Id: changefield.pro 262 2007-08-21 14:19:32Z pinsard $ 
    187188</div> 
    188189          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefile.html

    r249 r290  
    174174   5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
    175175   6 elements: The extraction is made on Boxzoom 
    176  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     176 Where lon1, lon2,lat1,lat2 are global variables defined at the last  
     177 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    177178</div> 
    178179             
     
    226227           
    227228          <h4>Version</h4><div class="preformat"> 
    228  $Id: changefile.pro 231 2007-03-19 17:15:51Z pinsard $ 
     229 $Id: changefile.pro 262 2007-08-21 14:19:32Z pinsard $ 
    229230</div> 
    230231          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.html

    r249 r290  
    168168           
    169169          <h4>Version</h4><div class="preformat"> 
    170  $Id: createhistory.pro 231 2007-03-19 17:15:51Z pinsard $ 
     170 $Id: createhistory.pro 262 2007-08-21 14:19:32Z pinsard $ 
    171171</div> 
    172172          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/doubleclickaction.html

    r249 r290  
    143143           
    144144          <h4>Version</h4><div class="preformat"> 
    145  $Id: doubleclickaction.pro 231 2007-03-19 17:15:51Z pinsard $ 
     145 $Id: doubleclickaction.pro 262 2007-08-21 14:19:32Z pinsard $ 
    146146</div> 
    147147          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/loadgrid.html

    r249 r290  
    162162           
    163163          <h4>Version</h4><div class="preformat"> 
    164  $Id: loadgrid.pro 232 2007-03-20 16:59:36Z pinsard $ 
     164 $Id: loadgrid.pro 285 2007-09-14 11:05:09Z smasson $ 
    165165</div> 
    166166          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/read_vermair.html

    r249 r290  
    216216   5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
    217217   6 elements: The extraction is made on Boxzoom 
    218  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     218 Where lon1, lon2,lat1,lat2 are global variables defined at the last  
     219 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    219220</div> 
    220221             
     
    241242           
    242243          <h4>Version</h4><div class="preformat"> 
    243  $Id: read_vermair.pro 231 2007-03-19 17:15:51Z pinsard $ 
     244 $Id: read_vermair.pro 254 2007-06-26 15:58:20Z pinsard $ 
    244245</div> 
    245246          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.html

    r249 r290  
    167167         
    168168            <div class="comments"> 
    169  Used to pass keywords to <a href="../../..//Utilities/isafile.html">isafile</a>  
    170  and <a href="../../..//ReadWrite/ncdf_getaxis.html">ncdf_getaxis</a> 
     169 Used to pass keywords to <a href="../../..//Utilities/isafile.html">isafile</a>,  
     170 <a href="../../..//ReadWrite/ncdf_getaxis.html">ncdf_getaxis</a> and <a href="../../..//ReadWrite/ncdf_gettime.html">ncdf_gettime</a> 
    171171</div> 
    172172             
     
    178178           
    179179          <h4>Version</h4><div class="preformat"> 
    180  $Id: scanfile.pro 238 2007-03-27 13:43:18Z pinsard $ 
     180 $Id: scanfile.pro 271 2007-08-30 12:44:23Z smasson $ 
    181181</div> 
    182182          <h4>History</h4><div class="preformat"> 
     
    204204          <h3>Statistics</h3> 
    205205          <table class="statistics"> 
    206             <tr><td>McCabe cyclic</td><td>          51</td></tr> 
     206            <tr><td>McCabe cyclic</td><td>          24</td></tr> 
    207207            <tr><td>McCabe essential</td><td>           1</td></tr> 
    208208            <tr><td>McCabe modular design</td><td>           1</td></tr> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.html

    r249 r290  
    159159           
    160160          <h4>Version</h4><div class="preformat"> 
    161  $Id: selectfile.pro 243 2007-04-12 08:52:32Z smasson $ 
     161 $Id: selectfile.pro 285 2007-09-14 11:05:09Z smasson $ 
    162162</div> 
    163163          <h4>History</h4><div class="preformat"> 
     
    284284           
    285285          <h4>Version</h4><div class="preformat"> 
    286  $Id: selectfile.pro 243 2007-04-12 08:52:32Z smasson $ 
     286 $Id: selectfile.pro 285 2007-09-14 11:05:09Z smasson $ 
    287287</div> 
    288288          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/tracecadre.html

    r249 r290  
    109109         
    110110          <p class="header"> 
    111             tracecadre<span class="result">, <a href="#_tracecadre_param_small">small</a></span>, <a href="#_tracecadre_keyword_out">out</a>=<span class="result">out</span>, <a href="#_tracecadre_keyword_erase">erase</a>=<span class="result">erase</span>, <a href="#_tracecadre_keyword_fill">fill</a>=<span class="result">fill</span></p> 
     111            tracecadre<span class="result">, <a href="#_tracecadre_param_small">small</a></span>, <a href="#_tracecadre_keyword_OUT">OUT</a>=<span class="result">OUT</span>, <a href="#_tracecadre_keyword_ERASE">ERASE</a>=<span class="result">ERASE</span>, <a href="#_tracecadre_keyword_FILL">FILL</a>=<span class="result">FILL</span></p> 
    112112         
    113113          <div class="comments"> 
     
    142142            <h3>Keywords</h3> 
    143143             
    144             <h4 id="_tracecadre_keyword_out">out&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     144            <h4 id="_tracecadre_keyword_OUT">OUT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    145145               
    146146               
     
    156156</div> 
    157157             
    158             <h4 id="_tracecadre_keyword_erase">erase&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     158            <h4 id="_tracecadre_keyword_ERASE">ERASE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    159159               
    160160               
     
    170170</div> 
    171171             
    172             <h4 id="_tracecadre_keyword_fill">fill&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     172            <h4 id="_tracecadre_keyword_FILL">FILL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    173173               
    174174               
     
    191191           
    192192          <h4>Version</h4><div class="preformat"> 
    193  $Id: tracecadre.pro 231 2007-03-19 17:15:51Z pinsard $ 
     193 $Id: tracecadre.pro 262 2007-08-21 14:19:32Z pinsard $ 
    194194</div> 
    195195          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/xxxmenubar_event.html

    r249 r290  
    143143           
    144144          <h4>Version</h4><div class="preformat"> 
    145  $Id: xxxmenubar_event.pro 231 2007-03-19 17:15:51Z pinsard $ 
     145 $Id: xxxmenubar_event.pro 267 2007-08-24 12:42:30Z pinsard $ 
    146146</div> 
    147147          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html

    r249 r290  
    197197           
    198198          <h4>Version</h4><div class="preformat"> 
    199  $Id: cw_bgroup.pro 242 2007-04-06 08:35:17Z pinsard $</div> 
     199 $Id: cw_bgroup.pro 262 2007-08-21 14:19:32Z pinsard $</div> 
    200200          <h4>History</h4><div class="preformat"> 
    201201</div> 
     
    286286           
    287287          <h4>Version</h4><div class="preformat"> 
    288  $Id: cw_bgroup.pro 242 2007-04-06 08:35:17Z pinsard $</div> 
     288 $Id: cw_bgroup.pro 262 2007-08-21 14:19:32Z pinsard $</div> 
    289289          <h4>History</h4><div class="preformat"> 
    290290</div> 
     
    360360           
    361361          <h4>Version</h4><div class="preformat"> 
    362  $Id: cw_bgroup.pro 242 2007-04-06 08:35:17Z pinsard $</div> 
     362 $Id: cw_bgroup.pro 262 2007-08-21 14:19:32Z pinsard $</div> 
    363363          <h4>History</h4><div class="preformat"> 
    364364</div> 
     
    928928           
    929929          <h4>Version</h4><div class="preformat"> 
    930  $Id: cw_bgroup.pro 242 2007-04-06 08:35:17Z pinsard $ 
     930 $Id: cw_bgroup.pro 262 2007-08-21 14:19:32Z pinsard $ 
    931931</div> 
    932932          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html

    r249 r290  
    132132          <dd></dd>      
    133133           
    134           <dt><p><a href="#_move">move<span class="result">, event, casename</span></a></p><dt> 
     134          <dt><p><a href="#_cw_cal_move">cw_cal_move<span class="result">, event, casename</span></a></p><dt> 
    135135          <dd></dd>      
    136136           
     
    206206           
    207207          <h4>Version</h4><div class="preformat"> 
    208  $Id: cw_calendar.pro 232 2007-03-20 16:59:36Z pinsard $</div> 
     208 $Id: cw_calendar.pro 279 2007-09-07 13:40:51Z smasson $</div> 
    209209          <h4>History</h4><div class="preformat"> 
    210210</div> 
     
    281281           
    282282          <h4>Version</h4><div class="preformat"> 
    283  $Id: cw_calendar.pro 232 2007-03-20 16:59:36Z pinsard $</div> 
     283 $Id: cw_calendar.pro 279 2007-09-07 13:40:51Z smasson $</div> 
    284284          <h4>History</h4><div class="preformat"> 
    285285</div> 
     
    371371           
    372372          <h4>Version</h4><div class="preformat"> 
    373  $Id: cw_calendar.pro 232 2007-03-20 16:59:36Z pinsard $</div> 
     373 $Id: cw_calendar.pro 279 2007-09-07 13:40:51Z smasson $</div> 
    374374          <h4>History</h4><div class="preformat"> 
    375375</div> 
     
    476476           
    477477          <h4>Version</h4><div class="preformat"> 
    478  $Id: cw_calendar.pro 232 2007-03-20 16:59:36Z pinsard $</div> 
     478 $Id: cw_calendar.pro 279 2007-09-07 13:40:51Z smasson $</div> 
    479479          <h4>History</h4><div class="preformat"> 
    480480</div> 
     
    485485           
    486486           
    487           <h4>Restrictions</h4><div class="preformat"> 
     487          <h4>Restrictions</h4><div class="preformat">< 
    488488</div> 
    489489         
     
    499499          <h3>Statistics</h3> 
    500500          <table class="statistics"> 
    501             <tr><td>McCabe cyclic</td><td>          14</td></tr> 
     501            <tr><td>McCabe cyclic</td><td>          15</td></tr> 
    502502            <tr><td>McCabe essential</td><td>           1</td></tr> 
    503503            <tr><td>McCabe modular design</td><td>           1</td></tr> 
     
    508508         
    509509 
    510         <div class="routine_details" id="_move"> 
    511  
    512           <h2><a class="top" href="#container">top</a>move <span class="categories"> 
     510        <div class="routine_details" id="_cw_cal_move"> 
     511 
     512          <h2><a class="top" href="#container">top</a>cw_cal_move <span class="categories"> 
    513513 Compound widget 
    514514</span></h2> 
    515515         
    516516          <p class="header"> 
    517             move<span class="result">, <a href="#_move_param_event">event</a>, <a href="#_move_param_casename">casename</a></span></p> 
     517            cw_cal_move<span class="result">, <a href="#_cw_cal_move_param_event">event</a>, <a href="#_cw_cal_move_param_casename">casename</a></span></p> 
    518518         
    519519          <div class="comments"></div> 
     
    526526         
    527527             
    528             <h4 id="_move_param_event">event&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    529                
    530                
    531                
    532                
    533                
    534                
    535                
    536                
    537             </h4> 
    538          
    539           <div class="comments"> 
    540  
    541 </div> 
    542              
    543             <h4 id="_move_param_casename">casename&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     528            <h4 id="_cw_cal_move_param_event">event&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     529               
     530               
     531               
     532               
     533               
     534               
     535               
     536               
     537            </h4> 
     538         
     539          <div class="comments"> 
     540 
     541</div> 
     542             
     543            <h4 id="_cw_cal_move_param_casename">casename&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    544544               
    545545               
     
    566566           
    567567          <h4>Version</h4><div class="preformat"> 
    568  $Id: cw_calendar.pro 232 2007-03-20 16:59:36Z pinsard $</div> 
     568 $Id: cw_calendar.pro 279 2007-09-07 13:40:51Z smasson $</div> 
    569569          <h4>History</h4><div class="preformat"> 
    570570</div> 
     
    641641           
    642642          <h4>Version</h4><div class="preformat"> 
    643  $Id: cw_calendar.pro 232 2007-03-20 16:59:36Z pinsard $</div> 
     643 $Id: cw_calendar.pro 279 2007-09-07 13:40:51Z smasson $</div> 
    644644          <h4>History</h4><div class="preformat"> 
    645645</div> 
     
    822822           
    823823          <h4>Version</h4><div class="preformat"> 
    824  $Id: cw_calendar.pro 232 2007-03-20 16:59:36Z pinsard $ 
     824 $Id: cw_calendar.pro 279 2007-09-07 13:40:51Z smasson $ 
    825825</div> 
    826826          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html

    r249 r290  
    186186           
    187187          <h4>Version</h4><div class="preformat"> 
    188  $Id: cw_domain.pro 232 2007-03-20 16:59:36Z pinsard $</div> 
     188 $Id: cw_domain.pro 254 2007-06-26 15:58:20Z pinsard $</div> 
    189189          <h4>History</h4><div class="preformat"> 
    190190</div> 
     
    261261           
    262262          <h4>Version</h4><div class="preformat"> 
    263  $Id: cw_domain.pro 232 2007-03-20 16:59:36Z pinsard $</div> 
     263 $Id: cw_domain.pro 254 2007-06-26 15:58:20Z pinsard $</div> 
    264264          <h4>History</h4><div class="preformat"> 
    265265</div> 
     
    336336           
    337337          <h4>Version</h4><div class="preformat"> 
    338  $Id: cw_domain.pro 232 2007-03-20 16:59:36Z pinsard $</div> 
     338 $Id: cw_domain.pro 254 2007-06-26 15:58:20Z pinsard $</div> 
    339339          <h4>History</h4><div class="preformat"> 
    340340</div> 
     
    428428   5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
    429429   6 elements: The extraction is made on Boxzoom 
    430  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     430 Where lon1, lon2,lat1,lat2 are global variables defined at the last  
     431 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a>! 
    431432</div> 
    432433             
     
    511512           
    512513          <h4>Version</h4><div class="preformat"> 
    513  $Id: cw_domain.pro 232 2007-03-20 16:59:36Z pinsard $ 
     514 $Id: cw_domain.pro 254 2007-06-26 15:58:20Z pinsard $ 
    514515</div> 
    515516          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.html

    r249 r290  
    113113          <dd> </dd>     
    114114           
    115           <dt><p><a href="#_cw_slide_slice"><span class="result">result = </span>cw_slide_slice(<span class="result">parent</span>, boxzoom=<span class="result">boxzoom</span>, UVALUE=<span class="result">UVALUE</span>, UNAME=<span class="result">UNAME</span>, FRAME=<span class="result">FRAME</span>, ROW=<span class="result">ROW</span>, COLUMN=<span class="result">COLUMN</span>, _EXTRA=<span class="result">_EXTRA</span>)</a></p><dt> 
     115          <dt><p><a href="#_cw_slide_slice"><span class="result">result = </span>cw_slide_slice(<span class="result">parent</span>, BOXZOOM=<span class="result">BOXZOOM</span>, UVALUE=<span class="result">UVALUE</span>, UNAME=<span class="result">UNAME</span>, FRAME=<span class="result">FRAME</span>, ROW=<span class="result">ROW</span>, COLUMN=<span class="result">COLUMN</span>, _EXTRA=<span class="result">_EXTRA</span>)</a></p><dt> 
    116116          <dd> </dd>     
    117117                 
     
    181181           
    182182          <h4>Version</h4><div class="preformat"> 
    183  $Id: cw_slide_slice.pro 238 2007-03-27 13:43:18Z pinsard $</div> 
     183 $Id: cw_slide_slice.pro 262 2007-08-21 14:19:32Z pinsard $</div> 
    184184          <h4>History</h4><div class="preformat"> 
    185185</div> 
     
    256256           
    257257          <h4>Version</h4><div class="preformat"> 
    258  $Id: cw_slide_slice.pro 238 2007-03-27 13:43:18Z pinsard $</div> 
     258 $Id: cw_slide_slice.pro 262 2007-08-21 14:19:32Z pinsard $</div> 
    259259          <h4>History</h4><div class="preformat"> 
    260260</div> 
     
    295295         
    296296          <p class="header"> 
    297             <span class="result">result = </span>cw_slide_slice(<span class="result"><a href="#_cw_slide_slice_param_parent">parent</a></span>, <a href="#_cw_slide_slice_keyword_boxzoom">boxzoom</a>=<span class="result">boxzoom</span>, <a href="#_cw_slide_slice_keyword_UVALUE">UVALUE</a>=<span class="result">UVALUE</span>, <a href="#_cw_slide_slice_keyword_UNAME">UNAME</a>=<span class="result">UNAME</span>, <a href="#_cw_slide_slice_keyword_FRAME">FRAME</a>=<span class="result">FRAME</span>, <a href="#_cw_slide_slice_keyword_ROW">ROW</a>=<span class="result">ROW</span>, <a href="#_cw_slide_slice_keyword_COLUMN">COLUMN</a>=<span class="result">COLUMN</span>, <a href="#_cw_slide_slice_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
     297            <span class="result">result = </span>cw_slide_slice(<span class="result"><a href="#_cw_slide_slice_param_parent">parent</a></span>, <a href="#_cw_slide_slice_keyword_BOXZOOM">BOXZOOM</a>=<span class="result">BOXZOOM</span>, <a href="#_cw_slide_slice_keyword_UVALUE">UVALUE</a>=<span class="result">UVALUE</span>, <a href="#_cw_slide_slice_keyword_UNAME">UNAME</a>=<span class="result">UNAME</span>, <a href="#_cw_slide_slice_keyword_FRAME">FRAME</a>=<span class="result">FRAME</span>, <a href="#_cw_slide_slice_keyword_ROW">ROW</a>=<span class="result">ROW</span>, <a href="#_cw_slide_slice_keyword_COLUMN">COLUMN</a>=<span class="result">COLUMN</span>, <a href="#_cw_slide_slice_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
    298298         
    299299          <div class="comments"> 
     
    329329            <h3>Keywords</h3> 
    330330             
    331             <h4 id="_cw_slide_slice_keyword_boxzoom">boxzoom&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     331            <h4 id="_cw_slide_slice_keyword_BOXZOOM">BOXZOOM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    332332               
    333333               
     
    348348   5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
    349349   6 elements: The extraction is made on Boxzoom 
    350  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     350 Where lon1, lon2,lat1,lat2 are global variables defined at the last  
     351 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    351352</div> 
    352353             
     
    450451           
    451452          <h4>Version</h4><div class="preformat"> 
    452  $Id: cw_slide_slice.pro 238 2007-03-27 13:43:18Z pinsard $ 
     453 $Id: cw_slide_slice.pro 262 2007-08-21 14:19:32Z pinsard $ 
    453454</div> 
    454455          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html

    r249 r290  
    129129          <dd> </dd>     
    130130           
    131           <dt><p><a href="#_cw_slider_pm"><span class="result">result = </span>cw_slider_pm(<span class="result">parent</span>, MAXIMUM=<span class="result">MAXIMUM</span>, MINIMUM=<span class="result">MINIMUM</span>, STRMINLEN=<span class="result">STRMINLEN</span>, VALUE=<span class="result">VALUE</span>, UVALUE=<span class="result">UVALUE</span>, UNAME=<span class="result">UNAME</span>, title=<span class="result">title</span>, _EXTRA=<span class="result">_EXTRA</span>)</a></p><dt> 
     131          <dt><p><a href="#_cw_slider_pm"><span class="result">result = </span>cw_slider_pm(<span class="result">parent</span>, MAXIMUM=<span class="result">MAXIMUM</span>, MINIMUM=<span class="result">MINIMUM</span>, STRMINLEN=<span class="result">STRMINLEN</span>, VALUE=<span class="result">VALUE</span>, UVALUE=<span class="result">UVALUE</span>, UNAME=<span class="result">UNAME</span>, TITLE=<span class="result">TITLE</span>, _EXTRA=<span class="result">_EXTRA</span>)</a></p><dt> 
    132132          <dd> </dd>     
    133133                 
     
    183183           
    184184          <h4>Version</h4><div class="preformat"> 
    185  $Id: cw_slider_pm.pro 242 2007-04-06 08:35:17Z pinsard $</div> 
     185 $Id: cw_slider_pm.pro 262 2007-08-21 14:19:32Z pinsard $</div> 
    186186          <h4>History</h4><div class="preformat"> 
    187187</div> 
     
    259259           
    260260          <h4>Version</h4><div class="preformat"> 
    261  $Id: cw_slider_pm.pro 242 2007-04-06 08:35:17Z pinsard $</div> 
     261 $Id: cw_slider_pm.pro 262 2007-08-21 14:19:32Z pinsard $</div> 
    262262          <h4>History</h4><div class="preformat"> 
    263263</div> 
     
    349349           
    350350          <h4>Version</h4><div class="preformat"> 
    351  $Id: cw_slider_pm.pro 242 2007-04-06 08:35:17Z pinsard $</div> 
     351 $Id: cw_slider_pm.pro 262 2007-08-21 14:19:32Z pinsard $</div> 
    352352          <h4>History</h4><div class="preformat"> 
    353353</div> 
     
    424424           
    425425          <h4>Version</h4><div class="preformat"> 
    426  $Id: cw_slider_pm.pro 242 2007-04-06 08:35:17Z pinsard $</div> 
     426 $Id: cw_slider_pm.pro 262 2007-08-21 14:19:32Z pinsard $</div> 
    427427          <h4>History</h4><div class="preformat"> 
    428428</div> 
     
    499499           
    500500          <h4>Version</h4><div class="preformat"> 
    501  $Id: cw_slider_pm.pro 242 2007-04-06 08:35:17Z pinsard $</div> 
     501 $Id: cw_slider_pm.pro 262 2007-08-21 14:19:32Z pinsard $</div> 
    502502          <h4>History</h4><div class="preformat"> 
    503503</div> 
     
    538538         
    539539          <p class="header"> 
    540             <span class="result">result = </span>cw_slider_pm(<span class="result"><a href="#_cw_slider_pm_param_parent">parent</a></span>, <a href="#_cw_slider_pm_keyword_MAXIMUM">MAXIMUM</a>=<span class="result">MAXIMUM</span>, <a href="#_cw_slider_pm_keyword_MINIMUM">MINIMUM</a>=<span class="result">MINIMUM</span>, <a href="#_cw_slider_pm_keyword_STRMINLEN">STRMINLEN</a>=<span class="result">STRMINLEN</span>, <a href="#_cw_slider_pm_keyword_VALUE">VALUE</a>=<span class="result">VALUE</span>, <a href="#_cw_slider_pm_keyword_UVALUE">UVALUE</a>=<span class="result">UVALUE</span>, <a href="#_cw_slider_pm_keyword_UNAME">UNAME</a>=<span class="result">UNAME</span>, <a href="#_cw_slider_pm_keyword_title">title</a>=<span class="result">title</span>, <a href="#_cw_slider_pm_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
     540            <span class="result">result = </span>cw_slider_pm(<span class="result"><a href="#_cw_slider_pm_param_parent">parent</a></span>, <a href="#_cw_slider_pm_keyword_MAXIMUM">MAXIMUM</a>=<span class="result">MAXIMUM</span>, <a href="#_cw_slider_pm_keyword_MINIMUM">MINIMUM</a>=<span class="result">MINIMUM</span>, <a href="#_cw_slider_pm_keyword_STRMINLEN">STRMINLEN</a>=<span class="result">STRMINLEN</span>, <a href="#_cw_slider_pm_keyword_VALUE">VALUE</a>=<span class="result">VALUE</span>, <a href="#_cw_slider_pm_keyword_UVALUE">UVALUE</a>=<span class="result">UVALUE</span>, <a href="#_cw_slider_pm_keyword_UNAME">UNAME</a>=<span class="result">UNAME</span>, <a href="#_cw_slider_pm_keyword_TITLE">TITLE</a>=<span class="result">TITLE</span>, <a href="#_cw_slider_pm_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
    541541         
    542542          <div class="comments"> 
     
    660660</div> 
    661661             
    662             <h4 id="_cw_slider_pm_keyword_title">title&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     662            <h4 id="_cw_slider_pm_keyword_TITLE">TITLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    663663               
    664664               
     
    696696           
    697697          <h4>Version</h4><div class="preformat"> 
    698  $Id: cw_slider_pm.pro 242 2007-04-06 08:35:17Z pinsard $ 
     698 $Id: cw_slider_pm.pro 262 2007-08-21 14:19:32Z pinsard $ 
    699699</div> 
    700700          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html

    r249 r290  
    185185           
    186186          <h4>Version</h4><div class="preformat"> 
    187  $Id: cw_specifie.pro 232 2007-03-20 16:59:36Z pinsard $</div> 
     187 $Id: cw_specifie.pro 262 2007-08-21 14:19:32Z pinsard $</div> 
    188188          <h4>History</h4><div class="preformat"> 
    189189</div> 
     
    260260           
    261261          <h4>Version</h4><div class="preformat"> 
    262  $Id: cw_specifie.pro 232 2007-03-20 16:59:36Z pinsard $ 
     262 $Id: cw_specifie.pro 262 2007-08-21 14:19:32Z pinsard $ 
    263263</div> 
    264264          <h4>History</h4><div class="preformat"> 
     
    336336           
    337337          <h4>Version</h4><div class="preformat"> 
    338  $Id: cw_specifie.pro 232 2007-03-20 16:59:36Z pinsard $ 
     338 $Id: cw_specifie.pro 262 2007-08-21 14:19:32Z pinsard $ 
    339339</div> 
    340340          <h4>History</h4><div class="preformat"> 
     
    522522           
    523523          <h4>Version</h4><div class="preformat"> 
    524  $Id: cw_specifie.pro 232 2007-03-20 16:59:36Z pinsard $ 
     524 $Id: cw_specifie.pro 262 2007-08-21 14:19:32Z pinsard $ 
    525525</div> 
    526526          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/findtopid.html

    r249 r290  
    111111         
    112112          <p class="header"> 
    113             <span class="result">result = </span>findtopid(<span class="result"><a href="#_findtopid_param_WIDGET_ID">WIDGET_ID</a></span>)</p> 
     113            <span class="result">result = </span>findtopid(<span class="result"><a href="#_findtopid_param_widget_id">widget_id</a></span>)</p> 
    114114         
    115115          <div class="comments"> 
     
    124124         
    125125             
    126             <h4 id="_findtopid_param_WIDGET_ID">WIDGET_ID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     126            <h4 id="_findtopid_param_widget_id">widget_id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    127127               
    128128               
     
    149149           
    150150          <h4>Version</h4><div class="preformat"> 
    151  $Id: findtopid.pro 231 2007-03-19 17:15:51Z pinsard $ 
     151 $Id: findtopid.pro 262 2007-08-21 14:19:32Z pinsard $ 
    152152</div> 
    153153          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/slec.html

    r249 r290  
    216216   5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
    217217   6 elements: The extraction is made on Boxzoom 
    218  where lon1,lon2,lat1,lat2 are global variables defined at the last domdef! 
     218 where lon1,lon2,lat1,lat2 are global variables defined at the last  
     219 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    219220</div> 
    220221             
     
    241242           
    242243          <h4>Version</h4><div class="preformat"> 
    243  $Id: slec.pro 238 2007-03-27 13:43:18Z pinsard $ 
     244 $Id: slec.pro 262 2007-08-21 14:19:32Z pinsard $ 
    244245</div> 
    245246          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/xquestion.html

    r249 r290  
    9292 A small widget who ask a question and give an answer. 
    9393   WARNING: For a binary question with yes/no, answer use 
    94    <proidl>DIALOG_MESSAGE</proidl>. 
     94   <a href="/Applications/rsi/idl_6.3/help/online_help/DIALOG_MESSAGE.html">DIALOG_MESSAGE</a>. 
    9595</div> 
    9696 
     
    267267         
    268268            <div class="comments"> 
    269  Active this keyword if you want that <a href=".//xquestion.html">xquestion</a> 
    270  check if managed widget are present. If not, <a href=".//xquestion.html">xquestion</a> do not 
     269 Active this keyword if you want that <a href="../..//ToBeReviewed/WIDGET/xquestion.html">xquestion</a> 
     270 check if managed widget are present. If not, <a href="../..//ToBeReviewed/WIDGET/xquestion.html">xquestion</a> do not 
    271271 open a widget but print the question in the IDL window. 
    272272</div> 
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/WIDGET/xxx.html

    r249 r290  
    161161           
    162162          <h4>Version</h4><div class="preformat"> 
    163  $Id: xxx.pro 231 2007-03-19 17:15:51Z pinsard $</div> 
     163 $Id: xxx.pro 262 2007-08-21 14:19:32Z pinsard $</div> 
    164164          <h4>History</h4><div class="preformat"> 
    165165</div> 
     
    361361           
    362362          <h4>Version</h4><div class="preformat"> 
    363  $Id: xxx.pro 231 2007-03-19 17:15:51Z pinsard $ 
     363 $Id: xxx.pro 262 2007-08-21 14:19:32Z pinsard $ 
    364364</div> 
    365365          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.