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

Home » Public Forums » archive » array summation
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: array summation [message #93450 is a reply to message #93449] Tue, 19 July 2016 10:59 Go to previous messageGo to previous message
wlandsman is currently offline  wlandsman
Messages: 743
Registered: June 2000
Senior Member
On Tuesday, July 19, 2016 at 1:41:07 PM UTC-4, AGW wrote:
> On Tuesday, July 19, 2016 at 3:45:12 PM UTC+2, AGW wrote:
>> Hi,
>> my IDL program as
>>
>> file='c:\a.sav'
>> restore,file,/st
>>
>> V=[12,55,44,88,99]
>>
>> x=sT[500,1000,15,0] ; it is an image
>>
>> y=sT[500,1000,15,2] ; it is an image
>>
>> I want to make
>>
>> z=SUM(v*[x+y])
>>
>>
>> I want to result of z array as [500,1000,15,1], How can I do it ?
>
> OK, x=sT[0:499,0:999,15,0] & x=sT[0:499,0:999,15,2]

OK so it appears that ST is a 4 dimensional array
and now X and Y are 2d images

Now what exactly do you want to do?

>> I want to make
>>
>> z=SUM(v*[x+y])

So you add X and Y to make another 2d image, and then you want to multiply by the 5 element vector v?
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: table in fits format
Next Topic: Scrollwindow WSET problem

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

Current Time: Wed Oct 08 19:42:41 PDT 2025

Total time taken to generate the page: 0.00411 seconds