kammerje / spaceKLIP

Pipeline for reducing JWST high-contrast imaging data. Published in Kammerer et al. 2022 and Carter et al. 2022.
https://ui.adsabs.harvard.edu/abs/2022SPIE12180E..3NK/abstract
MIT License
16 stars 9 forks source link

Instance of pysynphot in psf.py should be replaced by synphot #115

Closed AarynnCarter closed 3 weeks ago

AarynnCarter commented 8 months ago

Currently, the psf.py file relies on an import of the now deprecated pysynphot package. We should swap this over to synphot, which is the currently supported version.

kammerje commented 8 months ago

I chatted about this with @JarronL recently and he said that it would be quite tricky to change that dependency at least for WebbPSF_ext.

AarynnCarter commented 3 weeks ago

Closing as pysynphot has now been removed as an import in favour of synphot_ext within webbpsf_ext https://github.com/JarronL/webbpsf_ext/blob/develop/webbpsf_ext/synphot_ext.py