Documentation
Using the Service:Recipe: Run a Simple Fit
Recipe: Run an Advanced Fit
Acknowledgments
For a complete description of the workings of EXOFAST, see Eastman et al. (2013).
EXOFAST assumes the BJD_TDB time standard for the input parameters and RV/transit-photometry time-series files. Depending on the application, differences between time standards may be significant. The difference between geocentric and Solar System barycentric times can be up to ±8 min, for example. Note that although time system is always specified in time series data files served by the Archive, there is no required uniform time standard in archive time series files—including RV files imported directly into EXOFAST. Orbital parameters in the Exoplanet Archive are likewise always provided in the time standard as published in the respective reference. It is therefore important to be aware of your input time standards and make sure they are appropriate for your purposes; if necessary, you may need to make conversions. If you have highly constraining data in both RV and transit, for example, but both are in different time standards, EXOFAST may have trouble converging to a meaningful solution.
Jason Eastman has made available an online tool for converting UTC to BJD_TDB, along with a brief overview of different time standards.
Note that the original implementation of EXOFAST imposed a minimum uncertainty of 0.05 in logg, 80 K in Teff, and 0.08 in [Fe/H], when those parameters were automatically taken from the exoplanets.org site (i.e., when "Spec Priors" was set). This was because many published stellar parameters neglected large systematic uncertainties. We do not impose any such minimum when pulling parameters from the Exoplanet Archive; however, caution should be exercised where the uncertainties provided are below these thresholds.
logg, Teff, and [Fe/H] are used to derive the stellar mass and radius via the Torres relations. If there are no transit data, we use these both to derive additional information (e.g., msini). If we have transit data (alone or with RV data), we can derive the stellar mass and radius from logg by itself. However, since that constraint is poor, we add a penalty to the chi^2 equal to ((mass_derived - mass_torres)/err_torres)^2 + ((radius_derived - radius_torres)/err_torres)^2. The stellar parameters are required to fit RV+transit data simultaneously. If you really don't care about these, do the fits separately, enter a large width on the priors, and then simply ignore the stellar properties and anything derived from them.
If you are fitting only the light curve of a single transit with no RV data, the data will provide very little constraint on the orbital period. In this case, it is strongly recommended you provide a period width in the input priors, as well as a period starting value. Without a width constraint, the period is likely to wander dramatically, and since many properties scale with the period, the results will most likely not be believable. It is also advisable to use a circular fit in these cases, since the eccentricity will otherwise be almost completely unconstrained.
When EXOFAST calculations fail early on in the process, this is often because the fit is under- or over-constrained, or because of problems with the orbital ephemeris for the initial guess. You may see errors along the lines of:
ERROR: Transit fit not constrained. Check your starting conditions.
or, e.g.:
EXOFAST_GETMCMCSCALE: Parameter 6 is unconstrained. Check your starting conditions
Here are a few pointers for such cases:
In the original Ohio State University web interface, when requesting starting parameters from the exoplanets.org database, these were pulled in the background and used only as starting parameters. They were not applied as priors as such, and the values used were not available to the user. In the Exoplanet Archive implementation, parameters pulled from the Exoplanet Archive (using the Load Priors and Widths button) are instead pre-populated into the input Prior Parameters section in the inputs GUI panel. Here the user can see and edit those values. This results in slightly different behavior, but is essentially equivalent to that of the original OSU web interface with the option to "Use parameters from exoplanets.org" switched off:
Comparing to the original stand-alone IDL version of EXOFAST, this is equivalent to leaving the input string argument "PNAME" (planet name) unset, and entering priors via the "PRIORS" array argument.
Note that a minor modification to the OSU implementation of EXOFAST (both standalone and web interface) is that, in the absence of an input period prior width, we apply an initial step-size guess of 0.1 days for the orbital period in the χ2 minimization. This avoids a step-size of infinity being used, which would cause the pre-fitting to fail immediately.
See Acknowledgments for information on citing EXOFAST in publications.
«Previous Accessing Previous Results Recipe: Run a Simple Fit Next »
Last update: 18 July 2017