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

Home » Public Forums » archive » Newbie question concerning summations/loops in IDL
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: Newbie question concerning summations/loops in IDL [message #61877 is a reply to message #61777] Tue, 05 August 2008 13:52 Go to previous messageGo to previous message
Jean H. is currently offline  Jean H.
Messages: 472
Registered: July 2006
Senior Member
mbweller@gmail.com wrote:
> On Jul 31, 1:40 am, Wox <nom...@hotmail.com> wrote:
>> <snip>>; arrays for summation
>>> ARRsmall=C*thaext[1,ind_small]*(t/sin(o))
>>> ARRlarge=C*(thaext[1,ind_large])^3./2
>> <snip>
>>
>> must be this:
>>
>> ; arrays for summation
>> ARRsmall=C[ind_small]*thaext[1,ind_small]*(t/sin(o))
>> ARRlarge=C[ind_large]*(thaext[1,ind_large])^3./2
>
> Alrighty,
>
> After fiddling around for sometime I got it to work for me. I wanted
> to thank everyone for the their help.
>
> I did have another question though:
>
> If I want to be able to allow the user to input their own variables
> and their own datafile after running the script: How might I go about
> doing that?
>
> Thanks,
> ~Matt
Have a look at
READ and DIALOG_PICKFILE
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Incredible interaction between graphics and DLM: SOS!
Next Topic: drawing coloured map

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

Current Time: Fri Oct 10 23:48:15 PDT 2025

Total time taken to generate the page: 1.52170 seconds