rfinn / halphagui

development of gui interface for H-alpha narrowband imaging
GNU General Public License v3.0
0 stars 0 forks source link

correct for overestimate of the continuum due to using the r-band filter that includes halpha #92

Open rfinn opened 1 year ago

rfinn commented 1 year ago

Correct for oversubtraction of continuum. this occurs because \ha \ is in the r-band filter. Following \citet{Gavazzi2006}, we assume the corrected \ha \ flux is:

\begin{equation} F(H\alpha) = F(H\alpha)0 \left(1 + \frac{\int R{H\alpha}(\lambda)d\lambda}{\int R_r(\lambda)d\lambda}\right) \end{equation}

TODO

rfinn commented 2 months ago

this is now implemented in subtract_continuum.py, but we should also implement it in halpha gui where we estimate continuum from ratio of photometric zeropoints.