Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
Strange jumps of Pluto between 2246 and 2247B (fwd)
Hi,
toggle quoted message
Show quoted text
If i am not mistaken there is a confusion in the new code between elements reference epoch and perihelion epoch. Plus, daily motion truncated to 2 significant digits is probably too harsh. 2447654.529 for the perihelion brings it back in the ballpark, and n=0.00395 seems to be closing quite well. Is n available with more accuracy in the Almanach ? -- fm On Mon, 24 Jan 2022, Brandon Rhodes wrote:
On Mon, Jan 24, 2022 at 2:27 PM Brandon Rhodes via groups.io |
开云体育Ouuups ... I think you are on the good way !Reference done from my early troubles of Chebichev coeff of planets 2020-2040 : All the format aspect (columns, width, precision, spaces, NO tabs ...) must be identical ! ... or you'll get problems. Best regards, Serge On 25/01/2022 12:35, dulle wrote:
Hi, -- Serge Montagnac + GPG Key 0xDF083D7B + Nature, Not Human Activity, Rules the Climate. |
On Tue, Jan 25, 2022 at 1:01 PM Serge Montagnac <obs.psr@...> wrote:
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. |
Hi,
toggle quoted message
Show quoted text
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: --
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 |
to navigate to use esc to dismiss