comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Data elimination from array
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Data elimination from array [message #51937 is a reply to message #51799] Fri, 08 December 2006 13:59 Go to previous messageGo to previous message
Michael Galloy is currently offline  Michael Galloy
Messages: 1114
Registered: April 2006
Senior Member
Bob Crawford wrote:
> On Dec 8, 3:45 pm, "Braedley" <mike.braed...@gmail.com> wrote:
>> Except that it doesn't work.
>
> What doesn't work? Wox's code? It worked when I tried it.

Mine original code doesn't work (or it only works for the case the
length of each "block" is 1).

I think this should be more general:

array = findgen(21446656)
nlen = 1792

r = reform(array, nlen, n_elements(array) / nlen)
array1 = reform(r[*, 0:*:4], n_elements(array) / 4)
array2 = reform(r[*, 0:*:4], n_elements(array) / 4)
array3 = reform(r[*, 0:*:4], n_elements(array) / 4)
array4 = reform(r[*, 0:*:4], n_elements(array) / 4)

Mike
--
www.michaelgalloy.com
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to get a very large 2D projected surface image
Next Topic: IDL with command line like input, (in EFTS -EUMETSAT)

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sat Oct 11 10:16:31 PDT 2025

Total time taken to generate the page: 2.07990 seconds