Hi everyone,
I have a widget driven analysis routines, with the code that I am running. The problem is I am able to plot the results of the code with the help of the widget. But unable to see the result as text file.
Could anyone please help me in getting the result as text file.
thanking you in advance
sid
sid writes: > I have a widget driven analysis routines, with the code that I am running. The problem is I am able to plot the results of the code with the help of the widget. But unable to see the result as text file.
> Could anyone please help me in getting the result as text file.
-- David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/ Sepore ma de ni thue. ("Perhaps thos speakest truth.")
On Thursday, November 1, 2012 6:17:59 PM UTC+5:30, David Fanning wrote:
> sid writes:
> > I have a widget driven analysis routines, with the code that I am running. The problem is I am able to plot the results of the code with the help of the widget. But unable to see the result as text file.
> > Could anyone please help me in getting the result as text file.
> Sepore ma de ni thue. ("Perhaps thos speakest truth.")
Hello sir,
The output files are saved in xdr format, so I couldnt open using the openr command. Because I dont know anything about the file.
Please let me know how to open the file.
thanking you
sid
gunvicsi...@gmail.com writes: > The output files are saved in xdr format, so I couldnt open using the openr command. Because I dont know anything about the file.
XDR formatted files are not "text" files. They are
binary files. If you don't know anything about them
they are essentially impossible to read. Sorry.
Cheers,
David
-- David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/ Sepore ma de ni thue. ("Perhaps thos speakest truth.")