threeML.utils.data_builders.fermi.gbm_data module

class threeML.utils.data_builders.fermi.gbm_data.GBMCdata(cdata_file: str, rsp_file: str)[source]

Bases: object

property det_name: str

Return the name of the instrument and detector

Returns

property energies: numpy.ndarray
property mission: str

Return the name of the mission :return:

property n_channels: int
property trigger_time: float
property tstart: float
property tstop: float
class threeML.utils.data_builders.fermi.gbm_data.GBMTTEFile(ttefile: str)[source]

Bases: object

property arrival_times: numpy.ndarray
property deadtime: numpy.ndarray
property det_name: str

Return the name of the instrument and detector

Returns

property energies: numpy.ndarray
property mission: str

Return the name of the mission :return:

property n_channels: int
property trigger_time: float
property tstart: float
property tstop: float