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: