How do I delete a wave from memory?
schollz
Currently I am using
RemoveFromGraph /Z $(waveName)
where waveName is a name of the wave in the set I want to delete. This code works for removing them from the graph, but does not actually delete the wave. After removing, it is still listed in "Data -> Browse Waves..." and I can still access it using WaveList
.How do I delete a wave from memory?
I think you will have an easier time using Igor if you take the Getting Started tutorial in Igor's Help menu.
--Jim Prouty
Software Engineer, WaveMetrics, Inc.
April 28, 2017 at 11:05 am - Permalink
Yeah sorry for all the basic questions. I have actually gone through the Getting Started and watched the video series on youtube (which was very useful!). I'm mostly having a hard time finding specific commands for things that I've been doing with the dialogs (I guess I should print out the command manual for bathroom reading...).
While, Data->Kill Waves does not seem to show the waves that I've made from curve fitting, it did show me the command to kill them!
KillWaves waveName
works greatThanks.
April 28, 2017 at 01:16 pm - Permalink
John Weeks
WaveMetrics, Inc.
support@wavemetrics.com
April 28, 2017 at 03:27 pm - Permalink
Before you start your fit, create a new data folder and move to it. All fit results will get dumped there.
Once you are done, just delete the unneeded data folder(s).
--
J. J. Weimer
Chemistry / Chemical & Materials Engineering, UAH
April 28, 2017 at 03:34 pm - Permalink
Oh, that would be great! How do I do that in Igor though? I don't see the equivalent of
mkdir data1 && cd data1
May 1, 2017 at 09:30 am - Permalink
DisplayHelpTopic "Data Folders"
John Weeks
WaveMetrics, Inc.
support@wavemetrics.com
May 1, 2017 at 03:01 pm - Permalink