threeML.utils.data_builders.fermi package

Submodules

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

Return the name of the instrument and detector

Returns

property energies
property mission

Return the name of the mission :return:

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

Bases: object

property arrival_times
property deadtime
property det_name

Return the name of the instrument and detector

Returns

property energies
property mission

Return the name of the mission :return:

property n_channels
property trigger_time
property tstart
property tstop

threeML.utils.data_builders.fermi.lat_data module

class threeML.utils.data_builders.fermi.lat_data.LLEFile(lle_file, ft2_file, rsp_file)[source]

Bases: object

property arrival_times

The GTI/energy filtered arrival times in MET :return:

property energies

The GTI/energy filtered pha energies :return:

property energy_edges
property instrument

Return the name of the instrument and detector

Returns

is_in_gti(time)[source]

Checks if a time falls within a GTI

Parameters

time – time in MET

Returns

bool

property livetime
property livetime_start
property livetime_stop
property mission

Return the name of the mission :return:

property n_channels
property trigger_time

Gets the trigger time in MET :return: trigger time in MET

property tstart
property tstop

Module contents