Ignore:
Timestamp:
03/21/07 10:14:37 (17 years ago)
Author:
pinsard
Message:

new idldoc html and assistant outputs

File:
1 edited

Legend:

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

    r200 r234  
    6262 
    6363     
    64  Reading of a Net Cdf file with widgets !  
     64 Reading of a Net Cdf file with widgets ! 
    6565 
    6666 
    6767 Procedure called by xmanager when we press on a button of a second widget created by wid_var. 
    68   
    69  
    70  This procedure manage the second created whiget when we call xncdf_lec.  
     68 
     69 
     70 This procedure manage the second created whiget when we call xncdf_lec. 
    7171 This widget concern the reading of the variable. 
    7272 
    7373 
    74  Procedure called by xmanager when we press a button of the first widget  
     74 Procedure called by xmanager when we press a button of the first widget 
    7575 created by par xncdf_lec 
    76   
     76 
    7777 
    7878     
     
    8585       
    8686      <dt><a href="#_wid_var_event">wid_var_event<i>, event</i></a><dt> 
    87       <dd><font size="-1"></font></dd> 
     87      <dd><font size="-1"> </font></dd> 
    8888       
    8989      <dt><a href="#_wid_var">wid_var<i>, widid_pere</i></a><dt> 
    90       <dd><font size="-1"></font></dd> 
     90      <dd><font size="-1"> </font></dd> 
    9191       
    9292      <dt><a href="#_xncdf_lec_event">xncdf_lec_event<i>, event</i></a><dt> 
    93       <dd><font size="-1"></font></dd> 
     93      <dd><font size="-1"> </font></dd> 
    9494       
    9595    </dl> 
     
    101101      <a name="#_xncdf_lec"></a> 
    102102 
    103       <h2>xncdf_lec  <font size="-1" color="#006633">  
     103      <h2>xncdf_lec  <font size="-1" color="#006633"> 
    104104 Widget 
    105105</font></h2> 
     
    114114       1) None attribute has been selected. In this case, res is the array we 
    115115       wanted to read. 
    116        2) Some attributes has been selected. In this case, res is a structure  
    117        whose the first element having the name of the variable is the values  
     116       2) Some attributes has been selected. In this case, res is a structure 
     117       whose the first element having the name of the variable is the values 
    118118       array and the other arguments are the select arguments. 
    119119 
     
    135135    </h4> 
    136136 
    137       
    138  It give the name of the file to be opened. If NAME  
    139  does not contain the separating character of directories ('/' under  
     137     
     138 It give the name of the file to be opened. If NAME 
     139 does not contain the separating character of directories ('/' under 
    140140 unix for example), the file will be looked for in the current directory. 
    141141 
     
    195195 The widget ID of the widget that calls XNCDF_LEC. When 
    196196 this ID is specified, a death of the caller results in a death 
    197  of XNCDF_LEC.  
     197 of XNCDF_LEC. 
    198198 
    199199     
     
    229229     
    230230 It contains the directory where to go look for the file to be read. 
    231  If NAME does not contain the separating character of directories ('/' under  
     231 If NAME does not contain the separating character of directories ('/' under 
    232232 unix for example), the file will be called iodir+nom_fichier. 
    233233 
     
    246246 
    247247     
    248  A vector of integers, specifying for each dimension how much we have to shift it.  
    249  By default, it is [0,0,...]. See the function shift for more explanations. BEWARE,  
    250  the shift is done on the biggest array before a possible reduction determined  
    251  by OFFSET and COUNT. On the other hand, it is done after the possible extraction  
     248 A vector of integers, specifying for each dimension how much we have to shift it. 
     249 By default, it is [0,0,...]. See the function shift for more explanations. BEWARE, 
     250 the shift is done on the biggest array before a possible reduction determined 
     251 by OFFSET and COUNT. On the other hand, it is done after the possible extraction 
    252252 created by the STRIDE. 
    253253 
     
    287287     
    288288 
    289     <h3>Examples</h3> 
     289    <h3>Examples</h3><pre> 
    290290 help, xncdf_lec() 
    291291 
    292     <h3>Version history</h3> 
     292    </pre><h3>Version history</h3> 
    293293     
    294294    <h4>Version</h4> 
    295  $Id: xncdf_lec.pro 163 2006-08-29 12:59:46Z navarro $ 
     295 $Id: xncdf_lec.pro 231 2007-03-19 17:15:51Z pinsard $ 
    296296    <h4>History</h4> 
    297297 Sebastien Masson (smasson@lodyc.jussieu.fr) 
     
    330330     
    331331 
     332 
    332333     
    333334 
     
    357358 
    358359     
    359     <h3>Version history</h3> 
     360    </pre><h3>Version history</h3> 
    360361     
    361362    <h4>Version</h4> 
    362  $Id: xncdf_lec.pro 163 2006-08-29 12:59:46Z navarro $ 
     363 $Id: xncdf_lec.pro 231 2007-03-19 17:15:51Z pinsard $ 
    363364     
    364365     
     
    375376    <h4>Uses routines</h4> 
    376377 wididbase,resultat,infovariable,indicewid,motcle 
    377   
     378 
    378379     
    379380     
     
    395396     
    396397 
     398 
    397399     
    398400 
     
    414416 
    415417     
    416  It contains the identity of the father widget which was  
     418 It contains the identity of the father widget which was 
    417419 created by xncdf_lec and which has allowed to select the variable to be read. 
    418420 
     
    425427 
    426428     
    427     <h3>Version history</h3> 
     429    </pre><h3>Version history</h3> 
    428430     
    429431    <h4>Version</h4> 
    430  $Id: xncdf_lec.pro 163 2006-08-29 12:59:46Z navarro $ 
     432 $Id: xncdf_lec.pro 231 2007-03-19 17:15:51Z pinsard $ 
    431433     
    432434     
     
    441443     
    442444     
    443     <h4>Uses routines</h4>  
     445    <h4>Uses routines</h4> 
    444446 resultat,infovariable,indicewid_var,motcle 
    445447 
     
    462464     
    463465 
     466 
    464467     
    465468 
     
    489492 
    490493     
    491     <h3>Version history</h3> 
     494    </pre><h3>Version history</h3> 
    492495     
    493496    <h4>Version</h4> 
    494  $Id: xncdf_lec.pro 163 2006-08-29 12:59:46Z navarro $ 
     497 $Id: xncdf_lec.pro 231 2007-03-19 17:15:51Z pinsard $ 
    495498     
    496499     
Note: See TracChangeset for help on using the changeset viewer.