notebooks
notebooks copied to clipboard
Outdated function call in PSF_phot_01 throwing error in notebook
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.
Just for clarity, what version of webbpsf you are running now? cc @mperrin
I'm using webbpsf 0.9.0, installed via pip
Thanks for the info. Do you have plans to open a pull request to fix this?
Already did so, here