Skip to content

Commit

Permalink
Merge pull request #207 from icecube/personal_corrections
Browse files Browse the repository at this point in the history
Fix #206
  • Loading branch information
juanma-cano-vila authored Jan 24, 2024
2 parents fce865d + 2f0f06e commit ca2a644
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions skyllh/analyses/i3/publicdata_ps/backgroundpdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,11 @@ def __init__(
smoothing_filter : instance of SmoothingFilter | None
The smoothing filter to use for smoothing the energy histogram.
If None, no smoothing will be applied.
kde_smoothing : bool
Apply a kde smoothing to the energy pdf for each bin in sin(dec).
This is useful for signal injections, because it ensures that the
background is not zero when injecting high energy events.
Default: False.
"""
if not isinstance(data_exp, DataFieldRecordArray):
raise TypeError(
Expand Down

0 comments on commit ca2a644

Please sign in to comment.