Add support for reading Fermi/gbm fits file in Eventlist.read#894
Add support for reading Fermi/gbm fits file in Eventlist.read#894ankitkhushwaha wants to merge 3 commits intoStingraySoftware:mainfrom
Conversation
254ed23 to
5d19a72
Compare
7bbafa2 to
bc55428
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #894 +/- ##
===========================================
- Coverage 96.04% 45.47% -50.58%
===========================================
Files 48 48
Lines 9789 9826 +37
===========================================
- Hits 9402 4468 -4934
- Misses 387 5358 +4971 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
234bee7 to
80a596f
Compare
|
i have added the required tests for this pr. i have added a processed version of file. now having size of 80 kb. @dhuppenkothen , if u can review this it would be beneficial. |
0685e0d to
f0376f3
Compare
|
hello @matteobachetti , @dhuppenkothen |
fixes #614
i have changed my approach to read fermi-gbm data.
instead of creating separate function to read fermi-gbm flies, i have made required changes in Eventlist.read to support them as well.
To read gbm files
file used: link
Reference
source: @dhuppenkothen
This change is