Add hooke.plugin.curve (moved from hooke.plugin.curvetools)
authorW. Trevor King <wking@drexel.edu>
Sun, 16 May 2010 14:49:56 +0000 (10:49 -0400)
committerW. Trevor King <wking@drexel.edu>
Sun, 16 May 2010 14:49:56 +0000 (10:49 -0400)
commit32aa661474c258e7966bc45b12390f0997a675fe
tree7f55d7efd97defdfc12d66e7b1b04f85fb898afa
parent49f7e479200a98cdd3c57a370e0fd95b3a228789
Add hooke.plugin.curve (moved from hooke.plugin.curvetools)

Provides 'curve info' and 'export' commands.  Added test.curve_info
to test the 'curve info' command, but it currently fails due to
unimplemnted Curve loading.

Also:
 * Minor docstring cleanups in hooke.plugin.playlist
 * Moved some functions to hooke.plugin.generalvclamp.  I'm not clear
   on Experiment-specific Curve interpretation yet, but these
   functions (which will eventually be Commands) seem better placed
   here.
   * fit_interval_nm
   * find_current_peak
   * pickup_contact_point
   * baseline_points
hooke/plugin/__init__.py
hooke/plugin/curve.py [new file with mode: 0644]
hooke/plugin/curvetools.py [deleted file]
hooke/plugin/generalvclamp.py
hooke/plugin/playlist.py
test/curve_info.py [new file with mode: 0644]