Re: ASCII table [message #61721] |
Wed, 30 July 2008 07:24 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
David Fanning writes:
> cara.hageman@gmail.com writes:
>
>> I have a program with an array as it's output. Using IDL, how would I
>> write this array as an ASCII table? Thanks.
>
> OpenR, lun, filename, /Get_LUN
> PrintF, lun, array
> Free_Lun, lun
>
> That will do for a start.
Whoops! I guess OpenW would be a better choice. :-(
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|
Re: ASCII table [message #61722 is a reply to message #61721] |
Wed, 30 July 2008 07:17  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
cara.hageman@gmail.com writes:
> I have a program with an array as it's output. Using IDL, how would I
> write this array as an ASCII table? Thanks.
OpenR, lun, filename, /Get_LUN
PrintF, lun, array
Free_Lun, lun
That will do for a start.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|