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_assistant_output/Obsolete/congridseb.html

    r338 r402  
    6666 Useless now... 
    6767 
     68 
     69     
     70 
     71       
     72      <a name="#_congridseb"></a> 
     73 
     74      <h2>congridseb <font size="-1" color="#FF6633">obsolete</font> </h2> 
     75 
     76      <p><font face="Courier"><i>result = </i>congridseb(<i><a href="#_congridseb_keyword_tableau">tableau</a>, <a href="#_congridseb_keyword_x">x</a>, <a href="#_congridseb_keyword_y">y</a></i>)</font></p> 
     77 
     78     
     79 
     80 
     81    <h3>Return value</h3> 
     82 an array which dimensions are x,y 
     83 
     84 
     85     
     86    <h3>Parameters</h3> 
     87     
     88 
     89    <a name="#_congridseb_keyword_tableau"></a> 
     90    <h4>tableau&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     91      <font size="-1" color="#006633">in</font> 
     92       
     93       
     94      <font size="-1" color="#006633">required</font> 
     95       
     96       
     97       
     98       
     99    </h4> 
     100 
     101     
     102 1d or 2d array 
     103 
     104     
     105 
     106    <a name="#_congridseb_keyword_x"></a> 
     107    <h4>x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     108      <font size="-1" color="#006633">in</font> 
     109       
     110       
     111      <font size="-1" color="#006633">required</font> 
     112       
     113       
     114       
     115       
     116    </h4> 
     117 
     118     
     119 first dimension of the result which must be 
     120 a multiple of the first dimension of the input array. 
     121 
     122     
     123 
     124    <a name="#_congridseb_keyword_y"></a> 
     125    <h4>y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     126      <font size="-1" color="#006633">in</font> 
     127       
     128       
     129      <font size="-1" color="#006633">required</font> 
     130       
     131       
     132       
     133       
     134    </h4> 
     135 
     136     
     137 second dimension of the result which must be 
     138 a multiple of the second dimension of the input array 
     139 
     140     
     141     
     142 
     143     
     144 
     145    <h3>Examples</h3><pre> 
     146 
    68147 old example: based on a old version of IDL (5.??) 
    69  IDL> print, congrid([[1,2,3,4],[5,6,7,8]],12,4) 
     148   IDL> print, congrid([[1,2,3,4],[5,6,7,8]],12,4) 
    70149       1 1 1 2 2 2 3 3 3 3 4 4 
    71150       1 1 1 2 2 2 3 3 3 3 4 4 
    72151       5 5 5 6 6 6 7 7 7 7 8 8 
    73152       5 5 5 6 6 6 7 7 7 7 8 8 
    74  IDL> print, rebin([[1,2,3,4],[5,6,7,8]],12,4) 
     153   IDL> print, rebin([[1,2,3,4],[5,6,7,8]],12,4) 
    75154       1 1 1 2 2 2 3 3 3 4 4 4 
    76155       3 3 3 4 4 4 5 5 5 6 6 6 
    77156       5 5 5 6 6 6 7 7 7 8 8 8 
    78157       5 5 5 6 6 6 7 7 7 8 8 8 
    79  IDL> print, congridseb([[1,2,3,4],[5,6,7,8]],12,4) 
     158   IDL> print, congridseb([[1,2,3,4],[5,6,7,8]],12,4) 
    80159       1 1 1 2 2 2 3 3 3 4 4 4 
    81160       1 1 1 2 2 2 3 3 3 4 4 4 
     
    83162       5 5 5 6 6 6 7 7 7 8 8 8 
    84163 
    85  
    86      
    87  
    88        
    89       <a name="#_congridseb"></a> 
    90  
    91       <h2>congridseb <font size="-1" color="#FF6633">obsolete</font> </h2> 
    92  
    93       <p><font face="Courier"><i>result = </i>congridseb(<i><a href="#_congridseb_keyword_tableau">tableau</a>, <a href="#_congridseb_keyword_x">x</a>, <a href="#_congridseb_keyword_y">y</a></i>)</font></p> 
    94  
    95      
    96  
    97  
    98     <h3>Return value</h3> 
    99  an array which dimensions are x,y 
    100  
    101  
    102      
    103     <h3>Parameters</h3> 
    104      
    105  
    106     <a name="#_congridseb_keyword_tableau"></a> 
    107     <h4>tableau&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    108       <font size="-1" color="#006633">in</font> 
    109        
    110        
    111       <font size="-1" color="#006633">required</font> 
    112        
    113        
    114        
    115        
    116     </h4> 
    117  
    118      
    119  1 or 2d array 
    120  
    121      
    122  
    123     <a name="#_congridseb_keyword_x"></a> 
    124     <h4>x&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    125       <font size="-1" color="#006633">in</font> 
    126        
    127        
    128       <font size="-1" color="#006633">required</font> 
    129        
    130        
    131        
    132        
    133     </h4> 
    134  
    135      
    136  first dimension of the result which must be 
    137  a multiple of the first dimension of the input array. 
    138  
    139      
    140  
    141     <a name="#_congridseb_keyword_y"></a> 
    142     <h4>y&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    143       <font size="-1" color="#006633">in</font> 
    144        
    145        
    146       <font size="-1" color="#006633">required</font> 
    147        
    148        
    149        
    150        
    151     </h4> 
    152  
    153      
    154  second dimension of the result which must be 
    155  a multiple of the second dimension of the input array 
    156  
    157      
    158      
    159  
    160      
    161  
    162      
    163164    </pre><h3>Version history</h3> 
    164165     
    165166    <h4>Version</h4> 
    166  $Id: congridseb.pro 325 2007-12-06 10:04:53Z pinsard $ 
     167 $Id: congridseb.pro 371 2008-08-07 09:32:02Z pinsard $ 
    167168 
    168169    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.