system_settings/optic_input_example_lidar.py

changeset 23
ef8a64173c96
parent 21
857c95060313
child 26
28b5510492ba
--- a/system_settings/optic_input_example_lidar.py	Tue Jan 24 02:39:39 2017 +0100
+++ b/system_settings/optic_input_example_lidar.py	Thu Feb 16 21:34:49 2017 +0100
@@ -3,6 +3,7 @@
 # which might improve the portability of the code within an executable.
 # Due to problems I had with some two letter variables, most variables are now with at least
 # three letters mixed small and capital.
+# To be used with lidar_correction_ghk.py ver. 0.9.5 and larger
 
 # Do you want to calculate the errors? If not, just the GHK-parameters are determined.
 Error_Calc = True
@@ -14,7 +15,7 @@
 print("    Lidar system :", EID, ", ", LID)
 
 # +++ IL Laser and +-Uncertainty
-bL = 1.	#degree of linear polarization; default 1
+DOLP, dDOLP, nDOLP = 0.995, 0.005,  1	#degree of linear polarization; default 1
 RotL, dRotL, nRotL 	= 0., 	2., 	1	#alpha; rotation of laser polarization in degrees; default 0
 
 # +++ ME Emitter optics and +-Uncertainty;  default = no emitter optics
@@ -122,6 +123,7 @@
 LDRmeas = 0.3
 
 # --- this is just for correct transfer of the variables to the main file 
+DOLP0, dDOLP, nDOLP = DOLP, dDOLP, nDOLP
 RotL0, dRotL, nRotL = RotL, dRotL, 	nRotL 
 # Emitter
 DiE0,  dDiE,  nDiE  = DiE,  dDiE, 	nDiE  

mercurial