Ignore:
Timestamp:
09/22/06 17:49:59 (18 years ago)
Author:
smasson
Message:

update doc and rm old pages

Location:
trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed
Files:
1 added
1 deleted
13 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/INIT/initncdf.html

    r187 r195  
    310310     
    311311    <h4>Version</h4> 
    312  $Id: initncdf.pro 172 2006-09-11 07:11:26Z smasson $ 
     312 $Id: initncdf.pro 192 2006-09-22 09:37:08Z smasson $ 
    313313 
    314314    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/LECTURE/read_ncdf.html

    r187 r195  
    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_FBASE2TBASE">FBASE2TBASE</a>=<i>FBASE2TBASE</i>, <a href="#_read_ncdf_keyword_CALLITSELF">CALLITSELF</a>=<i>scalar: 0 or 1</i>, <a href="#_read_ncdf_keyword_HFILENAME">HFILENAME</a>=<i>string</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_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_FBASE2TBASE">FBASE2TBASE</a>=<i>FBASE2TBASE</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> 
    8383 
    8484     
     
    367367  
    368368     
    369     <a name="#_read_ncdf_keyword_HFILENAME"></a> 
    370     <h4>HFILENAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     369    <a name="#_read_ncdf_keyword_ZETAFILENAME"></a> 
     370    <h4>ZETAFILENAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    371371       
    372372       
     
    380380 
    381381     
    382  For ROMS outputs. The filename of the file where h vriable should be read 
    383  
    384      
    385     <a name="#_read_ncdf_keyword_ZETAFILENAME"></a> 
    386     <h4>ZETAFILENAME&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    387        
    388        
    389        
    390        
    391        
    392       <font size="-1" color="#006633">type:</font> <font size="-1" color="#006633"><i>string</i></font> 
    393       <font size="-1" color="#006633">default:</font> <font size="-1" color="#006633"><i>FILENAME</i></font> 
    394        
    395     </h4> 
    396  
    397      
    398382 For ROMS outputs. The filename of the file where zeta vriable should be read 
    399383 
     
    437421     
    438422    <h4>Version</h4> 
    439  $Id: read_ncdf.pro 181 2006-09-15 08:24:36Z smasson $  
     423 $Id: read_ncdf.pro 192 2006-09-22 09:37:08Z smasson $  
    440424    <h4>History</h4> 
    441425 Sebastien Masson (smasson@lodyc.jussieu.fr) 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/PLOTS/DESSINE/pltt.html

    r187 r195  
    738738     
    739739    <h4>Version</h4>  
    740  $Id: pltt.pro 172 2006-09-11 07:11:26Z smasson $ 
     740 $Id: pltt.pro 192 2006-09-22 09:37:08Z smasson $ 
    741741 
    742742    <h4>History</h4>  
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/directory-overview.html

    r191 r195  
    3232        <li><a href="string2struct.html" target="file_frame">string2struct.pro</a></li> 
    3333        <li><a href="strkeywd.html" target="file_frame">strkeywd.pro</a></li> 
    34         <li><a href="strrepl.html" target="file_frame">strrepl.pro</a></li> 
    3534        <li><a href="strright.html" target="file_frame">strright.pro</a></li> 
    3635        <li><a href="strsci.html" target="file_frame">strsci.pro</a></li> 
     36        <li><a href="strsed.html" target="file_frame">strsed.pro</a></li> 
    3737        <li><a href="strtok.html" target="file_frame">strtok.pro</a></li> 
    3838        <li><a href="strwhere.html" target="file_frame">strwhere.pro</a></li> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/getfile.html

    r187 r195  
    195195     
    196196    <h4>Version</h4> 
    197  $Id: getfile.pro 163 2006-08-29 12:59:46Z navarro $ 
     197 $Id: getfile.pro 192 2006-09-22 09:37:08Z smasson $ 
    198198 
    199199    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/strkeywd.html

    r187 r195  
    5050<font size=-1><i>SAXO Documentation Assistant</i>: <a href="./../../home.html">Overview</a></font></td> 
    5151    <td width="10%" align="right"> 
    52 <a href="strrepl.html"><img src="./../../next.gif" border="0" alt="Next"></a></td> 
     52<a href="strright.html"><img src="./../../next.gif" border="0" alt="Next"></a></td> 
    5353  </tr> 
    5454</table> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/strright.html

    r187 r195  
    4646  <tr> 
    4747    <td width="10%"> 
    48 <a href="strrepl.html"><img src="./../../prev.gif" border="0" alt="Previous"></a></td> 
     48<a href="strkeywd.html"><img src="./../../prev.gif" border="0" alt="Previous"></a></td> 
    4949    <td width="80%" align="center" valign="center"> 
    5050<font size=-1><i>SAXO Documentation Assistant</i>: <a href="./../../home.html">Overview</a></font></td> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/strsci.html

    r187 r195  
    5050<font size=-1><i>SAXO Documentation Assistant</i>: <a href="./../../home.html">Overview</a></font></td> 
    5151    <td width="10%" align="right"> 
    52 <a href="strtok.html"><img src="./../../next.gif" border="0" alt="Next"></a></td> 
     52<a href="strsed.html"><img src="./../../next.gif" border="0" alt="Next"></a></td> 
    5353  </tr> 
    5454</table> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/STRING/strtok.html

    r187 r195  
    4646  <tr> 
    4747    <td width="10%"> 
    48 <a href="strsci.html"><img src="./../../prev.gif" border="0" alt="Previous"></a></td> 
     48<a href="strsed.html"><img src="./../../prev.gif" border="0" alt="Previous"></a></td> 
    4949    <td width="80%" align="center" valign="center"> 
    5050<font size=-1><i>SAXO Documentation Assistant</i>: <a href="./../../home.html">Overview</a></font></td> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/TRIANGULATION/ciseauxtri.html

    r187 r195  
    7676</font></h2> 
    7777 
    78       <p><font face="Courier"><i>result = </i>ciseauxtri(<i><a href="#_ciseauxtri_keyword_triang">triang</a>, <a href="#_ciseauxtri_keyword_glam">glam</a>, <a href="#_ciseauxtri_keyword_gphi">gphi</a></i>, <a href="#_ciseauxtri_keyword_ALL">ALL</a>=<i>ALL</i>, <a href="#_ciseauxtri_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
     78      <p><font face="Courier"><i>result = </i>ciseauxtri(<i><a href="#_ciseauxtri_keyword_triang">triang</a>, <a href="#_ciseauxtri_keyword_glam">glam</a>, <a href="#_ciseauxtri_keyword_gphi">gphi</a></i>, <a href="#_ciseauxtri_keyword__EXTRA">_EXTRA</a>=<i>_EXTRA</i>)</font></p> 
    7979 
    8080     
     
    131131 
    132132      
    133  
     133  
    134134     
    135135     
     
    138138    <h3>Keywords</h3> 
    139139 
    140      
    141     <a name="#_ciseauxtri_keyword_ALL"></a> 
    142     <h4>ALL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    143        
    144        
    145        
    146        
    147        
    148        
    149        
    150        
    151     </h4> 
    152  
    153      
    154   
    155140     
    156141    <a name="#_ciseauxtri_keyword__EXTRA"></a> 
     
    176161     
    177162    <h4>Version</h4> 
    178  $Id: ciseauxtri.pro 163 2006-08-29 12:59:46Z navarro $ 
     163 $Id: ciseauxtri.pro 192 2006-09-22 09:37:08Z smasson $ 
    179164  
    180165    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/cutcmd.html

    r187 r195  
    197197     
    198198    <h4>Version</h4>  
    199  $Id: cutcmd.pro 150 2006-08-09 10:12:54Z navarro $ 
     199 $Id: cutcmd.pro 192 2006-09-22 09:37:08Z smasson $ 
    200200  
    201201    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/AUTOUR_de_XXX/loadgrid.html

    r187 r195  
    132132     
    133133    <h4>Version</h4>  
    134  $Id: loadgrid.pro 181 2006-09-15 08:24:36Z smasson $ 
     134 $Id: loadgrid.pro 192 2006-09-22 09:37:08Z smasson $ 
    135135 
    136136    <h4>History</h4> 
  • trunk/SRC/Documentation/idldoc_assistant_output/ToBeReviewed/WIDGET/xxx.html

    r187 r195  
    129129     
    130130    <h4>Version</h4>  
    131  $Id: xxx.pro 186 2006-09-20 10:50:37Z pinsard $ 
     131 $Id: xxx.pro 192 2006-09-22 09:37:08Z smasson $ 
    132132    <h4>History</h4> 
    133133  
     
    337337     
    338338    <h4>Version</h4> 
    339  $Id: xxx.pro 186 2006-09-20 10:50:37Z pinsard $ 
     339 $Id: xxx.pro 192 2006-09-22 09:37:08Z smasson $ 
    340340 
    341341    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.