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

ww_sci and ww_ref bug fixes #173

Closed JarronL closed 2 months ago

JarronL commented 2 months ago

Improved handling of ww_sci and ww_ref indices. For lists, it's better to use append(j) rather than += [j]. Under certain cases, the values could also be interpreted as floats, which raises indexing errors.