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

update documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/ToBeReviewed/LECTURE/xncdf_lec.html

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