v1.0.4¶
Data Module¶
Spatial association calculations fixed in
GbmHealPix
for partial-sky occultation observations (credit: J. Wood)Spatial association prior probability keyword option added to
GbmHealPix.source_probability()
,GbmHealPix.region_probability()
,HealPix.source_probability()
, andHealPix.region_probability()
Fix for overwriting of GTIs during a time slice operation on
PHAII
andTTE
(credit: J. Wood)Access of
PosHist.time_range
is now more efficientFixed bug that caused the
tcent
attribute inPHA
andBAK
to change after thewrite
method was calledRSP
:Now supports reading response with
N_GRP
> 1 (credit: I. Martinez-Castellanos)Keyword argument bug fixes for
from_arrays()
(credit: I. Martinez-Castellanos)Fixed crash on writing to disk after creation with
from_arrays()
(credit: I. Martinez-Castellanos)Fixed consistency in processing and store
tstart
/tstop
keywords infrom_arrays()
Added options to
write()
Fixed incorrect element accessor in
interpolate()
Fixed interpolation bounds to be within the time period covered by the RSP
Background Estimation Module¶
Fixed incorrect shape of
counts
property after callingBackgroundRates.integrate_energy()
Fixed incorrect initialization after slicing
BackgroundSpectrum
Bug fix for uncertainty calculation in the fast approximation of
NaivePoisson
(credit: J. Wood)
Simulations Module¶
Added keyword for user-defined deadtime in
TteSourceSimulator
andTteBackgroundSimulator
Fixed bug in time arrival simulation in
EventSpectrumGenerator
Plotting Module¶
Added missing standard properties to
ResponseMatrix
,ChannelEffectiveArea
, andPhotonEffectiveArea
Fix treatment of null
detectors
argument inSkyPlot.add_poshist()
Utilities¶
Proper MJD conversion scaling to UTC in
Met
Enforced consistent behavior for
deg
option in the relevantgbm.coords
coordinate conversions (credit: I. Martinez-Castellanos)
Documentation¶
Minor updates to existing Notebooks and API documentation resulting from the above changes