-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for trigger scaling in compression mode S=0,k=0,M=7 #377
Conversation
9a5e793
to
89ae5ee
Compare
This will need to be rebased on #375 once merged to fix the CI tests. |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #377 +/- ##
==========================================
- Coverage 77.79% 76.81% -0.99%
==========================================
Files 65 66 +1
Lines 6777 6900 +123
==========================================
+ Hits 5272 5300 +28
- Misses 1505 1600 +95 ☔ View full report in Codecov by Sentry. |
45c8f80
to
71771aa
Compare
* QL - LC, BKG, SPECTRA * BSD - CPD, SCPD, VIS and SPEC
11f8ef9
to
e5258f7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the tolist looks like an error to me.
at the moment it looks like the factor 30 is hard coded
the idea is to have a time base lookup somehow in the future?
2ecddcc
to
49402c0
Compare
49402c0
to
b31c64a
Compare
Not to sure about the E2E test fails not related but wasn't expecting them either ... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good to go
was the test with the latest AX ql-spectra data successful?
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