From 3cd49ad63116ed733fdbd3f9c72b5c880c86129e Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Sun, 21 Dec 2008 00:01:11 -0500 Subject: [PATCH] calibrate.py should now work. A bunch of changes in one commit, sorry. Moved to fledgling splittable_kwargs system to make default argument maintenance easier. I expect the splittable_kwargs system still has some growing to do, but it's already better than the old system. Merged BE database from the calibcant subdir into the main BE database. It was a mistake to create the database there in the first place. --- calibcant/config.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/calibcant/config.py b/calibcant/config.py index 14af67b..8c03696 100644 --- a/calibcant/config.py +++ b/calibcant/config.py @@ -13,6 +13,12 @@ PYLAB_VERBOSE = True # turn on plotting PYLAB_INTERACTIVE = True # select between draw() and show() for flushing plots BASE_FIGNUM = 20 # to avoid writing to already existing figures + +# HACK +# make sure you make a system note (add_system_note) if you change +# these in case you don't have access to a z_piezo for conversion +# functions + # zpGain zpiezo applied voltage per output Volt zpGain = z_piezo.DEFAULT_GAIN # zpSensitivity nm zpiezo response per applied Volt -- 2.26.2