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")