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

Home » Public Forums » archive » How to create an image from the last columns of a stack of images?
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: How to create an image from the last columns of a stack of images? [message #45398 is a reply to message #45395] Fri, 09 September 2005 08:10 Go to previous message
cgguido is currently offline  cgguido
Messages: 195
Registered: August 2005
Senior Member
Not sure I get your question 100%. But if you have an image cube A so
that
idl> help, A
A something_array[1920, 1080, 3000]

and you want to create a 2D image from the 1920th slice along the first
index then it's as simplle as
idl> b=a[1919, *, *]

this is !very! simple though, so I really think you mean something
else. could you clarify your question, perhaps with a small example?

thanks,
Gianguido
[Message index]
 
Read Message
Read Message
Previous Topic: Re: realizing the formula in idl
Next Topic: Programming annoyances

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

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

Total time taken to generate the page: 2.48456 seconds