<<prev file | next file >>    view single page | view frames    summary: fields | routine    details: routine

Obsolete/

congridseb.pro

Used to avoid a bug in congrid in a old version of IDL Useless now... old example: based on a old version of IDL (5.??) IDL> print, congrid([[1,2,3,4],[5,6,7,8]],12,4) 1 1 1 2 2 2 3 3 3 3 4 4 1 1 1 2 2 2 3 3 3 3 4 4 5 5 5 6 6 6 7 7 7 7 8 8 5 5 5 6 6 6 7 7 7 7 8 8 IDL> print, rebin([[1,2,3,4],[5,6,7,8]],12,4) 1 1 1 2 2 2 3 3 3 4 4 4 3 3 3 4 4 4 5 5 5 6 6 6 5 5 5 6 6 6 7 7 7 8 8 8 5 5 5 6 6 6 7 7 7 8 8 8 IDL> print, congridseb([[1,2,3,4],[5,6,7,8]],12,4) 1 1 1 2 2 2 3 3 3 4 4 4 1 1 1 2 2 2 3 3 3 4 4 4 5 5 5 6 6 6 7 7 7 8 8 8 5 5 5 6 6 6 7 7 7 8 8 8

topcongridseb obsolete

result = congridseb(tableau, x, y)

Return value

an array which dimensions are x,y

Parameters

tableau        in required

1 or 2d array

x        in required

first dimension of the result which must be a multiple of the first dimension of the input array.

y        in required

second dimension of the result which must be a multiple of the second dimension of the input array

Version history

Version

$Id: congridseb.pro 325 2007-12-06 10:04:53Z pinsard $

History

Sebastien Masson (smasson@lodyc.jussieu.fr) 20/3/98 18/6/1999 supression d''une horrible boucle

Known issues

Obsolete

Statistics

McCabe cyclic 4
McCabe essential 1
McCabe modular design 1
Produced by IDLdoc 2.0.