From: W. Trevor King Date: Wed, 28 Jan 2009 13:43:54 +0000 (-0500) Subject: Removed old references to freq in calibrate.py after freq->push_speed change. X-Git-Tag: v0.4~30^2~11 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aab0f8525b265e3b67eac2d85466dd8851980044;p=pyafm.git Removed old references to freq in calibrate.py after freq->push_speed change. Also turned plotting back on by default (the change doesn't affect command line usage). --- diff --git a/calibcant/config.py b/calibcant/config.py index 4dbd1a2..c6648dc 100644 --- a/calibcant/config.py +++ b/calibcant/config.py @@ -32,7 +32,7 @@ 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 = False # turn on plotting +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