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

Convert WaveX to PLRedNoise and DMWaveX to PLDMNoise #1694

Merged
merged 43 commits into from
Jan 26, 2024
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
c349119
plrednoise_from_wavex
abhisrkckl Dec 15, 2023
6b02686
rednoise-fit-example
abhisrkckl Dec 15, 2023
d85c6f5
pldmnoise_from_dmwavex
abhisrkckl Dec 15, 2023
8d2246a
ignore_fyr
abhisrkckl Dec 18, 2023
8771dc2
example
abhisrkckl Dec 18, 2023
05556b3
Merge branch 'master' into wx2pl
abhisrkckl Dec 18, 2023
94254a7
fix bug
davidkaplantest Dec 17, 2023
b933965
relax test
abhisrkckl Dec 6, 2023
51d5ca6
--
abhisrkckl Dec 6, 2023
271ebc1
moved get_derived_params
davidkaplantest Dec 10, 2023
857164e
added docstrings
davidkaplantest Dec 10, 2023
dcc6d24
fix bug
davidkaplantest Dec 10, 2023
cccb700
fixed units
davidkaplantest Dec 11, 2023
af954da
fixed format of output
dlakaplan Dec 13, 2023
e98cdae
Merge branch 'nanograv:master' into wx2pl
abhisrkckl Dec 22, 2023
6eae3e8
Merge branch 'master' into wx2pl
abhisrkckl Dec 28, 2023
d278291
Merge branch 'master' into wx2pl
abhisrkckl Dec 29, 2023
46ae707
Merge branch 'nanograv:master' into wx2pl
abhisrkckl Dec 30, 2023
ed2bf0e
test_wx2pl
abhisrkckl Jan 3, 2024
6ba3169
test_dmwx2pldm
abhisrkckl Jan 3, 2024
4df81c4
freeze_params
abhisrkckl Jan 3, 2024
136a0d1
CHANGELOG
abhisrkckl Jan 3, 2024
c33b49c
rednoise-fit-example
abhisrkckl Jan 3, 2024
f9db977
test_wx2pl
abhisrkckl Jan 3, 2024
d5a8c89
print aic
abhisrkckl Jan 3, 2024
a1e2ab9
compute_noise_uncertainties
abhisrkckl Jan 3, 2024
25a8724
refactor repeated code
abhisrkckl Jan 12, 2024
6e48c38
positive definite H
abhisrkckl Jan 12, 2024
f88812c
find_optimal_nharms
abhisrkckl Jan 16, 2024
75d7b80
test_find_optimal_nharms
abhisrkckl Jan 16, 2024
e8c55d3
CHANGELOG
abhisrkckl Jan 16, 2024
28fdfaa
rednoise-fit-example
abhisrkckl Jan 16, 2024
e14030d
sourcery
abhisrkckl Jan 16, 2024
720282d
sourcery
abhisrkckl Jan 16, 2024
00eac1e
--
abhisrkckl Jan 16, 2024
898a33f
cleanup
abhisrkckl Jan 16, 2024
a677c82
remove warn
abhisrkckl Jan 17, 2024
a721540
Merge branch 'nanograv:master' into wx2pl
abhisrkckl Jan 17, 2024
c39e00f
more quantitative tests
abhisrkckl Jan 19, 2024
6907455
fstring
abhisrkckl Jan 19, 2024
fdaf292
check convergence
abhisrkckl Jan 19, 2024
bf7df7c
nan check
abhisrkckl Jan 19, 2024
4a4036a
Merge branch 'nanograv:master' into wx2pl
abhisrkckl Jan 24, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ the released changes.
- `Residuals.d_lnlikelihood_d_whitenoise_param` will throw a `NotImplementedError` when correlated noise is present.
- `DownhillFitter._fit_noise()` doesn't use derivatives when correlated noise is present.
- Documentation: Noise fitting example notebook.
- `freeze_params` option in `wavex_setup` and `dmwavex_setup`
- `plrednoise_from_wavex` and `pldmnoise_from_dmwavex` functions
### Fixed
- `MCMC_walkthrough` notebook now runs
- Fixed runtime data README
Expand Down
Loading
Loading