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

Home » Public Forums » archive » List Structure of .Sav
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
List Structure of .Sav [message #93835] Wed, 02 November 2016 10:30 Go to next message
manikbali is currently offline  manikbali
Messages: 4
Registered: December 2014
Junior Member
Hi
I restored an idl sav file. How do I know what is in the .sav file.
Glan
Re: List Structure of .Sav [message #93836 is a reply to message #93835] Wed, 02 November 2016 10:48 Go to previous messageGo to next message
wlandsman is currently offline  wlandsman
Messages: 743
Registered: June 2000
Senior Member
On Wednesday, November 2, 2016 at 1:30:03 PM UTC-4, GlanPlon wrote:
> Hi
> I restored an idl sav file. How do I know what is in the .sav file.
> Glan

1. In a new IDL session type help to see the IDL variables
IDL> restore,'idlsave.dat'
IDL> help,/var ;List all IDL variables

2. Use the /VERBOSE keyword to RESTORE to see what variables are being restored

3. Use the IDL_savefile object to list the contents of a save file without having to restore it. I often use the IDL_Savefile object to restore only selected variables in the save set.

--Wayne
Re: List Structure of .Sav [message #93837 is a reply to message #93836] Wed, 02 November 2016 11:10 Go to previous message
manikbali is currently offline  manikbali
Messages: 4
Registered: December 2014
Junior Member
Thanks a lot Wayne.
GlanPlon
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: array of map structures
Next Topic: Plotting Graphics-IDL beginner

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

Current Time: Wed Oct 08 09:08:02 PDT 2025

Total time taken to generate the page: 0.03430 seconds