projects
/
pyafm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3cd49ad
)
Updated to new data_logger log_dir $DEFAULT$ syntax for easier log_dir defs.
author
W. Trevor King
<wking@drexel.edu>
Thu, 8 Jan 2009 15:49:59 +0000
(10:49 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Thu, 8 Jan 2009 15:49:59 +0000
(10:49 -0500)
calibcant/config.py
patch
|
blob
|
history
diff --git
a/calibcant/config.py
b/calibcant/config.py
index 8c0369683b639c63173328645f7b1ab83101a9b3..f86618ef318e66c2d581859b2fde8f020656ffd8 100644
(file)
--- 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