Closed matteobachetti closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 95.98%. Comparing base (
28f2479
) to head (4802257
). Report is 6 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
When defining the new FITSTimeseriesREader, I mistakenly changed the format of the
header
attribute of the output time series (from string to dictionary). This broke upstream code (HENDRICS, at least). I'm now fixing the issue.Also, RXTE files sometimes do not contain the mission information in HDU0: we need to be robust to that (hence the cycling of hdus until MISSION or TELESCOP are found).