Skip to content

Commit 1042309

Browse files
fix: remove incorrect 'is_stop' parameter from lens surface additions
1 parent e11240c commit 1042309

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/gallery/reflective/three_mirror_anastigmat.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
" [ 4.87006021e-05, -1.70308923e-05, 2.12362562e-05, 1.51092539e-05],\n",
5858
" [-1.04657810e-05, -2.25376153e-05, -8.02314506e-06, 3.02373985e-06]])\n",
5959
"lens.add_surface(index=2, radius=-100.019, thickness=20.0003, conic=-2.21455e-07, material='mirror',\n",
60-
" rx=-0.174532, dy=-11.5, is_stop=True, surface_type='polynomial', coefficients=c2)\n",
60+
" rx=-0.174532, dy=-11.5, surface_type='polynomial', coefficients=c2)\n",
6161
"\n",
6262
"c3 = np.array([[ 2.05787912e-05, -2.05604065e-05, 2.54616632e-05, -3.62841214e-05],\n",
6363
" [ 6.24577550e-10, 1.09936457e-07, -2.69199040e-06, -1.05068667e-05],\n",
6464
" [-3.28005504e-05, 1.88336844e-05, -3.34058539e-05, 4.93261709e-06],\n",
6565
" [ 6.09659324e-07, -1.58589636e-06, -1.16163570e-05, -2.26243673e-05]])\n",
6666
"lens.add_surface(index=3, radius=-99.9774, thickness=-20.0003, conic=5.32063e-08, material='mirror',\n",
67-
" rx=-0.0174547, dy=-15, is_stop=True, surface_type='polynomial', coefficients=c3)\n",
67+
" rx=-0.0174547, dy=-15, surface_type='polynomial', coefficients=c3)\n",
6868
"\n",
6969
"lens.add_surface(index=4, dy=-19.3)"
7070
]

0 commit comments

Comments
 (0)