summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Seibert <stan@mtrr.org>2011-08-13 14:42:34 -0400
committerStan Seibert <stan@mtrr.org>2011-08-13 14:42:34 -0400
commitc6961d11edec689471d3f268f58bbab68f57a239 (patch)
treefd279c306a2767c89386a196f05a8d6d6bcfac64
parent451ebdb35d9d36c22216840bbc1bc50007e195e8 (diff)
downloadchroma-c6961d11edec689471d3f268f58bbab68f57a239.tar.gz
chroma-c6961d11edec689471d3f268f58bbab68f57a239.tar.bz2
chroma-c6961d11edec689471d3f268f58bbab68f57a239.zip
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.
-rw-r--r--optics.py6
1 files changed, 3 insertions, 3 deletions
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],