README.md

changeset 46
c1b90afc0109
parent 4
c23f5fbf076e
equal deleted inserted replaced
45:1642c2772bd5 46:c1b90afc0109
1 Calculation of pollarization correction factors for atmospheric lidar system, developed by Volker Freudenthaler (LMU). 1 Calculation of polarisation correction factors for atmospheric lidar system, developed by Volker Freudenthaler (LMU, Munich, Germany).
2 2
3 # Theory 3 # Theory
4 The theoretical basis of the script is described in detail in : 4 The theoretical basis of the script is described in detail in :
5 5
6 >Freudenthaler, V.: About the effects of polarising optics on lidar signals and the Δ90 calibration, 6 Freudenthaler, V.:
7 About the effects of polarising optics on lidar signals and the Δ90 calibration,
7 Atmos. Meas. Tech., 9, 4181-4255, doi:10.5194/amt-9-4181-2016, 2016 8 Atmos. Meas. Tech., 9, 4181-4255, doi:10.5194/amt-9-4181-2016, 2016
8 >http://www.atmos-meas-tech.net/9/4181/2016/ 9 http://www.atmos-meas-tech.net/9/4181/2016/
9 10
10 Additional information can be found in: 11 Additional information can be found in:
11 12
12 >Bravo-Aranda, J. A., Belegante, L., Freudenthaler, V., Alados-Arboledas, L., Nicolae, D., Granados-Muñoz, M. J., 13 Bravo-Aranda, J. A., Belegante, L., Freudenthaler, V., Alados-Arboledas, L., Nicolae, D., Granados-Muñoz, M. J.,
13 Guerrero-Rascado, J. L., Amodeo, A., D'Amico, G., Engelmann, R., Pappalardo, G., Kokkalis, P., Mamouri, R., 14 Guerrero-Rascado, J. L., Amodeo, A., D'Amico, G., Engelmann, R., Pappalardo, G., Kokkalis, P., Mamouri, R.,
14 Papayannis, A., Navas-Guzmán, F., Olmo, F. J., Wandinger, U., Amato, F., and 15 Papayannis, A., Navas-Guzmán, F., Olmo, F. J., Wandinger, U., Amato, F., and
15 Haeffelin, M.: Assessment of lidar depolarization uncertainty by means of a polarimetric lidar 16 Haeffelin, M.:
16 simulator, Atmos. Meas. Tech., 9, 4935-4953, doi:10.5194/amt-9-4935-2016, 2016. 17 Assessment of lidar depolarization uncertainty by means of a polarimetric lidar simulator,
17 >http://www.atmos-meas-tech.net/9/4935/2016/ 18 Atmos. Meas. Tech., 9, 4935-4953, doi:10.5194/amt-9-4935-2016, 2016.
19 http://www.atmos-meas-tech.net/9/4935/2016/
18 20
19 # Use 21 # Use
20 To run the script you need to: 22 To run the script you need to:
21 23
24 1. Read the information in the script header.
25
22 1. Create a file describing your system settings and parameters. You can find an example file in the "system_settings" 26 1. Create a file describing your system settings and parameters. You can find an example file in the "system_settings"
23 folder. Give a descriptive name and save it in the "system_settings" folder. 27 folder. Give a descriptive name and save it in the "system_settings" folder.
24 28
25 2. Open the "lidar_correction_ghk.py" file, and set the variable InputFile to the filename you chose in step 1. 29 2. Edit the "GHK_0.9.8e5_Py3.7.py" or the current script file with an ASCII editor and set the variable InputFile below line 281 to the filename you chose in step 1.
26 30
27 3. Run "python lidar_correction_ghk.py" 31 3. Run the script "GHK_0.9.8e5_Py3.7.py" (or the current version).
28 32
33 Note: _0.9.8e5 in the script filename is the script version and _Py3.7 indicates that it is tested with Python 3.7.
34

mercurial