Use numpy.savetxt (handles multiple columns) rather than ndarray.tofile
authorW. Trevor King <wking@drexel.edu>
Wed, 19 May 2010 10:16:27 +0000 (06:16 -0400)
committerW. Trevor King <wking@drexel.edu>
Wed, 19 May 2010 10:16:27 +0000 (06:16 -0400)
commit317cac91f2f5208ab689d86065516ed5c8efe45b
treec599ce00091848fc6fe7e57119aa022a7aca4927
parent130d43aeb7f7c235d343e36c9385c490de388ad4
Use numpy.savetxt (handles multiple columns) rather than ndarray.tofile
hooke/plugin/curve.py
hooke/plugin/cut.py