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

Home » Public Forums » archive » Re: Flow3 procedure
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: Flow3 procedure [message #39294] Thu, 06 May 2004 12:01 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
Adhara writes:

> 1. Can someone tell me why do I get an error message that says:
>
> % FLOW3: Incorrect number of arguments.
> % Execution halted at: $MAIN$ 49 C:\RSI\IDL55\lib\velocity3.pro
>
> When I include in the FLOW3 argument the sx,sy,sz arrays?
>
> Flow3, Vx, Vy, Vz, sx,sy,sz

These arguments are keywords. And the way you are extracting
them, they will be 2D vectors (which will probably also cause
an error). Try something like this:

Flow2, Vx, Vy, Vz, SX=Reform(sx), SY=Reform(sy), SZ=Reform(sz)

> 2. If I erase sx,sy,sz, my vectors appear extremelly small! How can I fix this?

Don't know about this. :-(

Cheers,

David

--
David Fanning, Ph.D.
Fanning Software Consulting
Coyote's Guide to IDL Programming: http://www.dfanning.com/
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: will pay
Next Topic: Re: Extremely Strange Program Behavior

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

Current Time: Fri Oct 10 15:29:13 PDT 2025

Total time taken to generate the page: 1.59895 seconds