nuance.Star.period_grid#
- Star.period_grid(time_span, period_max=None, period_min=None, oversampling=1)#
Grid of optimal periods following Ofir (2014) (in days).
- Parameters:
time_span (float) – time span in days.
period_max (float) – maximum period in days, by default None which defaults to half the time span.
period_min (float, optional) – minimum period in days, by default None which defaults to the roche limit period.
oversampling (int, optional) – oversampling factor, by default 1.
- Returns:
periods in days.
- Return type:
np.ndarray