README_2_05.06.2020_141855.md

Sun, 04 Oct 2020 22:23:58 +0200

author
Volker Freudenthaler
date
Sun, 04 Oct 2020 22:23:58 +0200
changeset 48
a882c113284f
parent 47
6444f3746640
permissions
-rw-r--r--

Added tag 0.9.8f for changeset 6444f3746640

Volker@47 1 Calculation of polarisation correction factors for atmospheric lidar system, developed by Volker Freudenthaler (LMU, Munich, Germany).
Volker@47 2
Volker@47 3 # Theory
Volker@47 4 The theoretical basis of the script is described in detail in :
Volker@47 5
Volker@47 6 Freudenthaler, V.:
Volker@47 7 About the effects of polarising optics on lidar signals and the Δ90 calibration,
Volker@47 8 Atmos. Meas. Tech., 9, 4181-4255, doi:10.5194/amt-9-4181-2016, 2016
Volker@47 9 http://www.atmos-meas-tech.net/9/4181/2016/
Volker@47 10
Volker@47 11 Additional information can be found in:
Volker@47 12
Volker@47 13 Bravo-Aranda, J. A., Belegante, L., Freudenthaler, V., Alados-Arboledas, L., Nicolae, D., Granados-Muñoz, M. J.,
Volker@47 14 Guerrero-Rascado, J. L., Amodeo, A., D'Amico, G., Engelmann, R., Pappalardo, G., Kokkalis, P., Mamouri, R.,
Volker@47 15 Papayannis, A., Navas-Guzmán, F., Olmo, F. J., Wandinger, U., Amato, F., and
Volker@47 16 Haeffelin, M.:
Volker@47 17 Assessment of lidar depolarization uncertainty by means of a polarimetric lidar simulator,
Volker@47 18 Atmos. Meas. Tech., 9, 4935-4953, doi:10.5194/amt-9-4935-2016, 2016.
Volker@47 19 http://www.atmos-meas-tech.net/9/4935/2016/
Volker@47 20
Volker@47 21 # Use
Volker@47 22 To run the script you need to:
Volker@47 23
Volker@47 24 1. Read the information in the script header.
Volker@47 25
Volker@47 26 1. Create a file describing your system settings and parameters. You can find an example file in the "system_settings"
Volker@47 27 folder. Give a descriptive name and save it in the "system_settings" folder.
Volker@47 28
Volker@47 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.
Volker@47 30
Volker@47 31 3. Run the script "GHK_0.9.8e5_Py3.7.py" (or the current version).
Volker@47 32
Volker@47 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.
Volker@47 34

mercurial