From: W. Trevor King Date: Tue, 9 Nov 2010 20:01:11 +0000 (-0500) Subject: Update to piezo v0.3 (based on data_logger 0.4) and bump to v0.5. X-Git-Tag: v0.4~30^2~7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=295a6c82785dc0c34aceb6f215fb9bcd7edcf1fb;p=pyafm.git Update to piezo v0.3 (based on data_logger 0.4) and bump to v0.5. --- diff --git a/calibcant/config.py b/calibcant/config.py index 8df49cb..aa2f0a2 100644 --- a/calibcant/config.py +++ b/calibcant/config.py @@ -26,7 +26,7 @@ import piezo.z_piezo as z_piezo DEFAULT_TEMP = 22 # assume 22 deg C LOG_DATA = True # quietly grab all real-world data and log to LOG_DIR -LOG_DIR = '$DEFAULT$/calibrate_cantilever' +LOG_DIR = '${DEFAULT}/calibrate_cantilever' GNUFIT_DATA_BASE='./calibrate_cantilever_fitdata' TEXT_VERBOSE = True # for debugging GNUPLOT_VERBOSE = True # turn on fit check plotting