jaxoplanet.proto# Classes# LightCurveOrbit An interface for orbits that can be used to compute light curves Module Contents# class jaxoplanet.proto.LightCurveOrbit[source]# Bases: Protocol An interface for orbits that can be used to compute light curves property shape: tuple[int, Ellipsis][source]# property radius: jaxoplanet.types.Scalar[source]# relative_position(t: jaxoplanet.types.Scalar) → tuple[jaxoplanet.types.Scalar, jaxoplanet.types.Scalar, jaxoplanet.types.Scalar][source]# property central_radius: jaxoplanet.types.Scalar[source]#