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)
commit9bb777b93522e4077f3926f955e22f208bac7c61
tree4426c553a38c49eefb37f216d622b1c236602f3d
parent8a9e7afd2dd9d11895e7cc0888e94fe8a453714c
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