Really hideous merge of Rolf Schmidt's code.
authorW. Trevor King <wking@drexel.edu>
Tue, 4 May 2010 15:47:17 +0000 (11:47 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 4 May 2010 15:47:17 +0000 (11:47 -0400)
commitee0cc702f9257cf5fdfb89fea2ebf70fbde3e54a
tree23e629e1b3bd3f732e5649823aab6540cb7c821f
parenteac3a60fbcd78438a435d958a371cbcf0e6edae6
Really hideous merge of Rolf Schmidt's code.

It's hard to merge code when you're not sure which version is more
recent, what the rationale behind the changes are, or very much about
how the code is supposed to work at all ;).  I think I caught most of
the important ideas from both sides, and now I'm going to go back
through and clean things up.
32 files changed:
conf/autopeak.ini [new file with mode: 0644]
conf/fit.ini [new file with mode: 0644]
conf/flatfilts.ini [new file with mode: 0644]
conf/general.ini [new file with mode: 0644]
conf/generalvclamp.ini [new file with mode: 0644]
conf/hooke configspec.ini [new file with mode: 0644]
conf/hooke.ini [new file with mode: 0644]
conf/pcluster.ini [new file with mode: 0644]
conf/procplots.ini [new file with mode: 0644]
doc/GUI [new file with mode: 0644]
hooke/config.py [new file with mode: 0644]
hooke/driver/mfp1dexport.py
hooke/driver/picoforce.py
hooke/formatter.py [new file with mode: 0644]
hooke/hooke.py
hooke/libhooke.py
hooke/libhookecurve.py
hooke/playlist.py [new file with mode: 0644]
hooke/plugin/__init__.py
hooke/plugin/autopeak.py
hooke/plugin/flatfilts-rolf.py [new file with mode: 0644]
hooke/plugin/generalclamp.py
hooke/plugin/generalvclamp.py
hooke/plugin/procplots.py
hooke/plugin/showconvoluted.py [new file with mode: 0644]
hooke/test/test.hkp
hooke/ui/gui/hookeplaylist.py [new file with mode: 0644]
hooke/ui/gui/hookepropertyeditor.py [new file with mode: 0644]
hooke/ui/gui/hookeresults.py [new file with mode: 0644]
hooke/ui/gui/perspectives/Default.txt [new file with mode: 0644]
hooke/ui/gui/prettyformat.py [new file with mode: 0644]
hooke/ui/gui/results.py [new file with mode: 0644]