lidar_correction_ghk.py

changeset 14
82dba9904149
parent 13
f08818615e3a
child 16
313ac320b970
--- a/lidar_correction_ghk.py	Tue Nov 15 03:37:02 2016 +0100
+++ b/lidar_correction_ghk.py	Tue Nov 15 03:44:26 2016 +0100
@@ -1805,7 +1805,7 @@
 
 # --- Save LDRmin, LDRmax to file
 # http://stackoverflow.com/questions/4675728/redirect-stdout-to-a-file-in-python
-with open('LDR_min_max_' + LID + '.dat', 'w') as f:
+with open('output_files\LDR_min_max_' + LID + '.dat', 'w') as f:
     with redirect_stdout(f):
         print(LID)
         print("LDRtrue, LDRmin, LDRmax")

mercurial