You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The injection time is needed to multiply it with the mean luminosity to get the mean energy emitted in neutrinos. The Unblinder calculates this injection time using TimePDF.raw_injection_time() which gives the overlap of the source with the dataset.
Expected behavior
This is an at least controversial way of doing it since for example for a box time pdf we would rather want the box length and not the overlap of the sources with the dataset.
Solution
We could define a property of the TimePDF`` called maybe length``` that return the injection length. This could then be used by the Unblinder.
The text was updated successfully, but these errors were encountered:
Describe the bug
The injection time is needed to multiply it with the mean luminosity to get the mean energy emitted in neutrinos. The Unblinder calculates this injection time using
TimePDF.raw_injection_time()
which gives the overlap of the source with the dataset.Expected behavior
This is an at least controversial way of doing it since for example for a box time pdf we would rather want the box length and not the overlap of the sources with the dataset.
Solution
We could define a property of the
TimePDF`` called maybe
length``` that return the injection length. This could then be used by the Unblinder.The text was updated successfully, but these errors were encountered: