Hooke(GUI)
authorillysam <devnull@localhost>
Tue, 2 Mar 2010 20:46:08 +0000 (20:46 +0000)
committerillysam <devnull@localhost>
Tue, 2 Mar 2010 20:46:08 +0000 (20:46 +0000)
commita50de4c8f7a86fed3daf7f0fba9fba6bbbb8fd8d
tree4ac0e9fd4950ea6537d2711315e199062298220b
parentc67a6a2eaaa8fecde12f0d7216daa61d8196f106
Hooke(GUI)
hooke.py
- added version information for ConfigObj and wxPropGrid in do_version
- added preferences for playlist an workdir
- UpdatePlot now only uses data and not results to set the scale decimals and prefixes

ReadMe.txt
- updated the Wiki page HookeGUI and used it as the ReadMe

hooke configspec.ini/hooke.ini
- removed section 'core'

drivers/mfp1d.py
- deflection and LVDT files can now be stored in the same folder (forgot about the filemask in do_genlist)

drivers/mfp3d.py
- improved file recognition

lib/curve.py
- renamed Multiplier/multiplier to Prefix/prefix

lib/libhooke.py
- moved pickup_contact_point to autopeak.py

lib/results.py
- removed old code

plugins/autopeak.py
- added pickup_contact_point (was in libhooke before)

plugins/core.ini
- added 'preferences'options: playlist and workdir
- renamed 'preferences'options: multiplier to prefix

plugins/generalvclamp.py
- renamed multiplier to prefix

plugins/playlist.ini and playlist.py
- added option: detect_mfp1d

plugins/plot.ini and plot.py
- renames option 'plot' to 'preferences'
- renamed multiplier to prefix

plugins/procplots.ini and procplots.py
- renamed multiplier to prefix
23 files changed:
ReadMe.txt
config/hooke configspec.ini
config/hooke.ini
drivers/mfp1d.py
drivers/mfp3d.py
hooke.py
lib/curve.py
lib/libhooke.py
lib/prettyformat.py
lib/results.py
plugins/autopeak.ini
plugins/autopeak.py
plugins/core.ini
plugins/curvetools.ini [deleted file]
plugins/curvetools.py [deleted file]
plugins/export.ini
plugins/generalvclamp.ini
plugins/generalvclamp.py
plugins/playlist.ini
plugins/playlist.py
plugins/plot.ini
plugins/plot.py
plugins/procplots.py