Set default maxFreq to 25 kHz. Unset pylab.hold for the bump_plot residual.
authorW. Trevor King <wking@drexel.edu>
Thu, 12 Feb 2009 05:24:25 +0000 (00:24 -0500)
committerW. Trevor King <wking@drexel.edu>
Thu, 12 Feb 2009 05:24:25 +0000 (00:24 -0500)
commitfcf207a926d336084a8e6a874ba93110042c1d8a
treeb7b0c2bbe5adbd2438e3bd43fd37bd46c69356b9
parentcccf3ba0989269a0458b392a0c8b84e3e88cbdd0
Set default maxFreq to 25 kHz.  Unset pylab.hold for the bump_plot residual.

It's probably a better idea to set the maxFreq to the Nyquist freq by
default, but only time for a quick hack at the moment.  You'll have to
neck down maxFreq to 7-10 kHz for softer cantilevers (~< 40 pN/nm),
since otherwise you'll start picking up higher order modes.

The bump_plot fix was just because plotting a bunch of data is _slow_.
Pylab in general is no speed demon, so the less extra work I give it,
the better.
calibcant/bump_analyze.py
calibcant/vib_analyze.py