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

return:

Type:

The GTI/energy filtered arrival times in MET

property energies

return:

Type:

The GTI/energy filtered pha energies

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:

Type:

Return the name of the mission

property n_channels
property trigger_time

trigger time in MET.

Type:

Gets the trigger time in MET

Type:

return

property tstart
property tstop