Ignore:
Timestamp:
08/07/08 11:32:02 (16 years ago)
Author:
pinsard
Message:

improvements of headers (alignments of IDL prompt in examples)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Obsolete/congridseb.pro

    r325 r371  
    66; Useless now... 
    77; 
     8; @examples 
     9; 
    810; old example: based on a old version of IDL (5.??) 
    9 ; IDL> print, congrid([[1,2,3,4],[5,6,7,8]],12,4) 
     11;   IDL> print, congrid([[1,2,3,4],[5,6,7,8]],12,4) 
    1012;       1 1 1 2 2 2 3 3 3 3 4 4 
    1113;       1 1 1 2 2 2 3 3 3 3 4 4 
    1214;       5 5 5 6 6 6 7 7 7 7 8 8 
    1315;       5 5 5 6 6 6 7 7 7 7 8 8 
    14 ; IDL> print, rebin([[1,2,3,4],[5,6,7,8]],12,4) 
     16;   IDL> print, rebin([[1,2,3,4],[5,6,7,8]],12,4) 
    1517;       1 1 1 2 2 2 3 3 3 4 4 4 
    1618;       3 3 3 4 4 4 5 5 5 6 6 6 
    1719;       5 5 5 6 6 6 7 7 7 8 8 8 
    1820;       5 5 5 6 6 6 7 7 7 8 8 8 
    19 ; IDL> print, congridseb([[1,2,3,4],[5,6,7,8]],12,4) 
     21;   IDL> print, congridseb([[1,2,3,4],[5,6,7,8]],12,4) 
    2022;       1 1 1 2 2 2 3 3 3 4 4 4 
    2123;       1 1 1 2 2 2 3 3 3 4 4 4 
     
    2628; 
    2729; @param tableau {in}{required} 
    28 ; 1 or 2d array 
     30; 1d or 2d array 
    2931; 
    3032; @param x {in}{required} 
Note: See TracChangeset for help on using the changeset viewer.