threeML.catalogs.FermiGBM module
- class threeML.catalogs.FermiGBM.FermiGBMBurstCatalog(update=False)[source]
Bases:
VirtualObservatoryCatalog
- get_detector_information()[source]
Return the detectors used for spectral analysis as well as their background intervals. Peak flux and fluence intervals are also returned as well as best fit models
- Returns:
detector information dictionary
- get_model(model='band', interval='fluence')[source]
Return the fitted model from the Fermi-LAT GBM catalog in 3ML Model form. You can choose band, comp, plaw, or sbpl models corresponding to the models fitted in the GBM catalog. The interval for the fit can be the ‘fluence’ or ‘peak’ interval
- Parameters:
model – one of ‘band’ (default), ‘comp’, ‘plaw’, ‘sbpl’
interval – ‘peak’ or ‘fluence’ (default)
- Returns:
a dictionary of 3ML likelihood models that can be fitted
- class threeML.catalogs.FermiGBM.FermiGBMTriggerCatalog(update=False)[source]
Bases:
VirtualObservatoryCatalog