Skip to content

Commit

Permalink
Add JWST to the list of telescopes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehpor committed Aug 5, 2022
1 parent d5ac4c6 commit 8459c7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc/tutorial_notebooks/TelescopePupils/TelescopePupils.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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()"
]
Expand Down

0 comments on commit 8459c7d

Please sign in to comment.