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
Hi,
I have found a bug in the evtbin package. When producing a light curve
using gtbin, the last bin in the output FITS file starts before the
end of the previous bin, in other words TIME of the last bin is less
than (TIME+TIMEDEL) of the previous one. See for example the attached
light curve "prova.lc". These are the last three rows:
I attach also the parameters file used to produce "prova.lc", and the
events file (a GBM Time-Tagged-Event file).
I don't know if this problem with the binner (i think) impacts only
the last bin of the light curves (that should not be a big issue), or
other things as well.
I have used one of the last SCons version available (contained in
ScienceTools-LATEST-1-3154), as well as other older version, and the
problem shows out in every version.
The text was updated successfully, but these errors were encountered:
I've retested for this issue by following the "LAT Aperture Photometry" analysis thread, and I confirm that it is still present. It seems that for N time bins, the TIMEDEL of the last bin is actually twice the difference in time between the last and second-last bins. For the other bins, the TIMEDEL keyword accurately reflects the difference in time between adjacent bins. I will need to look at the LIN algorithm that GTBIN uses to figure out how it is treating the last bin.
Ported from jira STGEN-107.
The text was updated successfully, but these errors were encountered: