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

update documentation

Location:
trunk/SRC/Documentation/idldoc_html_output/Obsolete
Files:
19 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/congridseb.html

    r338 r402  
    9191 Used to avoid a bug in congrid in a old version of IDL 
    9292 Useless now... 
     93</div> 
     94 
     95       
     96 
     97       
     98 
     99       
     100 
     101       
     102 
     103      <div id="routine_details"> 
     104         
     105 
     106        <div class="routine_details" id="_congridseb"> 
     107 
     108          <h2><a class="top" href="#container">top</a>congridseb <span class="warning">obsolete</span> </h2> 
     109         
     110          <p class="header"> 
     111            <span class="result">result = </span>congridseb(<span class="result"><a href="#_congridseb_param_tableau">tableau</a>, <a href="#_congridseb_param_x">x</a>, <a href="#_congridseb_param_y">y</a></span>)</p> 
     112         
     113          <div class="comments"> 
     114</div> 
     115 
     116          <h3>Return value</h3><div class="preformat"> 
     117 an array which dimensions are x,y 
     118</div> 
     119 
     120           
     121            <h3>Parameters</h3> 
     122         
     123             
     124            <h4 id="_congridseb_param_tableau">tableau&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     125              <span class="attr">in</span> 
     126               
     127               
     128              <span class="attr">required</span> 
     129               
     130               
     131               
     132               
     133            </h4> 
     134         
     135          <div class="comments"> 
     136 1d or 2d array 
     137</div> 
     138             
     139            <h4 id="_congridseb_param_x">x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     140              <span class="attr">in</span> 
     141               
     142               
     143              <span class="attr">required</span> 
     144               
     145               
     146               
     147               
     148            </h4> 
     149         
     150          <div class="comments"> 
     151 first dimension of the result which must be 
     152 a multiple of the first dimension of the input array. 
     153</div> 
     154             
     155            <h4 id="_congridseb_param_y">y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     156              <span class="attr">in</span> 
     157               
     158               
     159              <span class="attr">required</span> 
     160               
     161               
     162               
     163               
     164            </h4> 
     165         
     166          <div class="comments"> 
     167 second dimension of the result which must be 
     168 a multiple of the second dimension of the input array 
     169</div> 
     170             
     171 
     172           
     173 
     174           
     175 
     176          <h3>Examples</h3><div class="preformat"> 
    93177 
    94178 old example: based on a old version of IDL (5.??) 
    95  IDL> print, congrid([[1,2,3,4],[5,6,7,8]],12,4) 
     179   IDL> print, congrid([[1,2,3,4],[5,6,7,8]],12,4) 
    96180       1 1 1 2 2 2 3 3 3 3 4 4 
    97181       1 1 1 2 2 2 3 3 3 3 4 4 
    98182       5 5 5 6 6 6 7 7 7 7 8 8 
    99183       5 5 5 6 6 6 7 7 7 7 8 8 
    100  IDL> print, rebin([[1,2,3,4],[5,6,7,8]],12,4) 
     184   IDL> print, rebin([[1,2,3,4],[5,6,7,8]],12,4) 
    101185       1 1 1 2 2 2 3 3 3 4 4 4 
    102186       3 3 3 4 4 4 5 5 5 6 6 6 
    103187       5 5 5 6 6 6 7 7 7 8 8 8 
    104188       5 5 5 6 6 6 7 7 7 8 8 8 
    105  IDL> print, congridseb([[1,2,3,4],[5,6,7,8]],12,4) 
     189   IDL> print, congridseb([[1,2,3,4],[5,6,7,8]],12,4) 
    106190       1 1 1 2 2 2 3 3 3 4 4 4 
    107191       1 1 1 2 2 2 3 3 3 4 4 4 
     
    109193       5 5 5 6 6 6 7 7 7 8 8 8 
    110194</div> 
    111  
    112        
    113  
    114        
    115  
    116        
    117  
    118        
    119  
    120       <div id="routine_details"> 
    121          
    122  
    123         <div class="routine_details" id="_congridseb"> 
    124  
    125           <h2><a class="top" href="#container">top</a>congridseb <span class="warning">obsolete</span> </h2> 
    126          
    127           <p class="header"> 
    128             <span class="result">result = </span>congridseb(<span class="result"><a href="#_congridseb_param_tableau">tableau</a>, <a href="#_congridseb_param_x">x</a>, <a href="#_congridseb_param_y">y</a></span>)</p> 
    129          
    130           <div class="comments"> 
    131 </div> 
    132  
    133           <h3>Return value</h3><div class="preformat"> 
    134  an array which dimensions are x,y 
    135 </div> 
    136  
    137            
    138             <h3>Parameters</h3> 
    139          
    140              
    141             <h4 id="_congridseb_param_tableau">tableau&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    142               <span class="attr">in</span> 
    143                
    144                
    145               <span class="attr">required</span> 
    146                
    147                
    148                
    149                
    150             </h4> 
    151          
    152           <div class="comments"> 
    153  1 or 2d array 
    154 </div> 
    155              
    156             <h4 id="_congridseb_param_x">x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    157               <span class="attr">in</span> 
    158                
    159                
    160               <span class="attr">required</span> 
    161                
    162                
    163                
    164                
    165             </h4> 
    166          
    167           <div class="comments"> 
    168  first dimension of the result which must be 
    169  a multiple of the first dimension of the input array. 
    170 </div> 
    171              
    172             <h4 id="_congridseb_param_y">y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    173               <span class="attr">in</span> 
    174                
    175                
    176               <span class="attr">required</span> 
    177                
    178                
    179                
    180                
    181             </h4> 
    182          
    183           <div class="comments"> 
    184  second dimension of the result which must be 
    185  a multiple of the second dimension of the input array 
    186 </div> 
    187              
    188  
    189            
    190  
    191            
    192  
    193            
    194195          <h3>Version history</h3> 
    195196           
    196197          <h4>Version</h4><div class="preformat"> 
    197  $Id: congridseb.pro 325 2007-12-06 10:04:53Z pinsard $ 
     198 $Id: congridseb.pro 371 2008-08-07 09:32:02Z pinsard $ 
    198199</div> 
    199200          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/directory-overview.html

    r321 r402  
    9999       
    100100        <dt><a href="extrait.html">extrait.pro</a></dt> 
    101         <dd>  extraction of subdomains of matrices;  Even if the subdomain is "pierced" (see the example)  By default, IDL can make extractions of subdomain:        IDL> a=indgen(5,5)       IDL> print, a              0       1       2       3       4              5       6       7       8       9             10      11      12      13      14             15      16      17      18      19             20      21      22      23      24       IDL> print, a[[0,2],3]             15      17       IDL> print, a[[0,2],*]              0       2              5       7             10      12             15      17             20      22  but       IDL> print, a[[0,2],[3,4]]             15      22  while       IDL> print, extrait(a,[0,2],[3,4])             15      17             20      22    you better use extrac2 </dd> 
     101        <dd>  extraction of subdomains of matrices;  Even if the subdomain is "pierced" (see the example)  By default, IDL can make extractions of subdomain:     IDL> a=indgen(5,5)    IDL> print, a              0       1       2       3       4              5       6       7       8       9             10      11      12      13      14             15      16      17      18      19             20      21      22      23      24    IDL> print, a[[0,2],3]             15      17    IDL> print, a[[0,2],*]              0       2              5       7             10      12             15      17             20      22  but    IDL> print, a[[0,2],[3,4]]             15      22  while    IDL> print, extrait(a,[0,2],[3,4])             15      17             20      22    you better use extrac2 </dd> 
    102102       
    103103        <dt><a href="ficdate.html">ficdate.pro</a></dt> 
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/extrait.html

    r338 r402  
    9292 By default, IDL can make extractions of subdomain: 
    9393 
    94       IDL> a=indgen(5,5) 
    95       IDL> print, a 
     94   IDL> a=indgen(5,5) 
     95   IDL> print, a 
    9696             0       1       2       3       4 
    9797             5       6       7       8       9 
     
    9999            15      16      17      18      19 
    100100            20      21      22      23      24 
    101       IDL> print, a[[0,2],3] 
     101   IDL> print, a[[0,2],3] 
    102102            15      17 
    103       IDL> print, a[[0,2],*] 
     103   IDL> print, a[[0,2],*] 
    104104             0       2 
    105105             5       7 
     
    108108            20      22 
    109109 but 
    110       IDL> print, a[[0,2],[3,4]] 
     110   IDL> print, a[[0,2],[3,4]] 
    111111            15      22 
    112112 while 
    113       IDL> print, extrait(a,[0,2],[3,4]) 
     113   IDL> print, extrait(a,[0,2],[3,4]) 
    114114            15      17 
    115115            20      22 
     
    143143 
    144144          <h3>Return value</h3><div class="preformat"> 
    145  a matrix 1,2,3 or 4d extract from tab 
     145 a matrix 1d, 2d, 3d or 4d extract from tab 
    146146 -1 in case of mistake 
    147147</div> 
     
    163163         
    164164          <div class="comments"> 
    165  a 1,2,3 or 4 dim table 
     165 a 1d, 2d, 3d or 4d table 
    166166</div> 
    167167             
     
    237237 matrix 2d of the line 2,3 and 7 and of the column 0 and 1: 
    238238 
    239  IDL> res=extrait(A,[2,3,7],[0,1]) 
     239   IDL> res=extrait(A,[2,3,7],[0,1]) 
    240240 
    241241 other ex: 
    242  IDL> print, a 
     242   IDL> print, a 
    243243 a b c 
    244244 d e f 
    245245 g h i 
    246  IDL> print, extrait(a,[0,2],[0,2]) 
     246   IDL> print, extrait(a,[0,2],[0,2]) 
    247247 a c 
    248248 g i 
     
    251251           
    252252          <h4>Version</h4><div class="preformat"> 
    253  $Id: extrait.pro 325 2007-12-06 10:04:53Z pinsard $ 
     253 $Id: extrait.pro 378 2008-08-12 12:35:46Z pinsard $ 
    254254</div> 
    255255          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/ficdate.html

    r338 r402  
    172172 
    173173          <h3>Examples</h3><div class="preformat"> 
    174  IDL> fic = ficdate(930124) 
     174 
     175   IDL> fic = ficdate(930124) 
    175176</div> 
    176177          <h3>Version history</h3> 
    177178           
    178179          <h4>Version</h4><div class="preformat"> 
    179  $Id: ficdate.pro 325 2007-12-06 10:04:53Z pinsard $ 
     180 $Id: ficdate.pro 371 2008-08-07 09:32:02Z pinsard $ 
    180181</div> 
    181182          <h4>History</h4><div class="preformat"> 
     
    196197           
    197198          <h4>Uses routines</h4><div class="preformat"> 
    198  common.pro 
     199 <a href="..//Obsolete/common.html">common</a> 
    199200</div> 
    200201           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/fictype.html

    r338 r402  
    154154 
    155155          <h3>Examples</h3><div class="preformat"> 
    156  IDL> fictype = fictype(930124) 
     156 
     157   IDL> fictype = fictype(930124) 
    157158</div> 
    158159          <h3>Version history</h3> 
    159160           
    160161          <h4>Version</h4><div class="preformat"> 
    161  $Id: fictype.pro 325 2007-12-06 10:04:53Z pinsard $ 
     162 $Id: fictype.pro 371 2008-08-07 09:32:02Z pinsard $ 
    162163</div> 
    163164          <h4>History</h4><div class="preformat"> 
     
    177178           
    178179          <h4>Uses routines</h4><div class="preformat"> 
    179  common.pro 
     180 <a href="..//Obsolete/common.html">common</a> 
    180181</div> 
    181182           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/juldate.html

    r338 r402  
    171171 
    172172          <h3>Examples</h3><div class="preformat"> 
    173  IDL> date = juldate(930124) 
     173 
     174   IDL> date = juldate(930124) 
    174175</div> 
    175176          <h3>Version history</h3> 
    176177           
    177178          <h4>Version</h4><div class="preformat"> 
    178  $Id: juldate.pro 327 2007-12-13 16:22:35Z pinsard $ 
     179 $Id: juldate.pro 371 2008-08-07 09:32:02Z pinsard $ 
    179180</div> 
    180181          <h4>History</h4><div class="preformat"> 
     
    195196           
    196197          <h4>Uses routines</h4><div class="preformat"> 
    197  common.pro 
    198  vraidate 
     198 <a href="..//Obsolete/common.html">common</a> 
     199 <a href="..//Obsolete/vraidate.html">vraidate</a> 
    199200</div> 
    200201           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/lec.html

    r338 r402  
    122122 
    123123          <h3>Return value</h3><div class="preformat"> 
    124  un tableau 2 ou 3d. sans le mot cle /TOUT, sa taille est 
     124 un tableau 2d ou 3d. sans le mot cle /TOUT, sa taille est 
    125125 celle du sous domaine definit par <a href="..//ToBeReviewed/GRILLE/domdef.html">domdef</a>(nx,ny,nz). avec /TOUT le 
    126126 champ a la taille du  domaine qui a etait selectionne pour la 
     
    184184          <div class="comments"> 
    185185 trois lettres designant le nom de l'experience 
    186  
    187186</div> 
    188187             
     
    269268            <div class="comments"> 
    270269 oblige lec a lire le champ sur tout le domaine qui a 
    271        etait selectionne pour la cession en cours (jpi,jpj,jpk) 
     270 etait selectionne pour la cession en cours (jpi,jpj,jpk) 
    272271</div> 
    273272             
     
    285284            <div class="comments"> 
    286285 lorsque ce mot clef est active, lec retourne la liste 
    287        des types de grilles (T, U...) auxquelles se rapportent les 
    288        variables. ds ce cas en input on met seulement 'vo' ou 'so'. 
     286 des types de grilles (T, U...) auxquelles se rapportent les 
     287 variables. ds ce cas en input on met seulement 'vo' ou 'so'. 
    289288</div> 
    290289             
     
    302301            <div class="comments"> 
    303302 lorsque ce mot clef est active, lec retourne la liste 
    304        des noms des variables. ds ce cas en input on met seulement 
    305        'vo' ou 'so'. 
     303 des noms des variables. ds ce cas en input on met seulement 
     304 'vo' ou 'so'. 
    306305</div> 
    307306             
     
    319318            <div class="comments"> 
    320319 string pour passer directement le nom du champ sans 
    321        utiliser les inputs: nom_Vairmer',date,'nom_experience'. Rq si 
    322        ces inputs sont qd meme donnes ils ne sont pas modifies par 
    323        filename. 
     320 utiliser les inputs: nom_Vairmer',date,'nom_experience'. Rq si 
     321 ces inputs sont qd meme donnes ils ne sont pas modifies par 
     322 filename. 
    324323</div> 
    325324             
     
    327326 
    328327          <h3>Examples</h3><div class="preformat"> 
    329  IDL> resultat=lec('nom_Vairmer'[,date[,'nom_experience']]) 
     328 
     329   IDL> resultat=lec('nom_Vairmer'[,date[,'nom_experience']]) 
    330330</div> 
    331331          <h3>Version history</h3> 
    332332           
    333333          <h4>Version</h4><div class="preformat"> 
    334  $Id: lec.pro 327 2007-12-13 16:22:35Z pinsard $ 
     334 $Id: lec.pro 378 2008-08-12 12:35:46Z pinsard $ 
    335335</div> 
    336336          <h4>History</h4><div class="preformat"> 
     
    358358           
    359359          <h4>Uses routines</h4><div class="preformat"> 
    360  common.pro 
    361  isnumber.pro 
    362  fivardate.pro 
     360 <a href="..//Obsolete/common.html">common</a> 
     361 <a href="..//ToBeReviewed/STRING/isnumber.html">isnumber</a> 
     362 <a href="..//Obsolete/ficdate.html">ficdate</a> 
    363363</div> 
    364364           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/lect.html

    r338 r402  
    258258 
    259259          <h3>Examples</h3><div class="preformat"> 
    260  IDL> resultat=lec('nom_Vairmer',date1,date2,'nomexp','direc',BOITE=boite) 
     260 
     261   IDL> resultat=lec('nom_Vairmer',date1,date2,'nomexp','direc',BOITE=boite) 
    261262</div> 
    262263          <h3>Version history</h3> 
    263264           
    264265          <h4>Version</h4><div class="preformat"> 
    265  $Id: lect.pro 325 2007-12-06 10:04:53Z pinsard $ 
     266 $Id: lect.pro 371 2008-08-07 09:32:02Z pinsard $ 
    266267</div> 
    267268          <h4>History</h4><div class="preformat"> 
     
    282283           
    283284          <h4>Uses routines</h4><div class="preformat"> 
    284  common 
    285  vraidate 
    286  juldate 
     285 <a href="..//Obsolete/common.html">common</a> 
     286 <a href="..//Obsolete/vraidate.html">vraidate</a> 
     287 <a href="..//Obsolete/juldate.html">juldate</a> 
    287288</div> 
    288289           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/meshlec.html

    r338 r402  
    208208 
    209209          <h3>Examples</h3><div class="preformat"> 
    210  IDL> meshmask[,' nomfich'] 
     210 
     211   IDL> meshmask[,' nomfich'] 
    211212</div> 
    212213          <h3>Version history</h3> 
    213214           
    214215          <h4>Version</h4><div class="preformat"> 
    215  $Id: meshlec.pro 327 2007-12-13 16:22:35Z pinsard $ 
     216 $Id: meshlec.pro 371 2008-08-07 09:32:02Z pinsard $ 
    216217</div> 
    217218          <h4>History</h4><div class="preformat"> 
     
    237238           
    238239          <h4>Uses routines</h4><div class="preformat"> 
    239  common.pro 
     240 <a href="..//Obsolete/common.html">common</a> 
    240241</div> 
    241242           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/nlec.html

    r338 r402  
    326326           
    327327          <h4>Version</h4><div class="preformat"> 
    328  $Id: nlec.pro 327 2007-12-13 16:22:35Z pinsard $ 
     328 $Id: nlec.pro 370 2008-08-07 07:59:15Z pinsard $ 
    329329</div> 
    330330          <h4>History</h4><div class="preformat"> 
     
    345345           
    346346          <h4>Uses routines</h4><div class="preformat"> 
    347  common.pro 
    348  vraidate 
    349  juldate 
    350  nlec5j 
    351  nlecserie 
     347 <a href="..//Obsolete/common.html">common</a> 
     348 <a href="..//Obsolete/vraidate.html">vraidate</a> 
     349 <a href="..//Obsolete/juldate.html">juldate</a> 
     350 <a href="..//Obsolete/nlec5j.html">nlec5j</a> 
     351 <a href="..//Obsolete/nlecserie.html">nlecserie</a> 
    352352</div> 
    353353           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/nlec5j.html

    r338 r402  
    243243 
    244244          <h3>Examples</h3><div class="preformat"> 
    245  IDL> res=nlec5j( nom, numsortie, nbretps) 
     245 
     246   IDL> res=nlec5j( nom, numsortie, nbretps) 
    246247</div> 
    247248          <h3>Version history</h3> 
    248249           
    249250          <h4>Version</h4><div class="preformat"> 
    250  $Id: nlec5j.pro 327 2007-12-13 16:22:35Z pinsard $ 
     251 $Id: nlec5j.pro 371 2008-08-07 09:32:02Z pinsard $ 
    251252</div> 
    252253          <h4>History</h4><div class="preformat"> 
     
    268269           
    269270          <h4>Uses routines</h4><div class="preformat"> 
    270  common.pro 
     271 <a href="..//Obsolete/common.html">common</a> 
    271272</div> 
    272273           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/nlecan.html

    r338 r402  
    242242 
    243243          <h3>Examples</h3><div class="preformat"> 
    244  IDL> res=nlecan(nom, numsortie79, nbretps) 
     244 
     245   IDL> res=nlecan(nom, numsortie79, nbretps) 
    245246</div> 
    246247          <h3>Version history</h3> 
    247248           
    248249          <h4>Version</h4><div class="preformat"> 
    249  $Id: nlecan.pro 327 2007-12-13 16:22:35Z pinsard $ 
     250 $Id: nlecan.pro 371 2008-08-07 09:32:02Z pinsard $ 
    250251</div> 
    251252          <h4>History</h4><div class="preformat"> 
     
    255256           
    256257          <h3>Known issues</h3> 
    257           <h4>Obsolete</h4><div class="preformat"></div> 
     258          <h4>Obsolete</h4><div class="preformat"> 
     259</div> 
    258260           
    259261           
     
    266268           
    267269          <h4>Uses routines</h4><div class="preformat"> 
    268  common.pro 
     270 <a href="..//Obsolete/common.html">common</a> 
    269271</div> 
    270272           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/nlecmois.html

    r338 r402  
    233233           
    234234          <h4>Version</h4><div class="preformat"> 
    235  $Id: nlecmois.pro 327 2007-12-13 16:22:35Z pinsard $ 
     235 $Id: nlecmois.pro 370 2008-08-07 07:59:15Z pinsard $ 
    236236</div> 
    237237          <h4>History</h4><div class="preformat"> 
     
    251251           
    252252          <h4>Uses routines</h4><div class="preformat"> 
    253  common.pro 
     253 <a href="..//Obsolete/common.html">common</a> 
    254254</div> 
    255255           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/nlecsaison.html

    r338 r402  
    242242 
    243243          <h3>Examples</h3><div class="preformat"> 
    244  IDL> res=nlecsaison(nom, numsortie79, nbretps) 
     244 
     245   IDL> res=nlecsaison(nom, numsortie79, nbretps) 
    245246</div> 
    246247          <h3>Version history</h3> 
    247248           
    248249          <h4>Version</h4><div class="preformat"> 
    249  $Id: nlecsaison.pro 327 2007-12-13 16:22:35Z pinsard $ 
     250 $Id: nlecsaison.pro 371 2008-08-07 09:32:02Z pinsard $ 
    250251</div> 
    251252          <h4>History</h4><div class="preformat"> 
     
    267268           
    268269          <h4>Uses routines</h4><div class="preformat"> 
    269  common.pro 
     270 <a href="..//Obsolete/common.html">common</a> 
    270271</div> 
    271272           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/nlecserie.html

    r338 r402  
    239239 
    240240          <h3>Examples</h3><div class="preformat"> 
    241  IDL> res=nlecserie(nom, date1, date2) 
     241 
     242   IDL> res=nlecserie(nom, date1, date2) 
    242243</div> 
    243244          <h3>Version history</h3> 
    244245           
    245246          <h4>Version</h4><div class="preformat"> 
    246  $Id: nlecserie.pro 327 2007-12-13 16:22:35Z pinsard $ 
     247 $Id: nlecserie.pro 371 2008-08-07 09:32:02Z pinsard $ 
    247248</div> 
    248249          <h4>History</h4><div class="preformat"> 
     
    264265           
    265266          <h4>Uses routines</h4><div class="preformat"> 
    266  common.pro 
     267 <a href="..//Obsolete/common.html">common</a> 
    267268</div> 
    268269           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/norme.html

    r338 r402  
    213213 To calculate the average of the norme of streams on all the domain 
    214214 between 0 and 50: 
    215       IDL> res=norme(un,vn,boxzoom=[0,50],dir='xyz') 
     215   IDL> res=norme(un,vn,boxzoom=[0,50],dir='xyz') 
    216216</div> 
    217217          <h3>Version history</h3> 
    218218           
    219219          <h4>Version</h4><div class="preformat"> 
    220  $Id: norme.pro 327 2007-12-13 16:22:35Z pinsard $ 
     220 $Id: norme.pro 371 2008-08-07 09:32:02Z pinsard $ 
    221221</div> 
    222222          <h4>History</h4><div class="preformat"> 
     
    253253           
    254254          <h4>Uses routines</h4><div class="preformat"> 
    255  common.pro 
     255 <a href="..//Obsolete/common.html">common</a> 
    256256</div> 
    257257           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/strrepl.html

    r338 r402  
    174174 
    175175          <h3>Examples</h3><div class="preformat"> 
    176         ; Convert one letter into upper case 
    177  
    178         abc = 'abcdefghijklmnopqrstuvwxyz' 
    179         print,strrepl(abc,strpos(abc,'m'),'M') 
    180  
    181         ; prints "abcdefghijklMnopqrstuvwxyz" 
    182  
    183  
    184         ; Use with strwhere function 
    185         a = 'abcabcabc' 
    186         print,strrepl(a,strwhere(a,'a'),'#') 
    187  
    188         ; prints  "#bc#bc#bc#bc#bc" 
    189  
    190        IDL> print, strrepl(a,'bc','!eeee!') 
     176 
     177  Convert one letter into upper case 
     178 
     179   IDL> abc = 'abcdefghijklmnopqrstuvwxyz' 
     180   IDL> print,strrepl(abc,strpos(abc,'m'),'M') 
     181   abcdefghijklMnopqrstuvwxyz 
     182 
     183 
     184  Use with strwhere function 
     185   IDL> a = 'abcabcabc' 
     186   IDL> print,strrepl(a,strwhere(a,'a'),'#') 
     187   #bc#bc#bc#bc#bc 
     188 
     189   IDL> print, strrepl(a,'bc','!eeee!') 
    191190       a!eeee!a!eeee!a!eeee! 
    192        IDL> print, strrepl(a,'b','0000') 
     191   IDL> print, strrepl(a,'b','0000') 
    193192       a0000ca0000ca0000 
    194        IDL> print, strrepl(a,'toto','0000') 
     193   IDL> print, strrepl(a,'toto','0000') 
    195194       abcabcabc 
    196195</div> 
     
    198197           
    199198          <h4>Version</h4><div class="preformat"> 
    200  $Id: strrepl.pro 325 2007-12-06 10:04:53Z pinsard $ 
     199 $Id: strrepl.pro 371 2008-08-07 09:32:02Z pinsard $ 
    201200</div> 
    202201          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/vairdate.html

    r338 r402  
    198198 
    199199          <h3>Examples</h3><div class="preformat"> 
    200  IDL> vdate = vairdate(1755087) 
     200 
     201   IDL> vdate = vairdate(1755087) 
    201202</div> 
    202203          <h3>Version history</h3> 
    203204           
    204205          <h4>Version</h4><div class="preformat"> 
    205  $Id: vairdate.pro 327 2007-12-13 16:22:35Z pinsard $ 
     206 $Id: vairdate.pro 371 2008-08-07 09:32:02Z pinsard $ 
    206207</div> 
    207208          <h4>History</h4><div class="preformat"> 
     
    226227           
    227228          <h4>Uses routines</h4><div class="preformat"> 
    228  common 
     229 <a href="..//Obsolete/common.html">common</a> 
    229230</div> 
    230231           
  • trunk/SRC/Documentation/idldoc_html_output/Obsolete/vraidate.html

    r338 r402  
    177177 
    178178          <h3>Examples</h3><div class="preformat"> 
    179  IDL> res=vraidate(date) 
    180  IDL> vraidate(980703) 
     179 
     180   IDL> res=vraidate(date) 
     181   IDL> vraidate(980703) 
    181182 donne 19980703 qui est un long 
    182183</div> 
     
    184185           
    185186          <h4>Version</h4><div class="preformat"> 
    186  $Id: vraidate.pro 327 2007-12-13 16:22:35Z pinsard $ 
     187 $Id: vraidate.pro 371 2008-08-07 09:32:02Z pinsard $ 
    187188</div> 
    188189          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.