Oops, pass all possible arguments to pypiezo.wiggle._run_wiggles().
authorW. Trevor King <wking@drexel.edu>
Thu, 15 Mar 2012 03:34:05 +0000 (23:34 -0400)
committerW. Trevor King <wking@drexel.edu>
Thu, 15 Mar 2012 03:34:05 +0000 (23:34 -0400)
pypiezo/wiggle.py

index 06b47f476bec7bc0e4e7f16e5f4848be0d43478b..08e66a4cb7d89f06593ca83774a3a9cfd92057b1 100644 (file)
@@ -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]