Skip to content

v0.3.0

Compare
Choose a tag to compare
@maxnoe maxnoe released this 06 Oct 09:22
0c077bb

v0.3.0 2020-10-05

Summary

  • Released October 5th, 2020
  • 5 Contributors

Contributors

  • Maximilian Nöthe
  • Michele Peresano
  • Noah Biederbeck
  • Lukas Nickel
  • Gaia Verna

Description

This release is the result of the IRF sprint week in September 2020.
Many bug fixes and improvements were made to the code.

As the target for the sprint week was to reproduce the approach of EventDisplay and
the resulting IRFs, one scheme of cut optimization is implemented.
The examples/calculate_eventdisplay_irfs.py should follow the approach
of EventDisplay closely and shows what is currently implemented in pyirf.
In the central and upper energy range, pyirf now reproduces the EventDisplay sensitivity
exactly, the lower energy bins still show some disagreement.
The cut optimization seems not yet to be the same as EventDisplay's and will be further investigated.
This example could be used as a starting point if you also want to do cut optimization for best sensitivity.

At least one version of each IRF is now implemented and can be stored in the GADF format.
Computation of full-enclosure IRFs should be possible but is as of now not yet tested
on a reference dataset.

Merged Pull Requests

  • #97 Store correct signal amount, store information on which checks failed for sensitivity bins (Maximilian Nöthe)
  • #96 Add integration test (Michele Peresano)
  • #98 Remove option point_like for psf (Maximilian Nöthe)
  • #95 Cut updates (Maximilian Nöthe)
  • #91 Fix conditions to take relative sensitivity into account, fixes #90 (Maximilian Nöthe)
  • #89 Fix brentq returning the lower bound of 0 for flat li ma function (Maximilian Nöthe)
  • #85 Improve comparison to EventDisplay (Maximilian Nöthe)
  • #75 Add a function to check a table for required cols / units (Maximilian Nöthe)
  • #86 Fix Li & Ma significance for n_off = 0 (Maximilian Nöthe)
  • #76 Feature resample histogram (Noah Biederbeck, Lukas Nickel)
  • #79 Fix integration of power law pdf in simulations.py (Gaia Verna)
  • #80 Estimate unique runs taking pointing pos into account (Maximilian Nöthe)
  • #71 Background estimation (Maximilian Nöthe)
  • #78 Change argument order in create_rad_max_hdu (Lukas Nickel)
  • #77 Calculate optimized cut on only the events surviving gh separation (Maximilian Nöthe)
  • #68 Effective area 2d (Maximilian Nöthe)
  • #67 Add method integrating sim. events in FOV bins (Maximilian Nöthe)
  • #63 Verify hdus using ogadf-schema (Maximilian Nöthe)
  • #58 Implement Background2d (Maximilian Nöthe)
  • #52 Add sections about tests, coverage and building docs to docs (Maximilian Nöthe)
  • #46 Add PyPI deploy and metadata (Maximilian Nöthe)