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

Home » Public Forums » archive » Re: problem with save
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: problem with save [message #43952 is a reply to message #43951] Tue, 10 May 2005 05:31 Go to previous messageGo to previous message
Benjamin Luethi is currently offline  Benjamin Luethi
Messages: 22
Registered: December 2004
Junior Member
What do you mean by "the size of my sav file"? the dimensions?
How do you determine it?

The following example works fine for me:

IDL> d=findgen(36,44,32)
IDL> help,d
D FLOAT = Array[36, 44, 32]
IDL> save, filename='xxx.sav',d
IDL> d=0
IDL> restore,'xxx.sav'
IDL> help,d
D FLOAT = Array[36, 44, 32]

Ben

On Tue, 10 May 2005 13:48:51 +0200, <cecilik@yahoo.com> wrote:

> I writed so, but the size of my sav file is again: 0, 7, 1 and my array
> d is (36,44,32).
> Why?
>



--
Using Opera's revolutionary e-mail client: http://www.opera.com/m2/
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: How to apply a function to an array?
Next Topic: Object graphics output police (iImage)

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

Current Time: Wed Oct 08 19:32:54 PDT 2025

Total time taken to generate the page: 0.00452 seconds