kevin218 / Eureka

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

[Enhancement]: Add pl# and ch# to parameter names when fitting multiple planets and/or channels #643

Open kevin218 opened 3 months ago

kevin218 commented 3 months ago

Instrument

Light curve fitting (Stages 4-6)

What happened?

The current naming scheme is confusing when fitting multiple planets over multiple channels.

While we're at it, we should either:

  1. Update the damped oscillator parameter names to avoid duplicate keys, or
  2. Rewrite the code in s6_Spectra.py to only add parameter names if they are a perfect match.

Error traceback output

No response

What operating system are you using?

No response

What version of Python are you running?

No response

What Python packages do you have installed?

No response

Code of Conduct