README.md

changeset 3
d55a57e732be
parent 0
d56e90f31b9e
child 4
c23f5fbf076e
equal deleted inserted replaced
2:ec9e68b53a3b 3:d55a57e732be
1 polarizatio_simulator 1 Calculation of pollarization correction factors for atmospheric lidar system, developed by Volker Freudenthaler (LMU).
2
3 # Theory
4 The theoretical basis of the script is described in detail in :
5
6 >Freudenthaler, V.: 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 >http://www.atmos-meas-tech.net/9/4181/2016/
9
10
11 # Use
12 To run the script you need to:
13
14 1. Create a file describing your system settings and parameters. You can find an example file in the "system_settings"
15 folder. Give a descriptive name and save it in the "system_settings" folder.
16
17 2. Open the "lidar_correction_ghk.py" file, and set the variable InputFile to the filename you chose in step 1.
18
19 3. Run "python lidar_correction_ghk.py"
20

mercurial