Assorted plots and bug-fixes in unfolder.py.
authorW. Trevor King <wking@drexel.edu>
Tue, 24 Jan 2012 13:08:42 +0000 (08:08 -0500)
committerW. Trevor King <wking@drexel.edu>
Tue, 24 Jan 2012 13:19:08 +0000 (08:19 -0500)
commitab30952d8a2ff9eaaaccc5a4e0d23944e2b61ea1
tree244f1b6b91ed00d933eb84f239ccc0ce240811b9
parent7f07cba56273d4bc9895d41383dd5f65a1482a4d
Assorted plots and bug-fixes in unfolder.py.

* Updated `ExceptionTooFar` plot and `Unfolder._plot` to use `FIGURE`
  and `_pyplot`.
* Fix configs used in `Unfolder._unfold`'s bit/meter conversions.
* Remove unrecognized keyword `dtype` from the `.astype` call.
* Reshape `out` so it is 2D (as required by `Piezo.ramp`).
* Don't force unfold log values to be integers.
* Fix filename generation in `Unfolder._save`.
* Removed trailing whitespace.
unfold_protein/unfolder.py