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: