hooke.py
authorillysam <devnull@localhost>
Fri, 19 Feb 2010 21:07:57 +0000 (21:07 +0000)
committerillysam <devnull@localhost>
Fri, 19 Feb 2010 21:07:57 +0000 (21:07 +0000)
commitd30fbf5db48d369da4cdaeb97b9a0f1951b41ec8
treec9f81c8f731066c0458302cdff9a942d2722229d
parent6f5306c54af95586869cd744255c5be04e919ff1
hooke.py
- added ApplyPlotmanipulators()
- added configuration support to _delta()
- added linewidth option to UpdatePlot()
- 'fixed' GetDisplayedPlot()

hooke configspec.ini
- added curvetools plugin

hooke.ini
- added curvetools plugin
- added multidistance plugin
- removed plot plugin (do_replot() was moved to procplots.py)

curve.py
- added linewidth

playlist.py
- fixed the way the filename is retrieved from the playlist file

plugin.py
- added option section
- removed option key
- added comments

prettyformat.py
- fixed pretty_format() for 0 and NaN

results.py
- added class ResultsMultiDistance()
- fixed set_multipliers()

autopeak.ini/autopeak.py
- renamed 'peak_color' option to 'color'
- removed options: peak_show and peak_size (now in flatfilts.py-do_peaks())
- renamed x_values/y_values to retraction.x/retraction.y, respectively
- removed flatten plotmanipulator option (now in convfilt)

export.ini/export.py
- added append option

flatfilts.ini/flatfilts.py
- added apply_plotmanipulators option
- added configuration support to has_peaks()
- removed exec_has_peaks() as it is no longer necessary

generalvclamp.ini/generalvclamp.py
- added options: color, size to [distance]
- renamed 'show_points' to 'show' in [distance]
- added options: color, show, size to [force]
- added options: color, show, size to [forcebase]
- added options: point_color, point_show, point_size, slope_color, slope_linewidth, slope_show to [slope]
- added configuration support to do_distance(), do_force()

procplots.ini/procplots.py
- added option centerzero
- moved do_replot() form plot.py to procplots.py

results.py
- fixed do_show_results() to work with configuration options
20 files changed:
config/hooke configspec.ini
config/hooke.ini
hooke.py
lib/curve.py
lib/libhooke.py
lib/playlist.py
lib/plugin.py
lib/prettyformat.py
lib/results.py
plugins/autopeak.ini
plugins/autopeak.py
plugins/export.ini
plugins/export.py
plugins/flatfilts.ini
plugins/flatfilts.py
plugins/generalvclamp.ini
plugins/generalvclamp.py
plugins/procplots.ini
plugins/procplots.py
plugins/results.py