Moved contact point detection from plugin.fit -> plugin.vclamp.
authorW. Trevor King <wking@drexel.edu>
Wed, 2 Jun 2010 04:36:41 +0000 (00:36 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 2 Jun 2010 04:36:41 +0000 (00:36 -0400)
commit65225fe0dd6dc6896f767a7598a47be3854aa2dc
tree4426c553a38c49eefb37f216d622b1c236602f3d
parent68794cc9ad86dc92c8b58b1b10ad3a9dc1236b41
Moved contact point detection from plugin.fit -> plugin.vclamp.

I haven't translated the two algorithms brought over from fit yet, but
I have added my own bilinear fit approach:
  _find_contact_point_wtk

Also:
* vclamp.scale gets access to hooke for the command list and
  command._run(hooke, ...)
* vclamp.scale functionality broken out into SurfaceContactCommand and
  ForceCommand.
* 'surface z piezo (m)' -> 'surface distance (m)'
* Actually set params['curve'] for flatfilt and convfilt FilterCommand
  subclasses.  Previous implementation just banged away on the default
  curve, regardless of the curve option passed to the subclass' _run.
hooke/plugin/convfilt.py
hooke/plugin/fit.py
hooke/plugin/flatfilt.py
hooke/plugin/vclamp.py