-
Notifications
You must be signed in to change notification settings - Fork 101
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
Availability of planet-SSB and planet-obs vectors for ephemeris modeling #903
Comments
There are use cases for other planet-ssb vectors, for instance PR 232 adds in a modeling for perturbations from all planets. The minimal use for getting BayesEphem working for the 15 year data set is now the Earth-obs or Earth-ssb vector. |
I think these two functions are what you need. PINT/src/pint/solar_system_ephemerides.py Lines 203 to 276 in 8854638
|
I think the request is that TOAs objects have, or be able to have, pre-computed vectors. This is close enough to true for all the non-Earth planets - there is the observatory-planet vector and the SSB-observatory vector - but there isn't a precomputed column that says anything about the geocenter. |
In order to use
Pint
-based pulsars inenterprise
along with theBayesEphem
ephemeris model we need access to various solar system barycenter position vectors with respect to the Earth and various planets at each of the TOAs. This Issue directly relates to Issue 238 on theenterprise
GitHub repo. @paulray has already submitted PR #901 to add the position vectors for Neptune.BayesEphem
requires planet-ssb vectors, which can be calculated from the ssb-observatory and obs-planet vectors available inPint
. However we also need the earth-ssb vector for the ephemeris model, which can either be furnished directly or calculated from the obs-earth vector.The text was updated successfully, but these errors were encountered: