i4Ds / STIXCore

STIX Core functionalities
BSD 3-Clause "New" or "Revised" License
3 stars 3 forks source link

Fix bug when adding HK products which use full SCET time. #360

Closed samaloney closed 10 months ago

samaloney commented 1 year ago

When adding two producst one of the time arrays comes from TM so has full SCET timestamp, the otehr comes from the fits file which has been converted to a relative time and rounded. Thus when compared they appear different and the merge keeps both. This commit rounds the time from TM in simlar manner to when written to fits.

Closes #357