README.md

Fri, 05 Jun 2020 14:06:28 +0200

author
Volker Freudenthaler
date
Fri, 05 Jun 2020 14:06:28 +0200
changeset 45
1642c2772bd5
parent 4
c23f5fbf076e
child 46
c1b90afc0109
permissions
-rw-r--r--

Added tag 0.9.8e5 for changeset d2c9785f0d61

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

mercurial