cta-observatory / pyirf

Python IRF builder
https://pyirf.readthedocs.io/en/stable/
MIT License
15 stars 25 forks source link

Add basic facilities for 3D background irfs #276

Open Tobychev opened 8 months ago

Tobychev commented 8 months ago

Add functions for making a 3D background using square bins, this requires that the event tables have the two columns reco_fov_lat and reco_fov_lon.

codecov[bot] commented 8 months ago

Codecov Report

Attention: Patch coverage is 15.62500% with 27 lines in your changes missing coverage. Please review.

Project coverage is 94.83%. Comparing base (cb92eef) to head (7c6d158). Report is 11 commits behind head on main.

Files Patch % Lines
pyirf/io/gadf.py 12.50% 14 Missing :warning:
pyirf/irf/background.py 13.33% 13 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #276 +/- ## ========================================== - Coverage 95.60% 94.83% -0.78% ========================================== Files 62 62 Lines 3278 3308 +30 ========================================== + Hits 3134 3137 +3 - Misses 144 171 +27 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.