lidar_correction_ghk.py

changeset 7
e57ad6a684d1
parent 5
9d5aa2422c02
child 9
349178d9e658
equal deleted inserted replaced
6:5936b84c27e8 7:e57ad6a684d1
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