There is a tiny bug in this JWST PSF notebook: webbpsf.utils.to_griddedpsfmodel
now takes ext_data
and ext_header
as arguments rather than ext
, so the first code cell under Creating a PSF model fails. Updating the function call to use the new arguments allows the block to run.