nanograv / enterprise

ENTERPRISE (Enhanced Numerical Toolbox Enabling a Robust PulsaR Inference SuitE) is a pulsar timing analysis code, aimed at noise analysis, gravitational-wave searches, and timing model analysis.
https://enterprise.readthedocs.io
MIT License
64 stars 65 forks source link

Tempo2Pulsar is not units aware #371

Open vhaasteren opened 8 months ago

vhaasteren commented 8 months ago

Tempo2Pulsar does not know what units the parameters and the designmatrix have. If one just marginalizes over timing model parmaters, that is not important. But if one is interested in the timing model parameters, the design matrix and the timing model parameter units need to match. Moreover, the units need to be known for comparison with PINT or other values in the literature.

Supporting this will require working together with libstempo to support it there as well.