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

(V4): from_mjd_utc / to_gregorian_utc reciprocal #302

Open
gwbres opened this issue May 19, 2024 · 1 comment
Open

(V4): from_mjd_utc / to_gregorian_utc reciprocal #302

gwbres opened this issue May 19, 2024 · 1 comment
Assignees
Labels

Comments

@gwbres
Copy link
Collaborator

gwbres commented May 19, 2024

Hello,

I think I picked up an issue when working with CGGTTS.
In CGGTTS files, Epochs are expressed in MJD UTC. This is how I parse them:

image

mjd being an integer.
I then use to_gregorian_utc in the mirror operation:

image

In my example, I parsed and constructed mjd=59567 h=0 mins=14 seconds=0.
Then, dumping generates mjd=59567 h=0 mins=14 seconds=37 (leap second issue ?)

@gwbres
Copy link
Collaborator Author

gwbres commented Jul 4, 2024

CGGTTS:dev points to hifitime-4 and is picking up this issue, which seems to be a leap second error that arised.
I will comment out this test to obtain stabilized tools temporarily, but it should be kept in mind

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

No branches or pull requests

2 participants