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 10 forks source link

Bookkeeping #96

Closed AarynnCarter closed 11 months ago

AarynnCarter commented 1 year ago

Made improvements to general book keeping for a few things.

1) XOFFSET and YOFFSET are now always recorded in arcseconds. This is the same unit that the default pipeline uses and will ensure future compatibility with the newer version of pyKLIP. 2) BLURFWHM is now always recorded as the FWHM, and not sigma, of the Gaussian to use for blurring. Additionally, adjusted how the blur is applied when scaling the resolution during the contrast curve calculation.

Checked with the NIRCam ERS F300M data and looks like the resolution of the contrast curves is being correctly adjusted now. Resolves #93