README.md

Wed, 07 Jul 2021 15:59:31 +0200

author
Volker Freudenthaler
date
Wed, 07 Jul 2021 15:59:31 +0200
changeset 51
10fb0fc3d79f
parent 46
c1b90afc0109
permissions
-rw-r--r--

2nd order polynomial fits to
- K(LDRCal) and
- LDR-uncertainty max. and min depending on LDRtrue

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

mercurial