Use 'read' instead of 'append' as the file mode in Calibrator.load_raw().
authorW. Trevor King <wking@drexel.edu>
Fri, 20 Apr 2012 17:57:25 +0000 (13:57 -0400)
committerW. Trevor King <wking@drexel.edu>
Fri, 20 Apr 2012 17:57:25 +0000 (13:57 -0400)
commit4e6279a398a5aa9b3be92de1b1d7675be7693bd3
tree1fb9cf5ba8a75d69e6018c64bf461fa2109e2686
parentd49be10bdab0cf09243f7e11062e1cb17a9a552b
Use 'read' instead of 'append' as the file mode in Calibrator.load_raw().

It's safer that way (less chance of corrupting your data).
calibcant/calibrate.py