projects
/
pypiezo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ca0026
)
Fix out -> output typo in wiggle_for_interference().
author
W. Trevor King
<wking@drexel.edu>
Thu, 15 Mar 2012 03:47:23 +0000
(23:47 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 15 Mar 2012 03:47:23 +0000
(23:47 -0400)
pypiezo/wiggle.py
patch
|
blob
|
history
diff --git
a/pypiezo/wiggle.py
b/pypiezo/wiggle.py
index 8178d0e8831e97891a65ef197731923c213d6a39..6981c8a618618580f9b255569e6b9d5a43e30421 100644
(file)
--- a/
pypiezo/wiggle.py
+++ b/
pypiezo/wiggle.py
@@
-206,5
+206,5
@@
def wiggle_for_interference(
keypress_test_mode=keypress_test_mode)
if plot:
_matplotlib.interactive(interactive)
- piezo.last_output[config['axis']] = out[-1,0]
+ piezo.last_output[config['axis']] = out
put
[-1,0]
_LOG.debug('interference wiggle complete')