IvanNikolic21 / Lyman-alpha-bubbles

Codes used to derive the likelihood calculation for finding an ionized bubble given some Lyman-emitter data
0 stars 0 forks source link

Consistent noise for the flux #10

Open IvanNikolic21 opened 6 months ago

IvanNikolic21 commented 6 months ago

Currently flux and spectrum have different versions of the noise and limting flux is not done consistently. This fix shouldn't be too difficult, basically I can select a noise spectrum, calculate the expected noise on the flux (I'm doing this essentially for other bin combinations) and determine the flux limit based on that.

IvanNikolic21 commented 6 months ago

Note about this issue: -> this one definitely needs to wait for speed_up_bug_fix to be finished. I cannot update the flux code since it's actively under development.