projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ec5454
)
Fix .split() -> .strip() typo in 'output peak column' arg for FlatPeaksCommand
author
W. Trevor King
<wking@drexel.edu>
Thu, 12 Aug 2010 18:08:12 +0000
(14:08 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 12 Aug 2010 18:08:12 +0000
(14:08 -0400)
hooke/plugin/flatfilt.py
patch
|
blob
|
history
diff --git
a/hooke/plugin/flatfilt.py
b/hooke/plugin/flatfilt.py
index 1daeca20cb6de9aecaf03cc12b990e2a4a72b635..55a7d5ba0467a027eaa00566c5ad46a1897551d2 100644
(file)
--- a/
hooke/plugin/flatfilt.py
+++ b/
hooke/plugin/flatfilt.py
@@
-131,7
+131,7
@@
Name of the column to use as the deflection input.
new_columns=[
('output peak column', 'flat filter peaks', """
Name of the column (without units) to use as the peak output.
-""".s
plit
()),
+""".s
trip
()),
],
arguments=[
Argument(name='peak info name', type='string',