From 29d9542cf1496929a49de5231f7b90605679ccb0 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 8 Jan 2009 10:49:59 -0500 Subject: [PATCH] Updated to new data_logger log_dir $DEFAULT$ syntax for easier log_dir defs. --- calibcant/bump.py | 2 +- calibcant/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/calibcant/bump.py b/calibcant/bump.py index 0473485..9c12a94 100644 --- a/calibcant/bump.py +++ b/calibcant/bump.py @@ -80,7 +80,7 @@ import linfit from calibcant_bump_analyze import bump_analyze LOG_DATA = True # quietly grab all real-world data and log to LOG_DIR -LOG_DIR = '/home/wking/rsrch/data/calibrate_cantilever' +LOG_DIR = '$DEFAULT$/calibrate_cantilever' TEXT_VERBOSE = True # for debugging diff --git a/calibcant/config.py b/calibcant/config.py index 8c03696..f86618e 100644 --- a/calibcant/config.py +++ b/calibcant/config.py @@ -5,7 +5,7 @@ import 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 = '/home/wking/rsrch/data/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 -- 2.26.2