README.md

Thu, 10 Nov 2016 16:35:00 +0200

author
Iannis <ulalume3@yahoo.com>
date
Thu, 10 Nov 2016 16:35:00 +0200
changeset 3
d55a57e732be
parent 0
d56e90f31b9e
child 4
c23f5fbf076e
permissions
-rw-r--r--

* Initial readme file.
* Minor doc changes in example system setting file.

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@3 10
ulalume3@3 11 # Use
ulalume3@3 12 To run the script you need to:
ulalume3@3 13
ulalume3@3 14 1. Create a file describing your system settings and parameters. You can find an example file in the "system_settings"
ulalume3@3 15 folder. Give a descriptive name and save it in the "system_settings" folder.
ulalume3@3 16
ulalume3@3 17 2. Open the "lidar_correction_ghk.py" file, and set the variable InputFile to the filename you chose in step 1.
ulalume3@3 18
ulalume3@3 19 3. Run "python lidar_correction_ghk.py"
ulalume3@3 20

mercurial