You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously, the limb darkened light curve (similar to exoplanet's syntax) could be passed in a KeplerianOrbit, without instantiating a Central object or Body object (which is more similar to starry's syntax). Is this still possible with the current version of jaxoplanet? I see that a System can be passed to limb_dark.light_curve(), but in this case I assume any Surfaces are ignored in favor of the limb darkening parameters passed to the function, which feels a bit awkward.