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

Home » Public Forums » archive » Saving problems
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: Saving problems [message #13600 is a reply to message #13295] Tue, 24 November 1998 00:00 Go to previous message
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
Darth Vader wrote:

> Hi!
> I'm facing a problem with an array of size 150*441 (and this is only
> the smallest array I'm working with). I need to save this array in a
> dat files for further analysis. My problem is that IDL only creates
> five colums in my saved file.
> I'm using printf to save my file, but writeu doesn't work better. Is
> there any limitation in saving big arrays?
> Anyone some ideas?
> Thanx i.a.
>
> Karsten
>
> P.S. Im not working very long with IDL, so maybe I'm just making
> stupid mistakes, but I don't have much time to improve my knowledge.

Is it necessary to save the data in plain ascii. If not try
save,file='data_file.sav',data_varisble

Limitatations for ASCII.

A string length is only 32767 signs.
If you like to make a formatted output it's only possible to format at
once 1024 values.
Always if you use format the data is handled as string.

R.Bauer
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: QROMB crashes IDL
Next Topic: GUI Builder limited to Windows platform (LONG)

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

Current Time: Fri Oct 10 00:28:12 PDT 2025

Total time taken to generate the page: 0.05721 seconds