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

Home » Public Forums » archive » Re: multi-dimensions in IDL
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
Re: multi-dimensions in IDL [message #47525] Mon, 13 February 2006 10:18
greg michael is currently offline  greg michael
Messages: 163
Registered: January 2006
Senior Member
If you want 1536 files, it seems to me you're permuting 16,16,6 - is
that right?

You could use something like:

i=indgen(1536)
i2=i mod 6
i1=((i-i2)/6) mod 16
i0=((i-i1)/(6*16)) mod 16
print,transpose([[[i]],[[i0]],[[i1]],[[i2]]])

Hope this helps!
greg
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: getting ytitle to span many plots
Next Topic: which array dimensions are contiguous?

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

Current Time: Wed Oct 08 19:14:56 PDT 2025

Total time taken to generate the page: 0.00699 seconds