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

Improvements to Bad Pixel Detection and Cleaning #194

Open AarynnCarter opened 2 weeks ago

AarynnCarter commented 2 weeks ago

This PR make some changes to the bad pixel detection and cleaning routines, specific updates include:

This change will break backwards compatibility with previous versions of spaceKLIP, as the fix_bad_pixels() function has been fundamentally changed. While this isn't ideal, the new structure should allow for more flexibility moving forward, where further breaks to backwards compatibility are unlikely.

AarynnCarter commented 2 weeks ago

TODO: