Fix problems with the transition to the new nested-Config h5config package.
authorW. Trevor King <wking@drexel.edu>
Fri, 30 Sep 2011 18:36:22 +0000 (14:36 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 30 Sep 2011 18:36:22 +0000 (14:36 -0400)
commit277131b4942c353fbecaf30d944e1bd4360511ef
tree8d63424c22f358e438cd9b8340b709c3abc4e217
parent27790ad67e4706f65de1ec22cfcc51e8d3da03bf
Fix problems with the transition to the new nested-Config h5config package.

Also restore BumpConfig's `initial-position` setting, since it's
critical to running a bump.  I removed it when I mistakenly thought it
was storeing the output voltage used as the initial position
(something that you'd measure during a bump).  I guess I should have
read the help string before I deleted it ;).

There are also a number of numpy array -> float conversions when
loading HDF5.  This avoids excessive numpy-fication with h5py v2.0.
calibcant/T_analyze.py
calibcant/analyze.py
calibcant/bump.py
calibcant/bump_analyze.py
calibcant/calibrate.py
calibcant/config.py
calibcant/vib.py
calibcant/vib_analyze.py