ben-cassese / squishyplanet

Transits of non-spherical exoplanets
https://squishyplanet.readthedocs.io/en/latest/
MIT License
4 stars 2 forks source link

not recalculating true anomaly for post-compiled phase curves #7

Closed ben-cassese closed 5 months ago

ben-cassese commented 5 months ago

Although polynomial_limb_darkened_transit calculates f internally, the phase curve functions all take 2D/3D coefficients as inputs, not times. Need to be sure to re-compute f in the actual OblateSystem.lightcurve() method before computing those coefficients.