summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--optics.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/optics.py b/optics.py
index 3580dc4..c1fcf0a 100644
--- a/optics.py
+++ b/optics.py
@@ -116,9 +116,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],