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

update documentation

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

Legend:

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

    r249 r290  
    102102 
    103103     
    104  2d depth array (or a structure respecting litchamp criterion) 
     104 2d depth array (or a structure respecting <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> criterion) 
    105105 
    106106     
     
    138138     
    139139    <h4>Version</h4> 
    140  $Id: depth2floatlevel.pro 231 2007-03-19 17:15:51Z pinsard $ 
     140 $Id: depth2floatlevel.pro 268 2007-08-24 14:07:01Z pinsard $ 
    141141 
    142142    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/depth2level.html

    r249 r290  
    100100 
    101101     
    102  2d depth array (or a structure respecting litchamp criterions) 
     102 2d depth array (or a structure respecting <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> criterions) 
    103103 
    104104     
     
    193193     
    194194    <h4>Version</h4> 
    195  $Id: depth2level.pro 232 2007-03-20 16:59:36Z pinsard $ 
     195 $Id: depth2level.pro 268 2007-08-24 14:07:01Z pinsard $ 
    196196    <h4>History</h4> 
    197197 Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/depth2mask.html

    r249 r290  
    101101 
    102102     
    103  2d sill depth array (or a structure respecting litchamp criterions) 
     103 2d sill depth array (or a structure respecting <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> criterions) 
    104104 
    105105     
     
    132132     
    133133    <h4>Version</h4> 
    134  $Id: depth2mask.pro 232 2007-03-20 16:59:36Z pinsard $ 
     134 $Id: depth2mask.pro 268 2007-08-24 14:07:01Z pinsard $ 
    135135 
    136136    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/determ2.html

    r249 r290  
    165165 IDL> a=findgen(2,2,5) 
    166166 IDL> print, determ2(a) 
    167  IDL> FOR i=0,4 DO print, determ(a[*,*,i]) ; IDL solution 
     167 IDL> FOR i=0,4 DO print, determ(a[*,*,i]) 
    168168 
    169169    </pre><h3>Version history</h3> 
    170170     
    171171    <h4>Version</h4> 
    172  $Id: determ2.pro 223 2007-03-14 17:13:39Z pinsard $ 
     172 $Id: determ2.pro 268 2007-08-24 14:07:01Z pinsard $ 
    173173 
    174174    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/floatlevel2depth.html

    r249 r290  
    6262 
    6363     
    64  Rather comparable to <a href=".//level2depth.html">level2depth</a>. 
    65  It is the invert function of <a href=".//depth2floatlevel.html">depth2floatlevel</a>. 
     64 Rather comparable to <a href="../..//ToBeReviewed/CALCULS/level2depth.html">level2depth</a>. 
     65 It is the invert function of <a href="../..//ToBeReviewed/CALCULS/depth2floatlevel.html">depth2floatlevel</a>. 
    6666 
    6767 
     
    101101 
    102102     
    103  2d array of sill levels (or a structure respecting litchamp criterions) 
     103 2d array of sill levels (or a structure respecting <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> criterions) 
    104104 
    105105     
     
    137137     
    138138    <h4>Version</h4> 
    139  $Id: floatlevel2depth.pro 232 2007-03-20 16:59:36Z pinsard $ 
     139 $Id: floatlevel2depth.pro 268 2007-08-24 14:07:01Z pinsard $ 
    140140 
    141141    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/grossemoyenne.html

    r249 r290  
    6363     
    6464 averages a 3- or 4-d time series field over a selected 
    65  geographical area or along the time axis. For one ore more 
     65 geographical area or along the time axis. For one or more 
    6666 selected axes (x, y, z, t) 
    6767 
     
    139139 
    140140     
    141  [xmin,xmax,ymin,ymax (,(zmin,)zmax)] to more details, see domdef 
    142  boxzoom can have 5 forms: 
     141 [xmin,xmax,ymin,ymax (,(zmin,)zmax)] to more details, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
     142 boxzoom can have 5 forms : 
    143143 [vert2], [vert1, vert2],[lon1, lon2, lat1, lat2], 
    144144 [lon1, lon2, lat1, lat2, vert2],[lon1, lon2, lat1, lat2, vert1,vert2] 
     
    181181 corresponding to nan = !values.f_nan and of 0, which desactivate nan). 
    182182 We have to put NAN=a. 
    183  Comment: In output, rsult points which are NAN will be valued a or 
     183 Comment: In output, result points which are NAN will be valued a or 
    184184 !values.f_nan. 
    185185 
     
    199199     
    200200 We activate it if we do not want to pass in <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> even if the  
    201  keyword boxzoom is present (like when <a href=".//grossemoyenne.html">grossemoyenne</a> is called via  
     201 keyword boxzoom is present (like when <a href="../..//ToBeReviewed/CALCULS/grossemoyenne.html">grossemoyenne</a> is called via  
    202202 <a href="../..//ToBeReviewed/PLOTS/DIVERS/checkfield.html">checkfield</a>) 
    203203 
     
    280280     
    281281    <h4>Version</h4> 
    282  $Id: grossemoyenne.pro 245 2007-05-25 14:14:17Z smasson $ 
     282 $Id: grossemoyenne.pro 268 2007-08-24 14:07:01Z pinsard $ 
    283283    <h4>History</h4> 
    284284 Jerome Vialard (jv@lodyc.jussieu.fr) 
     
    306306 result:un tableau 
    307307 common 
    308  domdef 
     308 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    309309 
    310310     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/level2depth.html

    r249 r290  
    6262 
    6363     
    64  Allows to pass from a 2d level array to a 2d depth array corresponding o these levels 
     64 Allows to pass from a 2d level array to a 2d depth array corresponding to these levels 
    6565 
    6666 
     
    100100 
    101101     
    102  2d level array of sill levels (or a structure respecting litchamp criterions) 
     102 2d level array of sill levels (or a structure respecting <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> criterions) 
    103103 
    104104     
     
    131131     
    132132    <h4>Version</h4> 
    133  $Id: level2depth.pro 231 2007-03-19 17:15:51Z pinsard $ 
     133 $Id: level2depth.pro 268 2007-08-24 14:07:01Z pinsard $ 
    134134 
    135135    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/level2mask.html

    r249 r290  
    101101 
    102102     
    103  2d level array of sill level (or a structure respecting litchamp criterions) 
     103 2d level array of sill level (or a structure respecting <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a>  
     104 criterions) 
    104105 
    105106     
     
    112113     
    113114    <h4>Version</h4> 
    114  $Id: level2mask.pro 231 2007-03-19 17:15:51Z pinsard $ 
     115 $Id: level2mask.pro 266 2007-08-24 12:27:48Z pinsard $ 
    115116 
    116117    <h4>History</h4> 
    117118 Sebastien Masson (smasson@lodyc.jussieu.fr) 
    118119                       17/6/1999 
    119  Setp 2004: boundary level have 0 values and not 1 (as it was 
     120 Sept 2004: boundary level have 0 values and not 1 (as it was 
    120121 explained before in the header). see: 
    121122 print, array_equal(niveau, total(level2mask(niveau),3)) 
    122  
    123123 
    124124     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/moyenne.html

    r249 r290  
    6363     
    6464 averages a 2- or 3-d field over a selected 
    65            geographical area and along one ore more 
     65           geographical area and along one or more 
    6666            selected axes (x, y or z) 
    6767 
     
    140140 
    141141     
    142  [xmin,xmax,ymin,ymax (,(zmin,)zmax)] to more details, see domdef 
     142 [xmin,xmax,ymin,ymax (,(zmin,)zmax)] to more details, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    143143 boxzoom can have 5 forms: 
    144144  [vert2], 
     
    199199     
    200200 We activate it if we do not want to pass in <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> even if the  
    201  keyword boxzoom is present (like when <a href=".//grossemoyenne.html">grossemoyenne</a> is called  
     201 keyword boxzoom is present (like when <a href="../..//ToBeReviewed/CALCULS/grossemoyenne.html">grossemoyenne</a> is called  
    202202 via <a href="../..//ToBeReviewed/PLOTS/DIVERS/checkfield.html">checkfield</a>) 
    203203 
     
    240240     
    241241    <h4>Version</h4> 
    242  $Id: moyenne.pro 237 2007-03-26 15:37:03Z pinsard $ 
     242 $Id: moyenne.pro 268 2007-08-24 14:07:01Z pinsard $ 
    243243 
    244244    <h4>History</h4> 
     
    266266    <h4>Uses routines</h4> 
    267267 common 
    268  domdef 
     268 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    269269 
    270270     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/norme.html

    r249 r290  
    146146     
    147147 boxzoom on which do the average (by default the domain selected 
    148  by the last domdef done) 
     148 by the last <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> done) 
    149149 
    150150     
     
    184184    <h3>Examples</h3><pre> 
    185185 To calculate the average of the norme of streams on all the domain 
    186  between 0 et 50: 
     186 between 0 and 50: 
    187187      IDL> res=norme(un,vn,boxzoom=[0,50],dir='xyz') 
    188188 
     
    190190     
    191191    <h4>Version</h4> 
    192  $Id: norme.pro 232 2007-03-20 16:59:36Z pinsard $ 
     192 $Id: norme.pro 264 2007-08-22 14:30:29Z pinsard $ 
    193193 
    194194    <h4>History</h4> 
     
    203203     
    204204    <h4>Restrictions</h4> 
    205  The norm is calculated on points TTo do this calculation, we average 
    206  field U and Von points T before calculate the norme. At the edge of 
     205 The norm is calculated on points T. To do this calculation, we average 
     206 field U and V on points T before calculate the norme. At the edge of 
    207207 coast and of domain, we can not calculate fields U and V at points T, 
    208208 that is why these points are at value !values.f_nan. 
     
    210210 When we calculate on a reduce geographic domain, field U and V have not 
    211211 necessarily the same number of point. In this case, we recut U and V to 
    212  keep only common points. We profit of this to redo a domdef which redefine 
     212 keep only common points. We profit of this to redo a <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> which redefine 
    213213 a geographic domain on which fields U and V are extracted on same points 
    214214 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/CALCULS/remplit.html

    r249 r290  
    7272</font></h2> 
    7373 
    74       <p><font face="Courier"><i>result = </i>remplit(<i><a href="#_remplit_keyword_zinput">zinput</a></i>, <a href="#_remplit_keyword_NAN">NAN</a>=<i>NAN</i>, <a href="#_remplit_keyword_NITER">NITER</a>=<i>NITER</i>, <a href="#_remplit_keyword_BASIQUE">BASIQUE</a>=<i>BASIQUE</i>, <a href="#_remplit_keyword_mask">mask</a>=<i>mask</i>, <a href="#_remplit_keyword_FILLXDIR">FILLXDIR</a>=<i>FILLXDIR</i>, <a href="#_remplit_keyword_FILLYDIR">FILLYDIR</a>=<i>FILLYDIR</i>, <a href="#_remplit_keyword_FILLVAL">FILLVAL</a>=<i>FILLVAL</i>, <a href="#_remplit_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
     74      <p><font face="Courier"><i>result = </i>remplit(<i><a href="#_remplit_keyword_zinput">zinput</a></i>, <a href="#_remplit_keyword_NAN">NAN</a>=<i>NAN</i>, <a href="#_remplit_keyword_NITER">NITER</a>=<i>NITER</i>, <a href="#_remplit_keyword_BASIQUE">BASIQUE</a>=<i>BASIQUE</i>, <a href="#_remplit_keyword_MASK">MASK</a>=<i>MASK</i>, <a href="#_remplit_keyword_FILLXDIR">FILLXDIR</a>=<i>FILLXDIR</i>, <a href="#_remplit_keyword_FILLYDIR">FILLYDIR</a>=<i>FILLYDIR</i>, <a href="#_remplit_keyword_FILLVAL">FILLVAL</a>=<i>FILLVAL</i>, <a href="#_remplit_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
    7575 
    7676     
     
    149149 
    150150     
    151     <a name="#_remplit_keyword_mask"></a> 
    152     <h4>mask&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     151    <a name="#_remplit_keyword_MASK"></a> 
     152    <h4>MASK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    153153       
    154154       
     
    232232     
    233233    <h4>Version</h4> 
    234  $Id: remplit.pro 238 2007-03-27 13:43:18Z pinsard $ 
     234 $Id: remplit.pro 262 2007-08-21 14:19:32Z pinsard $ 
    235235 
    236236; 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/decoupeterre.html

    r249 r290  
    6262 
    6363     
    64  Similar to grille. Here, when vargrid is not 'T' or 'W', we have to 
    65  recuperate Tmask, glamt, gphit and the array of triangulation on the 
    66  considered sub-domain for the drawing. The specificity of decoupeterre 
    67  in comparaison with grille, is that we take, if possible, a sub-domain 
    68  just a little bit bigger than the one defined by domdef in order to be 
     64 Similar to <a href="../..//ToBeReviewed/GRILLE/grille.html">grille</a>.  
     65 Here, when vargrid is not 'T' or 'W', we have to 
     66 recuperate tmask, glamt, gphit and the array of triangulation on the 
     67 considered sub-domain for the drawing.  
     68 The specificity of decoupeterre, in comparaison with <a href="../..//ToBeReviewed/GRILLE/grille.html">grille</a>, is  
     69 that we take, if possible, a sub-domain just a little bit bigger than the  
     70 one defined by <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> in order to be 
    6971 sure that the mask we draw will cover over all the drawing. 
    7072 
     
    7678 
    7779      <h2>decoupeterre  <font size="-1" color="#006633"> 
    78  Utilities 
     80 Grid 
    7981</font></h2> 
    8082 
     
    187189 
    188190     
    189  This keyword serve to obtain, thanks to grille, the triangulation which 
    190  refer to the grid but only on the part of the zoom. This of triangulation 
     191 This keyword serve to obtain, thanks to <a href="../..//ToBeReviewed/GRILLE/grille.html">grille</a>, the triangulation which 
     192 refer to the grid but only on the part of the zoom. This array of triangulation 
    191193 is passed in the variable we have equate at TRI. 
    192194 For example: grille,...,tri=triangulation_reduite. 
     
    308310     
    309311    <h4>Version</h4> 
    310  $Id: decoupeterre.pro 232 2007-03-20 16:59:36Z pinsard $ 
     312 $Id: decoupeterre.pro 268 2007-08-24 14:07:01Z pinsard $ 
    311313 
    312314    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/domdef.html

    r249 r290  
    7272 
    7373      <h2>domdef  <font size="-1" color="#006633"> 
     74 Grid 
    7475</font></h2> 
    7576 
     
    241242 
    242243     
    243  It is possible that points t,u,v and F correspond to a same geographic 
     244 It is possible that points T, U, V and F correspond to a same geographic 
    244245 box which do not concern the same array indexes. This is sometimes a 
    245246 problem (or at least serious complications) in programs where several 
    246  type of grid intervene (see norme, curl...). Activate MEMEINDICE to 
    247  force domdef to take same indexes -those of the grid T- for all other 
    248  grids. 
     247 type of grid intervene (see <a href="../..//ToBeReviewed/CALCULS/norme.html">norme</a>, <a href="../..//Computation/curl.html">curl</a>...). 
     248 Activate MEMEINDICES to force <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> to take same indexes - those 
     249 of the grid T- for all other grids. 
    249250 
    250251     
     
    262263 
    263264     
    264  We activate it if we want that all elements passed in input of domdef 
     265 We activate it if we want that all elements passed in input of 
     266 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    265267 and concerning the X dimension refer to indexes of glam arrays rather 
    266268 than to values of these arrays. 
     
    280282 
    281283     
    282  We activate it if we want that all elements passed in input of domdef 
     284 We activate it if we want that all elements passed in input of 
     285 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    283286 and concerning the X dimension refer to indexes of gphi arrays rather 
    284287 than to values of these arrays. 
     
    298301 
    299302     
    300  We activate it if we want that all elements passed in input of domdef 
     303 We activate it if we want that all elements passed in input of 
     304 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    301305 and concerning the X dimension refer to indexes of gdep arrays rather 
    302306 than to values of these arrays. 
     
    317321     
    318322 A four elements vector [x1,y1,x2,y2] used to specify 
    319  that domdef must define the box used to make a plot (pltz, pltt, 
    320  plt1d) done strictly along the line (that can have any direction) 
     323 that <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> must define the box used to make a plot 
     324 (<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) 
    321325 starting at (x1, y1) ending at (x2, y2). When defining endpoints, 
    322326 you must also define TYPE which define the type of plots 
     
    352356 
    353357     
    354  We activate it if we want that all elements passed in input of domdef 
    355  refer to indexes of glam, gphi and gdep arrays rather than to values 
    356  of these arrays. 
     358 We activate it if we want that all elements passed in input of 
     359 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> refer to indexes of glam, gphi and gdep arrays rather 
     360 than to values of these arrays. 
    357361 
    358362     
     
    377381     
    378382    <h4>Version</h4> 
    379  $Id: domdef.pro 240 2007-03-28 12:17:24Z pinsard $ 
     383 $Id: domdef.pro 280 2007-09-12 15:40:51Z smasson $ 
    380384 
    381385    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/f2v.html

    r249 r290  
    8282 
    8383    <h3>Return value</h3> 
    84  res, a 2, 3 or 4d array 
     84 a 2d, 3d or 4d array 
    8585 
    8686 
     
    113113     
    114114    <h4>Version</h4> 
    115  $Id: f2v.pro 231 2007-03-19 17:15:51Z pinsard $ 
     115 $Id: f2v.pro 268 2007-08-24 14:07:01Z pinsard $ 
    116116 
    117117    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/fmask.html

    r249 r290  
    7171 
    7272      <h2>fmask  <font size="-1" color="#006633"> 
    73  Utilities 
     73 Grid  
    7474</font></h2> 
    7575 
     
    9494     
    9595    <h4>Version</h4> 
    96  $Id: fmask.pro 231 2007-03-19 17:15:51Z pinsard $ 
     96 $Id: fmask.pro 268 2007-08-24 14:07:01Z pinsard $ 
    9797 
    9898    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/grille.html

    r249 r290  
    6464 Choose the grid which must be used to do the graph in function of 
    6565 vargrid and send back corresponding parameters calculated in 
    66  <a href=".//domdef.html">domdef</a> and reduced at the domain defined by 
    67  <a href=".//domdef.html">domdef</a> (contrarily to  
     66 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and reduced at the domain defined by 
     67 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> (contrarily to  
    6868 <pro>grandegrille</pro>) 
    6969 BEWARE!! The choice of the grid is made from the value of the 
     
    7777 
    7878      <h2>grille  <font size="-1" color="#006633"> 
     79 Grid 
    7980</font></h2> 
    8081 
     
    103104 
    104105     
    105  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     106 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    106107 
    107108     
     
    120121 
    121122     
    122  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     123 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    123124 
    124125     
     
    137138 
    138139     
    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 
    141142     
     
    154155 
    155156     
    156  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     157 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    157158 
    158159     
     
    171172 
    172173     
    173  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     174 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    174175 
    175176     
     
    188189 
    189190     
    190  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     191 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    191192 
    192193     
     
    205206 
    206207     
    207  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     208 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    208209 
    209210     
     
    222223 
    223224     
    224  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     225 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    225226 
    226227     
     
    239240 
    240241     
    241  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     242 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    242243 
    243244     
     
    256257 
    257258     
    258  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     259 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    259260 
    260261     
     
    273274 
    274275     
    275  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     276 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    276277 
    277278     
     
    290291 
    291292     
    292  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     293 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    293294 
    294295     
     
    307308 
    308309     
    309  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     310 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    310311 
    311312     
     
    324325 
    325326     
    326  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     327 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    327328 
    328329     
     
    341342 
    342343     
    343  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     344 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    344345 
    345346     
     
    358359 
    359360     
    360  For the definition, see <a href=".//domdef.html">domdef</a> and the management of subdomains on the web. 
     361 For the definition, see <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> and the management of subdomains on the web. 
    361362 
    362363     
     
    380381 
    381382     
    382  This keyword serve to obtain, thanks to grille, the triangulation which 
    383  refer to the grid but only on the part of the zoom. This of triangulation 
     383 This keyword serve to obtain the triangulation which 
     384 refer to the grid but only on the part of the zoom. This array of triangulation 
    384385 is passed in the variable we have equate at TRI. 
    385386 For example: grille,...,tri=triangulation_reduite. 
     
    400401 
    401402     
    402  Useful only when TRI is activated. In this case, grill send back -1 in the 
     403 Useful only when TRI is activated. In this case, grille send back -1 in the 
    403404 variable tri even if the variable of the common triangles_list is defined 
    404405 and different of -1 
     
    491492     
    492493    <h4>Version</h4> 
    493  $Id: grille.pro 232 2007-03-20 16:59:36Z pinsard $ 
     494 $Id: grille.pro 268 2007-08-24 14:07:01Z pinsard $ 
    494495 
    495496    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/t2v.html

    r249 r290  
    8181 
    8282    <h3>Return value</h3> 
    83  res, a 2, 3 or 4d array 
     83 a 2d, 3d or 4d array 
    8484 
    8585 
     
    101101 
    102102     
    103  A 2, 3 or 4d array 
     103 A 2d, 3d or 4d array 
    104104 
    105105     
     
    112112     
    113113    <h4>Version</h4> 
    114  $Id: t2v.pro 231 2007-03-19 17:15:51Z pinsard $ 
     114 $Id: t2v.pro 268 2007-08-24 14:07:01Z pinsard $ 
    115115 
    116116    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/tracegrille.html

    r249 r290  
    7171 
    7272      <h2>tracegrille  <font size="-1" color="#006633"> 
     73 Grid 
    7374</font></h2> 
    7475 
     
    9293       
    9394      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>1d or 2d array</i></font> 
    94       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>glam specified by vargrid, on the domain defined by domdef</i></font> 
     95      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>glam specified by vargrid, on the domain defined by <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a></i></font> 
    9596       
    9697    </h4> 
     
    109110       
    110111      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>1d or 2d array</i></font> 
    111       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>gphi specified by vargrid, on the domain defined by domdef</i></font> 
     112      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>gphi specified by vargrid, on the domain defined by <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a></i></font> 
    112113       
    113114    </h4> 
     
    235236     
    236237    <h4>Version</h4> 
    237  $Id: tracegrille.pro 248 2007-05-29 08:59:39Z smasson $ 
     238 $Id: tracegrille.pro 268 2007-08-24 14:07:01Z pinsard $ 
    238239 
    239240    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/u2t.html

    r249 r290  
    8282 
    8383    <h3>Return value</h3> 
    84  res, a 2, 3 or 4d array 
     84 a 2d, 3d or 4d array 
    8585 
    8686 
     
    102102 
    103103     
    104  A 2, 3 or 4d array 
     104 A 2d, 3d or 4d array 
    105105 
    106106     
     
    113113     
    114114    <h4>Version</h4> 
    115  $Id: u2t.pro 231 2007-03-19 17:15:51Z pinsard $ 
     115 $Id: u2t.pro 268 2007-08-24 14:07:01Z pinsard $ 
    116116 
    117117    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/umask.html

    r249 r290  
    7171 
    7272      <h2>umask  <font size="-1" color="#006633"> 
    73  Utilities 
     73 Grid  
    7474</font></h2> 
    7575 
     
    8989    <h3>Examples</h3><pre> 
    9090 Used like if umask was a known array by substituing umask by (umask()) 
    91  For example: Instaed of write umask[domainef] we have to write (umask())[domainef] 
     91 For example: Instead of write umask[domainef] we have to write (umask())[domainef] 
    9292 
    9393    </pre><h3>Version history</h3> 
    9494     
    9595    <h4>Version</h4> 
    96  $Id: umask.pro 231 2007-03-19 17:15:51Z pinsard $ 
     96 $Id: umask.pro 268 2007-08-24 14:07:01Z pinsard $ 
    9797 
    9898    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/v2t.html

    r249 r290  
    8282 
    8383    <h3>Return value</h3> 
    84  res, a 2, 3 or 4d array 
     84 a 2d, 3d or 4d array 
    8585 
    8686 
     
    102102 
    103103     
    104  A 2, 3 or 4d array 
     104 A 2d, 3d or 4d array 
    105105 
    106106     
     
    113113     
    114114    <h4>Version</h4> 
    115  $Id: v2t.pro 231 2007-03-19 17:15:51Z pinsard $ 
     115 $Id: v2t.pro 268 2007-08-24 14:07:01Z pinsard $ 
    116116 
    117117    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/GRILLE/vmask.html

    r249 r290  
    7171 
    7272      <h2>vmask  <font size="-1" color="#006633"> 
    73  Utilities 
     73 Grid  
    7474</font></h2> 
    7575 
     
    8989    <h3>Examples</h3><pre> 
    9090 Used like if vmask was a known array by substituing vmask by (vmask()) 
    91  For example: Instaed of write vmask[domainef] we have to write (vmask())[domainef] 
     91 For example: Instead of write vmask[domainef] we have to write (vmask())[domainef] 
    9292 
    9393    </pre><h3>Version history</h3> 
    9494     
    9595    <h4>Version</h4> 
    96  $Id: vmask.pro 231 2007-03-19 17:15:51Z pinsard $ 
     96 $Id: vmask.pro 268 2007-08-24 14:07:01Z pinsard $ 
    9797 
    9898    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/HOPE/read_hope.html

    r249 r290  
    125125     
    126126    <h4>Version</h4> 
    127  $Id: read_hope.pro 232 2007-03-20 16:59:36Z pinsard $ 
     127 $Id: read_hope.pro 271 2007-08-30 12:44:23Z smasson $ 
    128128 
    129129    <h4>History</h4> 
     
    395395     
    396396    <h4>Version</h4> 
    397  $Id: read_hope.pro 232 2007-03-20 16:59:36Z pinsard $ 
     397 $Id: read_hope.pro 271 2007-08-30 12:44:23Z smasson $ 
    398398 
    399399    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/HOPE/xrh.html

    r249 r290  
    6262 
    6363     
    64  procedure to call <a href=".//read_hope.html">read_hope</a> in the widget mode 
     64 procedure to call <a href="../..//ToBeReviewed/HOPE/read_hope.html">read_hope</a> in the widget mode 
    6565 
    6666 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/INIT/initncdf.html

    r249 r290  
    7575</font></h2> 
    7676 
    77       <p><font face="Courier">initncdf<i>, <a href="#_initncdf_keyword_ncfilein">ncfilein</a></i>, <a href="#_initncdf_keyword_ZAXISNAME">ZAXISNAME</a>=<i>scalar string</i>, <a href="#_initncdf_keyword_MASKNAME">MASKNAME</a>=<i>string</i>, <a href="#_initncdf_keyword_INVMASK">INVMASK</a>=<i>scalar: 0 or 1</i>, <a href="#_initncdf_keyword_USEASMASK">USEASMASK</a>=<i>scalar string</i>, <a href="#_initncdf_keyword_MISSING_VALUE">MISSING_VALUE</a>=<i>scalar</i>, <a href="#_initncdf_keyword_START1">START1</a>=<i>scalar: 0 or 1</i>, <a href="#_initncdf_keyword_XYINDEX">XYINDEX</a>=<i>scalar: 0 or 1</i>, <a href="#_initncdf_keyword_ZINDEX">ZINDEX</a>=<i>scalar: 0 or 1</i>, <a href="#_initncdf_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     77      <p><font face="Courier">initncdf<i>, <a href="#_initncdf_keyword_ncfilein">ncfilein</a></i>, <a href="#_initncdf_keyword_ZAXISNAME">ZAXISNAME</a>=<i>scalar string</i>, <a href="#_initncdf_keyword_START1">START1</a>=<i>scalar: 0 or 1</i>, <a href="#_initncdf_keyword_XYINDEX">XYINDEX</a>=<i>scalar: 0 or 1</i>, <a href="#_initncdf_keyword_ZINDEX">ZINDEX</a>=<i>scalar: 0 or 1</i>, <a href="#_initncdf_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    7878 
    7979     
     
    123123 A string giving the name of the variable in the file 
    124124 that contains the [xyz]axis. 
    125  
    126      
    127     <a name="#_initncdf_keyword_MASKNAME"></a> 
    128     <h4>MASKNAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    129        
    130        
    131        
    132        
    133        
    134       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>string</i></font> 
    135        
    136        
    137     </h4> 
    138  
    139      
    140  A string giving the name of the variable in the file 
    141  that contains the land/sea mask 
    142  
    143      
    144     <a name="#_initncdf_keyword_INVMASK"></a> 
    145     <h4>INVMASK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    146        
    147        
    148        
    149        
    150        
    151       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar: 0 or 1</i></font> 
    152       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>0</i></font> 
    153        
    154     </h4> 
    155  
    156      
    157  Inverse the land/sea mask (that should have 0/1 values for land/sea): mask = 1-mask 
    158  
    159      
    160     <a name="#_initncdf_keyword_USEASMASK"></a> 
    161     <h4>USEASMASK&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    162        
    163        
    164        
    165        
    166        
    167       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar string</i></font> 
    168        
    169        
    170     </h4> 
    171  
    172      
    173  A string giving the name of the variable in the file 
    174  that will be used to build the land/sea mask. In this case the 
    175  mask is based on the first record (if record dimension 
    176  exists). The mask is build according to : 
    177     1 the keyword missing_value if existing 
    178     2 the attribute 'missing_value' if existing 
    179     3 NaN values if existing 
    180  
    181      
    182     <a name="#_initncdf_keyword_MISSING_VALUE"></a> 
    183     <h4>MISSING_VALUE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    184        
    185        
    186        
    187        
    188        
    189       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar</i></font> 
    190        
    191        
    192     </h4> 
    193  
    194      
    195  To define (or redefine if the attribute is 
    196  already existing) the missing values used with USEASMASK 
    197  keyword 
    198125 
    199126     
     
    265192 
    266193     
    267  Used to pass keywords to <a href="../..//Grid/computegrid.html">computegrid</a> and  
    268  <a href="../..//ReadWrite/ncdf_getaxis.html">ncdf_getaxis</a> 
     194 Used to pass keywords to <a href="../..//Grid/computegrid.html">computegrid</a>,  
     195 <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> 
    269196 
    270197     
     
    277204     
    278205    <h4>Version</h4> 
    279  $Id: initncdf.pro 238 2007-03-27 13:43:18Z pinsard $ 
     206 $Id: initncdf.pro 271 2007-08-30 12:44:23Z smasson $ 
    280207 
    281208    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/bit2int.html

    r249 r290  
    7474</font></h2> 
    7575 
    76       <p><font face="Courier"><i>result = </i>bit2int(<i><a href="#_bit2int_keyword_bitin">bitin</a></i>, <a href="#_bit2int_keyword_checkneg">checkneg</a>=<i>checkneg</i>)</font></p> 
     76      <p><font face="Courier"><i>result = </i>bit2int(<i><a href="#_bit2int_keyword_bitin">bitin</a></i>, <a href="#_bit2int_keyword_CHECKNEG">CHECKNEG</a>=<i>CHECKNEG</i>)</font></p> 
    7777 
    7878     
     
    108108 
    109109     
    110     <a name="#_bit2int_keyword_checkneg"></a> 
    111     <h4>checkneg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     110    <a name="#_bit2int_keyword_CHECKNEG"></a> 
     111    <h4>CHECKNEG&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    112112       
    113113       
     
    132132     
    133133    <h4>Version</h4> 
    134  $Id: bit2int.pro 163 2006-08-29 12:59:46Z navarro $ 
     134 $Id: bit2int.pro 262 2007-08-21 14:19:32Z pinsard $ 
    135135 
    136136    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/read_grib.html

    r249 r290  
    7272</font></h2> 
    7373 
    74       <p><font face="Courier"><i>result = </i>read_grib(<i><a href="#_read_grib_keyword_varcode">varcode</a>[, <a href="#_read_grib_keyword_date1">date1</a>][, <a href="#_read_grib_keyword_date2">date2</a>]</i>, <a href="#_read_grib_keyword_file">file</a>=<i>array or string</i>)</font></p> 
     74      <p><font face="Courier"><i>result = </i>read_grib(<i><a href="#_read_grib_keyword_varcode">varcode</a>[, <a href="#_read_grib_keyword_date1">date1</a>][, <a href="#_read_grib_keyword_date2">date2</a>]</i>, <a href="#_read_grib_keyword_FILE">FILE</a>=<i>array or string</i>)</font></p> 
    7575 
    7676     
     
    138138 
    139139     
    140     <a name="#_read_grib_keyword_file"></a> 
    141     <h4>file&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     140    <a name="#_read_grib_keyword_FILE"></a> 
     141    <h4>FILE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    142142       
    143143       
     
    161161     
    162162    <h4>Version</h4> 
    163  $Id: read_grib.pro 236 2007-03-21 17:18:44Z pinsard $ 
     163 $Id: read_grib.pro 262 2007-08-21 14:19:32Z pinsard $ 
    164164 
    165165    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/read_grib_bds.html

    r249 r290  
    163163     
    164164    <h4>Version</h4> 
    165  $Id: read_grib_bds.pro 157 2006-08-21 09:01:50Z navarro $ 
     165 $Id: read_grib_bds.pro 262 2007-08-21 14:19:32Z pinsard $ 
    166166    <h4>History</h4> 
    167167  
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/read_grib_end.html

    r249 r290  
    129129     
    130130    <h4>Version</h4> 
    131  $Id: read_grib_end.pro 157 2006-08-21 09:01:50Z navarro $ 
     131 $Id: read_grib_end.pro 262 2007-08-21 14:19:32Z pinsard $ 
    132132    <h4>History</h4> 
    133133  
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/read_grib_gds.html

    r249 r290  
    129129     
    130130    <h4>Version</h4> 
    131  $Id: read_grib_gds.pro 157 2006-08-21 09:01:50Z navarro $ 
     131 $Id: read_grib_gds.pro 262 2007-08-21 14:19:32Z pinsard $ 
    132132    <h4>History</h4> 
    133133  
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/read_grib_is.html

    r249 r290  
    129129     
    130130    <h4>Version</h4> 
    131  $Id: read_grib_is.pro 157 2006-08-21 09:01:50Z navarro $ 
     131 $Id: read_grib_is.pro 262 2007-08-21 14:19:32Z pinsard $ 
    132132    <h4>History</h4> 
    133133  
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/read_grib_pds.html

    r249 r290  
    129129     
    130130    <h4>Version</h4> 
    131  $Id: read_grib_pds.pro 157 2006-08-21 09:01:50Z navarro $ 
     131 $Id: read_grib_pds.pro 262 2007-08-21 14:19:32Z pinsard $ 
    132132    <h4>History</h4> 
    133133  
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/read_gribtable.html

    r249 r290  
    7575</font></h2> 
    7676 
    77       <p><font face="Courier">read_gribtable<i>, <a href="#_read_gribtable_keyword_tablename">tablename</a></i>, <a href="#_read_gribtable_keyword_parmtabl">parmtabl</a>=<i>parmtabl</i>, <a href="#_read_gribtable_keyword_center">center</a>=<i>center</i>, <a href="#_read_gribtable_keyword_subcenter">subcenter</a>=<i>subcenter</i>, <a href="#_read_gribtable_keyword_tablnum">tablnum</a>=<i>tablnum</i></font></p> 
     77      <p><font face="Courier">read_gribtable<i>, <a href="#_read_gribtable_keyword_tablename">tablename</a></i>, <a href="#_read_gribtable_keyword_PARMTABL">PARMTABL</a>=<i>PARMTABL</i>, <a href="#_read_gribtable_keyword_CENTER">CENTER</a>=<i>CENTER</i>, <a href="#_read_gribtable_keyword_SUBCENTER">SUBCENTER</a>=<i>SUBCENTER</i>, <a href="#_read_gribtable_keyword_TABLNUM">TABLNUM</a>=<i>TABLNUM</i></font></p> 
    7878 
    7979     
     
    109109 
    110110     
    111     <a name="#_read_gribtable_keyword_parmtabl"></a> 
    112     <h4>parmtabl&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    113        
    114        
    115        
    116        
    117        
    118        
    119        
    120        
    121     </h4> 
    122  
    123      
    124  
    125  
    126      
    127     <a name="#_read_gribtable_keyword_center"></a> 
    128     <h4>center&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    129        
    130        
    131        
    132        
    133        
    134        
    135        
    136        
    137     </h4> 
    138  
    139      
    140  
    141  
    142      
    143     <a name="#_read_gribtable_keyword_subcenter"></a> 
    144     <h4>subcenter&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    145        
    146        
    147        
    148        
    149        
    150        
    151        
    152        
    153     </h4> 
    154  
    155      
    156  
    157  
    158      
    159     <a name="#_read_gribtable_keyword_tablnum"></a> 
    160     <h4>tablnum&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     111    <a name="#_read_gribtable_keyword_PARMTABL"></a> 
     112    <h4>PARMTABL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     113       
     114       
     115       
     116       
     117       
     118       
     119       
     120       
     121    </h4> 
     122 
     123     
     124 
     125 
     126     
     127    <a name="#_read_gribtable_keyword_CENTER"></a> 
     128    <h4>CENTER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     129       
     130       
     131       
     132       
     133       
     134       
     135       
     136       
     137    </h4> 
     138 
     139     
     140 
     141 
     142     
     143    <a name="#_read_gribtable_keyword_SUBCENTER"></a> 
     144    <h4>SUBCENTER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     145       
     146       
     147       
     148       
     149       
     150       
     151       
     152       
     153    </h4> 
     154 
     155     
     156 
     157 
     158     
     159    <a name="#_read_gribtable_keyword_TABLNUM"></a> 
     160    <h4>TABLNUM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    161161       
    162162       
     
    176176 
    177177    <h3>Examples</h3><pre> 
    178  tablename='ectab_128' 
     178 IDL> tablename='ectab_128' 
    179179 
    180180    </pre><h3>Version history</h3> 
    181181     
    182182    <h4>Version</h4> 
    183  $Id: read_gribtable.pro 226 2007-03-16 09:22:26Z pinsard $ 
     183 $Id: read_gribtable.pro 262 2007-08-21 14:19:32Z pinsard $ 
    184184    <h4>History</h4> 
    185185 Dominik Brunner, Apr 2000 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/scan_grib_code.html

    r249 r290  
    129129     
    130130    <h4>Version</h4> 
    131  $Id: scan_grib_code.pro 157 2006-08-21 09:01:50Z navarro $ 
     131 $Id: scan_grib_code.pro 262 2007-08-21 14:19:32Z pinsard $ 
    132132    <h4>History</h4> 
    133133  
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/scan_grib_date.html

    r249 r290  
    129129     
    130130    <h4>Version</h4> 
    131  $Id: scan_grib_date.pro 157 2006-08-21 09:01:50Z navarro $ 
     131 $Id: scan_grib_date.pro 262 2007-08-21 14:19:32Z pinsard $ 
    132132    <h4>History</h4> 
    133133  
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/scan_grib_messize.html

    r249 r290  
    129129     
    130130    <h4>Version</h4> 
    131  $Id: scan_grib_messize.pro 157 2006-08-21 09:01:50Z navarro $ 
     131 $Id: scan_grib_messize.pro 262 2007-08-21 14:19:32Z pinsard $ 
    132132    <h4>History</h4> 
    133133  
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/scan_grib_nbits.html

    r249 r290  
    129129     
    130130    <h4>Version</h4> 
    131  $Id: scan_grib_nbits.pro 157 2006-08-21 09:01:50Z navarro $ 
     131 $Id: scan_grib_nbits.pro 262 2007-08-21 14:19:32Z pinsard $ 
    132132    <h4>History</h4> 
    133133  
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/GRIB/scan_grib_recstart.html

    r249 r290  
    112112     
    113113    <h4>Version</h4> 
    114  $Id: scan_grib_recstart.pro 157 2006-08-21 09:01:50Z navarro $ 
     114 $Id: scan_grib_recstart.pro 262 2007-08-21 14:19:32Z pinsard $ 
    115115    <h4>History</h4> 
    116116  
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/inverse_binary.html

    r249 r290  
    6262 
    6363     
    64  Inverse function of the <a href=".//binary.html">binary</a> function => given a 
     64 Inverse function of the <a href="../..//ToBeReviewed/LECTURE/binary.html">binary</a> function => given a 
    6565 input array of 0/1, return its corresponding byte/integer/long 
    6666 representation 
     
    102102     
    103103 Must be a binary type array containing only 0 and 1. 
    104  According to <a href=".//binary.html">binary</a> outputs, binnum array must have the 
     104 According to <a href="../..//ToBeReviewed/LECTURE/binary.html">binary</a> outputs, binnum array must have the 
    105105 following dimensions values: (8, t, d1, d2...) 
    106106 t gives the output type: t = 1 -> byte 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/ncdf_lec.html

    r249 r290  
    190190     
    191191 Used to pass keywords defined by IDL to functions NETCDF (especially OFFSET 
    192  and COUNT in <proidl>ncdf_varget</proidl>) 
     192 and COUNT in <a href="/Applications/rsi/idl_6.3/help/online_help/NCDF_VARGET.html">NCDF_VARGET</a>) 
    193193 
    194194     
     
    199199     
    200200    <h4>Version</h4> 
    201  $Id: ncdf_lec.pro 240 2007-03-28 12:17:24Z pinsard $ 
     201 $Id: ncdf_lec.pro 260 2007-08-20 15:24:57Z pinsard $ 
    202202 
    203203    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/read_ncdf.html

    r249 r290  
    8080</font></h2> 
    8181 
    82       <p><font face="Courier"><i>result = </i>read_ncdf(<i><a href="#_read_ncdf_keyword_name">name</a>, <a href="#_read_ncdf_keyword_beginning">beginning</a>, <a href="#_read_ncdf_keyword_ending">ending</a>[, <a href="#_read_ncdf_keyword_compatibility">compatibility</a>]</i>, <a href="#_read_ncdf_keyword_BOXZOOM">BOXZOOM</a>=<i>BOXZOOM</i>, <a href="#_read_ncdf_keyword_FILENAME">FILENAME</a>=<i>string</i>, <a href="#_read_ncdf_keyword_PARENTIN">PARENTIN</a>=<i>PARENTIN</i>, <a href="#_read_ncdf_keyword_TIMESTEP">TIMESTEP</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword_TIMEVAR">TIMEVAR</a>=<i>string</i>, <a href="#_read_ncdf_keyword_TOUT">TOUT</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword_NOSTRUCT">NOSTRUCT</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword_CONT_NOFILL">CONT_NOFILL</a>=<i>CONT_NOFILL</i>, <a href="#_read_ncdf_keyword_INIT">INIT</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword_GRID">GRID</a>=<i>GRID</i>, <a href="#_read_ncdf_keyword_CALLITSELF">CALLITSELF</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword_ZETAFILENAME">ZETAFILENAME</a>=<i>string</i>, <a href="#_read_ncdf_keyword_ZETAZERO">ZETAZERO</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
     82      <p><font face="Courier"><i>result = </i>read_ncdf(<i><a href="#_read_ncdf_keyword_name">name</a>, <a href="#_read_ncdf_keyword_beginning">beginning</a>, <a href="#_read_ncdf_keyword_ending">ending</a>[, <a href="#_read_ncdf_keyword_compatibility">compatibility</a>]</i>, <a href="#_read_ncdf_keyword_BOXZOOM">BOXZOOM</a>=<i>BOXZOOM</i>, <a href="#_read_ncdf_keyword_FILENAME">FILENAME</a>=<i>string</i>, <a href="#_read_ncdf_keyword_PARENTIN">PARENTIN</a>=<i>PARENTIN</i>, <a href="#_read_ncdf_keyword_TIMESTEP">TIMESTEP</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword_ADDSCL_BEFORE">ADDSCL_BEFORE</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword_TOUT">TOUT</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword_NOSTRUCT">NOSTRUCT</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword_CONT_NOFILL">CONT_NOFILL</a>=<i>CONT_NOFILL</i>, <a href="#_read_ncdf_keyword_INIT">INIT</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword_GRID">GRID</a>=<i>GRID</i>, <a href="#_read_ncdf_keyword_CALLITSELF">CALLITSELF</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword_DIREC">DIREC</a>=<i>DIREC</i>, <a href="#_read_ncdf_keyword_ZETAFILENAME">ZETAFILENAME</a>=<i>string</i>, <a href="#_read_ncdf_keyword_ZETAZERO">ZETAZERO</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
    8383 
    8484     
     
    8686 
    8787    <h3>Return value</h3> 
    88  Structure readable by <a href=".//litchamp.html">litchamp</a> or an array if NOSTRUCT is activated. 
     88 Structure readable by <a href="../..//ToBeReviewed/LECTURE/litchamp.html">litchamp</a> or an array if NOSTRUCT is activated. 
    8989 
    9090 
     
    234234 
    235235     
    236     <a name="#_read_ncdf_keyword_TIMEVAR"></a> 
    237     <h4>TIMEVAR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    238        
    239        
    240        
    241        
    242        
    243       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>string</i></font> 
    244        
    245        
    246     </h4> 
    247  
    248      
    249  It define the name of the variable that 
    250  contains the time axis. This keyword can be useful if there 
    251  is no unlimited dimension or if the time axis selected by default 
    252  (the first 1D array with unlimited dimension) is not the good one. 
     236    <a name="#_read_ncdf_keyword_ADDSCL_BEFORE"></a> 
     237    <h4>ADDSCL_BEFORE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     238       
     239       
     240       
     241       
     242       
     243      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>scalar: 0 or 1</i></font> 
     244      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>0</i></font> 
     245       
     246    </h4> 
     247 
     248     
     249 put 1 to apply add_offset ad scale factor on data before looking for 
     250 missing values 
    253251 
    254252     
     
    315313 
    316314     
    317  To call automatically initncdf, filename and thus 
     315 To call automatically initncdf with filename as input argument and thus 
    318316 redefine all the grid parameters 
    319317 
     
    354352 
    355353     
     354    <a name="#_read_ncdf_keyword_DIREC"></a> 
     355    <h4>DIREC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     356       
     357       
     358       
     359       
     360       
     361       
     362       
     363       
     364    </h4> 
     365 
     366     
     367 a string used to specify the direction along which we want to make 
     368 spatial and/or temporal mean. It could be: 'x' 'y' 'z' 't' 'xy' 'xz' 
     369 'yz' 'xyz' 'xt' 'yt' 'zt' 'xyt' 'xzt' 'yzt' or 'xyzt'  
     370 
     371     
    356372    <a name="#_read_ncdf_keyword_ZETAFILENAME"></a> 
    357373    <h4>ZETAFILENAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     
    399415 
    400416     
    401  Used to pass keywords 
     417 Used to pass keywords to <a href="../..//Utilities/isafile.html">isafile</a>, <a href="../..//ToBeReviewed/INIT/initncdf.html">initncdf</a>, 
     418 <a href="../..//ReadWrite/ncdf_gettime.html">ncdf_gettime</a> and <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> 
    402419 
    403420     
     
    408425     
    409426    <h4>Version</h4> 
    410  $Id: read_ncdf.pro 240 2007-03-28 12:17:24Z pinsard $ 
     427 $Id: read_ncdf.pro 284 2007-09-13 15:34:43Z smasson $ 
    411428    <h4>History</h4> 
    412429 Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/bar_plot.html

    r249 r290  
    7474</font></h2> 
    7575 
    76       <p><font face="Courier">bar_plot<i>, <a href="#_bar_plot_keyword_values">values</a></i>, <a href="#_bar_plot_keyword_baselines">baselines</a>=<i>vector</i>, <a href="#_bar_plot_keyword_colors">colors</a>=<i>vector</i>, <a href="#_bar_plot_keyword_barnames">barnames</a>=<i>string</i>, <a href="#_bar_plot_keyword_title">title</a>=<i>string</i>, <a href="#_bar_plot_keyword_xtitle">xtitle</a>=<i>string</i>, <a href="#_bar_plot_keyword_ytitle">ytitle</a>=<i>string</i>, <a href="#_bar_plot_keyword_baserange">baserange</a>=<i>float</i>, <a href="#_bar_plot_keyword_barwidth">barwidth</a>=<i>float</i>, <a href="#_bar_plot_keyword_barspace">barspace</a>=<i>scalar</i>, <a href="#_bar_plot_keyword_baroffset">baroffset</a>=<i>scalar</i>, <a href="#_bar_plot_keyword_outline">outline</a>=<i>outline</i>, <a href="#_bar_plot_keyword_overplot">overplot</a>=<i>overplot</i>, <a href="#_bar_plot_keyword_background">background</a>=<i>scalar</i>, <a href="#_bar_plot_keyword_rotate">rotate</a>=<i>rotate</i>, <a href="#_bar_plot_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     76      <p><font face="Courier">bar_plot<i>, <a href="#_bar_plot_keyword_values">values</a></i>, <a href="#_bar_plot_keyword_BASELINES">BASELINES</a>=<i>vector</i>, <a href="#_bar_plot_keyword_COLORS">COLORS</a>=<i>vector</i>, <a href="#_bar_plot_keyword_BARNAMES">BARNAMES</a>=<i>string</i>, <a href="#_bar_plot_keyword_TITLE">TITLE</a>=<i>string</i>, <a href="#_bar_plot_keyword_XTITLE">XTITLE</a>=<i>string</i>, <a href="#_bar_plot_keyword_YTITLE">YTITLE</a>=<i>string</i>, <a href="#_bar_plot_keyword_BASERANGE">BASERANGE</a>=<i>float</i>, <a href="#_bar_plot_keyword_BARWIDTH">BARWIDTH</a>=<i>float</i>, <a href="#_bar_plot_keyword_BARSPACE">BARSPACE</a>=<i>scalar</i>, <a href="#_bar_plot_keyword_BAROFFSET">BAROFFSET</a>=<i>scalar</i>, <a href="#_bar_plot_keyword_OUTLINE">OUTLINE</a>=<i>OUTLINE</i>, <a href="#_bar_plot_keyword_OVERPLOt">OVERPLOt</a>=<i>OVERPLOt</i>, <a href="#_bar_plot_keyword_BACKGROUND">BACKGROUND</a>=<i>scalar</i>, <a href="#_bar_plot_keyword_ROTATE">ROTATE</a>=<i>ROTATE</i>, <a href="#_bar_plot_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    7777 
    7878     
     
    109109 
    110110     
    111     <a name="#_bar_plot_keyword_baselines"></a> 
    112     <h4>baselines&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     111    <a name="#_bar_plot_keyword_BASELINES"></a> 
     112    <h4>BASELINES&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    113113       
    114114       
     
    127127 
    128128     
    129     <a name="#_bar_plot_keyword_colors"></a> 
    130     <h4>colors&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     129    <a name="#_bar_plot_keyword_COLORS"></a> 
     130    <h4>COLORS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    131131       
    132132       
     
    146146 
    147147     
    148     <a name="#_bar_plot_keyword_barnames"></a> 
    149     <h4>barnames&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     148    <a name="#_bar_plot_keyword_BARNAMES"></a> 
     149    <h4>BARNAMES&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    150150       
    151151       
     
    165165 
    166166     
    167     <a name="#_bar_plot_keyword_title"></a> 
    168     <h4>title&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     167    <a name="#_bar_plot_keyword_TITLE"></a> 
     168    <h4>TITLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    169169       
    170170       
     
    181181 
    182182     
    183     <a name="#_bar_plot_keyword_xtitle"></a> 
    184     <h4>xtitle&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     183    <a name="#_bar_plot_keyword_XTITLE"></a> 
     184    <h4>XTITLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    185185       
    186186       
     
    197197 
    198198     
    199     <a name="#_bar_plot_keyword_ytitle"></a> 
    200     <h4>ytitle&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     199    <a name="#_bar_plot_keyword_YTITLE"></a> 
     200    <h4>YTITLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    201201       
    202202       
     
    213213 
    214214     
    215     <a name="#_bar_plot_keyword_baserange"></a> 
    216     <h4>baserange&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     215    <a name="#_bar_plot_keyword_BASERANGE"></a> 
     216    <h4>BASERANGE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    217217       
    218218       
     
    232232 
    233233     
    234     <a name="#_bar_plot_keyword_barwidth"></a> 
    235     <h4>barwidth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     234    <a name="#_bar_plot_keyword_BARWIDTH"></a> 
     235    <h4>BARWIDTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    236236       
    237237       
     
    253253 
    254254     
    255     <a name="#_bar_plot_keyword_barspace"></a> 
    256     <h4>barspace&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     255    <a name="#_bar_plot_keyword_BARSPACE"></a> 
     256    <h4>BARSPACE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    257257       
    258258       
     
    273273 
    274274     
    275     <a name="#_bar_plot_keyword_baroffset"></a> 
    276     <h4>baroffset&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     275    <a name="#_bar_plot_keyword_BAROFFSET"></a> 
     276    <h4>BAROFFSET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    277277       
    278278       
     
    292292 
    293293     
    294     <a name="#_bar_plot_keyword_outline"></a> 
    295     <h4>outline&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     294    <a name="#_bar_plot_keyword_OUTLINE"></a> 
     295    <h4>OUTLINE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    296296       
    297297       
     
    309309 
    310310     
    311     <a name="#_bar_plot_keyword_overplot"></a> 
    312     <h4>overplot&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     311    <a name="#_bar_plot_keyword_OVERPLOt"></a> 
     312    <h4>OVERPLOt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    313313       
    314314       
     
    326326 
    327327     
    328     <a name="#_bar_plot_keyword_background"></a> 
    329     <h4>background&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     328    <a name="#_bar_plot_keyword_BACKGROUND"></a> 
     329    <h4>BACKGROUND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    330330       
    331331       
     
    343343 
    344344     
    345     <a name="#_bar_plot_keyword_rotate"></a> 
    346     <h4>rotate&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     345    <a name="#_bar_plot_keyword_ROTATE"></a> 
     346    <h4>ROTATE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    347347       
    348348       
     
    417417     
    418418    <h4>Version</h4> 
    419  $Id: bar_plot.pro 240 2007-03-28 12:17:24Z pinsard $ 
     419 $Id: bar_plot.pro 262 2007-08-21 14:19:32Z pinsard $ 
    420420 
    421421    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/plt.html

    r249 r290  
    6262 
    6363     
    64  Draw horizontal graph (map) with CONTOUR procedure 
     64 Draw horizontal graph (map) with <a href="/Applications/rsi/idl_6.3/help/online_help/CONTOUR.html">CONTOUR</a> procedure 
    6565 
    6666 
     
    178178 
    179179     
    180  Allow to draw continents defined in IDL. REALCONT can have 2 form: 
     180 Allow to draw continents defined in IDL. REALCONT can have 2 forms: 
    181181           /REALCONT: we draw continents in place of the mask 
    182182           REALCONT=2 we draw continent's contour over the mask (this allows 
     
    199199 If we want to trace contours of a different field than the one 
    200200 whose we have the colored drawing (by example E-P in color and QSR in contours). 
    201  It must be a field respecting same characteristics than the argument number one of plt. 
     201 It must be a field respecting same characteristics than the argument number one of <a href="../../..//ToBeReviewed/PLOTS/DESSINE/plt.html">plt</a>. 
    202202 
    203203     
     
    215215 
    216216     
    217  Value of an internal between to isoline. If there is none specified min, 
    218  we choose a min contour which goes well with the specified interval!. If this keyword is not 
    219  specified, we trace 20 isoline from the min to the max. Comment: When CONTOUR is activated, 
    220  INTERVALLE only specify the interval between 2 colored isoline. To specify the interval 
     217 Value of an interval between to isoline. If there is none specified min, 
     218 we choose a min contour which goes well with the specified interval! 
     219 If this keyword is not specified, we trace 20 isolines from the min 
     220 to the max. 
     221 Comment: When CONTOUR is activated, INTERVALLE only specify the interval 
     222 between 2 colored isolines. To specify the interval 
    221223 between 2 isolines traced by a trait, use CONTINTERVALLE. 
    222224 
     
    251253    </h4> 
    252254 
    253      'U','T','V','W' or 'F' to specify possibly the grid on which the field is joined. 
     255     
     256 'U','T','V','W' or 'F' 
     257 to specify possibly the grid on which the field is joined. 
    254258 Comment: In this case, we should use a structure like field. 
    255259 
     
    276280 6 elements: The extraction is made on Boxzoom 
    277281 
    278  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     282 Where lon1, lon2, lat1, lat2 are global variables defined at the last 
     283 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    279284 
    280285     
     
    400405 
    401406     
    402  Number of contour to draw by default =20. active if 
    403  LABEL=0 or is not specified. 
     407 Number of contour to draw. Active if LABEL=0 or is not specified. 
    404408 
    405409     
     
    417421 
    418422     
    419  When  CONTOUR is activated, it is the number of contours 
     423 When CONTOUR is activated, it is the number of contours 
    420424 traced by a trait for drawing (active if 
    421425 CONTLABEL=0) 
     
    452456 We use it when we want to do a projection. 
    453457 This keyword can be of two types: 
    454      MAP=[P0lat,P0lon,Rot]. For the description of these 3 values (see the online help of MAP_SET). 
     458     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>). 
    455459     /MAP: In this case, map is automatically calculated have the value: 
    456460          map = [0, (lon1+lon2)/2., 0] 
    457461 Comment: A good way to choose the type of the projection we want to do is to have a look at IDL demo: 
    458462 IDL> demo 
    459  Then choose earth sciences and  mapping. 
    460  Comment2: By default it is a cylindrical projection which is effectuated (with or without the keyword map). 
     463 Then choose "earth sciences and mappinA"g 
     464 Comment2: By default it is a cylindrical projection which is done (with or without the keyword map). 
    461465 If we want an other projection, MAP must be activated and we have to add the keyword: /nom_projection. 
    462466 For example, for a polar projection centered on the south pole: 
     
    664668 
    665669     
    666  Corresponds to label keywords of map_set. 
     670 Corresponds to LABEL keyword of <a href="/Applications/rsi/idl_6.3/help/online_help/MAP_SET.html">MAP_SET</a>. 
    667671 
    668672     
     
    689693     
    690694    <h4>Version</h4> 
    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 
    693697    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/plt1d.html

    r249 r290  
    191191 6 elements: The extraction is made on Boxzoom 
    192192 
    193  Where lon1, lon2,lat1,lat2,vert1,vert2 are global variables defined at the last domdef! 
     193 Where lon1, lon2,lat1,lat2,vert1,vert2 are global variables defined at the last  
     194 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    194195 
    195196     
     
    463464     
    464465    <h4>Version</h4> 
    465  $Id: plt1d.pro 232 2007-03-20 16:59:36Z pinsard $ 
     466 $Id: plt1d.pro 254 2007-06-26 15:58:20Z pinsard $ 
    466467 
    467468    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/pltbase.html

    r249 r290  
    7575</font></h2> 
    7676 
    77       <p><font face="Courier">pltbase<i>, <a href="#_pltbase_keyword_z2d">z2d</a>, <a href="#_pltbase_keyword_x">x</a>, <a href="#_pltbase_keyword_y">y</a>, <a href="#_pltbase_keyword_mask">mask</a>, <a href="#_pltbase_keyword_xm">xm</a>, <a href="#_pltbase_keyword_ym">ym</a>[, <a href="#_pltbase_keyword_levels">levels</a>][, <a href="#_pltbase_keyword_colors">colors</a>]</i>, <a href="#_pltbase_keyword_UNSUR2">UNSUR2</a>=<i>UNSUR2</i>, <a href="#_pltbase_keyword_CONTOUR">CONTOUR</a>=<i>CONTOUR</i>, <a href="#_pltbase_keyword_NOCONTOUR">NOCONTOUR</a>=<i>NOCONTOUR</i>, <a href="#_pltbase_keyword_NOFILL">NOFILL</a>=<i>NOFILL</i>, <a href="#_pltbase_keyword_TRICHAMP">TRICHAMP</a>=<i>TRICHAMP</i>, <a href="#_pltbase_keyword_TRIMSK">TRIMSK</a>=<i>TRIMSK</i>, <a href="#_pltbase_keyword_REALCONT">REALCONT</a>=<i>REALCONT</i>, <a href="#_pltbase_keyword_NAN">NAN</a>=<i>NAN</i>, <a href="#_pltbase_keyword_usetri">usetri</a>=<i>usetri</i>, <a href="#_pltbase_keyword_COLORTRICHAMP">COLORTRICHAMP</a>=<i>COLORTRICHAMP</i>, <a href="#_pltbase_keyword_COLORTRIMASK">COLORTRIMASK</a>=<i>COLORTRIMASK</i>, <a href="#_pltbase_keyword_COLORTRINAN">COLORTRINAN</a>=<i>COLORTRINAN</i>, <a href="#_pltbase_keyword_COLORPOINTS">COLORPOINTS</a>=<i>COLORPOINTS</i>, <a href="#_pltbase_keyword_DRAWPOINTS">DRAWPOINTS</a>=<i>DRAWPOINTS</i>, <a href="#_pltbase_keyword_TH_TRICHAMP">TH_TRICHAMP</a>=<i>TH_TRICHAMP</i>, <a href="#_pltbase_keyword_TH_TRIMASK">TH_TRIMASK</a>=<i>TH_TRIMASK</i>, <a href="#_pltbase_keyword_DESSTRICHAMP">DESSTRICHAMP</a>=<i>DESSTRICHAMP</i>, <a href="#_pltbase_keyword_DESSTRIMASK">DESSTRIMASK</a>=<i>DESSTRIMASK</i>, <a href="#_pltbase_keyword_DESSTRINAN">DESSTRINAN</a>=<i>DESSTRINAN</i>, <a href="#_pltbase_keyword_COLOR_C">COLOR_C</a>=<i>COLOR_C</i>, <a href="#_pltbase_keyword_I_COLORS">I_COLORS</a>=<i>vector</i>, <a href="#_pltbase_keyword_CONT_COLOR">CONT_COLOR</a>=<i>CONT_COLOR</i>, <a href="#_pltbase_keyword_CONT_NOFILL">CONT_NOFILL</a>=<i>CONT_NOFILL</i>, <a href="#_pltbase_keyword_UNLABSUR">UNLABSUR</a>=<i>integer</i>, <a href="#_pltbase_keyword_COINMONTEMASK">COINMONTEMASK</a>=<i>COINMONTEMASK</i>, <a href="#_pltbase_keyword_COINDESCENDMASK">COINDESCENDMASK</a>=<i>COINDESCENDMASK</i>, <a href="#_pltbase_keyword_COINMONTENAN">COINMONTENAN</a>=<i>COINMONTENAN</i>, <a href="#_pltbase_keyword_COINDESCENDNAN">COINDESCENDNAN</a>=<i>COINDESCENDNAN</i>, <a href="#_pltbase_keyword_INDICEZOOMMASK">INDICEZOOMMASK</a>=<i>INDICEZOOMMASK</i>, <a href="#_pltbase_keyword_INDICEZOOMNAN">INDICEZOOMNAN</a>=<i>INDICEZOOMNAN</i>, <a href="#_pltbase_keyword_MASKORG">MASKORG</a>=<i>MASKORG</i>, <a href="#_pltbase_keyword_MASKNAN">MASKNAN</a>=<i>MASKNAN</i>, <a href="#_pltbase_keyword_TRINAN">TRINAN</a>=<i>TRINAN</i>, <a href="#_pltbase_keyword_FORPLT">FORPLT</a>=<i>FORPLT</i>, <a href="#_pltbase_keyword_REALSECTION">REALSECTION</a>=<i>REALSECTION</i>, <a href="#_pltbase_keyword_MORE">MORE</a>=<i>MORE</i>, <a href="#_pltbase_keyword_EXCHANGE_XY">EXCHANGE_XY</a>=<i>EXCHANGE_XY</i>, <a href="#_pltbase_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     77      <p><font face="Courier">pltbase<i>, <a href="#_pltbase_keyword_z2d">z2d</a>, <a href="#_pltbase_keyword_x">x</a>, <a href="#_pltbase_keyword_y">y</a>, <a href="#_pltbase_keyword_mask">mask</a>, <a href="#_pltbase_keyword_xm">xm</a>, <a href="#_pltbase_keyword_ym">ym</a>[, <a href="#_pltbase_keyword_levels">levels</a>][, <a href="#_pltbase_keyword_colors">colors</a>]</i>, <a href="#_pltbase_keyword_UNSUR2">UNSUR2</a>=<i>UNSUR2</i>, <a href="#_pltbase_keyword_CONTOUR">CONTOUR</a>=<i>CONTOUR</i>, <a href="#_pltbase_keyword_NOCONTOUR">NOCONTOUR</a>=<i>NOCONTOUR</i>, <a href="#_pltbase_keyword_NOFILL">NOFILL</a>=<i>NOFILL</i>, <a href="#_pltbase_keyword_TRICHAMP">TRICHAMP</a>=<i>TRICHAMP</i>, <a href="#_pltbase_keyword_TRIMSK">TRIMSK</a>=<i>TRIMSK</i>, <a href="#_pltbase_keyword_REALCONT">REALCONT</a>=<i>REALCONT</i>, <a href="#_pltbase_keyword_NAN">NAN</a>=<i>NAN</i>, <a href="#_pltbase_keyword_USETRI">USETRI</a>=<i>USETRI</i>, <a href="#_pltbase_keyword_COLORTRICHAMP">COLORTRICHAMP</a>=<i>COLORTRICHAMP</i>, <a href="#_pltbase_keyword_COLORTRIMASK">COLORTRIMASK</a>=<i>COLORTRIMASK</i>, <a href="#_pltbase_keyword_COLORTRINAN">COLORTRINAN</a>=<i>COLORTRINAN</i>, <a href="#_pltbase_keyword_COLORPOINTS">COLORPOINTS</a>=<i>COLORPOINTS</i>, <a href="#_pltbase_keyword_DRAWPOINTS">DRAWPOINTS</a>=<i>DRAWPOINTS</i>, <a href="#_pltbase_keyword_TH_TRICHAMP">TH_TRICHAMP</a>=<i>TH_TRICHAMP</i>, <a href="#_pltbase_keyword_TH_TRIMASK">TH_TRIMASK</a>=<i>TH_TRIMASK</i>, <a href="#_pltbase_keyword_DESSTRICHAMP">DESSTRICHAMP</a>=<i>DESSTRICHAMP</i>, <a href="#_pltbase_keyword_DESSTRIMASK">DESSTRIMASK</a>=<i>DESSTRIMASK</i>, <a href="#_pltbase_keyword_DESSTRINAN">DESSTRINAN</a>=<i>DESSTRINAN</i>, <a href="#_pltbase_keyword_COLOR_C">COLOR_C</a>=<i>COLOR_C</i>, <a href="#_pltbase_keyword_I_COLORS">I_COLORS</a>=<i>vector</i>, <a href="#_pltbase_keyword_CONT_COLOR">CONT_COLOR</a>=<i>CONT_COLOR</i>, <a href="#_pltbase_keyword_CONT_NOFILL">CONT_NOFILL</a>=<i>CONT_NOFILL</i>, <a href="#_pltbase_keyword_UNLABSUR">UNLABSUR</a>=<i>integer</i>, <a href="#_pltbase_keyword_COINMONTEMASK">COINMONTEMASK</a>=<i>COINMONTEMASK</i>, <a href="#_pltbase_keyword_COINDESCENDMASK">COINDESCENDMASK</a>=<i>COINDESCENDMASK</i>, <a href="#_pltbase_keyword_COINMONTENAN">COINMONTENAN</a>=<i>COINMONTENAN</i>, <a href="#_pltbase_keyword_COINDESCENDNAN">COINDESCENDNAN</a>=<i>COINDESCENDNAN</i>, <a href="#_pltbase_keyword_INDICEZOOMMASK">INDICEZOOMMASK</a>=<i>INDICEZOOMMASK</i>, <a href="#_pltbase_keyword_INDICEZOOMNAN">INDICEZOOMNAN</a>=<i>INDICEZOOMNAN</i>, <a href="#_pltbase_keyword_MASKORG">MASKORG</a>=<i>MASKORG</i>, <a href="#_pltbase_keyword_MASKNAN">MASKNAN</a>=<i>MASKNAN</i>, <a href="#_pltbase_keyword_TRINAN">TRINAN</a>=<i>TRINAN</i>, <a href="#_pltbase_keyword_FORPLT">FORPLT</a>=<i>FORPLT</i>, <a href="#_pltbase_keyword_REALSECTION">REALSECTION</a>=<i>REALSECTION</i>, <a href="#_pltbase_keyword_MORE">MORE</a>=<i>MORE</i>, <a href="#_pltbase_keyword_EXCHANGE_XY">EXCHANGE_XY</a>=<i>EXCHANGE_XY</i>, <a href="#_pltbase_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    7878 
    7979     
     
    352352     
    353353     
    354     <a name="#_pltbase_keyword_usetri"></a> 
    355     <h4>usetri&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     354    <a name="#_pltbase_keyword_USETRI"></a> 
     355    <h4>USETRI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    356356       
    357357       
     
    809809     
    810810    <h4>Version</h4> 
    811  $Id: pltbase.pro 246 2007-05-29 08:57:28Z smasson $ 
     811 $Id: pltbase.pro 262 2007-08-21 14:19:32Z pinsard $ 
    812812 
    813813    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/pltsc.html

    r249 r290  
    290290     
    291291    <h4>Version</h4> 
    292  $Id: pltsc.pro 232 2007-03-20 16:59:36Z pinsard $ 
     292 $Id: pltsc.pro 262 2007-08-21 14:19:32Z pinsard $ 
    293293 
    294294    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/pltt.html

    r249 r290  
    100100        1) An array which can be: 
    101101          * 3d or 4d: array  'xt','yt','zt','t'. The last component is the time. In this case, the array will 
    102             pass in grossemoyenne to be averaged and become an 1d or 2d array. 
     102            pass in <a href="../../..//ToBeReviewed/CALCULS/grossemoyenne.html">grossemoyenne</a> to be averaged and become an 1d or 2d array. 
    103103          * 2d: If the array is already 2d, it is not modified (beware, lands must 
    104             be masked at the value valmask) and nevertheless,type must be specified 
     104            be masked at the value valmask) and nevertheless, type must be specified 
    105105            to we know of which trace it is about. 
    106             To have a correct caption, respecify the  extraction zone via BOXZOOM. 
     106            To have a correct caption, respecify the extraction zone via BOXZOOM. 
    107107          * 1d: only for traces of the 't' type. Nevertheless, type must be specified 
    108108            to we know of which trace it is about. 
     
    112112          respecting criterions of case 1) 
    113113 
    114  PARAM:  
    115        MAX: valeur maximum que l''on veut prendre en compte dans le trace 
    116  des contours. Par defaut on prend le max de tableau (sur les pts mer) 
    117  
    118         MIN: valeur minimum que l''on veut prendre en compte dans le trace 
    119  des contours. Par defaut on prend le min de tableau (sur les pts 
    120  mer) 
    121  
    122        DATMIN: c''est la borne inf de l''axe temporel. c''est un 
    123        longinteger de la forme yyyymmdd (ou bien yymmdd). 
    124  
    125        DATMAX: c''est la borne max de l''axe temporel. c''est un 
    126        longinteger de la forme yyyymmdd (ou bien yymmdd) 
    127  
     114  
    128115     
    129116 
     
    141128 
    142129     
     130 
    143131     
    144132 
     
    156144 
    157145     
     146 valeur minimum que l''on veut prendre en compte dans le trace 
     147 des contours. Par defaut on prend le min de tableau (sur les pts mer) 
     148 
    158149     
    159150 
     
    171162 
    172163     
     164 valeur maximum que l''on veut prendre en compte dans le trace 
     165 des contours. Par defaut on prend le max de tableau (sur les pts mer) 
     166 
    173167     
    174168 
     
    186180 
    187181     
     182 c''est la borne inf de l''axe temporel. c''est un 
     183       longinteger de la forme yyyymmdd (ou bien yymmdd). 
     184 
    188185     
    189186 
     
    201198 
    202199     
     200 c''est la borne max de l''axe temporel. c''est un 
     201       longinteger de la forme yyyymmdd (ou bien yymmdd) 
     202 
    203203     
    204204     
     
    230230 6 elements: The extraction is made on Boxzoom 
    231231 
    232  Where lon1, lon2,lat1,lat2,vert1,vert2 are global variables defined at the last domdef! 
     232 Where lon1, lon2,lat1,lat2,vert1,vert2 are global variables defined at the last  
     233 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    233234 
    234235     
     
    282283 
    283284     
    284  Value of an internal between to isoline. If there is none specified min, 
     285 Value of an interval between two isolines. If there is none specified min, 
    285286 we choose a min contour which goes well with the specified interval!. If this keyword is not 
    286287 specified, we trace 20 isoline from the min to the max. Comment: When CONTOUR is activated, 
    287  INTERVALLE only specify the interval between 2 colored isoline. To specify the interval 
     288 INTERVALLE only specify the interval between 2 colored isolines. To specify the interval 
    288289 between 2 isolines traced by a trait, use CONTINTERVALLE. 
    289290 
     
    443444 
    444445     
    445  Number of contour to draw by default =20. active if 
     446 Number of contours to draw. active if 
    446447 LABEL=0 or is not specified. 
    447448 
     
    465466 
    466467 
    467  When  CONTOUR is activated, it is the number of contours 
     468 When CONTOUR is activated, it is the number of contours 
    468469 traced by a trait for drawing (active if 
    469470 CONTLABEL=0). 
     
    754755     
    755756    <h4>Version</h4> 
    756  $Id: pltt.pro 246 2007-05-29 08:57:28Z smasson $ 
     757 $Id: pltt.pro 265 2007-08-24 10:24:46Z smasson $ 
    757758 
    758759    <h4>History</h4> 
     
    776777     
    777778     
    778     <h4>Todo items</h4> seb: L.24 à 36, L.426 à 427, L. 492 à 493 
     779    <h4>Todo items</h4>  
     780 seb: definition of parameters, L.426 à 427, L. 492 à 493 
    779781     
    780782 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/pltv.html

    r249 r290  
    7474</font></h2> 
    7575 
    76       <p><font face="Courier">pltv<i>, <a href="#_pltv_keyword_data">data</a>[, <a href="#_pltv_keyword_min">min</a>][, <a href="#_pltv_keyword_max">max</a>]</i>, <a href="#_pltv_keyword_BOTTOM">BOTTOM</a>=<i>BOTTOM</i>, <a href="#_pltv_keyword_BOXZOOM">BOXZOOM</a>=<i>BOXZOOM</i>, <a href="#_pltv_keyword_C_MASK">C_MASK</a>=<i>C_MASK</i>, <a href="#_pltv_keyword_C_NAN">C_NAN</a>=<i>C_NAN</i>, <a href="#_pltv_keyword_MININ">MININ</a>=<i>MININ</i>, <a href="#_pltv_keyword_MAXIN">MAXIN</a>=<i>MAXIN</i>, <a href="#_pltv_keyword_MASKVAL">MASKVAL</a>=<i>MASKVAL</i>, <a href="#_pltv_keyword_NCOLORS">NCOLORS</a>=<i>NCOLORS</i>, <a href="#_pltv_keyword_NOINTERP">NOINTERP</a>=<i>NOINTERP</i>, <a href="#_pltv_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     76      <p><font face="Courier">pltv<i>, <a href="#_pltv_keyword_data">data</a>[, <a href="#_pltv_keyword_min">min</a>][, <a href="#_pltv_keyword_max">max</a>]</i>, <a href="#_pltv_keyword_BOTTOM">BOTTOM</a>=<i>BOTTOM</i>, <a href="#_pltv_keyword_BOXZOOM">BOXZOOM</a>=<i>BOXZOOM</i>, <a href="#_pltv_keyword_C_MASK">C_MASK</a>=<i>C_MASK</i>, <a href="#_pltv_keyword_C_NAN">C_NAN</a>=<i>C_NAN</i>, <a href="#_pltv_keyword_INV">INV</a>=<i>INV</i>, <a href="#_pltv_keyword_MININ">MININ</a>=<i>MININ</i>, <a href="#_pltv_keyword_MAXIN">MAXIN</a>=<i>MAXIN</i>, <a href="#_pltv_keyword_MASKVAL">MASKVAL</a>=<i>MASKVAL</i>, <a href="#_pltv_keyword_NCOLORS">NCOLORS</a>=<i>NCOLORS</i>, <a href="#_pltv_keyword_NOINTERP">NOINTERP</a>=<i>NOINTERP</i>, <a href="#_pltv_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    7777 
    7878     
     
    152152       
    153153       
    154       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>0</i></font> 
    155        
    156     </h4> 
    157  
    158      
    159  The lowest color index of the colors to be used 
     154      <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>1</i></font> 
     155       
     156    </h4> 
     157 
     158     
     159 The lowest color index of the colors to be used. 
    160160 
    161161     
     
    181181 6 elements: The extraction is made on Boxzoom 
    182182 
    183  Where lon1, lon2, lat1, lat2 are global variables defined at the last domdef! 
     183 Where lon1, lon2, lat1, lat2 are global variables defined at the last  
     184 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    184185 
    185186     
     
    214215     
    215216 The color number that should be used for the NaN values. 
     217 
     218     
     219    <a name="#_pltv_keyword_INV"></a> 
     220    <h4>INV&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     221       
     222       
     223       
     224       
     225       
     226       
     227       
     228       
     229    </h4> 
     230 
     231     
     232 Reverse the color order 
    216233 
    217234     
     
    310327 
    311328     
    312  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> 
     329 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>, 
     330 <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>,  
     331 <a href="../../..//ToBeReviewed/PLOTS/DIVERS/terminedessin.html">terminedessin</a> 
    313332 
    314333     
     
    321340     
    322341    <h4>Version</h4> 
    323  $Id: pltv.pro 231 2007-03-19 17:15:51Z pinsard $ 
     342 $Id: pltv.pro 286 2007-09-14 13:19:43Z smasson $ 
    324343 
    325344    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/pltz.html

    r249 r290  
    105105          See IDL> xhelp,'litchamp'. The array contained in the structure must be 2 or 3d (See case 1) 
    106106 
    107  ces arguments ne sont pas obligatoires: 
    108  
    109         MAX: valeur maximum que l'on veut prendre en compte dans le trace 
    110  des contours. Par defaut on prend le max de tab1 (sur les pts mer) 
    111  
    112         MIN: valeur minimum que l'on veut prendre en compte dans le trace 
    113  des contours. Par defaut on prend le min de tab1 (sur les pts mer) 
    114107 
    115108     
     
    128121 
    129122     
     123 
    130124     
    131125 
     
    135129       
    136130       
    137        
    138        
    139        
    140        
    141        
    142     </h4> 
    143  
    144      
     131      <font size="-1" color="#006633">required</font> 
     132       
     133       
     134       
     135       
     136    </h4> 
     137 
     138     
     139 valeur minimum que l'on veut prendre en compte dans le trace 
     140 des contours. Par defaut on prend le min de tab1 (sur les pts mer) 
     141 
    145142     
    146143 
     
    150147       
    151148       
    152        
    153        
    154        
    155        
    156        
    157     </h4> 
    158  
    159      
     149      <font size="-1" color="#006633">required</font> 
     150       
     151       
     152       
     153       
     154    </h4> 
     155 
     156     
     157 valeur maximum que l'on veut prendre en compte dans le trace 
     158 des contours. Par defaut on prend le max de tab1 (sur les pts mer) 
     159 
    160160     
    161161     
     
    186186 6 elements: The extraction is made on Boxzoom 
    187187 
    188  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     188 Where lon1, lon2,lat1,lat2 are global variables defined at the last  
     189 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    189190 
    190191     
     
    238239 
    239240     
    240  Value of an internal between to isoline. If there is none specified min, 
     241 Value of an interval between two isolines. If there is none specified min, 
    241242 we choose a min contour which goes well with the specified interval!. If this keyword is not 
    242243 specified, we trace 20 isoline from the min to the max. Comment: When CONTOUR is activated, 
    243  INTERVALLE only specify the interval between 2 colored isoline. To specify the interval 
     244 INTERVALLE only specify the interval between 2 colored isolines. To specify the interval 
    244245 between 2 isolines traced by a trait, use CONTINTERVALLE. 
    245246 
     
    430431 
    431432     
    432  Number of contour to draw by default =20. active if 
     433 Number of contours to draw. active if 
    433434 LABEL=0 or is not specified. 
    434435 
     
    701702     
    702703    <h4>Version</h4> 
    703  $Id: pltz.pro 246 2007-05-29 08:57:28Z smasson $ 
     704 $Id: pltz.pro 265 2007-08-24 10:24:46Z smasson $ 
    704705 
    705706    <h4>History</h4> 
     
    714715     
    715716     
    716     <h4>Todo items</h4> seb L.20 à 26, L.215 à 221 
     717    <h4>Todo items</h4>  
     718 seb definition of parmaters L.215 à 221 
    717719 
    718720     
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/sbar_plot.html

    r249 r290  
    7373</font></h2> 
    7474 
    75       <p><font face="Courier">sbar_plot<i>, <a href="#_sbar_plot_keyword_Values">Values</a></i>, <a href="#_sbar_plot_keyword_COLORS">COLORS</a>=<i>integer</i>, <a href="#_sbar_plot_keyword_NOREINITPLT">NOREINITPLT</a>=<i>NOREINITPLT</i>, <a href="#_sbar_plot_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     75      <p><font face="Courier">sbar_plot<i>, <a href="#_sbar_plot_keyword_values">values</a></i>, <a href="#_sbar_plot_keyword_COLORS">COLORS</a>=<i>integer</i>, <a href="#_sbar_plot_keyword_NOREINITPLT">NOREINITPLT</a>=<i>NOREINITPLT</i>, <a href="#_sbar_plot_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    7676 
    7777     
     
    8484     
    8585 
    86     <a name="#_sbar_plot_keyword_Values"></a> 
    87     <h4>Values&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     86    <a name="#_sbar_plot_keyword_values"></a> 
     87    <h4>values&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    8888       
    8989       
     
    170170     
    171171    <h4>Version</h4> 
    172  $Id: sbar_plot.pro 237 2007-03-26 15:37:03Z pinsard $ 
     172 $Id: sbar_plot.pro 262 2007-08-21 14:19:32Z pinsard $ 
    173173 
    174174    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/tvplus.html

    r249 r290  
    6262 
    6363     
    64  Enhanced version of <proidl>tvscl</proidl> 
     64 Enhanced version of <a href="/Applications/rsi/idl_6.3/help/online_help/TVSCL.html">TVSCL</a> 
    6565 
    6666 
     
    328328 
    329329     
    330  Used to pass keywords to <proidl>TV</proidl>, 
    331  <proidl>PLOT</proidl>, 
    332  <a href="../../..//Colors/COLORBAR.html">COLORBAR</a> 
     330 Used to pass keywords to <a href="/Applications/rsi/idl_6.3/help/online_help/TV.html">TV</a>, 
     331 <a href="/Applications/rsi/idl_6.3/help/online_help/PLOT.html">PLOT</a>, 
     332 <a href="../../..//Colors/colorbar.html">colorbar</a> 
    333333 
    334334     
     
    341341     
    342342    <h4>Version</h4> 
    343  $Id: tvplus.pro 236 2007-03-21 17:18:44Z pinsard $ 
     343 $Id: tvplus.pro 260 2007-08-20 15:24:57Z pinsard $ 
    344344 
    345345    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/autoscale.html

    r249 r290  
    133133 
    134134     
    135  the contour interval. Use it in <proidl>CONTOUR</proidl> with the  
     135 the contour interval. Use it in <a href="/Applications/rsi/idl_6.3/help/online_help/CONTOUR.html">CONTOUR</a> with the  
    136136 keyword LEVEL. 
    137137 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/determineminmax.html

    r249 r290  
    7474</font></h2> 
    7575 
    76       <p><font face="Courier">determineminmax<i>, <a href="#_determineminmax_keyword_tab">tab</a>, <a href="#_determineminmax_keyword_mask">mask</a>, <a href="#_determineminmax_keyword_vraimin">vraimin</a>, <a href="#_determineminmax_keyword_vraimax">vraimax</a>, <a href="#_determineminmax_keyword_glam">glam</a>, <a href="#_determineminmax_keyword_gphi">gphi</a></i>, <a href="#_determineminmax_keyword_MAXIN">MAXIN</a>=<i>scalar</i>, <a href="#_determineminmax_keyword_MININ">MININ</a>=<i>scalar</i>, <a href="#_determineminmax_keyword_INTERVALLE">INTERVALLE</a>=<i>INTERVALLE</i>, <a href="#_determineminmax_keyword_usetri">usetri</a>=<i>usetri</i>, <a href="#_determineminmax_keyword_ZEROMIDDLE">ZEROMIDDLE</a>=<i>ZEROMIDDLE</i>, <a href="#_determineminmax_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     76      <p><font face="Courier">determineminmax<i>, <a href="#_determineminmax_keyword_tab">tab</a>, <a href="#_determineminmax_keyword_mask">mask</a>, <a href="#_determineminmax_keyword_vraimin">vraimin</a>, <a href="#_determineminmax_keyword_vraimax">vraimax</a>, <a href="#_determineminmax_keyword_glam">glam</a>, <a href="#_determineminmax_keyword_gphi">gphi</a></i>, <a href="#_determineminmax_keyword_MAXIN">MAXIN</a>=<i>scalar</i>, <a href="#_determineminmax_keyword_MININ">MININ</a>=<i>scalar</i>, <a href="#_determineminmax_keyword_INTERVALLE">INTERVALLE</a>=<i>INTERVALLE</i>, <a href="#_determineminmax_keyword_USETRI">USETRI</a>=<i>USETRI</i>, <a href="#_determineminmax_keyword_ZEROMIDDLE">ZEROMIDDLE</a>=<i>ZEROMIDDLE</i>, <a href="#_determineminmax_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    7777 
    7878     
     
    234234     
    235235     
    236     <a name="#_determineminmax_keyword_usetri"></a> 
    237     <h4>usetri&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     236    <a name="#_determineminmax_keyword_USETRI"></a> 
     237    <h4>USETRI&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    238238       
    239239       
     
    289289     
    290290    <h4>Version</h4> 
    291  $Id: determineminmax.pro 232 2007-03-20 16:59:36Z pinsard $ 
     291 $Id: determineminmax.pro 262 2007-08-21 14:19:32Z pinsard $ 
    292292 
    293293    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/placedessin.html

    r249 r290  
    7474</font></h2> 
    7575 
    76       <p><font face="Courier">placedessin<i>, <a href="#_placedessin_keyword_typedessin">typedessin</a>, <a href="#_placedessin_keyword_posfenetre">posfenetre</a>, <a href="#_placedessin_keyword_posbar">posbar</a></i>, <a href="#_placedessin_keyword_BARMARGES">BARMARGES</a>=<i>BARMARGES</i>, <a href="#_placedessin_keyword_NOCOLORBAR">NOCOLORBAR</a>=<i>NOCOLORBAR</i>, <a href="#_placedessin_keyword_NOFILL">NOFILL</a>=<i>NOFILL</i>, <a href="#_placedessin_keyword_COLOR_c">COLOR_c</a>=<i>COLOR_c</i>, <a href="#_placedessin_keyword_CONTOUR">CONTOUR</a>=<i>CONTOUR</i>, <a href="#_placedessin_keyword_VECTEUR">VECTEUR</a>=<i>vector</i>, <a href="#_placedessin_keyword_PORTRAIT">PORTRAIT</a>=<i>PORTRAIT</i>, <a href="#_placedessin_keyword_LANDSCAPE">LANDSCAPE</a>=<i>LANDSCAPE</i>, <a href="#_placedessin_keyword_SMALL">SMALL</a>=<i>SMALL</i>, <a href="#_placedessin_keyword_MARGES">MARGES</a>=<i>MARGES</i>, <a href="#_placedessin_keyword_MAP">MAP</a>=<i>MAP</i>, <a href="#_placedessin_keyword_REMPLI">REMPLI</a>=<i>REMPLI</i>, <a href="#_placedessin_keyword_POST">POST</a>=<i>POST</i>, <a href="#_placedessin_keyword_WINDOW">WINDOW</a>=<i>WINDOW</i>, <a href="#_placedessin_keyword_ENDPOINTS">ENDPOINTS</a>=<i>ENDPOINTS</i>, <a href="#_placedessin_keyword_TYPE">TYPE</a>=<i>TYPE</i>, <a href="#_placedessin_keyword_BASICMARGES">BASICMARGES</a>=<i>BASICMARGES</i>, <a href="#_placedessin_keyword_NOERASE">NOERASE</a>=<i>NOERASE</i>, <a href="#_placedessin_keyword_LCT">LCT</a>=<i>integer</i>, <a href="#_placedessin_keyword_DIREC">DIREC</a>=<i>DIREC</i>, <a href="#_placedessin_keyword_CB_TITLE">CB_TITLE</a>=<i>CB_TITLE</i>, <a href="#_placedessin_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     76      <p><font face="Courier">placedessin<i>, <a href="#_placedessin_keyword_typedessin">typedessin</a>, <a href="#_placedessin_keyword_posfenetre">posfenetre</a>, <a href="#_placedessin_keyword_posbar">posbar</a>[, <a href="#_placedessin_keyword_dtasize">dtasize</a>]</i>, <a href="#_placedessin_keyword_BARMARGES">BARMARGES</a>=<i>BARMARGES</i>, <a href="#_placedessin_keyword_NOCOLORBAR">NOCOLORBAR</a>=<i>NOCOLORBAR</i>, <a href="#_placedessin_keyword_NOFILL">NOFILL</a>=<i>NOFILL</i>, <a href="#_placedessin_keyword_COLOR_c">COLOR_c</a>=<i>COLOR_c</i>, <a href="#_placedessin_keyword_CONTOUR">CONTOUR</a>=<i>CONTOUR</i>, <a href="#_placedessin_keyword_VECTEUR">VECTEUR</a>=<i>vector</i>, <a href="#_placedessin_keyword_PORTRAIT">PORTRAIT</a>=<i>PORTRAIT</i>, <a href="#_placedessin_keyword_LANDSCAPE">LANDSCAPE</a>=<i>LANDSCAPE</i>, <a href="#_placedessin_keyword_SMALL">SMALL</a>=<i>SMALL</i>, <a href="#_placedessin_keyword_MARGES">MARGES</a>=<i>MARGES</i>, <a href="#_placedessin_keyword_MAP">MAP</a>=<i>MAP</i>, <a href="#_placedessin_keyword_REMPLI">REMPLI</a>=<i>REMPLI</i>, <a href="#_placedessin_keyword_POST">POST</a>=<i>POST</i>, <a href="#_placedessin_keyword_WINDOW">WINDOW</a>=<i>WINDOW</i>, <a href="#_placedessin_keyword_ENDPOINTS">ENDPOINTS</a>=<i>ENDPOINTS</i>, <a href="#_placedessin_keyword_TYPE">TYPE</a>=<i>TYPE</i>, <a href="#_placedessin_keyword_BASICMARGES">BASICMARGES</a>=<i>BASICMARGES</i>, <a href="#_placedessin_keyword_NOERASE">NOERASE</a>=<i>NOERASE</i>, <a href="#_placedessin_keyword_LCT">LCT</a>=<i>integer</i>, <a href="#_placedessin_keyword_DIREC">DIREC</a>=<i>DIREC</i>, <a href="#_placedessin_keyword_CB_TITLE">CB_TITLE</a>=<i>CB_TITLE</i>, <a href="#_placedessin_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    7777 
    7878     
     
    9898 
    9999     
    100  It specify what procedure is called by <a href=".//PLACEDESSIN.html">PLACEDESSIN</a> :  
     100 It specify what procedure is called by <a href="../../..//ToBeReviewed/PLOTS/DIVERS/placedessin.html">placedessin</a> :  
    101101 'plt', 'pltz' or 'pltt' 
    102102 
     
    138138 Like POSFENETRE but for the color bar. 
    139139 Same comment to position the color bar, !p.position=posbar 
     140 
     141     
     142 
     143    <a name="#_placedessin_keyword_dtasize"></a> 
     144    <h4>dtasize&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     145      <font size="-1" color="#006633">in</font> 
     146       
     147      <font size="-1" color="#006633">optional</font> 
     148       
     149       
     150      <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>2 elements vector</i></font> 
     151       
     152       
     153    </h4> 
     154 
     155     
     156 used by pltv to specify the size of the array that wil be plotted 
     157 and therefore the default yxaspect to be used. 
    140158 
    141159     
     
    527545     
    528546    <h4>Version</h4> 
    529  $Id: placedessin.pro 237 2007-03-26 15:37:03Z pinsard $ 
     547 $Id: placedessin.pro 259 2007-08-20 14:03:17Z pinsard $ 
    530548 
    531549    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DIVERS/restoreatt.html

    r249 r290  
    6363     
    6464 Allows to reattribute global variables associated with a field 
    65  when we give a structure created by <a href=".//saveatt.html">saveatt</a> by example. 
     65 when we give a structure created by <a href="../../..//ToBeReviewed/PLOTS/DIVERS/saveatt.html">saveatt</a> by example. 
    6666 
    6767 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/VECTEUR/velovect.html

    r249 r290  
    7777</font></h2> 
    7878 
    79       <p><font face="Courier">velovect<i>, <a href="#_velovect_keyword_U">U</a>, <a href="#_velovect_keyword_V">V</a>[, <a href="#_velovect_keyword_X">X</a>][, <a href="#_velovect_keyword_Y">Y</a>]</i>, <a href="#_velovect_keyword_Missing">Missing</a>=<i>Missing</i>, <a href="#_velovect_keyword_Length">Length</a>=<i>Length</i>, <a href="#_velovect_keyword_Dots">Dots</a>=<i>Dots</i>, <a href="#_velovect_keyword_Color">Color</a>=<i>Color</i>, <a href="#_velovect_keyword_CLIP">CLIP</a>=<i>CLIP</i>, <a href="#_velovect_keyword_NOCLIP">NOCLIP</a>=<i>NOCLIP</i>, <a href="#_velovect_keyword_OVERPLOT">OVERPLOT</a>=<i>OVERPLOT</i>, <a href="#_velovect_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     79      <p><font face="Courier">velovect<i>, <a href="#_velovect_keyword_u">u</a>, <a href="#_velovect_keyword_v">v</a>[, <a href="#_velovect_keyword_x">x</a>][, <a href="#_velovect_keyword_y">y</a>]</i>, <a href="#_velovect_keyword_MISSING">MISSING</a>=<i>MISSING</i>, <a href="#_velovect_keyword_LENGTH">LENGTH</a>=<i>LENGTH</i>, <a href="#_velovect_keyword_DOTS">DOTS</a>=<i>DOTS</i>, <a href="#_velovect_keyword_COLOR">COLOR</a>=<i>COLOR</i>, <a href="#_velovect_keyword_CLIP">CLIP</a>=<i>CLIP</i>, <a href="#_velovect_keyword_NOCLIP">NOCLIP</a>=<i>NOCLIP</i>, <a href="#_velovect_keyword_OVERPLOT">OVERPLOT</a>=<i>OVERPLOT</i>, <a href="#_velovect_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    8080 
    8181     
     
    8888     
    8989 
    90     <a name="#_velovect_keyword_U"></a> 
    91     <h4>U&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     90    <a name="#_velovect_keyword_u"></a> 
     91    <h4>u&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    9292      <font size="-1" color="#006633">in</font> 
    9393       
     
    106106     
    107107 
    108     <a name="#_velovect_keyword_V"></a> 
    109     <h4>V&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     108    <a name="#_velovect_keyword_v"></a> 
     109    <h4>v&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    110110      <font size="-1" color="#006633">in</font> 
    111111       
     
    131131     
    132132 
    133     <a name="#_velovect_keyword_X"></a> 
    134     <h4>X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     133    <a name="#_velovect_keyword_x"></a> 
     134    <h4>x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    135135      <font size="-1" color="#006633">in</font> 
    136136       
     
    149149     
    150150 
    151     <a name="#_velovect_keyword_Y"></a> 
    152     <h4>Y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     151    <a name="#_velovect_keyword_y"></a> 
     152    <h4>y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    153153      <font size="-1" color="#006633">in</font> 
    154154       
     
    172172 
    173173     
    174     <a name="#_velovect_keyword_Missing"></a> 
    175     <h4>Missing&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     174    <a name="#_velovect_keyword_MISSING"></a> 
     175    <h4>MISSING&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    176176       
    177177       
     
    189189 
    190190     
    191     <a name="#_velovect_keyword_Length"></a> 
    192     <h4>Length&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     191    <a name="#_velovect_keyword_LENGTH"></a> 
     192    <h4>LENGTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    193193       
    194194       
     
    206206 
    207207     
    208     <a name="#_velovect_keyword_Dots"></a> 
    209     <h4>Dots&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     208    <a name="#_velovect_keyword_DOTS"></a> 
     209    <h4>DOTS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    210210       
    211211       
     
    224224 
    225225     
    226     <a name="#_velovect_keyword_Color"></a> 
    227     <h4>Color&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     226    <a name="#_velovect_keyword_COLOR"></a> 
     227    <h4>COLOR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    228228       
    229229       
     
    310310     
    311311    <h4>Version</h4> 
    312  $Id: velovect.pro 238 2007-03-27 13:43:18Z pinsard $ 
     312 $Id: velovect.pro 262 2007-08-21 14:19:32Z pinsard $ 
    313313 
    314314    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/axe.html

    r249 r290  
    247247     
    248248    <h4>Version</h4> 
    249  $Id: axe.pro 231 2007-03-19 17:15:51Z pinsard $ 
     249 $Id: axe.pro 262 2007-08-21 14:19:32Z pinsard $ 
    250250 
    251251    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/plotsym.html

    r249 r290  
    7474</font></h2> 
    7575 
    76       <p><font face="Courier"><i>result = </i>plotsym(<a href="#_plotsym_keyword_circle">circle</a>=<i>circle</i>, <a href="#_plotsym_keyword_triangle">triangle</a>=<i>triangle</i>, <a href="#_plotsym_keyword_diamond">diamond</a>=<i>diamond</i>, <a href="#_plotsym_keyword_angle">angle</a>=<i>angle</i>, <a href="#_plotsym_keyword_box">box</a>=<i>box</i>, <a href="#_plotsym_keyword_line">line</a>=<i>line</i>, <a href="#_plotsym_keyword_scale">scale</a>=<i>scale</i>, <a href="#_plotsym_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
     76      <p><font face="Courier"><i>result = </i>plotsym(<a href="#_plotsym_keyword_CIRCLE">CIRCLE</a>=<i>CIRCLE</i>, <a href="#_plotsym_keyword_TRIANGLE">TRIANGLE</a>=<i>TRIANGLE</i>, <a href="#_plotsym_keyword_DIAMOND">DIAMOND</a>=<i>DIAMOND</i>, <a href="#_plotsym_keyword_ANGLE">ANGLE</a>=<i>ANGLE</i>, <a href="#_plotsym_keyword_BOX">BOX</a>=<i>BOX</i>, <a href="#_plotsym_keyword_LINE">LINE</a>=<i>LINE</i>, <a href="#_plotsym_keyword_SCALE">SCALE</a>=<i>SCALE</i>, <a href="#_plotsym_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
    7777 
    7878     
     
    8787 
    8888     
    89     <a name="#_plotsym_keyword_circle"></a> 
    90     <h4>circle&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     89    <a name="#_plotsym_keyword_CIRCLE"></a> 
     90    <h4>CIRCLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    9191       
    9292       
     
    103103 
    104104     
    105     <a name="#_plotsym_keyword_triangle"></a> 
    106     <h4>triangle&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     105    <a name="#_plotsym_keyword_TRIANGLE"></a> 
     106    <h4>TRIANGLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    107107       
    108108       
     
    119119 
    120120     
    121     <a name="#_plotsym_keyword_diamond"></a> 
    122     <h4>diamond&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     121    <a name="#_plotsym_keyword_DIAMOND"></a> 
     122    <h4>DIAMOND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    123123       
    124124       
     
    135135 
    136136     
    137     <a name="#_plotsym_keyword_angle"></a> 
    138     <h4>angle&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     137    <a name="#_plotsym_keyword_ANGLE"></a> 
     138    <h4>ANGLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    139139       
    140140       
     
    151151 
    152152     
    153     <a name="#_plotsym_keyword_box"></a> 
    154     <h4>box&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     153    <a name="#_plotsym_keyword_BOX"></a> 
     154    <h4>BOX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    155155       
    156156       
     
    167167 
    168168     
    169     <a name="#_plotsym_keyword_line"></a> 
    170     <h4>line&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     169    <a name="#_plotsym_keyword_LINE"></a> 
     170    <h4>LINE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    171171       
    172172       
     
    183183 
    184184     
    185     <a name="#_plotsym_keyword_scale"></a> 
    186     <h4>scale&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     185    <a name="#_plotsym_keyword_SCALE"></a> 
     186    <h4>SCALE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    187187       
    188188       
     
    212212 
    213213     
    214  Used to pass keywords to <proidl>usersym</proidl>. 
     214 Used to pass keywords to <a href="/Applications/rsi/idl_6.3/help/online_help/USERSYM.html">USERSYM</a>. 
    215215 These are thick, color and fill. 
    216216 
     
    222222     
    223223    <h4>Version</h4> 
    224  $Id: plotsym.pro 232 2007-03-20 16:59:36Z pinsard $ 
     224 $Id: plotsym.pro 262 2007-08-21 14:19:32Z pinsard $ 
    225225 
    226226    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/reinitplt.html

    r249 r290  
    7575</font></h2> 
    7676 
    77       <p><font face="Courier">reinitplt, <a href="#_reinitplt_keyword_all">all</a>=<i>all</i>, <a href="#_reinitplt_keyword_x">x</a>=<i>x</i>, <a href="#_reinitplt_keyword_y">y</a>=<i>y</i>, <a href="#_reinitplt_keyword_z">z</a>=<i>z</i>, <a href="#_reinitplt_keyword_p">p</a>=<i>p</i>, <a href="#_reinitplt_keyword_invert">invert</a>=<i>invert</i></font></p> 
     77      <p><font face="Courier">reinitplt, <a href="#_reinitplt_keyword_ALL">ALL</a>=<i>ALL</i>, <a href="#_reinitplt_keyword_X">X</a>=<i>X</i>, <a href="#_reinitplt_keyword_Y">Y</a>=<i>Y</i>, <a href="#_reinitplt_keyword_Z">Z</a>=<i>Z</i>, <a href="#_reinitplt_keyword_P">P</a>=<i>P</i>, <a href="#_reinitplt_keyword_INVERT">INVERT</a>=<i>INVERT</i></font></p> 
    7878 
    7979     
     
    8888 
    8989     
    90     <a name="#_reinitplt_keyword_all"></a> 
    91     <h4>all&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     90    <a name="#_reinitplt_keyword_ALL"></a> 
     91    <h4>ALL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    9292       
    9393       
     
    104104                 
    105105     
    106     <a name="#_reinitplt_keyword_x"></a> 
    107     <h4>x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    108        
    109        
    110        
    111        
    112        
    113        
    114        
    115        
    116     </h4> 
    117  
    118      
    119  clear the appropriate variable 
    120  
    121      
    122     <a name="#_reinitplt_keyword_y"></a> 
    123     <h4>y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     106    <a name="#_reinitplt_keyword_X"></a> 
     107    <h4>X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     108       
     109       
     110       
     111       
     112       
     113       
     114       
     115       
     116    </h4> 
     117 
     118     
     119 clear the appropriate variable 
     120 
     121     
     122    <a name="#_reinitplt_keyword_Y"></a> 
     123    <h4>Y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    124124       
    125125       
     
    136136         
    137137     
    138     <a name="#_reinitplt_keyword_z"></a> 
    139     <h4>z&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     138    <a name="#_reinitplt_keyword_Z"></a> 
     139    <h4>Z&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    140140       
    141141       
     
    152152 
    153153     
    154     <a name="#_reinitplt_keyword_p"></a> 
    155     <h4>p&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     154    <a name="#_reinitplt_keyword_P"></a> 
     155    <h4>P&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    156156       
    157157       
     
    168168                 
    169169     
    170     <a name="#_reinitplt_keyword_invert"></a> 
    171     <h4>invert&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     170    <a name="#_reinitplt_keyword_INVERT"></a> 
     171    <h4>INVERT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    172172       
    173173       
     
    191191     
    192192    <h4>Version</h4> 
    193  $Id: reinitplt.pro 231 2007-03-19 17:15:51Z pinsard $ 
     193 $Id: reinitplt.pro 262 2007-08-21 14:19:32Z pinsard $ 
    194194 
    195195    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/style.html

    r249 r290  
    168168     
    169169    <h4>Version</h4> 
    170  $Id: style.pro 231 2007-03-19 17:15:51Z pinsard $ 
     170 $Id: style.pro 262 2007-08-21 14:19:32Z pinsard $ 
    171171 
    172172    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/symbols.html

    r249 r290  
    7272      <h2>symbols  </h2> 
    7373 
    74       <p><font face="Courier">symbols<i>, <a href="#_symbols_keyword_nsym">nsym</a>, <a href="#_symbols_keyword_scale">scale</a></i>, <a href="#_symbols_keyword_color">color</a>=<i>color</i></font></p> 
     74      <p><font face="Courier">symbols<i>, <a href="#_symbols_keyword_nsym">nsym</a>, <a href="#_symbols_keyword_scale">scale</a></i>, <a href="#_symbols_keyword_COLOR">COLOR</a>=<i>COLOR</i></font></p> 
    7575 
    7676     
     
    140140 
    141141     
    142     <a name="#_symbols_keyword_color"></a> 
    143     <h4>color&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     142    <a name="#_symbols_keyword_COLOR"></a> 
     143    <h4>COLOR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    144144       
    145145       
     
    162162     
    163163    <h4>Version</h4> 
    164  $Id: symbols.pro 231 2007-03-19 17:15:51Z pinsard $ 
     164 $Id: symbols.pro 262 2007-08-21 14:19:32Z pinsard $ 
    165165 
    166166    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STATISTICS/a_correlate2d.html

    r249 r290  
    7575    <dl> 
    7676       
    77       <dt><a href="#_auto_cov2d"><i>result = </i>auto_cov2d(<i>X, Lag</i>, DOUBLE=<i>DOUBLE</i>, ZERO2NAN=<i>ZERO2NAN</i>)</a><dt> 
     77      <dt><a href="#_auto_cov2d"><i>result = </i>auto_cov2d(<i>x, lag</i>, DOUBLE=<i>DOUBLE</i>, ZERO2NAN=<i>ZERO2NAN</i>)</a><dt> 
    7878      <dd><font size="-1"> </font></dd> 
    7979       
    80       <dt><a href="#_a_correlate2d"><i>result = </i>a_correlate2d(<i>X, Lag</i>, Covariance=<i>Covariance</i>, Double=<i>Double</i>)</a><dt> 
     80      <dt><a href="#_a_correlate2d"><i>result = </i>a_correlate2d(<i>x, lag</i>, COVARIANCE=<i>COVARIANCE</i>, DOUBLE=<i>DOUBLE</i>)</a><dt> 
    8181      <dd><font size="-1"> </font></dd> 
    8282       
     
    9393</font></h2> 
    9494 
    95       <p><font face="Courier"><i>result = </i>auto_cov2d(<i><a href="#_auto_cov2d_keyword_X">X</a>, <a href="#_auto_cov2d_keyword_Lag">Lag</a></i>, <a href="#_auto_cov2d_keyword_DOUBLE">DOUBLE</a>=<i>DOUBLE</i>, <a href="#_auto_cov2d_keyword_ZERO2NAN">ZERO2NAN</a>=<i>ZERO2NAN</i>)</font></p> 
     95      <p><font face="Courier"><i>result = </i>auto_cov2d(<i><a href="#_auto_cov2d_keyword_x">x</a>, <a href="#_auto_cov2d_keyword_lag">lag</a></i>, <a href="#_auto_cov2d_keyword_DOUBLE">DOUBLE</a>=<i>DOUBLE</i>, <a href="#_auto_cov2d_keyword_ZERO2NAN">ZERO2NAN</a>=<i>ZERO2NAN</i>)</font></p> 
    9696 
    9797     
     
    104104     
    105105 
    106     <a name="#_auto_cov2d_keyword_X"></a> 
    107     <h4>X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     106    <a name="#_auto_cov2d_keyword_x"></a> 
     107    <h4>x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    108108      <font size="-1" color="#006633">in</font> 
    109109       
     
    121121     
    122122 
    123     <a name="#_auto_cov2d_keyword_Lag"></a> 
    124     <h4>Lag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     123    <a name="#_auto_cov2d_keyword_lag"></a> 
     124    <h4>lag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    125125      <font size="-1" color="#006633">in</font> 
    126126       
     
    182182     
    183183    <h4>Version</h4> 
    184  $Id: a_correlate2d.pro 242 2007-04-06 08:35:17Z pinsard $ 
     184 $Id: a_correlate2d.pro 262 2007-08-21 14:19:32Z pinsard $ 
    185185 
    186186    <h4>History</h4> 
     
    213213</font></h2> 
    214214 
    215       <p><font face="Courier"><i>result = </i>a_correlate2d(<i><a href="#_a_correlate2d_keyword_X">X</a>, <a href="#_a_correlate2d_keyword_Lag">Lag</a></i>, <a href="#_a_correlate2d_keyword_Covariance">Covariance</a>=<i>Covariance</i>, <a href="#_a_correlate2d_keyword_Double">Double</a>=<i>Double</i>)</font></p> 
     215      <p><font face="Courier"><i>result = </i>a_correlate2d(<i><a href="#_a_correlate2d_keyword_x">x</a>, <a href="#_a_correlate2d_keyword_lag">lag</a></i>, <a href="#_a_correlate2d_keyword_COVARIANCE">COVARIANCE</a>=<i>COVARIANCE</i>, <a href="#_a_correlate2d_keyword_DOUBLE">DOUBLE</a>=<i>DOUBLE</i>)</font></p> 
    216216 
    217217     
     
    224224     
    225225 
    226     <a name="#_a_correlate2d_keyword_X"></a> 
    227     <h4>X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     226    <a name="#_a_correlate2d_keyword_x"></a> 
     227    <h4>x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    228228      <font size="-1" color="#006633">in</font> 
    229229       
     
    241241     
    242242 
    243     <a name="#_a_correlate2d_keyword_Lag"></a> 
    244     <h4>Lag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     243    <a name="#_a_correlate2d_keyword_lag"></a> 
     244    <h4>lag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    245245      <font size="-1" color="#006633">in</font> 
    246246       
     
    265265 
    266266     
    267     <a name="#_a_correlate2d_keyword_Covariance"></a> 
    268     <h4>Covariance&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     267    <a name="#_a_correlate2d_keyword_COVARIANCE"></a> 
     268    <h4>COVARIANCE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    269269       
    270270       
     
    281281 
    282282     
    283     <a name="#_a_correlate2d_keyword_Double"></a> 
    284     <h4>Double&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     283    <a name="#_a_correlate2d_keyword_DOUBLE"></a> 
     284    <h4>DOUBLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    285285       
    286286       
     
    303303     
    304304    <h4>Version</h4> 
    305  $Id: a_correlate2d.pro 242 2007-04-06 08:35:17Z pinsard $ 
     305 $Id: a_correlate2d.pro 262 2007-08-21 14:19:32Z pinsard $ 
    306306 
    307307    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STATISTICS/a_timecorrelate.html

    r249 r290  
    7878    <dl> 
    7979       
    80       <dt><a href="#_timeauto_cov"><i>result = </i>timeauto_cov(<i>X, M, nT</i>, Double=<i>Double</i>, zero2nan=<i>zero2nan</i>)</a><dt> 
     80      <dt><a href="#_timeauto_cov"><i>result = </i>timeauto_cov(<i>x, m, nt</i>, DOUBLE=<i>DOUBLE</i>, ZERO2NAN=<i>ZERO2NAN</i>)</a><dt> 
    8181      <dd><font size="-1"> </font></dd> 
    8282       
    83       <dt><a href="#_a_timecorrelate"><i>result = </i>a_timecorrelate(<i>X, Lag</i>, COVARIANCE=<i>COVARIANCE</i>, DOUBLE=<i>DOUBLE</i>)</a><dt> 
     83      <dt><a href="#_a_timecorrelate"><i>result = </i>a_timecorrelate(<i>x, lag</i>, COVARIANCE=<i>COVARIANCE</i>, DOUBLE=<i>DOUBLE</i>)</a><dt> 
    8484      <dd><font size="-1"> </font></dd> 
    8585       
     
    9696</font></h2> 
    9797 
    98       <p><font face="Courier"><i>result = </i>timeauto_cov(<i><a href="#_timeauto_cov_keyword_X">X</a>, <a href="#_timeauto_cov_keyword_M">M</a>, <a href="#_timeauto_cov_keyword_nT">nT</a></i>, <a href="#_timeauto_cov_keyword_Double">Double</a>=<i>Double</i>, <a href="#_timeauto_cov_keyword_zero2nan">zero2nan</a>=<i>zero2nan</i>)</font></p> 
     98      <p><font face="Courier"><i>result = </i>timeauto_cov(<i><a href="#_timeauto_cov_keyword_x">x</a>, <a href="#_timeauto_cov_keyword_m">m</a>, <a href="#_timeauto_cov_keyword_nt">nt</a></i>, <a href="#_timeauto_cov_keyword_DOUBLE">DOUBLE</a>=<i>DOUBLE</i>, <a href="#_timeauto_cov_keyword_ZERO2NAN">ZERO2NAN</a>=<i>ZERO2NAN</i>)</font></p> 
    9999 
    100100     
     
    107107     
    108108 
    109     <a name="#_timeauto_cov_keyword_X"></a> 
    110     <h4>X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     109    <a name="#_timeauto_cov_keyword_x"></a> 
     110    <h4>x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    111111      <font size="-1" color="#006633">in</font> 
    112112       
     
    125125     
    126126 
    127     <a name="#_timeauto_cov_keyword_M"></a> 
    128     <h4>M&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    129        
    130        
    131        
    132        
    133        
    134        
    135        
    136        
    137     </h4> 
    138  
    139      
    140  
    141      
    142  
    143     <a name="#_timeauto_cov_keyword_nT"></a> 
    144     <h4>nT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     127    <a name="#_timeauto_cov_keyword_m"></a> 
     128    <h4>m&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     129       
     130       
     131       
     132       
     133       
     134       
     135       
     136       
     137    </h4> 
     138 
     139     
     140 
     141     
     142 
     143    <a name="#_timeauto_cov_keyword_nt"></a> 
     144    <h4>nt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    145145       
    146146       
     
    162162 
    163163     
    164     <a name="#_timeauto_cov_keyword_Double"></a> 
    165     <h4>Double&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     164    <a name="#_timeauto_cov_keyword_DOUBLE"></a> 
     165    <h4>DOUBLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    166166       
    167167       
     
    179179 
    180180     
    181     <a name="#_timeauto_cov_keyword_zero2nan"></a> 
    182     <h4>zero2nan&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     181    <a name="#_timeauto_cov_keyword_ZERO2NAN"></a> 
     182    <h4>ZERO2NAN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    183183       
    184184       
     
    201201     
    202202    <h4>Version</h4> 
    203  $Id: a_timecorrelate.pro 242 2007-04-06 08:35:17Z pinsard $ 
     203 $Id: a_timecorrelate.pro 262 2007-08-21 14:19:32Z pinsard $ 
    204204 
    205205    <h4>History</h4> 
     
    230230</font></h2> 
    231231 
    232       <p><font face="Courier"><i>result = </i>a_timecorrelate(<i><a href="#_a_timecorrelate_keyword_X">X</a>, <a href="#_a_timecorrelate_keyword_Lag">Lag</a></i>, <a href="#_a_timecorrelate_keyword_COVARIANCE">COVARIANCE</a>=<i>COVARIANCE</i>, <a href="#_a_timecorrelate_keyword_DOUBLE">DOUBLE</a>=<i>DOUBLE</i>)</font></p> 
     232      <p><font face="Courier"><i>result = </i>a_timecorrelate(<i><a href="#_a_timecorrelate_keyword_x">x</a>, <a href="#_a_timecorrelate_keyword_lag">lag</a></i>, <a href="#_a_timecorrelate_keyword_COVARIANCE">COVARIANCE</a>=<i>COVARIANCE</i>, <a href="#_a_timecorrelate_keyword_DOUBLE">DOUBLE</a>=<i>DOUBLE</i>)</font></p> 
    233233 
    234234     
     
    241241     
    242242 
    243     <a name="#_a_timecorrelate_keyword_X"></a> 
    244     <h4>X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     243    <a name="#_a_timecorrelate_keyword_x"></a> 
     244    <h4>x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    245245      <font size="-1" color="#006633">in</font> 
    246246       
     
    259259     
    260260 
    261     <a name="#_a_timecorrelate_keyword_Lag"></a> 
    262     <h4>Lag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     261    <a name="#_a_timecorrelate_keyword_lag"></a> 
     262    <h4>lag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    263263      <font size="-1" color="#006633">in</font> 
    264264       
     
    333333     
    334334    <h4>Version</h4> 
    335  $Id: a_timecorrelate.pro 242 2007-04-06 08:35:17Z pinsard $ 
     335 $Id: a_timecorrelate.pro 262 2007-08-21 14:19:32Z pinsard $ 
    336336 
    337337    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STATISTICS/c_timecorrelate.html

    r249 r290  
    7575    <dl> 
    7676       
    77       <dt><a href="#_timecross_cov"><i>result = </i>timecross_cov(<i>Xd, Yd, M, nT, Ndim</i>, Double=<i>Double</i>, ZERO2NAN=<i>ZERO2NAN</i>)</a><dt> 
     77      <dt><a href="#_timecross_cov"><i>result = </i>timecross_cov(<i>xd, yd, m, nt, ndim</i>, DOUBLE=<i>DOUBLE</i>, ZERO2NAN=<i>ZERO2NAN</i>)</a><dt> 
    7878      <dd><font size="-1"> </font></dd> 
    7979       
    80       <dt><a href="#_c_timecorrelate"><i>result = </i>c_timecorrelate(<i>X, Y, Lag</i>, Covariance=<i>Covariance</i>, Double=<i>Double</i>)</a><dt> 
     80      <dt><a href="#_c_timecorrelate"><i>result = </i>c_timecorrelate(<i>x, y, lag</i>, COVARIANCE=<i>COVARIANCE</i>, DOUBLE=<i>DOUBLE</i>)</a><dt> 
    8181      <dd><font size="-1"> </font></dd> 
    8282       
     
    9393</font></h2> 
    9494 
    95       <p><font face="Courier"><i>result = </i>timecross_cov(<i><a href="#_timecross_cov_keyword_Xd">Xd</a>, <a href="#_timecross_cov_keyword_Yd">Yd</a>, <a href="#_timecross_cov_keyword_M">M</a>, <a href="#_timecross_cov_keyword_nT">nT</a>, <a href="#_timecross_cov_keyword_Ndim">Ndim</a></i>, <a href="#_timecross_cov_keyword_Double">Double</a>=<i>Double</i>, <a href="#_timecross_cov_keyword_ZERO2NAN">ZERO2NAN</a>=<i>ZERO2NAN</i>)</font></p> 
     95      <p><font face="Courier"><i>result = </i>timecross_cov(<i><a href="#_timecross_cov_keyword_xd">xd</a>, <a href="#_timecross_cov_keyword_yd">yd</a>, <a href="#_timecross_cov_keyword_m">m</a>, <a href="#_timecross_cov_keyword_nt">nt</a>, <a href="#_timecross_cov_keyword_ndim">ndim</a></i>, <a href="#_timecross_cov_keyword_DOUBLE">DOUBLE</a>=<i>DOUBLE</i>, <a href="#_timecross_cov_keyword_ZERO2NAN">ZERO2NAN</a>=<i>ZERO2NAN</i>)</font></p> 
    9696 
    9797     
     
    104104     
    105105 
    106     <a name="#_timecross_cov_keyword_Xd"></a> 
    107     <h4>Xd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    108        
    109        
    110        
    111        
    112        
    113        
    114        
    115        
    116     </h4> 
    117  
    118      
    119  
    120      
    121  
    122     <a name="#_timecross_cov_keyword_Yd"></a> 
    123     <h4>Yd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    124        
    125        
    126        
    127        
    128        
    129        
    130        
    131        
    132     </h4> 
    133  
    134      
    135  
    136      
    137  
    138     <a name="#_timecross_cov_keyword_M"></a> 
    139     <h4>M&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    140        
    141        
    142        
    143        
    144        
    145        
    146        
    147        
    148     </h4> 
    149  
    150      
    151  
    152      
    153  
    154     <a name="#_timecross_cov_keyword_nT"></a> 
    155     <h4>nT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    156        
    157        
    158        
    159        
    160        
    161        
    162        
    163        
    164     </h4> 
    165  
    166      
    167  
    168      
    169  
    170     <a name="#_timecross_cov_keyword_Ndim"></a> 
    171     <h4>Ndim&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     106    <a name="#_timecross_cov_keyword_xd"></a> 
     107    <h4>xd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     108       
     109       
     110       
     111       
     112       
     113       
     114       
     115       
     116    </h4> 
     117 
     118     
     119 
     120     
     121 
     122    <a name="#_timecross_cov_keyword_yd"></a> 
     123    <h4>yd&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     124       
     125       
     126       
     127       
     128       
     129       
     130       
     131       
     132    </h4> 
     133 
     134     
     135 
     136     
     137 
     138    <a name="#_timecross_cov_keyword_m"></a> 
     139    <h4>m&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     140       
     141       
     142       
     143       
     144       
     145       
     146       
     147       
     148    </h4> 
     149 
     150     
     151 
     152     
     153 
     154    <a name="#_timecross_cov_keyword_nt"></a> 
     155    <h4>nt&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     156       
     157       
     158       
     159       
     160       
     161       
     162       
     163       
     164    </h4> 
     165 
     166     
     167 
     168     
     169 
     170    <a name="#_timecross_cov_keyword_ndim"></a> 
     171    <h4>ndim&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    172172       
    173173       
     
    189189 
    190190     
    191     <a name="#_timecross_cov_keyword_Double"></a> 
    192     <h4>Double&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     191    <a name="#_timecross_cov_keyword_DOUBLE"></a> 
     192    <h4>DOUBLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    193193       
    194194       
     
    228228     
    229229    <h4>Version</h4> 
    230  $Id: c_timecorrelate.pro 242 2007-04-06 08:35:17Z pinsard $ 
     230 $Id: c_timecorrelate.pro 262 2007-08-21 14:19:32Z pinsard $ 
    231231 
    232232    <h4>History</h4> 
     
    257257</font></h2> 
    258258 
    259       <p><font face="Courier"><i>result = </i>c_timecorrelate(<i><a href="#_c_timecorrelate_keyword_X">X</a>, <a href="#_c_timecorrelate_keyword_Y">Y</a>, <a href="#_c_timecorrelate_keyword_Lag">Lag</a></i>, <a href="#_c_timecorrelate_keyword_Covariance">Covariance</a>=<i>Covariance</i>, <a href="#_c_timecorrelate_keyword_Double">Double</a>=<i>Double</i>)</font></p> 
     259      <p><font face="Courier"><i>result = </i>c_timecorrelate(<i><a href="#_c_timecorrelate_keyword_x">x</a>, <a href="#_c_timecorrelate_keyword_y">y</a>, <a href="#_c_timecorrelate_keyword_lag">lag</a></i>, <a href="#_c_timecorrelate_keyword_COVARIANCE">COVARIANCE</a>=<i>COVARIANCE</i>, <a href="#_c_timecorrelate_keyword_DOUBLE">DOUBLE</a>=<i>DOUBLE</i>)</font></p> 
    260260 
    261261     
     
    268268     
    269269 
    270     <a name="#_c_timecorrelate_keyword_X"></a> 
    271     <h4>X&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     270    <a name="#_c_timecorrelate_keyword_x"></a> 
     271    <h4>x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    272272      <font size="-1" color="#006633">in</font> 
    273273       
     
    286286     
    287287 
    288     <a name="#_c_timecorrelate_keyword_Y"></a> 
    289     <h4>Y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     288    <a name="#_c_timecorrelate_keyword_y"></a> 
     289    <h4>y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    290290      <font size="-1" color="#006633">in</font> 
    291291       
     
    304304     
    305305 
    306     <a name="#_c_timecorrelate_keyword_Lag"></a> 
    307     <h4>Lag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     306    <a name="#_c_timecorrelate_keyword_lag"></a> 
     307    <h4>lag&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    308308      <font size="-1" color="#006633">in</font> 
    309309       
     
    328328 
    329329     
    330     <a name="#_c_timecorrelate_keyword_Covariance"></a> 
    331     <h4>Covariance&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     330    <a name="#_c_timecorrelate_keyword_COVARIANCE"></a> 
     331    <h4>COVARIANCE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    332332       
    333333       
     
    345345 
    346346     
    347     <a name="#_c_timecorrelate_keyword_Double"></a> 
    348     <h4>Double&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     347    <a name="#_c_timecorrelate_keyword_DOUBLE"></a> 
     348    <h4>DOUBLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    349349       
    350350       
     
    380380     
    381381    <h4>Version</h4> 
    382  $Id: c_timecorrelate.pro 242 2007-04-06 08:35:17Z pinsard $ 
     382 $Id: c_timecorrelate.pro 262 2007-08-21 14:19:32Z pinsard $ 
    383383 
    384384    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/delchr.html

    r249 r290  
    7373</font></h2> 
    7474 
    75       <p><font face="Courier"><i>result = </i>delchr(<i><a href="#_delchr_keyword_OLD">OLD</a>, <a href="#_delchr_keyword_C">C</a></i>, <a href="#_delchr_keyword_help">help</a>=<i>help</i>)</font></p> 
     75      <p><font face="Courier"><i>result = </i>delchr(<i><a href="#_delchr_keyword_old">old</a>, <a href="#_delchr_keyword_c">c</a></i>, <a href="#_delchr_keyword_HELP">HELP</a>=<i>HELP</i>)</font></p> 
    7676 
    7777     
     
    8686     
    8787 
    88     <a name="#_delchr_keyword_OLD"></a> 
    89     <h4>OLD&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     88    <a name="#_delchr_keyword_old"></a> 
     89    <h4>old&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    9090      <font size="-1" color="#006633">in</font> 
    9191       
     
    103103     
    104104 
    105     <a name="#_delchr_keyword_C"></a> 
    106     <h4>C&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     105    <a name="#_delchr_keyword_c"></a> 
     106    <h4>c&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    107107      <font size="-1" color="#006633">in</font> 
    108108       
     
    125125 
    126126     
    127     <a name="#_delchr_keyword_help"></a> 
    128     <h4>help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     127    <a name="#_delchr_keyword_HELP"></a> 
     128    <h4>HELP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    129129       
    130130       
     
    146146     
    147147    <h4>Version</h4> 
    148  $Id: delchr.pro 240 2007-03-28 12:17:24Z pinsard $ 
     148 $Id: delchr.pro 262 2007-08-21 14:19:32Z pinsard $ 
    149149 
    150150    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/getfile.html

    r249 r290  
    7272      <h2>getfile  </h2> 
    7373 
    74       <p><font face="Courier"><i>result = </i>getfile(<i><a href="#_getfile_keyword_filein">filein</a></i>, <a href="#_getfile_keyword_error">error</a>=<i>error</i>, <a href="#_getfile_keyword_help">help</a>=<i>help</i>, <a href="#_getfile_keyword_quiet">quiet</a>=<i>quiet</i>, <a href="#_getfile_keyword_lines">lines</a>=<i>lines</i>, <a href="#_getfile_keyword_find">find</a>=<i>find</i>)</font></p> 
     74      <p><font face="Courier"><i>result = </i>getfile(<i><a href="#_getfile_keyword_filein">filein</a></i>, <a href="#_getfile_keyword_error">error</a>=<i>error</i>, <a href="#_getfile_keyword_HELP">HELP</a>=<i>HELP</i>, <a href="#_getfile_keyword_QUIET">QUIET</a>=<i>QUIET</i>, <a href="#_getfile_keyword_LINES">LINES</a>=<i>LINES</i>, <a href="#_getfile_keyword_FIND">FIND</a>=<i>FIND</i>)</font></p> 
    7575 
    7676     
     
    123123 
    124124     
    125     <a name="#_getfile_keyword_help"></a> 
    126     <h4>help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    127        
    128        
    129        
    130        
    131        
    132        
    133        
    134        
    135     </h4> 
    136  
    137      
    138  
    139      
    140     <a name="#_getfile_keyword_quiet"></a> 
    141     <h4>quiet&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     125    <a name="#_getfile_keyword_HELP"></a> 
     126    <h4>HELP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     127       
     128       
     129       
     130       
     131       
     132       
     133       
     134       
     135    </h4> 
     136 
     137     
     138 
     139     
     140    <a name="#_getfile_keyword_QUIET"></a> 
     141    <h4>QUIET&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    142142       
    143143       
     
    154154 
    155155     
    156     <a name="#_getfile_keyword_lines"></a> 
    157     <h4>lines&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     156    <a name="#_getfile_keyword_LINES"></a> 
     157    <h4>LINES&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    158158       
    159159       
     
    172172 
    173173     
    174     <a name="#_getfile_keyword_find"></a> 
    175     <h4>find&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     174    <a name="#_getfile_keyword_FIND"></a> 
     175    <h4>FIND&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    176176       
    177177       
     
    195195     
    196196    <h4>Version</h4> 
    197  $Id: getfile.pro 240 2007-03-28 12:17:24Z pinsard $ 
     197 $Id: getfile.pro 262 2007-08-21 14:19:32Z pinsard $ 
    198198 
    199199    <h4>History</h4> 
     
    208208       S. Masson (smasson@lodyc.jussieu.fr) 4 Feb 2002 
    209209       search the file in the all !path directories (use <a href="../..//Utilities/find.html">find</a>) 
    210        when using /find keyword. Use <proidl>spawn</proidl>, 'cat...' for  
     210       when using /find keyword. Use <a href="/Applications/rsi/idl_6.3/help/online_help/SPAWN.html">SPAWN</a>, 'cat...' for  
    211211       unix os. 
    212212 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/getwrd.html

    r249 r290  
    7474</font></h2> 
    7575 
    76       <p><font face="Courier"><i>result = </i>getwrd(<i><a href="#_getwrd_keyword_TXTSTR">TXTSTR</a>, <a href="#_getwrd_keyword_NTH">NTH</a>[, <a href="#_getwrd_keyword_MTH">MTH</a>]</i>, <a href="#_getwrd_keyword_help">help</a>=<i>help</i>, <a href="#_getwrd_keyword_location">location</a>=<i>location</i>, <a href="#_getwrd_keyword_delimiter">delimiter</a>=<i>delimiter</i>, <a href="#_getwrd_keyword_notrim">notrim</a>=<i>notrim</i>, <a href="#_getwrd_keyword_last">last</a>=<i>last</i>, <a href="#_getwrd_keyword_nwords">nwords</a>=<i>nwords</i>)</font></p> 
     76      <p><font face="Courier"><i>result = </i>getwrd(<i><a href="#_getwrd_keyword_txtstr">txtstr</a>, <a href="#_getwrd_keyword_nth">nth</a>[, <a href="#_getwrd_keyword_mth">mth</a>]</i>, <a href="#_getwrd_keyword_HELP">HELP</a>=<i>HELP</i>, <a href="#_getwrd_keyword_LOCATION">LOCATION</a>=<i>LOCATION</i>, <a href="#_getwrd_keyword_DELIMITER">DELIMITER</a>=<i>DELIMITER</i>, <a href="#_getwrd_keyword_NOTRIM">NOTRIM</a>=<i>NOTRIM</i>, <a href="#_getwrd_keyword_LAST">LAST</a>=<i>LAST</i>, <a href="#_getwrd_keyword_NWORDS">NWORDS</a>=<i>NWORDS</i>)</font></p> 
    7777 
    7878     
     
    8787     
    8888 
    89     <a name="#_getwrd_keyword_TXTSTR"></a> 
    90     <h4>TXTSTR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     89    <a name="#_getwrd_keyword_txtstr"></a> 
     90    <h4>txtstr&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    9191      <font size="-1" color="#006633">in</font> 
    9292       
     
    105105     
    106106 
    107     <a name="#_getwrd_keyword_NTH"></a> 
    108     <h4>NTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     107    <a name="#_getwrd_keyword_nth"></a> 
     108    <h4>nth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    109109      <font size="-1" color="#006633">in</font> 
    110110       
     
    122122     
    123123 
    124     <a name="#_getwrd_keyword_MTH"></a> 
    125     <h4>MTH&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     124    <a name="#_getwrd_keyword_mth"></a> 
     125    <h4>mth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    126126      <font size="-1" color="#006633">in</font> 
    127127       
     
    144144 
    145145     
    146     <a name="#_getwrd_keyword_help"></a> 
    147     <h4>help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    148        
    149        
    150        
    151        
    152        
    153        
    154        
    155        
    156     </h4> 
    157  
    158      
    159      
    160     <a name="#_getwrd_keyword_location"></a> 
    161     <h4>location&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     146    <a name="#_getwrd_keyword_HELP"></a> 
     147    <h4>HELP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     148       
     149       
     150       
     151       
     152       
     153       
     154       
     155       
     156    </h4> 
     157 
     158     
     159     
     160    <a name="#_getwrd_keyword_LOCATION"></a> 
     161    <h4>LOCATION&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    162162       
    163163       
     
    174174 
    175175     
    176     <a name="#_getwrd_keyword_delimiter"></a> 
    177     <h4>delimiter&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     176    <a name="#_getwrd_keyword_DELIMITER"></a> 
     177    <h4>DELIMITER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    178178       
    179179       
     
    190190 
    191191     
    192     <a name="#_getwrd_keyword_notrim"></a> 
    193     <h4>notrim&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     192    <a name="#_getwrd_keyword_NOTRIM"></a> 
     193    <h4>NOTRIM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    194194       
    195195       
     
    206206 
    207207     
    208     <a name="#_getwrd_keyword_last"></a> 
    209     <h4>last&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     208    <a name="#_getwrd_keyword_LAST"></a> 
     209    <h4>LAST&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    210210       
    211211       
     
    224224 
    225225     
    226     <a name="#_getwrd_keyword_nwords"></a> 
    227     <h4>nwords&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     226    <a name="#_getwrd_keyword_NWORDS"></a> 
     227    <h4>NWORDS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    228228       
    229229       
     
    246246     
    247247    <h4>Version</h4> 
    248  $Id: getwrd.pro 232 2007-03-20 16:59:36Z pinsard $ 
     248 $Id: getwrd.pro 262 2007-08-21 14:19:32Z pinsard $ 
    249249 
    250250    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/isnumber.html

    r249 r290  
    7373</font></h2> 
    7474 
    75       <p><font face="Courier"><i>result = </i>isnumber(<i><a href="#_isnumber_keyword_txt0">txt0</a>, <a href="#_isnumber_keyword_x">x</a></i>, <a href="#_isnumber_keyword_help">help</a>=<i>help</i>)</font></p> 
     75      <p><font face="Courier"><i>result = </i>isnumber(<i><a href="#_isnumber_keyword_txt0">txt0</a>, <a href="#_isnumber_keyword_x">x</a></i>, <a href="#_isnumber_keyword_HELP">HELP</a>=<i>HELP</i>)</font></p> 
    7676 
    7777     
     
    130130 
    131131     
    132     <a name="#_isnumber_keyword_help"></a> 
    133     <h4>help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     132    <a name="#_isnumber_keyword_HELP"></a> 
     133    <h4>HELP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    134134       
    135135       
     
    151151     
    152152    <h4>Version</h4> 
    153  $Id: isnumber.pro 232 2007-03-20 16:59:36Z pinsard $ 
     153 $Id: isnumber.pro 262 2007-08-21 14:19:32Z pinsard $ 
    154154 
    155155    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/lenstr.html

    r249 r290  
    135135    <h4>Todo items</h4> seb  
    136136 
    137 ;- 
    138  
    139137     
    140138 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/nwrds.html

    r249 r290  
    7373</font></h2> 
    7474 
    75       <p><font face="Courier"><i>result = </i>nwrds(<i><a href="#_nwrds_keyword_txtstr">txtstr</a></i>, <a href="#_nwrds_keyword_help">help</a>=<i>help</i>, <a href="#_nwrds_keyword_delimiter">delimiter</a>=<i>delimiter</i>)</font></p> 
     75      <p><font face="Courier"><i>result = </i>nwrds(<i><a href="#_nwrds_keyword_txtstr">txtstr</a></i>, <a href="#_nwrds_keyword_HELP">HELP</a>=<i>HELP</i>, <a href="#_nwrds_keyword_DELIMITER">DELIMITER</a>=<i>DELIMITER</i>)</font></p> 
    7676 
    7777     
     
    108108 
    109109     
    110     <a name="#_nwrds_keyword_help"></a> 
    111     <h4>help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     110    <a name="#_nwrds_keyword_HELP"></a> 
     111    <h4>HELP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    112112       
    113113       
     
    123123 
    124124     
    125     <a name="#_nwrds_keyword_delimiter"></a> 
    126     <h4>delimiter&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     125    <a name="#_nwrds_keyword_DELIMITER"></a> 
     126    <h4>DELIMITER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    127127       
    128128       
     
    145145     
    146146    <h4>Version</h4> 
    147  $Id: nwrds.pro 232 2007-03-20 16:59:36Z pinsard $ 
     147 $Id: nwrds.pro 262 2007-08-21 14:19:32Z pinsard $ 
    148148 
    149149    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/putfile.html

    r249 r290  
    7373</font></h2> 
    7474 
    75       <p><font face="Courier">putfile<i>, <a href="#_putfile_keyword_file">file</a>, <a href="#_putfile_keyword_s">s</a></i>, <a href="#_putfile_keyword_error">error</a>=<i>error</i>, <a href="#_putfile_keyword_help">help</a>=<i>help</i></font></p> 
     75      <p><font face="Courier">putfile<i>, <a href="#_putfile_keyword_file">file</a>, <a href="#_putfile_keyword_s">s</a></i>, <a href="#_putfile_keyword_ERROR">ERROR</a>=<i>ERROR</i>, <a href="#_putfile_keyword_HELP">HELP</a>=<i>HELP</i></font></p> 
    7676 
    7777     
     
    123123 
    124124     
    125     <a name="#_putfile_keyword_error"></a> 
    126     <h4>error&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     125    <a name="#_putfile_keyword_ERROR"></a> 
     126    <h4>ERROR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    127127       
    128128       
     
    139139  
    140140     
    141     <a name="#_putfile_keyword_help"></a> 
    142     <h4>help&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     141    <a name="#_putfile_keyword_HELP"></a> 
     142    <h4>HELP&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    143143       
    144144       
     
    159159     
    160160    <h4>Version</h4> 
    161  $Id: putfile.pro 232 2007-03-20 16:59:36Z pinsard $ 
     161 $Id: putfile.pro 262 2007-08-21 14:19:32Z pinsard $ 
    162162 
    163163    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/str_size.html

    r249 r290  
    7878</font></h2> 
    7979 
    80       <p><font face="Courier"><i>result = </i>str_size(<i><a href="#_str_size_keyword_string">string</a>[, <a href="#_str_size_keyword_targetWidth">targetWidth</a>]</i>, <a href="#_str_size_keyword_INITSIZE">INITSIZE</a>=<i>INITSIZE</i>, <a href="#_str_size_keyword_STEP">STEP</a>=<i>STEP</i>)</font></p> 
     80      <p><font face="Courier"><i>result = </i>str_size(<i><a href="#_str_size_keyword_string">string</a>[, <a href="#_str_size_keyword_targetwidth">targetwidth</a>]</i>, <a href="#_str_size_keyword_INITSIZE">INITSIZE</a>=<i>INITSIZE</i>, <a href="#_str_size_keyword_STEP">STEP</a>=<i>STEP</i>)</font></p> 
    8181 
    8282     
     
    112112     
    113113 
    114     <a name="#_str_size_keyword_targetWidth"></a> 
    115     <h4>targetWidth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     114    <a name="#_str_size_keyword_targetwidth"></a> 
     115    <h4>targetwidth&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    116116      <font size="-1" color="#006633">in</font> 
    117117       
     
    183183     
    184184    <h4>Version</h4> 
    185  $Id: str_size.pro 226 2007-03-16 09:22:26Z pinsard $ 
     185 $Id: str_size.pro 262 2007-08-21 14:19:32Z pinsard $ 
    186186 
    187187    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/string2struct.html

    r249 r290  
    130130     
    131131    <h4>Version</h4> 
    132  $Id: string2struct.pro 232 2007-03-20 16:59:36Z pinsard $ 
     132 $Id: string2struct.pro 262 2007-08-21 14:19:32Z pinsard $ 
    133133    <h4>History</h4> 
    134134 
     
    218218     
    219219    <h4>Version</h4> 
    220  $Id: string2struct.pro 232 2007-03-20 16:59:36Z pinsard $ 
     220 $Id: string2struct.pro 262 2007-08-21 14:19:32Z pinsard $ 
    221221 
    222222    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/strright.html

    r249 r290  
    132132     
    133133    <h4>Version</h4> 
    134  $Id: strright.pro 232 2007-03-20 16:59:36Z pinsard $ 
     134 $Id: strright.pro 262 2007-08-21 14:19:32Z pinsard $ 
    135135 
     136 Copyright (C) 1997, Martin Schultz, Harvard University 
     137 This software is provided as is without any warranty 
     138 whatsoever. It may be freely used, copied or distributed 
     139 for non-commercial purposes. This copyright notice must be 
     140 kept with any copy of this software. If this software shall 
     141 be used commercially or sold as part of a larger package, 
     142 please contact the author to arrange payment. 
     143 Bugs and comments should be directed to mgs@io.harvard.edu 
     144 with subject "IDL routine strright" 
    136145    <h4>History</h4> 
    137146        mgs, 19 Nov 1997: VERSION 1.00 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/strsci.html

    r249 r290  
    7575</font></h2> 
    7676 
    77       <p><font face="Courier"><i>result = </i>strsci(<i><a href="#_strsci_keyword_Data">Data</a></i>, <a href="#_strsci_keyword_Format">Format</a>=<i>Format</i>, <a href="#_strsci_keyword_POT_Only">POT_Only</a>=<i>POT_Only</i>, <a href="#_strsci_keyword_MANTISSA_ONLY">MANTISSA_ONLY</a>=<i>MANTISSA_ONLY</i>, <a href="#_strsci_keyword_SHORT">SHORT</a>=<i>SHORT</i>, <a href="#_strsci_keyword_TRIM">TRIM</a>=<i>TRIM</i>)</font></p> 
     77      <p><font face="Courier"><i>result = </i>strsci(<i><a href="#_strsci_keyword_data">data</a></i>, <a href="#_strsci_keyword_FORMAT">FORMAT</a>=<i>FORMAT</i>, <a href="#_strsci_keyword_POT_ONLY">POT_ONLY</a>=<i>POT_ONLY</i>, <a href="#_strsci_keyword_MANTISSA_ONLY">MANTISSA_ONLY</a>=<i>MANTISSA_ONLY</i>, <a href="#_strsci_keyword_SHORT">SHORT</a>=<i>SHORT</i>, <a href="#_strsci_keyword_TRIM">TRIM</a>=<i>TRIM</i>)</font></p> 
    7878 
    7979     
     
    8686     
    8787 
    88     <a name="#_strsci_keyword_Data"></a> 
    89     <h4>Data&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     88    <a name="#_strsci_keyword_data"></a> 
     89    <h4>data&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    9090      <font size="-1" color="#006633">in</font> 
    9191       
     
    109109 
    110110     
    111     <a name="#_strsci_keyword_Format"></a> 
    112     <h4>Format&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     111    <a name="#_strsci_keyword_FORMAT"></a> 
     112    <h4>FORMAT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    113113       
    114114       
     
    127127 
    128128     
    129     <a name="#_strsci_keyword_POT_Only"></a> 
    130     <h4>POT_Only&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     129    <a name="#_strsci_keyword_POT_ONLY"></a> 
     130    <h4>POT_ONLY&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    131131       
    132132       
     
    215215     
    216216    <h4>Version</h4> 
    217  $Id: strsci.pro 232 2007-03-20 16:59:36Z pinsard $ 
    218  
     217 $Id: strsci.pro 262 2007-08-21 14:19:32Z pinsard $ 
     218 
     219 Copyright (C) 1998, 1999 Bob Yantosca and Martin Schultz,  
     220 Harvard University 
     221 This software is provided as is without any warranty 
     222 whatsoever. It may be freely used, copied or distributed 
     223 for non-commercial purposes. This copyright notice must be 
     224 kept with any copy of this software. If this software shall 
     225 be used commercially or sold as part of a larger package, 
     226 please contact the author to arrange payment. 
     227 Bugs and comments should be directed to bmy@io.harvard.edu 
     228 or mgs@io.harvard.edu with subject "IDL routine strsci" 
    219229    <h4>History</h4> 
    220230        bmy, 28 May 1998: VERSION 1.00            B 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/strtok.html

    r249 r290  
    172172     
    173173    <h4>Version</h4> 
    174  $Id: strtok.pro 232 2007-03-20 16:59:36Z pinsard $ 
     174 $Id: strtok.pro 262 2007-08-21 14:19:32Z pinsard $ 
    175175 
    176176    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/strwhere.html

    r249 r290  
    7474</font></h2> 
    7575 
    76       <p><font face="Courier"><i>result = </i>strwhere(<i><a href="#_strwhere_keyword_str">str</a>, <a href="#_strwhere_keyword_schar">schar</a>, <a href="#_strwhere_keyword_Count">Count</a></i>)</font></p> 
     76      <p><font face="Courier"><i>result = </i>strwhere(<i><a href="#_strwhere_keyword_str">str</a>, <a href="#_strwhere_keyword_schar">schar</a>, <a href="#_strwhere_keyword_count">count</a></i>)</font></p> 
    7777 
    7878     
     
    124124     
    125125 
    126     <a name="#_strwhere_keyword_Count"></a> 
    127     <h4>Count&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     126    <a name="#_strwhere_keyword_count"></a> 
     127    <h4>count&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    128128       
    129129       
     
    150150     
    151151    <h4>Version</h4> 
    152  $Id: strwhere.pro 238 2007-03-27 13:43:18Z pinsard $ 
     152 $Id: strwhere.pro 262 2007-08-21 14:19:32Z pinsard $ 
    153153 
     154 Copyright (C) 1998, Martin Schultz, Harvard University 
     155 This software is provided as is without any warranty 
     156 whatsoever. It may be freely used, copied or distributed 
     157 for non-commercial purposes. This copyright notice must be 
     158 kept with any copy of this software. If this software shall 
     159 be used commercially or sold as part of a larger package, 
     160 please contact the author to arrange payment. 
     161 Bugs and comments should be directed to mgs@io.harvard.edu 
     162 with subject "IDL routine strwhere" 
    154163    <h4>History</h4> 
    155164        mgs, 02 Jun 1998: VERSION 1.00 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRUCTURE/chkstru.html

    r249 r290  
    7575</font></h2> 
    7676 
    77       <p><font face="Courier"><i>result = </i>chkstru(<i><a href="#_chkstru_keyword_structure">structure</a>, <a href="#_chkstru_keyword_fields">fields</a></i>, <a href="#_chkstru_keyword_index">index</a>=<i>string</i>, <a href="#_chkstru_keyword_verbose">verbose</a>=<i>verbose</i>, <a href="#_chkstru_keyword_extract">extract</a>=<i>extract</i>)</font></p> 
     77      <p><font face="Courier"><i>result = </i>chkstru(<i><a href="#_chkstru_keyword_structure">structure</a>, <a href="#_chkstru_keyword_fields">fields</a></i>, <a href="#_chkstru_keyword_INDEX">INDEX</a>=<i>string</i>, <a href="#_chkstru_keyword_VERBOSE">VERBOSE</a>=<i>VERBOSE</i>, <a href="#_chkstru_keyword_EXTRACT">EXTRACT</a>=<i>EXTRACT</i>)</font></p> 
    7878 
    7979     
     
    130130 
    131131     
    132     <a name="#_chkstru_keyword_index"></a> 
    133     <h4>index&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     132    <a name="#_chkstru_keyword_INDEX"></a> 
     133    <h4>INDEX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    134134       
    135135       
     
    150150 
    151151     
    152     <a name="#_chkstru_keyword_verbose"></a> 
    153     <h4>verbose&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     152    <a name="#_chkstru_keyword_VERBOSE"></a> 
     153    <h4>VERBOSE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    154154       
    155155       
     
    167167 
    168168     
    169     <a name="#_chkstru_keyword_extract"></a> 
    170     <h4>extract&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     169    <a name="#_chkstru_keyword_EXTRACT"></a> 
     170    <h4>EXTRACT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    171171       
    172172       
     
    199199     
    200200    <h4>Version</h4> 
    201  $Id: chkstru.pro 232 2007-03-20 16:59:36Z pinsard $ 
    202  
     201 $Id: chkstru.pro 262 2007-08-21 14:19:32Z pinsard $ 
     202 
     203 Copyright (C) 1998, Martin Schultz, Harvard University 
     204 This software is provided as is without any warranty 
     205 whatsoever. It may be freely used, copied or distributed 
     206 for non-commercial purposes. This copyright notice must be 
     207 kept with any copy of this software. If this software shall 
     208 be used commercially or sold as part of a larger package, 
     209 please contact the author to arrange payment. 
     210 Bugs and comments should be directed to mgs@io.harvard.edu 
     211 with subject "IDL routine chkstru" 
    203212    <h4>History</h4> 
    204213        mgs, 02 Mar 1998: VERSION 1.00 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRUCTURE/where_tag.html

    r249 r290  
    238238     
    239239    <h4>Version</h4> 
    240  $Id: where_tag.pro 232 2007-03-20 16:59:36Z pinsard $ 
     240 $Id: where_tag.pro 262 2007-08-21 14:19:32Z pinsard $ 
    241241  
    242242    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/ciseauxtri.html

    r249 r290  
    162162     
    163163    <h4>Version</h4> 
    164  $Id: ciseauxtri.pro 231 2007-03-19 17:15:51Z pinsard $ 
     164 $Id: ciseauxtri.pro 262 2007-08-21 14:19:32Z pinsard $ 
    165165 
    166166    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/completecointerre.html

    r249 r290  
    252252     
    253253 To obtain the array of "ascending land corner" 
    254  to be treated with <a href=".//completecointerre.html">completecointerre</a> in the variable array 
     254 to be treated with <a href="../..//ToBeReviewed/TRIANGULATION/completecointerre.html">completecointerre</a> in the variable array 
    255255 instead of make it pass by the global variable twin_corners_up. 
    256256 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/definetri.html

    r249 r290  
    6262 
    6363     
    64  Define a triangulation array like <proidl>TRIANGULATE</proidl>. 
     64 Define a triangulation array like <a href="/Applications/rsi/idl_6.3/help/online_help/TRIANGULATE.html">TRIANGULATE</a>. 
    6565         But in a VERY SIMPLE CASE: 
    6666 the points are regulary-gridded on nx*ny array. 
     
    200200     
    201201    <h4>Version</h4> 
    202  $Id: definetri.pro 232 2007-03-20 16:59:36Z pinsard $ 
     202 $Id: definetri.pro 262 2007-08-21 14:19:32Z pinsard $ 
    203203    <h4>History</h4> 
    204204 sebastien Masson (smlod@ipsl.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/definetri_e.html

    r249 r290  
    6464 
    6565 
    66  Define a triangulation array like <proidl>TRIANGULATE</proidl> but for a 
     66 Define a triangulation array like <a href="/Applications/rsi/idl_6.3/help/online_help/TRIANGULATE.html">TRIANGULATE</a> but for a 
    6767 E-grid type 
    6868 
     
    161161     
    162162    <h4>Version</h4> 
    163  $Id: definetri_e.pro 232 2007-03-20 16:59:36Z pinsard $ 
     163 $Id: definetri_e.pro 262 2007-08-21 14:19:32Z pinsard $ 
    164164    <h4>History</h4> 
    165165 
     
    197197    <h3>Return value</h3> 
    198198 Triangles is a 2d array and is dimensions are 3 and (nx-1)*(ny-1). 
    199  Triangles is defined like in the <proidl>TRIANGULATE</proidl> procedure. 
     199 Triangles is defined like in the <a href="/Applications/rsi/idl_6.3/help/online_help/TRIANGULATE.html">TRIANGULATE</a> procedure. 
    200200 
    201201 
     
    286286     
    287287    <h4>Version</h4> 
    288  $Id: definetri_e.pro 232 2007-03-20 16:59:36Z pinsard $ 
     288 $Id: definetri_e.pro 262 2007-08-21 14:19:32Z pinsard $ 
    289289 
    290290    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/dessinetri.html

    r249 r290  
    9898 
    9999     
    100  Array which define the triangulation (provided by <a href=".//triangule.html">triangule</a> or 
    101  <proidl>triangulate</proidl>) 
     100 Array which define the triangulation (provided by <a href="../..//ToBeReviewed/TRIANGULATION/triangule.html">triangule</a> or 
     101 <a href="/Applications/rsi/idl_6.3/help/online_help/TRIANGULATE.html">TRIANGULATE</a>) 
    102102 
    103103     
     
    229229     
    230230    <h4>Version</h4> 
    231  $Id: dessinetri.pro 232 2007-03-20 16:59:36Z pinsard $ 
     231 $Id: dessinetri.pro 260 2007-08-20 15:24:57Z pinsard $ 
    232232 
    233233    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/drawcoast_e.html

    r249 r290  
    7272</font></h2> 
    7373 
    74       <p><font face="Courier">drawcoast_e<i>, <a href="#_drawcoast_e_keyword_mask">mask</a>, <a href="#_drawcoast_e_keyword_xf">xf</a>, <a href="#_drawcoast_e_keyword_yf">yf</a>, <a href="#_drawcoast_e_keyword_nx">nx</a>, <a href="#_drawcoast_e_keyword_ny">ny</a></i>, <a href="#_drawcoast_e_keyword_COAST_COLOR">COAST_COLOR</a>=<i>COAST_COLOR</i>, <a href="#_drawcoast_e_keyword_COAST_THICK">COAST_THICK</a>=<i>COAST_THICK</i>, <a href="#_drawcoast_e_keyword_YSEUIL">YSEUIL</a>=<i>YSEUIL</i>, <a href="#_drawcoast_e_keyword_XSEUIL">XSEUIL</a>=<i>XSEUIL</i>, <a href="#_drawcoast_e_keyword_onemore">onemore</a>=<i>onemore</i>, <a href="#_drawcoast_e_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
     74      <p><font face="Courier">drawcoast_e<i>, <a href="#_drawcoast_e_keyword_mask">mask</a>, <a href="#_drawcoast_e_keyword_xf">xf</a>, <a href="#_drawcoast_e_keyword_yf">yf</a>, <a href="#_drawcoast_e_keyword_nx">nx</a>, <a href="#_drawcoast_e_keyword_ny">ny</a></i>, <a href="#_drawcoast_e_keyword_COAST_COLOR">COAST_COLOR</a>=<i>COAST_COLOR</i>, <a href="#_drawcoast_e_keyword_COAST_THICK">COAST_THICK</a>=<i>COAST_THICK</i>, <a href="#_drawcoast_e_keyword_YSEUIL">YSEUIL</a>=<i>YSEUIL</i>, <a href="#_drawcoast_e_keyword_XSEUIL">XSEUIL</a>=<i>XSEUIL</i>, <a href="#_drawcoast_e_keyword_ONEMORE">ONEMORE</a>=<i>ONEMORE</i>, <a href="#_drawcoast_e_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i></font></p> 
    7575 
    7676     
     
    237237 
    238238     
    239     <a name="#_drawcoast_e_keyword_onemore"></a> 
    240     <h4>onemore&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     239    <a name="#_drawcoast_e_keyword_ONEMORE"></a> 
     240    <h4>ONEMORE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    241241       
    242242       
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/triangule_e.html

    r249 r290  
    123123     
    124124 To obtain the array of "ascending land corner" to be treated with 
    125  <a href=".//completecointerre.html">completecointerre</a> in the variable array instead of make it pass  
     125 <a href="../..//ToBeReviewed/TRIANGULATION/completecointerre.html">completecointerre</a> in the variable array instead of make it pass  
    126126 by the global variable twin_corners_up. 
    127127 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildcmd.html

    r249 r290  
    125125   5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
    126126   6 elements: The extraction is made on Boxzoom 
    127  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     127 Where lon1, lon2,lat1,lat2 are global variables defined at the last  
     128 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    128129 
    129130     
     
    149150     
    150151    <h4>Version</h4> 
    151  $Id: buildcmd.pro 231 2007-03-19 17:15:51Z pinsard $ 
     152 $Id: buildcmd.pro 262 2007-08-21 14:19:32Z pinsard $ 
    152153 
    153154    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/buildreadcmd.html

    r249 r290  
    171171   5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
    172172   6 elements: The extraction is made on Boxzoom 
    173  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     173 Where lon1, lon2,lat1,lat2 are global variables defined at the last  
     174 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    174175 
    175176     
     
    210211     
    211212    <h4>Version</h4> 
    212  $Id: buildreadcmd.pro 231 2007-03-19 17:15:51Z pinsard $ 
     213 $Id: buildreadcmd.pro 279 2007-09-07 13:40:51Z smasson $ 
    213214 
    214215    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefield.html

    r249 r290  
    142142   5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
    143143   6 elements: The extraction is made on Boxzoom 
    144  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     144 Where lon1, lon2,lat1,lat2 are global variables defined at the last  
     145 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    145146 
    146147     
     
    152153     
    153154    <h4>Version</h4> 
    154  $Id: changefield.pro 231 2007-03-19 17:15:51Z pinsard $ 
     155 $Id: changefield.pro 262 2007-08-21 14:19:32Z pinsard $ 
    155156 
    156157    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/changefile.html

    r249 r290  
    142142   5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
    143143   6 elements: The extraction is made on Boxzoom 
    144  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     144 Where lon1, lon2,lat1,lat2 are global variables defined at the last  
     145 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    145146 
    146147     
     
    197198     
    198199    <h4>Version</h4> 
    199  $Id: changefile.pro 231 2007-03-19 17:15:51Z pinsard $ 
     200 $Id: changefile.pro 262 2007-08-21 14:19:32Z pinsard $ 
    200201 
    201202    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/createhistory.html

    r249 r290  
    135135     
    136136    <h4>Version</h4> 
    137  $Id: createhistory.pro 231 2007-03-19 17:15:51Z pinsard $ 
     137 $Id: createhistory.pro 262 2007-08-21 14:19:32Z pinsard $ 
    138138 
    139139    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/doubleclickaction.html

    r249 r290  
    108108     
    109109    <h4>Version</h4> 
    110  $Id: doubleclickaction.pro 231 2007-03-19 17:15:51Z pinsard $ 
     110 $Id: doubleclickaction.pro 262 2007-08-21 14:19:32Z pinsard $ 
    111111 
    112112    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/loadgrid.html

    r249 r290  
    128128     
    129129    <h4>Version</h4> 
    130  $Id: loadgrid.pro 232 2007-03-20 16:59:36Z pinsard $ 
     130 $Id: loadgrid.pro 285 2007-09-14 11:05:09Z smasson $ 
    131131 
    132132    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/read_vermair.html

    r249 r290  
    189189   5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
    190190   6 elements: The extraction is made on Boxzoom 
    191  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     191 Where lon1, lon2,lat1,lat2 are global variables defined at the last  
     192 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    192193 
    193194     
     
    215216     
    216217    <h4>Version</h4> 
    217  $Id: read_vermair.pro 231 2007-03-19 17:15:51Z pinsard $ 
     218 $Id: read_vermair.pro 254 2007-06-26 15:58:20Z pinsard $ 
    218219 
    219220    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.html

    r249 r290  
    134134 
    135135     
    136  Used to pass keywords to <a href="../../..//Utilities/isafile.html">isafile</a>  
    137  and <a href="../../..//ReadWrite/ncdf_getaxis.html">ncdf_getaxis</a> 
     136 Used to pass keywords to <a href="../../..//Utilities/isafile.html">isafile</a>,  
     137 <a href="../../..//ReadWrite/ncdf_getaxis.html">ncdf_getaxis</a> and <a href="../../..//ReadWrite/ncdf_gettime.html">ncdf_gettime</a> 
    138138 
    139139     
     
    145145     
    146146    <h4>Version</h4> 
    147  $Id: scanfile.pro 238 2007-03-27 13:43:18Z pinsard $ 
     147 $Id: scanfile.pro 271 2007-08-30 12:44:23Z smasson $ 
    148148 
    149149    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/selectfile.html

    r249 r290  
    124124     
    125125    <h4>Version</h4> 
    126  $Id: selectfile.pro 243 2007-04-12 08:52:32Z smasson $ 
     126 $Id: selectfile.pro 285 2007-09-14 11:05:09Z smasson $ 
    127127 
    128128    <h4>History</h4> 
     
    245245     
    246246    <h4>Version</h4> 
    247  $Id: selectfile.pro 243 2007-04-12 08:52:32Z smasson $ 
     247 $Id: selectfile.pro 285 2007-09-14 11:05:09Z smasson $ 
    248248 
    249249    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/tracecadre.html

    r249 r290  
    7474</font></h2> 
    7575 
    76       <p><font face="Courier">tracecadre<i>, <a href="#_tracecadre_keyword_small">small</a></i>, <a href="#_tracecadre_keyword_out">out</a>=<i>out</i>, <a href="#_tracecadre_keyword_erase">erase</a>=<i>erase</i>, <a href="#_tracecadre_keyword_fill">fill</a>=<i>fill</i></font></p> 
     76      <p><font face="Courier">tracecadre<i>, <a href="#_tracecadre_keyword_small">small</a></i>, <a href="#_tracecadre_keyword_OUT">OUT</a>=<i>OUT</i>, <a href="#_tracecadre_keyword_ERASE">ERASE</a>=<i>ERASE</i>, <a href="#_tracecadre_keyword_FILL">FILL</a>=<i>FILL</i></font></p> 
    7777 
    7878     
     
    107107 
    108108     
    109     <a name="#_tracecadre_keyword_out"></a> 
    110     <h4>out&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     109    <a name="#_tracecadre_keyword_OUT"></a> 
     110    <h4>OUT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    111111       
    112112       
     
    122122 
    123123     
    124     <a name="#_tracecadre_keyword_erase"></a> 
    125     <h4>erase&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     124    <a name="#_tracecadre_keyword_ERASE"></a> 
     125    <h4>ERASE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    126126       
    127127       
     
    137137 
    138138     
    139     <a name="#_tracecadre_keyword_fill"></a> 
    140     <h4>fill&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     139    <a name="#_tracecadre_keyword_FILL"></a> 
     140    <h4>FILL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    141141       
    142142       
     
    159159     
    160160    <h4>Version</h4> 
    161  $Id: tracecadre.pro 231 2007-03-19 17:15:51Z pinsard $ 
     161 $Id: tracecadre.pro 262 2007-08-21 14:19:32Z pinsard $ 
    162162 
    163163    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/xxxmenubar_event.html

    r249 r290  
    108108     
    109109    <h4>Version</h4> 
    110  $Id: xxxmenubar_event.pro 231 2007-03-19 17:15:51Z pinsard $ 
     110 $Id: xxxmenubar_event.pro 267 2007-08-24 12:42:30Z pinsard $ 
    111111 
    112112    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_bgroup.html

    r249 r290  
    164164     
    165165    <h4>Version</h4> 
    166  $Id: cw_bgroup.pro 242 2007-04-06 08:35:17Z pinsard $ 
     166 $Id: cw_bgroup.pro 262 2007-08-21 14:19:32Z pinsard $ 
    167167    <h4>History</h4> 
    168168 
     
    246246     
    247247    <h4>Version</h4> 
    248  $Id: cw_bgroup.pro 242 2007-04-06 08:35:17Z pinsard $ 
     248 $Id: cw_bgroup.pro 262 2007-08-21 14:19:32Z pinsard $ 
    249249    <h4>History</h4> 
    250250 
     
    311311     
    312312    <h4>Version</h4> 
    313  $Id: cw_bgroup.pro 242 2007-04-06 08:35:17Z pinsard $ 
     313 $Id: cw_bgroup.pro 262 2007-08-21 14:19:32Z pinsard $ 
    314314    <h4>History</h4> 
    315315 
     
    902902     
    903903    <h4>Version</h4> 
    904  $Id: cw_bgroup.pro 242 2007-04-06 08:35:17Z pinsard $ 
     904 $Id: cw_bgroup.pro 262 2007-08-21 14:19:32Z pinsard $ 
    905905 
    906906    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_calendar.html

    r249 r290  
    9999      <dd><font size="-1"></font></dd> 
    100100       
    101       <dt><a href="#_move">move<i>, event, casename</i></a><dt> 
     101      <dt><a href="#_cw_cal_move">cw_cal_move<i>, event, casename</i></a><dt> 
    102102      <dd><font size="-1"></font></dd> 
    103103       
     
    173173     
    174174    <h4>Version</h4> 
    175  $Id: cw_calendar.pro 232 2007-03-20 16:59:36Z pinsard $ 
     175 $Id: cw_calendar.pro 279 2007-09-07 13:40:51Z smasson $ 
    176176    <h4>History</h4> 
    177177 
     
    239239     
    240240    <h4>Version</h4> 
    241  $Id: cw_calendar.pro 232 2007-03-20 16:59:36Z pinsard $ 
     241 $Id: cw_calendar.pro 279 2007-09-07 13:40:51Z smasson $ 
    242242    <h4>History</h4> 
    243243 
     
    322322     
    323323    <h4>Version</h4> 
    324  $Id: cw_calendar.pro 232 2007-03-20 16:59:36Z pinsard $ 
     324 $Id: cw_calendar.pro 279 2007-09-07 13:40:51Z smasson $ 
    325325    <h4>History</h4> 
    326326 
     
    422422     
    423423    <h4>Version</h4> 
    424  $Id: cw_calendar.pro 232 2007-03-20 16:59:36Z pinsard $ 
     424 $Id: cw_calendar.pro 279 2007-09-07 13:40:51Z smasson $ 
    425425    <h4>History</h4> 
    426426 
     
    431431     
    432432     
    433     <h4>Restrictions</h4> 
     433    <h4>Restrictions</h4>< 
    434434 
    435435 
     
    446446    <hr size="1" color="#CCCCCC"/> 
    447447       
    448       <a name="#_move"></a> 
    449  
    450       <h2>move  <font size="-1" color="#006633"> 
     448      <a name="#_cw_cal_move"></a> 
     449 
     450      <h2>cw_cal_move  <font size="-1" color="#006633"> 
    451451 Compound widget 
    452452</font></h2> 
    453453 
    454       <p><font face="Courier">move<i>, <a href="#_move_keyword_event">event</a>, <a href="#_move_keyword_casename">casename</a></i></font></p> 
     454      <p><font face="Courier">cw_cal_move<i>, <a href="#_cw_cal_move_keyword_event">event</a>, <a href="#_cw_cal_move_keyword_casename">casename</a></i></font></p> 
    455455 
    456456     
     
    463463     
    464464 
    465     <a name="#_move_keyword_event"></a> 
     465    <a name="#_cw_cal_move_keyword_event"></a> 
    466466    <h4>event&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    467467       
     
    480480     
    481481 
    482     <a name="#_move_keyword_casename"></a> 
     482    <a name="#_cw_cal_move_keyword_casename"></a> 
    483483    <h4>casename&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    484484       
     
    505505     
    506506    <h4>Version</h4> 
    507  $Id: cw_calendar.pro 232 2007-03-20 16:59:36Z pinsard $ 
     507 $Id: cw_calendar.pro 279 2007-09-07 13:40:51Z smasson $ 
    508508    <h4>History</h4> 
    509509 
     
    571571     
    572572    <h4>Version</h4> 
    573  $Id: cw_calendar.pro 232 2007-03-20 16:59:36Z pinsard $ 
     573 $Id: cw_calendar.pro 279 2007-09-07 13:40:51Z smasson $ 
    574574    <h4>History</h4> 
    575575 
     
    752752     
    753753    <h4>Version</h4> 
    754  $Id: cw_calendar.pro 232 2007-03-20 16:59:36Z pinsard $ 
     754 $Id: cw_calendar.pro 279 2007-09-07 13:40:51Z smasson $ 
    755755 
    756756    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_domain.html

    r249 r290  
    153153     
    154154    <h4>Version</h4> 
    155  $Id: cw_domain.pro 232 2007-03-20 16:59:36Z pinsard $ 
     155 $Id: cw_domain.pro 254 2007-06-26 15:58:20Z pinsard $ 
    156156    <h4>History</h4> 
    157157 
     
    219219     
    220220    <h4>Version</h4> 
    221  $Id: cw_domain.pro 232 2007-03-20 16:59:36Z pinsard $ 
     221 $Id: cw_domain.pro 254 2007-06-26 15:58:20Z pinsard $ 
    222222    <h4>History</h4> 
    223223 
     
    285285     
    286286    <h4>Version</h4> 
    287  $Id: cw_domain.pro 232 2007-03-20 16:59:36Z pinsard $ 
     287 $Id: cw_domain.pro 254 2007-06-26 15:58:20Z pinsard $ 
    288288    <h4>History</h4> 
    289289 
     
    369369   5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
    370370   6 elements: The extraction is made on Boxzoom 
    371  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     371 Where lon1, lon2,lat1,lat2 are global variables defined at the last  
     372 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a>! 
    372373 
    373374     
     
    457458     
    458459    <h4>Version</h4> 
    459  $Id: cw_domain.pro 232 2007-03-20 16:59:36Z pinsard $ 
     460 $Id: cw_domain.pro 254 2007-06-26 15:58:20Z pinsard $ 
    460461 
    461462    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slide_slice.html

    r249 r290  
    8080      <dd><font size="-1"> </font></dd> 
    8181       
    82       <dt><a href="#_cw_slide_slice"><i>result = </i>cw_slide_slice(<i>parent</i>, boxzoom=<i>boxzoom</i>, UVALUE=<i>UVALUE</i>, UNAME=<i>UNAME</i>, FRAME=<i>FRAME</i>, ROW=<i>ROW</i>, COLUMN=<i>COLUMN</i>, _EXTRA=<i>_EXTRA</i>)</a><dt> 
     82      <dt><a href="#_cw_slide_slice"><i>result = </i>cw_slide_slice(<i>parent</i>, BOXZOOM=<i>BOXZOOM</i>, UVALUE=<i>UVALUE</i>, UNAME=<i>UNAME</i>, FRAME=<i>FRAME</i>, ROW=<i>ROW</i>, COLUMN=<i>COLUMN</i>, _EXTRA=<i>_EXTRA</i>)</a><dt> 
    8383      <dd><font size="-1"> </font></dd> 
    8484       
     
    148148     
    149149    <h4>Version</h4> 
    150  $Id: cw_slide_slice.pro 238 2007-03-27 13:43:18Z pinsard $ 
     150 $Id: cw_slide_slice.pro 262 2007-08-21 14:19:32Z pinsard $ 
    151151    <h4>History</h4> 
    152152 
     
    214214     
    215215    <h4>Version</h4> 
    216  $Id: cw_slide_slice.pro 238 2007-03-27 13:43:18Z pinsard $ 
     216 $Id: cw_slide_slice.pro 262 2007-08-21 14:19:32Z pinsard $ 
    217217    <h4>History</h4> 
    218218 
     
    244244</font></h2> 
    245245 
    246       <p><font face="Courier"><i>result = </i>cw_slide_slice(<i><a href="#_cw_slide_slice_keyword_parent">parent</a></i>, <a href="#_cw_slide_slice_keyword_boxzoom">boxzoom</a>=<i>boxzoom</i>, <a href="#_cw_slide_slice_keyword_UVALUE">UVALUE</a>=<i>UVALUE</i>, <a href="#_cw_slide_slice_keyword_UNAME">UNAME</a>=<i>UNAME</i>, <a href="#_cw_slide_slice_keyword_FRAME">FRAME</a>=<i>FRAME</i>, <a href="#_cw_slide_slice_keyword_ROW">ROW</a>=<i>ROW</i>, <a href="#_cw_slide_slice_keyword_COLUMN">COLUMN</a>=<i>COLUMN</i>, <a href="#_cw_slide_slice_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
     246      <p><font face="Courier"><i>result = </i>cw_slide_slice(<i><a href="#_cw_slide_slice_keyword_parent">parent</a></i>, <a href="#_cw_slide_slice_keyword_BOXZOOM">BOXZOOM</a>=<i>BOXZOOM</i>, <a href="#_cw_slide_slice_keyword_UVALUE">UVALUE</a>=<i>UVALUE</i>, <a href="#_cw_slide_slice_keyword_UNAME">UNAME</a>=<i>UNAME</i>, <a href="#_cw_slide_slice_keyword_FRAME">FRAME</a>=<i>FRAME</i>, <a href="#_cw_slide_slice_keyword_ROW">ROW</a>=<i>ROW</i>, <a href="#_cw_slide_slice_keyword_COLUMN">COLUMN</a>=<i>COLUMN</i>, <a href="#_cw_slide_slice_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
    247247 
    248248     
     
    278278 
    279279     
    280     <a name="#_cw_slide_slice_keyword_boxzoom"></a> 
    281     <h4>boxzoom&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     280    <a name="#_cw_slide_slice_keyword_BOXZOOM"></a> 
     281    <h4>BOXZOOM&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    282282       
    283283       
     
    298298   5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
    299299   6 elements: The extraction is made on Boxzoom 
    300  Where lon1, lon2,lat1,lat2 are global variables defined at the last domdef! 
     300 Where lon1, lon2,lat1,lat2 are global variables defined at the last  
     301 <a href="../../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    301302 
    302303     
     
    406407     
    407408    <h4>Version</h4> 
    408  $Id: cw_slide_slice.pro 238 2007-03-27 13:43:18Z pinsard $ 
     409 $Id: cw_slide_slice.pro 262 2007-08-21 14:19:32Z pinsard $ 
    409410 
    410411    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_slider_pm.html

    r249 r290  
    9696      <dd><font size="-1"> </font></dd> 
    9797       
    98       <dt><a href="#_cw_slider_pm"><i>result = </i>cw_slider_pm(<i>parent</i>, MAXIMUM=<i>MAXIMUM</i>, MINIMUM=<i>MINIMUM</i>, STRMINLEN=<i>STRMINLEN</i>, VALUE=<i>VALUE</i>, UVALUE=<i>UVALUE</i>, UNAME=<i>UNAME</i>, title=<i>title</i>, _EXTRA=<i>_EXTRA</i>)</a><dt> 
     98      <dt><a href="#_cw_slider_pm"><i>result = </i>cw_slider_pm(<i>parent</i>, MAXIMUM=<i>MAXIMUM</i>, MINIMUM=<i>MINIMUM</i>, STRMINLEN=<i>STRMINLEN</i>, VALUE=<i>VALUE</i>, UVALUE=<i>UVALUE</i>, UNAME=<i>UNAME</i>, TITLE=<i>TITLE</i>, _EXTRA=<i>_EXTRA</i>)</a><dt> 
    9999      <dd><font size="-1"> </font></dd> 
    100100       
     
    148148     
    149149    <h4>Version</h4> 
    150  $Id: cw_slider_pm.pro 242 2007-04-06 08:35:17Z pinsard $ 
     150 $Id: cw_slider_pm.pro 262 2007-08-21 14:19:32Z pinsard $ 
    151151    <h4>History</h4> 
    152152 
     
    215215     
    216216    <h4>Version</h4> 
    217  $Id: cw_slider_pm.pro 242 2007-04-06 08:35:17Z pinsard $ 
     217 $Id: cw_slider_pm.pro 262 2007-08-21 14:19:32Z pinsard $ 
    218218    <h4>History</h4> 
    219219 
     
    298298     
    299299    <h4>Version</h4> 
    300  $Id: cw_slider_pm.pro 242 2007-04-06 08:35:17Z pinsard $ 
     300 $Id: cw_slider_pm.pro 262 2007-08-21 14:19:32Z pinsard $ 
    301301    <h4>History</h4> 
    302302 
     
    364364     
    365365    <h4>Version</h4> 
    366  $Id: cw_slider_pm.pro 242 2007-04-06 08:35:17Z pinsard $ 
     366 $Id: cw_slider_pm.pro 262 2007-08-21 14:19:32Z pinsard $ 
    367367    <h4>History</h4> 
    368368 
     
    430430     
    431431    <h4>Version</h4> 
    432  $Id: cw_slider_pm.pro 242 2007-04-06 08:35:17Z pinsard $ 
     432 $Id: cw_slider_pm.pro 262 2007-08-21 14:19:32Z pinsard $ 
    433433    <h4>History</h4> 
    434434 
     
    460460</font></h2> 
    461461 
    462       <p><font face="Courier"><i>result = </i>cw_slider_pm(<i><a href="#_cw_slider_pm_keyword_parent">parent</a></i>, <a href="#_cw_slider_pm_keyword_MAXIMUM">MAXIMUM</a>=<i>MAXIMUM</i>, <a href="#_cw_slider_pm_keyword_MINIMUM">MINIMUM</a>=<i>MINIMUM</i>, <a href="#_cw_slider_pm_keyword_STRMINLEN">STRMINLEN</a>=<i>STRMINLEN</i>, <a href="#_cw_slider_pm_keyword_VALUE">VALUE</a>=<i>VALUE</i>, <a href="#_cw_slider_pm_keyword_UVALUE">UVALUE</a>=<i>UVALUE</i>, <a href="#_cw_slider_pm_keyword_UNAME">UNAME</a>=<i>UNAME</i>, <a href="#_cw_slider_pm_keyword_title">title</a>=<i>title</i>, <a href="#_cw_slider_pm_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
     462      <p><font face="Courier"><i>result = </i>cw_slider_pm(<i><a href="#_cw_slider_pm_keyword_parent">parent</a></i>, <a href="#_cw_slider_pm_keyword_MAXIMUM">MAXIMUM</a>=<i>MAXIMUM</i>, <a href="#_cw_slider_pm_keyword_MINIMUM">MINIMUM</a>=<i>MINIMUM</i>, <a href="#_cw_slider_pm_keyword_STRMINLEN">STRMINLEN</a>=<i>STRMINLEN</i>, <a href="#_cw_slider_pm_keyword_VALUE">VALUE</a>=<i>VALUE</i>, <a href="#_cw_slider_pm_keyword_UVALUE">UVALUE</a>=<i>UVALUE</i>, <a href="#_cw_slider_pm_keyword_UNAME">UNAME</a>=<i>UNAME</i>, <a href="#_cw_slider_pm_keyword_TITLE">TITLE</a>=<i>TITLE</i>, <a href="#_cw_slider_pm_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
    463463 
    464464     
     
    588588 
    589589     
    590     <a name="#_cw_slider_pm_keyword_title"></a> 
    591     <h4>title&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     590    <a name="#_cw_slider_pm_keyword_TITLE"></a> 
     591    <h4>TITLE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    592592       
    593593       
     
    626626     
    627627    <h4>Version</h4> 
    628  $Id: cw_slider_pm.pro 242 2007-04-06 08:35:17Z pinsard $ 
     628 $Id: cw_slider_pm.pro 262 2007-08-21 14:19:32Z pinsard $ 
    629629 
    630630    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/COMPOUND_WIDGET/cw_specifie.html

    r249 r290  
    152152     
    153153    <h4>Version</h4> 
    154  $Id: cw_specifie.pro 232 2007-03-20 16:59:36Z pinsard $ 
     154 $Id: cw_specifie.pro 262 2007-08-21 14:19:32Z pinsard $ 
    155155    <h4>History</h4> 
    156156 
     
    218218     
    219219    <h4>Version</h4> 
    220  $Id: cw_specifie.pro 232 2007-03-20 16:59:36Z pinsard $ 
     220 $Id: cw_specifie.pro 262 2007-08-21 14:19:32Z pinsard $ 
    221221 
    222222    <h4>History</h4> 
     
    285285     
    286286    <h4>Version</h4> 
    287  $Id: cw_specifie.pro 232 2007-03-20 16:59:36Z pinsard $ 
     287 $Id: cw_specifie.pro 262 2007-08-21 14:19:32Z pinsard $ 
    288288 
    289289    <h4>History</h4> 
     
    469469     
    470470    <h4>Version</h4> 
    471  $Id: cw_specifie.pro 232 2007-03-20 16:59:36Z pinsard $ 
     471 $Id: cw_specifie.pro 262 2007-08-21 14:19:32Z pinsard $ 
    472472 
    473473    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/findtopid.html

    r249 r290  
    7676      <h2>findtopid  </h2> 
    7777 
    78       <p><font face="Courier"><i>result = </i>findtopid(<i><a href="#_findtopid_keyword_WIDGET_ID">WIDGET_ID</a></i>)</font></p> 
     78      <p><font face="Courier"><i>result = </i>findtopid(<i><a href="#_findtopid_keyword_widget_id">widget_id</a></i>)</font></p> 
    7979 
    8080     
     
    8989     
    9090 
    91     <a name="#_findtopid_keyword_WIDGET_ID"></a> 
    92     <h4>WIDGET_ID&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     91    <a name="#_findtopid_keyword_widget_id"></a> 
     92    <h4>widget_id&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    9393       
    9494       
     
    114114     
    115115    <h4>Version</h4> 
    116  $Id: findtopid.pro 231 2007-03-19 17:15:51Z pinsard $ 
     116 $Id: findtopid.pro 262 2007-08-21 14:19:32Z pinsard $ 
    117117 
    118118    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/slec.html

    r249 r290  
    189189   5 elements: The extraction is made on [Boxzoom[0:3], 0, Boxzoom[4]] 
    190190   6 elements: The extraction is made on Boxzoom 
    191  where lon1,lon2,lat1,lat2 are global variables defined at the last domdef! 
     191 where lon1,lon2,lat1,lat2 are global variables defined at the last  
     192 <a href="../..//ToBeReviewed/GRILLE/domdef.html">domdef</a> ! 
    192193 
    193194     
     
    215216     
    216217    <h4>Version</h4> 
    217  $Id: slec.pro 238 2007-03-27 13:43:18Z pinsard $ 
     218 $Id: slec.pro 262 2007-08-21 14:19:32Z pinsard $ 
    218219 
    219220    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/xquestion.html

    r249 r290  
    6666 A small widget who ask a question and give an answer. 
    6767   WARNING: For a binary question with yes/no, answer use 
    68    <proidl>DIALOG_MESSAGE</proidl>. 
     68   <a href="/Applications/rsi/idl_6.3/help/online_help/DIALOG_MESSAGE.html">DIALOG_MESSAGE</a>. 
    6969 
    7070 
     
    226226 
    227227     
    228  Active this keyword if you want that <a href=".//xquestion.html">xquestion</a> 
    229  check if managed widget are present. If not, <a href=".//xquestion.html">xquestion</a> do not 
     228 Active this keyword if you want that <a href="../..//ToBeReviewed/WIDGET/xquestion.html">xquestion</a> 
     229 check if managed widget are present. If not, <a href="../..//ToBeReviewed/WIDGET/xquestion.html">xquestion</a> do not 
    230230 open a widget but print the question in the IDL window. 
    231231 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/xxx.html

    r249 r290  
    126126     
    127127    <h4>Version</h4> 
    128  $Id: xxx.pro 231 2007-03-19 17:15:51Z pinsard $ 
     128 $Id: xxx.pro 262 2007-08-21 14:19:32Z pinsard $ 
    129129    <h4>History</h4> 
    130130 
     
    327327     
    328328    <h4>Version</h4> 
    329  $Id: xxx.pro 231 2007-03-19 17:15:51Z pinsard $ 
     329 $Id: xxx.pro 262 2007-08-21 14:19:32Z pinsard $ 
    330330 
    331331    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.