projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ca12f7
)
Remove debugging *.dat file output from curve plugin.
author
W. Trevor King
<wking@drexel.edu>
Mon, 14 Nov 2011 21:24:29 +0000
(16:24 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Mon, 14 Nov 2011 21:24:29 +0000
(16:24 -0500)
hooke/plugin/curve.py
patch
|
blob
|
history
diff --git
a/hooke/plugin/curve.py
b/hooke/plugin/curve.py
index f6e5892691df4227dcfdf6cea8740c780020158b..ded624e2456d242d93df21131504bfe4f050318f 100644
(file)
--- a/
hooke/plugin/curve.py
+++ b/
hooke/plugin/curve.py
@@
-750,9
+750,6
@@
The name of the offset constant in the `.info` dictionary.
b = self._get_constant(params, i2.info, 'scale 2')
c = self._get_constant(params, i1.info, 'constant')
out = a*i1 + b*i2 + c
- i1.tofile('1.dat', sep='\n', format='%r')
- i2.tofile('2.dat', sep='\n', format='%r')
- out.tofile('3.dat', sep='\n', format='%r')
self._set_column(hooke=hooke, params=params,
column_name='output column', values=out)