# HG changeset patch # User Volker Freudenthaler # Date 1479177866 -3600 # Node ID 82dba990414922368af2c60e0e39798c4936bc24 # Parent f08818615e3a520c028714886e6269b86757c64e update diff -r f08818615e3a -r 82dba9904149 lidar_correction_ghk.py --- 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")