pint.models
Pulsar timing models and tools for working with them.
The primary object for representing a timing model is
TimingModel
. This contains a collection of
components (subclasses of Component
), each of
which should have a collection of parameters (subclasses of
Parameter
). These parameters carry values
uncertainties and units and can be “frozen” or “free” to indicate whether
fitters (subclasses of Fitter
) should be allowed to modify
them. Normally timing models are created using
get_model()
but it is possible to construct and
modify them as python objects.
Binary models are implemented as Components, but they have somewhat special
handling; they are implemented by deriving from
PSR_BINARY
, which
provides some of the infrastructure needed to implement them conveniently.
Timing model absolute phase |
|
Astrometric models for describing pulsar sky positions. |
|
The BT (Blandford & Teukolsky) model. |
|
Damour and Deruelle binary model. |
|
The DDK model - Damour and Deruelle with kinematics. |
|
Approximate binary model for small eccentricity. |
|
Chromatic variations expressed as a sum of sinusoids. |
|
A simple model of a base dispersion delay and DMX dispersion. |
|
DM variations expressed as a sum of sinusoids. |
|
System and frequency dependent delays to model profile evolution. |
|
Frequency-dependent delays to model profile evolution. |
|
Pulsar timing glitches. |
|
Tabulated extra delays. |
|
Phase jumps. |
|
Building a timing model from a par file. |
|
Pulsar timing noise models. |
|
Timing model parameters encapsulated as objects. |
|
Explicit phase offset |
|
Pulsar timing piecewise spin-down solution. |
|
Classes used for evaluation of prior probabilities |
|
Support for independent binary models. |
|
Solar system Shapiro delay. |
|
Dispersion due to the solar wind. |
|
Polynomial pulsar spindown. |
|
Implementations of independent pulsar timing binary models. |
|
TCB to TDB conversion of a timing model. |
|
Timing model objects. |
|
Delay due to Earth's troposphere |
|
Delays expressed as a sum of sinusoids. |
|
Delays expressed as a sum of sinusoids. |