update 0.9.2

Tue, 15 Nov 2016 03:44:26 +0100

author
Volker Freudenthaler <volker.freudenthaler@lmu.de>
date
Tue, 15 Nov 2016 03:44:26 +0100
changeset 14
82dba9904149
parent 13
f08818615e3a
child 15
94eac33c6e6e

update

lidar_correction_ghk.py file | annotate | diff | comparison | revisions
--- 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