threeML.catalogs.Swift module

class threeML.catalogs.Swift.SwiftGRBCatalog(update=False)[source]

Bases: threeML.catalogs.VirtualObservatoryCatalog.VirtualObservatoryCatalog

apply_format(table)[source]
get_other_instrument_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

observing information dataframe indexed by source

get_other_observation_information()[source]

returns a structured pandas table containing the other observing instruments, their GCNs and if obtainable, their trigger numbers/ data identifiers. Currently, the trigger number is only obtained for Fermi-LAT-GBM.

Returns

get_redshift()[source]

Get the redshift and redshift type from the searched sources

Returns

property other_observing_instruments
query_other_observing_instruments(*instruments)[source]

search for observations that were also seen by the requested instrument. to see what instruments are available, use the .other_observing_instruments call

Parameters

instruments – other instruments

Returns