Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

modified weights #998

Merged
merged 2 commits into from
Apr 26, 2023
Merged

modified weights #998

merged 2 commits into from
Apr 26, 2023

Conversation

iprafols
Copy link
Collaborator

This PR modifies the way we compute the weights in the computation of the continuum fitting.
Before we were doing

1 / ( eta * sigma_pipe + sigma_LSS + fudge / sigma_pipe

Now we introduced a correcting factor to sigma_LSS

1 / ( eta * sigma_pipe + sigma_LSS_mod * sigma_LSS + fudge / sigma_pipe

These weights are used to compute the mean continuum and the stack of deltas. If we use f=1 then we recover the old behaviour

@iprafols iprafols merged commit 54b8afc into master Apr 26, 2023
@iprafols iprafols deleted the modify_weights branch April 26, 2023 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants