lidar_correction_ghk.py

changeset 5
9d5aa2422c02
parent 1
5dffdb7caec9
child 7
e57ad6a684d1
child 8
63672c5f29ed
equal deleted inserted replaced
4:c23f5fbf076e 5:9d5aa2422c02
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