projects
/
pypiezo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e46332
)
Oops, pass all possible arguments to pypiezo.wiggle._run_wiggles().
author
W. Trevor King
<wking@drexel.edu>
Thu, 15 Mar 2012 03:34:05 +0000
(23:34 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 15 Mar 2012 03:34:05 +0000
(23:34 -0400)
pypiezo/wiggle.py
patch
|
blob
|
history
diff --git
a/pypiezo/wiggle.py
b/pypiezo/wiggle.py
index 06b47f476bec7bc0e4e7f16e5f4848be0d43478b..08e66a4cb7d89f06593ca83774a3a9cfd92057b1 100644
(file)
--- a/
pypiezo/wiggle.py
+++ b/
pypiezo/wiggle.py
@@
-196,7
+196,9
@@
def wiggle_for_interference(
if plot:
interactive = _matplotlib.is_interactive()
plot_ = _setup_plot(piezo=piezo, config=config, output=output)
- _run_wiggles(piezo=piezo, config=config, plot=plot_)
+ _run_wiggles(
+ piezo=piezo, config=config, plot=plot_, output=output,
+ filename=filename, group=group, keypress_test_mode=keypress_test_mode)
if plot:
_matplotlib.interactive(interactive)
piezo.last_output[config['axis']] = out[-1,0]