save_gti¶
-
save_gti(obs: common.mission.observation.EclairsObservation, file_path, 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
- creator (string) – program that has generated the file. Default=’BUBE?’.
- proc_id (string) – id of the process. Default=”01”.