diff options
author | Stan Seibert <stan@mtrr.org> | 2011-08-13 14:42:34 -0400 |
---|---|---|
committer | Stan Seibert <stan@mtrr.org> | 2011-08-13 14:42:34 -0400 |
commit | c6961d11edec689471d3f268f58bbab68f57a239 (patch) | |
tree | fd279c306a2767c89386a196f05a8d6d6bcfac64 | |
parent | 451ebdb35d9d36c22216840bbc1bc50007e195e8 (diff) | |
download | chroma-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.py | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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], |