Restored linear-fitting option to surface bumps.
authorW. Trevor King <wking@drexel.edu>
Tue, 16 Jun 2009 17:05:34 +0000 (13:05 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 16 Jun 2009 17:05:34 +0000 (13:05 -0400)
commit6369a5dcb5592450db8a5fa5f323c69fabb7ae2b
tree4c086ebf72620808c8a84524e99812c0c8366efc
parent20e1d22204329b0af5a1772e0e9d700bde12da44
Restored linear-fitting option to surface bumps.

Now you don't have to use quadratic fitting if you don't want to.  This
mitigates problems associated with poorly defined contact-kinks, since
it's not a good idea to focus on the post-kink slope if you don't have
a good idea of where the kink actually is.  The limited_linear model
retains the non-contact and high-voltage-rail flat-line portions, with
a linear contact regime between the two.

Additional minor changes include:
  * Average deflection printout from vib_analyze in TEXT_VERBOSE mode.
    To make it easier to demonstrate that variance increases as the mean
    deflection deviates further from zero.
  * Corrected usage string in bump_analyze.py which had been out of date
    before.
calibcant/bump_analyze.py
calibcant/vib_analyze.py