output_files/output_example lidar.dat

Tue, 24 Jan 2017 02:26:19 +0100

author
Volker Freudenthaler <volker.freudenthaler@lmu.de>
date
Tue, 24 Jan 2017 02:26:19 +0100
changeset 21
857c95060313
parent 16
313ac320b970
permissions
-rw-r--r--

Moved "from __future__ import print_function"
before "# !/usr/bin/env python3"
Now it should work with Python 3.x .

Added some comments and a compact code description at the top.

volker@13 1 From C:\Users\volker\Documents\atmospheric_lidar_ghk
volker@13 2 Running lidar_correction_ghk.py
volker@13 3 Reading input file optic_input_example_lidar.py
volker@13 4 for Lidar system: xx , example lidar
volker@13 5 --- Input parameters: value ±error / ±steps ----------------------
volker@16 6 Laser: DOLP = 1.00000; rotation alpha = 0.0000± 2.0000/ 1
volker@13 7 Diatt., Tunpol, Retard., Rotation (deg)
volker@13 8 Emitter 0.0000± 0.1000/ 0, 1.0000, 0±180/ 0, 0.0000± 1.0000/ 0
volker@16 9 Receiver 0.0000± 0.1000/ 1, 1.0000, 0±180/ 0, 0.0000± 0.5000/ 0
volker@16 10 Calibrator 0.9998± 0.0001/ 1, 0.4000, 0± 0/ 0, 0.0000± 0.1000/ 0
volker@13 11 --- Pol.-filter ---
volker@16 12 ERT, RotT : 0.0010± 0.0010/ 1, 0.0000± 1.0000/ 1
volker@16 13 ERR, RotR : 0.0010± 0.0010/ 1, 90.0000± 1.0000/ 1
volker@13 14 --- PBS ---
volker@16 15 TP,TS : 0.9500± 0.0100/ 1, 0.0200± 0.0100/ 1
volker@16 16 RP,RS : 0.0500± 0.0100/ 1, 0.9800± 0.0100/ 1
volker@13 17 DT,TT,DR,TR,Y : 0.9588, 0.4850, -0.9029, 0.5150, 1
volker@13 18 --- Combined PBS + Pol.-filter ---
volker@16 19 DT,TT,DR,TR : 1.0000, 0.2427, -0.9999, 0.2578
volker@21 20 LDRCal during calibration in calibration range: 0.009± 0.005/ 1
volker@13 21
volker@13 22 Rotation Error Epsilon For Normal Measurements = False
volker@13 23 linear polarizer before receiver
volker@13 24 Parallel signal detected in transmitted channel
volker@16 25 RS_RP_depend_on_TS_TP = False
volker@13 26
volker@13 27 ========================================================================
volker@13 28 GR , GT , HR , HT , K(0.004), K(0.2) , K(0.45)
volker@16 29 1.90111, 1.95685,-1.90091, 1.95676, 0.93372, 0.94595, 0.95689
volker@13 30 ========================================================================
volker@13 31 LDRtrue, LDRsimx, LDRCorr
volker@16 32 0.00400, 0.00418, 0.00400
volker@16 33 0.02000, 0.02068, 0.02000
volker@21 34 0.10000, 0.10321, 0.10000
volker@21 35 0.30000, 0.30952, 0.30000
volker@16 36 0.45000, 0.46426, 0.45000

mercurial