save_gti

save_gti(obs: ecpi.common.mission.observation.EclairsObservation, file_path, attitude, creator='BUBE?', proc_id='01')[source]

save GTI table into a fits file

common keywords are used

filename is ‘ECL-GTI-3-‘ + proc_id + ‘.fits’

Parameters:
  • obs (EclairsObservation) – observation parameters
  • file_path (string) – PATH to the directory where to write the file
  • attitude ([float, float, float]) – [ra, dec, ori] in degrees
  • creator (string) – program that has generated the file. Default=’BUBE?’.
  • proc_id (string) – id of the process. Default=”01”.