system_settings/optic_input_ver8c_PollyXT_RALPH_7.py

changeset 3
d55a57e732be
parent 0
d56e90f31b9e
equal deleted inserted replaced
2:ec9e68b53a3b 3:d55a57e732be
1 # This Python script will be executed from within the main calc_lidar_correction_parameters_G_H_K.py 1 # This Python script will be executed from within the main lidar_correction_ghk.py
2 # Probably it will be better in the future to let the main script rather read a conguration file, which might improve the portability of the code within an executable. 2 # Probably it will be better in the future to let the main script rather read a conguration file,
3 # Due to problems I had with some two letter variables, most variables are now with at least three letters mixed small and capital. 3 # which might improve the portability of the code within an executable.
4 # Due to problems I had with some two letter variables, most variables are now with at least
5 # three letters mixed small and capital.
4 6
5 # Header to identify the lidar system 7 # Header to identify the lidar system
6 # Values of DO, DT, and DR etc. from fit to lamp calibrations in Leipzig (LampCalib_2_invers_c_D0=0.opj) 8 # Values of DO, DT, and DR etc. from fit to lamp calibrations in Leipzig (LampCalib_2_invers_c_D0=0.opj)
7 EID = "oh" # Earlinet station ID 9 EID = "oh" # Earlinet station ID
8 LID = "POLLY_XT_RALPH LampCalib_2_invers_c_DO=0.opj ver8c-7" # Additional lidar ID (short descriptive text) 10 LID = "POLLY_XT_RALPH LampCalib_2_invers_c_DO=0.opj ver8c-7" # Additional lidar ID (short descriptive text)

mercurial