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/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"> 
Note: See TracChangeset for help on using the changeset viewer.