ulalume3@3: Calculation of pollarization correction factors for atmospheric lidar system, developed by Volker Freudenthaler (LMU). ulalume3@3: ulalume3@3: # Theory ulalume3@3: The theoretical basis of the script is described in detail in : ulalume3@3: ulalume3@3: >Freudenthaler, V.: About the effects of polarising optics on lidar signals and the Δ90 calibration, ulalume3@3: Atmos. Meas. Tech., 9, 4181-4255, doi:10.5194/amt-9-4181-2016, 2016 ulalume3@3: >http://www.atmos-meas-tech.net/9/4181/2016/ ulalume3@3: ulalume3@3: ulalume3@3: # Use ulalume3@3: To run the script you need to: ulalume3@3: ulalume3@3: 1. Create a file describing your system settings and parameters. You can find an example file in the "system_settings" ulalume3@3: folder. Give a descriptive name and save it in the "system_settings" folder. ulalume3@3: ulalume3@3: 2. Open the "lidar_correction_ghk.py" file, and set the variable InputFile to the filename you chose in step 1. ulalume3@3: ulalume3@3: 3. Run "python lidar_correction_ghk.py" ulalume3@3: