sot / chandra_time

Convert between various time formats relevant to Chandra.
https://sot.github.io/Chandra.Time
BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Change so date like 2020:001 is 2020:001:00:00:00 #41

Closed taldcroft closed 4 years ago

taldcroft commented 4 years ago

Description

Based on popular demand, this changes Chandra.Time so that a date like 2020:001 will be taken as 2020:001:00:00:00 not 2020:001:12:00:00.

This adds a new function use_noon_day_start to provide back-compatibility where necessary. Cheta back-end data ingest is one intended use case.

This is likely to break at least a few things, so testing will be critical.

Plan to update version to 4.0. Perhaps target for shiny.

Testing

Integration and soak testing

To be done. Test plan and requirement TDB.

Closes #5 (from 2012!)

taldcroft commented 4 years ago

Closing in favor of #46. This PR picked up some serious merge conflicts and it was easier to just start over.