projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3864fe4
)
Fix polymer fit info name
author
W. Trevor King
<wking@drexel.edu>
Sat, 21 Aug 2010 22:21:57 +0000
(18:21 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Sat, 21 Aug 2010 22:21:57 +0000
(18:21 -0400)
hooke/plugin/polymer_fit.py
patch
|
blob
|
history
diff --git
a/hooke/plugin/polymer_fit.py
b/hooke/plugin/polymer_fit.py
index 770dbb9297a03fafaac9ffa032b29a26a7b7e08e..0f4c08cc1e64510fba32674320b9f08a1b9a97e1 100644
(file)
--- a/
hooke/plugin/polymer_fit.py
+++ b/
hooke/plugin/polymer_fit.py
@@
-932,7
+932,7
@@
Name of the column (without units) to use as the polymer tension output.
],
arguments=[
Argument(name='fit parameters info name', type='string',
- default='
surface deflection offse
t',
+ default='
polymer fi
t',
help="""
Name (without units) for storing the fit parameters in the `.info` dictionary.
""".strip()),