From 8459c7d04fcaf8b9604b6aba02fbc8c8e72090f8 Mon Sep 17 00:00:00 2001 From: Emiel Por Date: Fri, 5 Aug 2022 16:05:11 -0400 Subject: [PATCH] Add JWST to the list of telescopes. --- doc/tutorial_notebooks/TelescopePupils/TelescopePupils.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/tutorial_notebooks/TelescopePupils/TelescopePupils.ipynb b/doc/tutorial_notebooks/TelescopePupils/TelescopePupils.ipynb index 4951d9fe..11b2df2d 100644 --- a/doc/tutorial_notebooks/TelescopePupils/TelescopePupils.ipynb +++ b/doc/tutorial_notebooks/TelescopePupils/TelescopePupils.ipynb @@ -344,6 +344,7 @@ " ('HiCAT', make_hicat_aperture),\n", " ('HabEx', make_habex_aperture),\n", " ('HST', make_hst_aperture),\n", + " ('JWST', make_jwst_aperture),\n", "]\n", "\n", "pupil_grid = make_pupil_grid(512)\n", @@ -359,7 +360,7 @@ " imshow_field(img, cmap='gray', interpolation='bilinear', ax=ax)\n", " ax.xaxis.set_ticks([])\n", " ax.yaxis.set_ticks([])\n", - " \n", + "\n", "plt.tight_layout()\n", "plt.show()" ]