Hooke(GUI)
hooke.py
- added check for off-screen window position on startup
- added note panel
- added check for existing plugin commands
- fixed access error on close (forgot to deregister a listener)
- added option to hide file extension from playlist and plot title
- added 'do_copylog'
- added general preferences
- modifed UpdatePlot to use individual scale formatter and legends for subplots
- added default settings for scale formatters and legends
- added general preference 'use_zero' to dispaly '0' on axes rather than e.g. '0.00'
hooke configspec.ini/hooke.ini
- added mfp1d driver
- added mfp3d driver
- removed curvetools plugin
drivers/mfp1dexport.py
- corrected spelling
drivers/picoforce.py
- removed detriggerize
drivers/mfp1d.py
- added driver for direct import of MFP-1D files
drivers/mfp3d.py
- added driver for direct import of MFP-3D files
lib/clickedpoint.py
- added object ClickedPoint to lib (was in libhooke before)
lib/curve.py
- added properties decimals, legend and multiplier to Curve
- added classes Data, Decimals, Multiplier and PrefixFormatter
lib/delta.py
- added object Delta to lib
lib/file.py
- rename self.notes to self.note
lib/libhooke.py
- added fit_interval_nm (was in curvetools before)
- added pickup_contact_point(was in curvetools before)
- added remove_extension
lib/playlist.py
- added note support
panels/ploy.py
- added 'x' and 'y' to status text
panels/note.py
- added note panel
plugins/autopeak.ini and autopeak.py
- added options: delta_force, plot_linewidth, plot_size and plot_style
plugins/core.ini
- added 'preferences'options: hide_curve_extension, legend, x_decimals, x_multiplier, y_decimals, y_multiplier and use_zero
- added 'copylog' options: destination and use_LVDT_folder
plugins/export.ini and export.py
- added 'notes' options: filename, folder, prefix and use_playlist_filename
- added do_notes
plugins/flatfilts.ini and flatfilts.py
- corrected some default values
- added warning about not applying the flatten plotmanipulator
plugins/generalvclamp.py
- updated copyright information
plugins/plot.ini and plot.py
- corrected some default values
- added support for options: decimals, legend and multiplier
plugins/procplots.ini and procplots.py
- corrected some default values
- added support for options: decimals, legend and multiplier to do_fft
30 files changed: