-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
I was trying to run the imaging on this grb
https://gcn.nasa.gov/circulars/32023
I wanted to check at which partial coding fraction the GRB is at t0.
So I run event.create_skyview in this way:
energybins = [15, 350] * u.keV
t0=673969345.989204
time_bins = [0,0.2]*u.s
skyview = event.create_skyview(timebins=time_bins,
energybins=energybins, is_relative=True, recalc = True, T0=t0,
input_dict=dict(aperture="CALDB:DETECTION", pcodethresh=0.01))
Then I plot the snr image along with the pc map, and I find that the snr image does not have data below pc = 0.05, even if I specified pcodethresh=0.01.
I also checked the header of the file and I see pcodethresh=0.01
As a consequence, if I try to run a mosaic, no source is found, likely because the GRB was never at a pc > 0.05, but is for sure at pc > 0.01
The plot I attach shows the snr heat map with the pc line at 0.05. Te pc line at 0.01 is outside the plot, on the right. The GRB location is at the center of the plot.

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels