From df2821f1b43a3e279504c15bee4ab3ec25b92b2d Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 27 Jan 2009 09:30:41 -0500 Subject: [PATCH 1/1] Various adjustments. I should commit more often ;). Added # comments to tweakfile syntax. Played around with adding a white-noise floor in the vibration fitting, but the fits didn't look all that convincing. Some of the white-noise code is still in place, but I think it's currently disabled ;). Fixed some typos in TEXT_VERBOSE output in vib_analyze.py --- calibcant/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/calibcant/config.py b/calibcant/config.py index 8d7d511..4dbd1a2 100644 --- a/calibcant/config.py +++ b/calibcant/config.py @@ -31,8 +31,8 @@ LOG_DATA = True # quietly grab all real-world data and log to LOG_DIR LOG_DIR = '$DEFAULT$/calibrate_cantilever' GNUFIT_DATA_BASE='./calibrate_cantilever_fitdata' TEXT_VERBOSE = True # for debugging -GNUPLOT_VERBOSE = True # turn on fit check plotting -PYLAB_VERBOSE = True # turn on plotting +GNUPLOT_VERBOSE = True # turn on fit check plotting +PYLAB_VERBOSE = False # turn on plotting PYLAB_INTERACTIVE = True # select between draw() and show() for flushing plots BASE_FIGNUM = 20 # to avoid writing to already existing figures -- 2.26.2