kevin218 / Eureka

Eureka! is a data reduction and analysis pipeline intended for time-series observations with JWST.
https://eurekadocs.readthedocs.io/
MIT License
61 stars 47 forks source link

[Enhancement]: Change photometry reduction code to run like spectroscopy code #514

Open taylorbell57 opened 1 year ago

taylorbell57 commented 1 year ago

Instrument

NIRCam (Stages 1-3), MIRI (Stages 1-3)

What is your suggestion?

At present, the photometry code works one integration at a time, performing all the processing steps on each integration and then continuing on to the next integration. This really limits the extent to which the code can be parallelized. My intern or I will seek to reorganize the photometry code to run in the same fasion as the spectroscopy code, running each processing step on all the integrations and then continuing on to the next processing step.

Code of Conduct