mperrin / webbpsf

James Webb Space Telescope PSF simulation tool - NOTE THIS VERSION OF REPO IS SUPERCEDED BY spacetelescope/webbpsf
BSD 3-Clause "New" or "Revised" License
16 stars 15 forks source link

WFIRST User Interface PSF Calculation Bug #183

Closed robelgeda closed 6 years ago

robelgeda commented 6 years ago

When using webbpsf.jupyter_gui.show_notebook_interface_wfi(wfi) for WFIRST Tools, the PSF calculation runs into the following error (NB: I am using a docker container):

screen shot 2018-01-12 at 11 21 48 am
robelgeda commented 6 years ago

I am working on this.

mperrin commented 6 years ago

This is due to an API change in astropy.io.fits a while ago. Replace “clobber” with “overwrite”

robelgeda commented 6 years ago

Addressed by #184

robelgeda commented 6 years ago

@mperrin I put this fix in the WFIRST Cycle 7 Updates PR. If its better to create a spearate PR for this please let me know.

mperrin commented 6 years ago

Fixed by #184 and #211