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

WIP: Brute force method to find the optimal number of harmonics for WaveX, DMWaveX, and CMWaveX #1822

Closed
wants to merge 43 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
5cbd67d
add cmwavex
abhisrkckl Jul 11, 2024
e9b0d35
init
abhisrkckl Jul 11, 2024
557ab55
test_dmwavex
abhisrkckl Jul 11, 2024
fd87992
cmwavex_setup
abhisrkckl Jul 11, 2024
86a83b9
test_cmwavex
abhisrkckl Jul 11, 2024
19c3521
CHANGELOG
abhisrkckl Jul 11, 2024
5ddf707
validation for correlated noise components
abhisrkckl Jul 11, 2024
75a5cf5
changelog#
abhisrkckl Jul 11, 2024
9c97955
sourcery
abhisrkckl Jul 11, 2024
38f3b30
Merge branch 'chromatic' into cmwavex
abhisrkckl Jul 11, 2024
30c8f4b
validation
abhisrkckl Jul 11, 2024
a826cde
Merge branch 'master' into cmwavex
abhisrkckl Jul 11, 2024
b841455
Merge branch 'master' into cmwavex
abhisrkckl Jul 12, 2024
236cf25
Merge branch 'master' into cmwavex
abhisrkckl Jul 22, 2024
74fe0dd
Merge branch 'nanograv:master' into cmwavex
abhisrkckl Jul 23, 2024
8bcdb83
Merge branch 'nanograv:master' into cmwavex
abhisrkckl Aug 1, 2024
4bdbc65
Merge branch 'nanograv:master' into cmwavex
abhisrkckl Aug 7, 2024
fa6a9d6
--
abhisrkckl Aug 7, 2024
4b931c3
plchromnoise_from_cmwavex
abhisrkckl Aug 7, 2024
b39395a
tests
abhisrkckl Aug 7, 2024
e5f6783
CHANGELOG
abhisrkckl Aug 7, 2024
e9e1771
float
abhisrkckl Aug 8, 2024
5492daf
Merge branch 'master' into cmwavex
abhisrkckl Aug 8, 2024
27c7c4e
move functions
abhisrkckl Aug 8, 2024
d1dfcf8
CHANGELOG
abhisrkckl Aug 9, 2024
fa95894
find_optimal_nharms
abhisrkckl Aug 9, 2024
f51474d
move function
abhisrkckl Aug 9, 2024
b66d989
fix test
abhisrkckl Aug 9, 2024
b64d743
test_prepare_model_for_find_optimal_nharms
abhisrkckl Aug 9, 2024
37877a4
refactor
abhisrkckl Aug 9, 2024
a47b4f2
fix epochs
abhisrkckl Aug 9, 2024
03f0de6
test_noise_analysis
abhisrkckl Aug 9, 2024
829a5ba
don't subtract aic_min
abhisrkckl Aug 9, 2024
5fbdc5f
parallel
abhisrkckl Aug 9, 2024
e9ae79e
Merge branch 'master' into opt-nharm
abhisrkckl Aug 11, 2024
6402740
black
abhisrkckl Aug 11, 2024
6690d91
Merge branch 'master' into cmwavex
abhisrkckl Aug 11, 2024
524fc8f
setup.cfg
abhisrkckl Aug 11, 2024
1dde7d6
float
abhisrkckl Aug 12, 2024
354d18b
Merge branch 'cmwavex' into opt-nharm
abhisrkckl Aug 12, 2024
95702e2
wavex_setup
abhisrkckl Aug 12, 2024
2a5321d
tests
abhisrkckl Aug 12, 2024
ddac595
Merge branch 'master' into opt-nharm
abhisrkckl Aug 12, 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
Prev Previous commit
Next Next commit
Merge branch 'chromatic' into cmwavex
abhisrkckl committed Jul 11, 2024
commit 38f3b302e19eb4960fd524fd2c7cc312272fa9ec
3 changes: 3 additions & 0 deletions CHANGELOG-unreleased.md
Original file line number Diff line number Diff line change
@@ -10,9 +10,12 @@ the released changes.
## Unreleased
### Changed
### Added
- `PLChromNoise` component to model chromatic red noise with a power law spectrum
- Fourier series representation of chromatic noise (`CMWaveX`)
- `pint.utils.cmwavex_setup` function
- More validation for correlated noise components in `TimingModel`
### Fixed
- Explicit type conversion in `woodbury_dot()` function
- Documentation: Fixed empty descriptions in the timing model components table
- Bug in `DMWaveX.get_indices()` function
### Removed
You are viewing a condensed version of this merge commit. You can view the full changes here.