From c6961d11edec689471d3f268f58bbab68f57a239 Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Sat, 13 Aug 2011 14:42:34 -0400 Subject: For consistency, we should keep the water index of refraction down to 200 nm, like all the other optical properties. It no longer is a speed benefit, anyway. --- optics.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'optics.py') diff --git a/optics.py b/optics.py index c31d209..4e7530e 100644 --- a/optics.py +++ b/optics.py @@ -118,9 +118,9 @@ water.scattering_length = \ [ 780. , 2628.25 ], [ 800. , 2908.36010742]], dtype=np.float32) water.refractive_index = \ - np.array([#[ 200. , 1.41614997], - #[ 220. , 1.39726996], - #[ 240. , 1.38395 ], + np.array([[ 200. , 1.41614997], + [ 220. , 1.39726996], + [ 240. , 1.38395 ], [ 260. , 1.37414002], [ 280. , 1.36667001], [ 300. , 1.36082006], -- cgit