Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug when adding HK products which use full SCET time. (#360)
* Fix bug when adding HK products which use full SCET time. * 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. * Fix order of operations
- Loading branch information