kevin218 / Eureka

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

Allowing for custom stellar intensity files to be fed into S4 for limb darkening calculations #598

Closed erinmmay closed 7 months ago

erinmmay commented 9 months ago

Addresses Issue/Enchanment #593. Allows for custom stellar intensity profiles which is already supported by exotic-ld, simply adds the ability to read them in and feed to exotic-ld. Adds one input to the S4 ecf (and an extra setting option to another input). I've included an example of how the file should be formatted similar to the custom throughput example file.

codecov-commenter commented 9 months ago

Codecov Report

Attention: Patch coverage is 13.33333% with 13 lines in your changes are missing coverage. Please review.

Project coverage is 57.49%. Comparing base (82c650a) to head (0a53ad7). Report is 97 commits behind head on main.

Files Patch % Lines
src/eureka/S4_generate_lightcurves/generate_LD.py 0.00% 10 Missing :warning:
src/eureka/S3_data_reduction/background.py 40.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #598 +/- ## ========================================== - Coverage 58.06% 57.49% -0.57% ========================================== Files 97 98 +1 Lines 11855 12002 +147 ========================================== + Hits 6884 6901 +17 - Misses 4971 5101 +130 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.