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