Secondary eclipse and phase curve#
The batman_transit_eclipse_phasecurve model combines the primary transit, the
secondary eclipse and a sinusoidal orbital phase curve. It is a photometric
model for systems where the same linear ephemeris must describe both the
transit and the occultation.
The alias batman_transit_secondary_phasecurve is also accepted.
When to use it#
Use this model when the light curve contains the primary transit and enough out-of-transit orbital coverage to constrain the planet-to-star flux ratio. The model uses the same orbital parameters as the standard transit model, then adds dataset-level parameters for the eclipse depth and the phase-curve amplitude.
For a pure transit model, use Transit light-curve models. For independent mid-transit times, use Transit models for TTV measurements.
Parameters#
Parameter |
Scope |
Meaning |
|---|---|---|
|
planet common |
Orbital period. |
|
planet common |
Reference time of inferior conjunction. |
|
planet common |
Planet-to-star radius ratio. |
|
planet common |
Eccentricity and argument of periastron, or the selected parametrization. |
|
planet common |
Phase offset in degrees, included when |
|
dataset |
Phase-curve semi-amplitude. |
|
dataset |
Secondary-eclipse depth, included when |
limb-darkening coefficients |
limb-darkening common |
Coefficients used by the transit part of the |
The model also uses the transit geometry prepared by the abstract transit
machinery: b or i, and either a_Rs or the stellar density, depending on
the common-object configuration.
Model keywords#
Keyword |
Default |
Meaning |
|---|---|---|
|
required |
Planet common objects included in the model. |
|
required |
Limb-darkening common object. |
|
|
Number of sub-exposures used to integrate finite exposure times. |
|
dataset cadence |
Exposure time used with |
|
|
Number of threads passed to |
|
|
If false, |
|
|
If false, |
Example#
1planet_b:
2 common: planets
3 orbit: circular
4 parametrization: Eastman2013
5 use_time_inferior_conjunction: True
6
7phasecurve_model:
8 model: batman_transit_eclipse_phasecurve
9 planets: [b]
10 limb_darkening: ld_quadratic
11 supersample_factor: 5
12 exposure_time: 0.02043365
13 nightside_emission: True
14 phase_offset: True
15
16input:
17 LCdata:
18 file: full_orbit_lightcurve.dat
19 kind: Phot
20 models:
21 - phasecurve_model
When nightside_emission is enabled, delta_occ represents the flux blocked
during the secondary eclipse. The phase curve is normalized internally with
phase_amp and delta_occ, so the priors on these two parameters should be
chosen consistently with the flux units of the photometric dataset.