save_lightcurve

save_lightcurve(self, file_path, tstart, tstop, creator='SOEX?', proc_id='01')[source]

write the light curve into a fits file ECL-LCS-S1

common keywords are included

filename is ‘ECL-LCS-S1-‘ + proc_id + ‘.fits’

Parameters:
  • file_path (string) – PATH to the directory where to write the file
  • tstart (float) – start time of the observation in s from mjdref
  • tstop (float) – end time of the observation in s from mjdref
  • creator (string) – program that has generated the file. Default=’SOEX?’
  • proc_id (string) – id of the process. Default=”01”.