Re: Saving the IDL terminal datastream [message #48498] |
Fri, 28 April 2006 01:06  |
Craig Markwardt
Messages: 1869 Registered: November 1996
|
Senior Member |
|
|
"Sheldon" <shejo284@gmail.com> writes:
> Hi,
>
> Is it possible to save the data IDL sends to the STDOUT, i.e. terminal,
> in a simple ascii file?
> This could be done in UNIX by running the program and the piping it to
> a file:
> % program_script > my_file
> How is this done in IDL?
Things you might check in to:
* redirecting to a file (it works!)
* JOURNAL
* PRINTLOG
Craig
--
------------------------------------------------------------ --------------
Craig B. Markwardt, Ph.D. EMAIL: craigmnet@REMOVEcow.physics.wisc.edu
Astrophysics, IDL, Finance, Derivatives | Remove "net" for better response
------------------------------------------------------------ --------------
|
|
|
|
|