From c79baa853f258ef78a8205b27c1708f347e23340 Mon Sep 17 00:00:00 2001 From: Johannes Hofmann Date: Wed, 28 May 2008 22:29:46 +0200 Subject: prepare 0.2.4 --- src/Panorama.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/Panorama.cxx b/src/Panorama.cxx index aa358ec..aba5fbf 100644 --- a/src/Panorama.cxx +++ b/src/Panorama.cxx @@ -431,6 +431,8 @@ Panorama::alpha(const Hill *m) { return fmod(atan2(sin_alph, cos_alph) + 2.0 * pi_d, 2.0 * pi_d); } +// approximation of refraction effect as described by Tom Chester at +// http://tchester.org/sgm/analysis/peaks/refraction.html double Panorama::refraction(const Hill *m) { double a, b, c, alpha = 6.5, T0 = 10.0; -- cgit v1.2.3