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

Home » Public Forums » archive » Re: command line args for pvwave ?
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: command line args for pvwave ? [message #10900] Fri, 06 February 1998 00:00 Go to previous message
nospam is currently offline  nospam
Messages: 21
Registered: November 1997
Junior Member
In article <34DB2AB8.46E8@rosa.mpin-koeln.mpg.de> Alex Schuster <alex@rosa.mpin-koeln.mpg.de> writes:

> A workaround would be to buiold a script which puts the arguments in
> some file and then calls wave, and then the inputs are read from there.
> I always wanted to write something like this, but I just haven't had the
> time yet.

I've had great success with perl scripts that run IDL and issue
commands to it via a pipe. I'm sure the same sort of thing would
work with PVWAVE. Something like:

open(IDL, "|/usr/local/rsi/bin/idl") || die;
print IDL ".compile procedure1";
print IDL "var1 = 2.4";

foreach(@data_files){
print IDL "procedure1 '$_'";
...
}

--
Scott Stuart
stuart at ll mit edu
[Message index]
 
Read Message
Read Message
Previous Topic: Re: Q: debuggging widget applications in IDL 5
Next Topic: IDL 5.0 problems with TrueColor under VMS

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

Current Time: Fri Oct 10 13:05:37 PDT 2025

Total time taken to generate the page: 1.44185 seconds