Skip to content
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

Lunar coordinated time #291

Open
ChristopherRabotin opened this issue Apr 3, 2024 · 7 comments
Open

Lunar coordinated time #291

ChristopherRabotin opened this issue Apr 3, 2024 · 7 comments

Comments

@ChristopherRabotin
Copy link
Member

By the end of 2026, NASA should have a formal definition of LCT. Hifitime should provide some example reference to support that.

OSTP chief Arati Prabhakar's memo said that for a person on the moon, an Earth-based clock would appear to lose on average 58.7 microseconds per Earth-day and come with other periodic variations that would further drift moon time from Earth time.

https://www.reuters.com/science/white-house-directs-nasa-create-time-standard-moon-2024-04-02/

@mr5x5x5
Copy link

mr5x5x5 commented Apr 3, 2024

I had fun thinking about this all day today. Well, relatively all-day.
Also A Relativistic Framework to Establish Coordinate Time on the Moon and Beyond
by Neil Ashby, Bijunath Patla

@ChristopherRabotin
Copy link
Member Author

Nice ! And I see you've implemented it in Python here. @philiplinden also worked with time dilation here.

If LCT is to work similarly to the TDB or ET time systems, then it'll need a reference epoch from which the drift happens continuously. If that reference is set to 01 Jan 2000 at noon, then we'd have accumulated 520 ms 62 μs difference with Earth time so far in these 8859 days.

Calculations for reference:

>>> from anise.time import *
>>> lct_delta = Unit.Microsecond*58.7
>>> num_days = (Epoch.system_now().timedelta(Epoch("2000-01-01 12:00:00 TDB"))).to_unit(Unit.Day)
>>> lct_delta * num_days
520 ms 33 μs 92 ns @ 0x253b19525c0
>>> num_days
8859.166822171665

@jmfriedt
Copy link

If it can be of interest, I have just uploaded Frederic Meynadier (BIPM) and Pascale Defraigne (Obs. Brussels) presentation at European Frequency and Time Forum (EFTF) this June 2024 on the topic at http://jmfriedt.free.fr/EFTF2024_moon.mp4
The video is of poor quality and the slides hardly readable but I can ask for a copy if interested.

@ChristopherRabotin
Copy link
Member Author

Superb, thank you! I would be very interested in seeing the slides too if you can ask for a copy. Thanks.

@philiplinden
Copy link

If it can be of interest, I have just uploaded Frederic Meynadier (BIPM) and Pascale Defraigne (Obs. Brussels) presentation at European Frequency and Time Forum (EFTF) this June 2024 on the topic at http://jmfriedt.free.fr/EFTF2024_moon.mp4 The video is of poor quality and the slides hardly readable but I can ask for a copy if interested.

@jmfriedt Can you send me a copy of your slides? phil@moondao.com ❤️

@jmfriedt
Copy link

Should be now available at http://jmfriedt.free.fr/Meynadier_Defraigne_EFTF2024

@philiplinden
Copy link

fixed :) http://jmfriedt.free.fr/Meynadier_Defraigne_EFTF2024.pdf

thank you!!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants