CONAN.utils.get_orbital_elements.get_xyz#
- CONAN.utils.get_orbital_elements.get_xyz(aR=None, inc=None)#
Get the x,y,z coordinates of the planet in the orbital plane following the equations in Winn 2010 (https://arxiv.org/abs/1001.2010)
- Parameters:
aR (float) – semi-major axis over stellar radius
inc (float) – inclination in radians
- Returns:
x, y, z – x, y, z coordinates of the planet in the orbital plane.
- Return type:
array-like