merge_lcs

Contents

merge_lcs#

jetset.jet_timedep.merge_lcs(lcs, delta_t=None, sorted=True, name='')[source]#

This function merges two or more lightcurves, the lightcurves must thave the same frame and the same crossing time application

Parameters:
  • lcs (list) – list of lightcurves to merge

  • delta_t (float, optional) – the binning for the merged lightcurve, if None, the binning of the first lightcurve will be used, by default None

  • sorted (bool, optional) – if the lightcurves in the list have their position time ordered, by default True

  • name (str, optional) – the name of the merged lightcurve, by default “”

Returns:

the table storing the merged ligthcurve

Return type:

astropy.table

Raises:

RuntimeError – _description_