Skip to content

Commit

Permalink
Merge pull request #1777 from abhisrkckl/cmx
Browse files Browse the repository at this point in the history
Piecewise-constant chromatic variations (CMX)
  • Loading branch information
dlakaplan authored Nov 27, 2024
2 parents 86e5385 + 2eaf80a commit f1f719b
Show file tree
Hide file tree
Showing 5 changed files with 542 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ the released changes.
- Added an option `linearize_model` to speed up the photon phases calculation within `event_optimize` through the designmatrix.
- Added AIC and BIC calculation to be written in the post fit parfile from `event_optimize`
- When TCB->TDB conversion info is missing, will print parameter name
- Piecewise-constant model for chromatic variations (CMX)
- `add_param` returns the name of the parameter (useful for numbered parameters)
### Fixed
- Changed WAVE_OM units from 1/d to rad/d.
Expand Down
2 changes: 1 addition & 1 deletion src/pint/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from pint.models.binary_dd import BinaryDD, BinaryDDS, BinaryDDGR, BinaryDDH
from pint.models.binary_ddk import BinaryDDK
from pint.models.binary_ell1 import BinaryELL1, BinaryELL1H, BinaryELL1k
from pint.models.chromatic_model import ChromaticCM
from pint.models.chromatic_model import ChromaticCM, ChromaticCMX
from pint.models.cmwavex import CMWaveX
from pint.models.dispersion_model import (
DispersionDM,
Expand Down
Loading

0 comments on commit f1f719b

Please sign in to comment.