Hooke(GUI)
authorillysam <devnull@localhost>
Thu, 25 Feb 2010 14:32:43 +0000 (14:32 +0000)
committerillysam <devnull@localhost>
Thu, 25 Feb 2010 14:32:43 +0000 (14:32 +0000)
commit263f5cfc07de8ba925d32a5c9a38bafb3e7765e6
tree6b3b07c7efdb519fadfe3bf8b793d799a65229ba
parent2a29557419d3a48fe13517d27ca50e3b29f65be1
Hooke(GUI)
hooke.py
- added GetPlotmanipulator()
- changed _delta() to return a delta class and not update the plot
- added multiplier support to UpdatePlot(), the user can now choose to display the scales in
pm/nm for x and pN/nN for y, if necessary, more multipliers can be added easily
- added decimals support to UpdatePlot(), the user can now choose how many decimals to display
- added legend support to UpdatePlot(), the user can now choose to display a legend

hooke.ini
- added plot plugin (handles global options for plot: multiplier, decimals, legend)

jpk.py
- added copyright information

prettyformat.py
- renamed variables to a more pythonic style
- added whitespace stripping option to prettyformat()
- added get_multiplier()
- added get_exponent()
- updated examples

autopeak.py
- added copyright information

fit.py
- removed specific import of libhooke.coth
- replaced whatset=1 by whatset=lh.RETRACTION

flatfilts.py
- added copyright information
- added apply_plotmanipulators option (all, none, flatten) to do_convfilt()

generalvclamp.ini/generalvclamp.py
- added options: decimals, multiplier, show_in_legend to [distance] and [force]
- added options: decimals, multiplier, show_in_legend to [distance] and [force]
- added options: baseline_color, baseline_show, baseline_show_in_legend, baseline_size, decimals,
maximum_color, maximum_show, maximum_show_in_legend, maximum_size, maximumrange_color,
maximumrange_show, maximumrange_show_in_legend, maximumrange_size and multiplier to [forcebase]
- added options: decimals, point_show_in_legend, slope_show_in_legend to [slope]
- added copyright information
- added prettyformat support to do_distance(), do_force(), do_forcebase(), do_slope()
- changed whatset=1 to whatset=lh.RETRACTION in linefit_between()

playlist.ini
- corrected folder location and default playlist file

plot.ini/plot.py
- added plot.ini
- modified plot.py to simply update the current plot (usually after changes are made to plot.ini)

procplots.py
- changed whatset=1 to whatset=lh.RETRACTION in do_fft()

results.ini
- changed [fit_function] to [result_type]
- added result type 'multidistance'
14 files changed:
config/hooke.ini
drivers/jpk.py
hooke.py
lib/prettyformat.py
plugins/autopeak.py
plugins/fit.py
plugins/flatfilts.py
plugins/generalvclamp.ini
plugins/generalvclamp.py
plugins/playlist.ini
plugins/plot.ini
plugins/plot.py
plugins/procplots.py
plugins/results.ini