parsnip.ParsnipModel.augment_light_curves

ParsnipModel.augment_light_curves(light_curves, as_table=True)

Augment a set of light curves

Parameters:
  • light_curves (List[Table]) – List of light curves to augment

  • as_table (bool, optional) – Whether to return the light curves as astropy Tables, by default True. Constructing new tables is relatively slow, so internally we skip this step when training the ParSNIP model.

Returns:

Augmented light curves

Return type:

List