system_settings/optic_input_example_lidar.py

changeset 17
43fe065e63b6
parent 16
313ac320b970
child 21
857c95060313
equal deleted inserted replaced
16:313ac320b970 17:43fe065e63b6
6 6
7 # Do you want to calculate the errors? If not, just the GHK-parameters are determined. 7 # Do you want to calculate the errors? If not, just the GHK-parameters are determined.
8 Error_Calc = True 8 Error_Calc = True
9 9
10 # Header to identify the lidar system 10 # Header to identify the lidar system
11 # Values of DO, DT, and DR etc. from fit to lamp calibrations in Leipzig (LampCalib_2_invers_c_D0=0.opj) 11 #
12 EID = "xx" # Earlinet station ID 12 EID = "xx" # Earlinet station ID
13 LID = "example lidar" # Additional lidar ID (short descriptive text) 13 LID = "example lidar" # Additional lidar ID (short descriptive text)
14 print(" Lidar system :", EID, ", ", LID) 14 print(" Lidar system :", EID, ", ", LID)
15 15
16 # +++ IL Laser and +-Uncertainty 16 # +++ IL Laser and +-Uncertainty

mercurial