Added comparison to vib_analyze_naive() in vib_analyze().
authorW. Trevor King <wking@drexel.edu>
Mon, 15 Dec 2008 14:20:40 +0000 (09:20 -0500)
committerW. Trevor King <wking@drexel.edu>
Mon, 15 Dec 2008 14:20:40 +0000 (09:20 -0500)
commit8b9c7258d41e3767170a7fe7a7c86f5744f47434
treee7b9dab3e5a5249b085eec46c2dd8ef2f395243e
parentfea5ed8b55c43b68c258494a0a989a7088df6620
Added comparison to vib_analyze_naive() in vib_analyze().

This will protect against really hideous fits :p.  It also lead to
fixes for outdated code in vib_analyze_naive() (it hadn't been used in
a while) and some outdated comments in vib_analyze().

Finally, added abs()ing for the always-positive fit parameters A and B
when using the scipy.optimize.leastsq() method.
calibcant/vib_analyze.py