system_settings/optic_input_example_lidar.py

changeset 21
857c95060313
parent 17
43fe065e63b6
child 23
ef8a64173c96
equal deleted inserted replaced
20:161490e56a2c 21:857c95060313
108 print ('calibrator not implemented yet') 108 print ('calibrator not implemented yet')
109 sys.exit() 109 sys.exit()
110 110
111 # --- LDRCal assumed atmospheric linear depolarization ratio during the calibration measurements in calibration range with almost clean air (first guess) 111 # --- LDRCal assumed atmospheric linear depolarization ratio during the calibration measurements in calibration range with almost clean air (first guess)
112 LDRCal,dLDRCal,nLDRCal= 0.009, 0.005, 1 # spans the interference filter influence 112 LDRCal,dLDRCal,nLDRCal= 0.009, 0.005, 1 # spans the interference filter influence
113 113
114 # ==================================================== 114 # ====================================================
115 # NOTE: there is no need to change anything below. 115 # NOTE: there is no need to change anything below.
116 116
117 # --- LDRtrue for simulation of measurement => LDRsim 117 # --- LDRtrue for simulation of measurement => LDRsim
118 LDRtrue = 0.4 118 LDRtrue = 0.4

mercurial