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

Home » Public Forums » archive » Re: Data management... but Execution halts!!! T.T
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: Data management... but Execution halts!!! T.T [message #51326 is a reply to message #51325] Mon, 13 November 2006 10:40 Go to previous messageGo to previous message
Mike[2] is currently offline  Mike[2]
Messages: 99
Registered: December 2005
Member
Jeff N. wrote:
> Do people not use READ_ASCII()? Is it really slow, or tempermental or
> something? I saved the original poster's data to a text file, and this
> seemed to work for me:

I'd never noticed or used read_ascii either. Thanks for pointing it
out.

I would have read the data in question like this:

line = ''
openr, lun, 'file.dat', /get_lun
readf, lun, line
free_lun, lun
data = float(strsplit(line, '|', /extract))


Mike
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: canonical correlations
Next Topic: Data management... but Execution halts!!! T.T

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

Current Time: Fri Oct 10 02:08:16 PDT 2025

Total time taken to generate the page: 7.92298 seconds