Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Widget driven analysis
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
sid  
View profile  
 More options Nov 1 2012, 2:02 am
Newsgroups: comp.lang.idl-pvwave
From: sid <gunvicsi...@gmail.com>
Date: Wed, 31 Oct 2012 23:02:18 -0700 (PDT)
Local: Thurs, Nov 1 2012 2:02 am
Subject: Widget driven analysis
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

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Fanning  
View profile  
 More options Nov 1 2012, 8:47 am
Newsgroups: comp.lang.idl-pvwave
From: David Fanning <n...@idlcoyote.com>
Date: Thu, 1 Nov 2012 06:47:59 -0600
Local: Thurs, Nov 1 2012 8:47 am
Subject: Re: Widget driven analysis

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.

This usually works:

OpenR, 1, 'textfile.txt
PrintF, 1, results
Close, 1

What have you been trying?

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.")


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
gunvicsi...@gmail.com  
View profile  
 More options Nov 2 2012, 5:34 am
Newsgroups: comp.lang.idl-pvwave
From: gunvicsi...@gmail.com
Date: Fri, 2 Nov 2012 02:34:13 -0700 (PDT)
Local: Fri, Nov 2 2012 5:34 am
Subject: Re: Widget driven analysis

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

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
David Fanning  
View profile  
 More options Nov 2 2012, 9:10 am
Newsgroups: comp.lang.idl-pvwave
From: David Fanning <n...@idlcoyote.com>
Date: Fri, 2 Nov 2012 07:10:43 -0600
Local: Fri, Nov 2 2012 9:10 am
Subject: Re: Widget driven analysis

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.")


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »