Closed samaloney closed 10 months ago
This will need to be rebased on #375 once merged to fix the CI tests.
Attention: 13 lines
in your changes are missing coverage. Please review.
Comparison is base (
a801e54
) 77.79% compared to head (b31c64a
) 76.81%. Report is 1 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Not to sure about the E2E test fails not related but wasn't expecting them either ...
Yea well I was able to produce fits files, I tried to compare the triggers from the QL lightcurve, background and spectra and they didn't match but hard to know if they should based on the different detector masks etc so until we get real data not much more can be done.
Unscale trigger data when compressed with mode S=0,k=0,M=7
When compressed with mode 0,0,7 the trigger are scaled by the FSW according to
T_s = T / (n_int * n_acc * factor)
this scaling is removed by the GSW.Closes #365