lidar_correction_ghk.py

changeset 9
349178d9e658
parent 8
63672c5f29ed
parent 7
e57ad6a684d1
child 10
a69e0c8ca55c
equal deleted inserted replaced
8:63672c5f29ed 9:349178d9e658
15 OF ANY KIND, either express or implied. See the Licence for the specific language governing 15 OF ANY KIND, either express or implied. See the Licence for the specific language governing
16 permissions and limitations under the Licence. 16 permissions and limitations under the Licence.
17 17
18 Equation reference: http://www.atmos-meas-tech-discuss.net/amt-2015-338/amt-2015-338.pdf 18 Equation reference: http://www.atmos-meas-tech-discuss.net/amt-2015-338/amt-2015-338.pdf
19 With equations code from Appendix C 19 With equations code from Appendix C
20 Python 3.4.2 , 20 Python 3.4.2 ,,
21 """ 21 """
22 #!/usr/bin/env python3 22 #!/usr/bin/env python3
23 from __future__ import print_function 23 from __future__ import print_function
24 #import math 24 #import math
25 import numpy as np 25 import numpy as np

mercurial