geoscience-community-codes / GISMO

GISMO - a seismic data analysis toolbox for MATLAB
http://geoscience-community-codes.github.io/GISMO/
117 stars 46 forks source link

Set preferences #26

Closed gthompson closed 7 years ago

gthompson commented 8 years ago

From @CelsoReyes on August 1, 2015 22:34

Move or create preferences for appropriate values. Implement using getpref / setpref Related to Issue #37

Note: as tested, getpref('WaveformSuite','UseHistory') has a 0.002s overhead.

Copied from original issue: giseislab/gismotools#38

gthompson commented 8 years ago

From @CelsoReyes on August 13, 2015 14:19

The above note looks like a small amount, but adds up quickly depending on where it is used. I've opted not to include "UseHistory" as a preference at all, since the history was ripped out of most of waveform.

implementing getpref / setpref:

gthompson commented 7 years ago

NOt obvious to me why this is important. So closing it.