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

coron2pipeline save_intermediates #111

Closed JarronL closed 8 months ago

JarronL commented 9 months ago

The coron2pipeline has options to save intermediate data products. However, the save_intermediates attribute is not actually defined during init (it has has instead been defined during SpaceKLIP's higher level calls, though). This fix adds it to the class init with a default value of False.