projects
/
pypiezo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f447e2
)
Remove unnecessary line wrap in analyze_surface_position_data logging.
author
W. Trevor King
<wking@tremily.us>
Thu, 12 Jul 2012 22:14:42 +0000
(18:14 -0400)
committer
W. Trevor King
<wking@tremily.us>
Thu, 12 Jul 2012 22:23:11 +0000
(18:23 -0400)
pypiezo/surface.py
patch
|
blob
|
history
diff --git
a/pypiezo/surface.py
b/pypiezo/surface.py
index 57a4eb838da8fd8b9d901bc121d7f3568057dd56..3d59cf2dc5256f5634f6574e5fa1ba6da3edcbaf 100644
(file)
--- a/
pypiezo/surface.py
+++ b/
pypiezo/surface.py
@@
-183,8
+183,7
@@
def analyze_surface_position_data(
# start_def and start_pos are probably for 2 different points
_LOG.info('min deflection {}, max deflection {}'.format(
start_def, final_def))
- _LOG.info('min position {}, max position {}'.format(
- start_pos, final_pos))
+ _LOG.info('min position {}, max position {}'.format(start_pos, final_pos))
left_offset = start_def
left_slope = 0