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

Home » Public Forums » archive » problem
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: Problem [message #80471 is a reply to message #51039] Thu, 14 June 2012 09:32 Go to previous messageGo to previous message
penteado is currently offline  penteado
Messages: 866
Registered: February 2018
Senior Member
Administrator
On Jun 14, 6:05 am, fadaei...@gmail.com wrote:
> for example i wrote the curve in the command line i found this message.
> curve
> % Attempt to call undefined procedure/function: 'CURVE'.
> % Error occurred at: $MAIN$
> % Execution halted at: $MAIN$
> I can not understand the meaning of this experession. Could you help me about this. Thank you
> Best, Hadi

IDL is not Python. It only executes statements (ex:
"something=something_else"), procedures (ex:
"some_procedure,some_argument"), or commands (ex: ".continue"). If you
just type in the command line a variable name, it will assume you are
calling a procedure with that name. If you want to know about a
variable, you need to use some command. For instance:

print,some_variable
help,some_variable
print,n_elements(some_variable)
print,size(some_variable)

etc.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Removing and Replacing Nan values in IDL
Next Topic: Rescaling byte (0-200) ndvi to -1 to 1 values

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

Current Time: Sat Oct 11 21:22:55 PDT 2025

Total time taken to generate the page: 3.04095 seconds