projects
/
pyafm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd5f37d
)
Use relative imports (PEP 328) for calibcant sibling imports.
author
W. Trevor King
<wking@drexel.edu>
Tue, 1 Jun 2010 12:30:56 +0000
(08:30 -0400)
committer
W. Trevor King
<wking@drexel.edu>
Tue, 1 Jun 2010 12:30:56 +0000
(08:30 -0400)
calibcant/config.py
patch
|
blob
|
history
diff --git
a/calibcant/config.py
b/calibcant/config.py
index 131651db760b0ac9641794533bd7d3797d90b4fd..0594488d8bf75f504eb4ccbc894e8cb1cedd9718 100644
(file)
--- a/
calibcant/config.py
+++ b/
calibcant/config.py
@@
-26,6
+26,7
@@
and workflow."""
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'