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)
commit933dd93987018f3842575092f069e991e6682764
tree7f55d7efd97defdfc12d66e7b1b04f85fb898afa
parentcadd9472131c113a77d0323367d4fe618f48913a
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]