¿ªÔÆÌåÓý

ctrl + shift + ? for shortcuts
© 2025 Groups.io

Re: Strange jumps of Pluto between 2246 and 2247B (fwd)


 

Hi,

Attached are 2 plots of the same trail, one with the old elements,
one with the new fixed ones (ie perihelion epoch, and n)


diff --git a/libastro/plans.c b/libastro/plans.c
index 9680c2a..805d88f 100644
--- a/libastro/plans.c
+++ b/libastro/plans.c
@@ -53,9 +53,10 @@ double *ret) /* ecliptic coordinates {l,b,r} at equinox of date */
inc0 = 17.097, /* inclination, deg */
Om0 = 110.297, /* long asc node, deg */
omeg0 = 115.058, /* arg of perihel, deg */
- mjp = 2459000.5 - MJD0, /* epoch of perihel */
+ mjp = 2447654.5 - MJD0, /* epoch of perihel */
mjeq = J2000, /* equinox of elements */
- n = 0.0039; /* daily motion, deg */
+ n = 0.003959; /* daily motion, deg */

double inc, Om, omeg; /* orbital elements at epoch of date */
double ma, ea, nu; /* mean, excentric and true anomaly */
[

The new ones give better continuity with Chapront's solution, which does not mean accuracy. If anyone needs better accuracy over centuries, a simple ellipse will probably not make it. So as continuity with Chapront is ensured, I think we can easily fix and keep the new elements.
--
fm

On Thu, 27 Jan 2022, Brandon Rhodes wrote:

On Tue, Jan 25, 2022 at 1:01 PM Serge Montagnac <obs.psr@...> wrote:
All the format aspect (columns, width, precision, spaces, NO tabs ...) must be
identical !
... or you'll get problems.
Happily, these elements sit in the raw C code, which is impervious to any whitespace
sensitivity. So they should not be haunted by any format problems.
I am reverting the recent?commit and restoring Pluto to its previous long-term orbit! I'll
see about a new release in the next few days to make it official.
--
Dr Fran?ois Meyer Tel : (+33) 3 81 66 69 27 Mob : (+33) 6 27 28 56 83
Dir. ex¨¦cutif plateforme OscIMP
Dir. LNE-LTFB, laboratoire temps-fr¨¦quence associ¨¦ au LNE
Institut UTINAM / OSU Theta
41b avenue de l'Observatoire, BP1615
25010 Besancon cedex - FRANCE
** Universite de Franche-Comte ** CNRS UMR 6213 ** URA 3245

Join [email protected] to automatically receive all group messages.