summarize_windows¶
-
transitforecast.summarize_windows(trace, tforecast, tdistance=None)¶ Summarize all transit windows suggested by the MCMC sampling.
- Parameters
- tracesiterable
A list of ~pymc3.backends.base.MultiTrace objects.
- tforecast~numpy.array
The time array corresponding to the forecasted transit models.
- tdistancefloat
The time distance bewteen peaks in the same units as tforecast. Defaults to 1/2 the median of the posterior distribution of the period in each ~pymc3.backends.base.MultiTrace.
- Returns
- windows~astropy.table.Table
A table of the identified windows.