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

Home » Public Forums » archive » concatenating beyond [[[]]]
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
concatenating beyond [[[]]] [message #32657] Wed, 23 October 2002 13:08
mperrin+news is currently offline  mperrin+news
Messages: 81
Registered: May 2001
Member
How best to venture into the land where square brackets fail?
I want to concatenate some 3D data cubes into a 4D dataset.
(Basically this is a cube of images produced as I vary two
parameters in a simulation). Square brackets don't work.
Is there any more elegant or faster solution than just a
for loop wrapped around
bigarr[*,*,i,j] = littlearr[*,*]
?

In particular it would be nice to be able to append an entire
3D 'slice' to my 4D data cube without having to re-allocate
a new larger array and copy everything over, but that's probably
not easy to do, is it?

- Marshall
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: Image fusion algorithm...
Next Topic: Image fusion algorithm...

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

Current Time: Wed Oct 08 14:00:16 PDT 2025

Total time taken to generate the page: 0.00443 seconds