sherlockpipe.system_stability.stability_calculator.PlanetInput
- class sherlockpipe.system_stability.stability_calculator.PlanetInput(period, period_low_err, period_up_err, radius, radius_low_err, radius_up_err, eccentricity, ecc_low_err, ecc_up_err, inclination, inc_low_err, inc_up_err, omega, omega_low_err, omega_up_err, omega_big=None, omega_big_low_err=None, omega_big_up_err=None, mass=None, mass_low_err=None, mass_up_err=None, period_bins=3, mass_bins=3, ecc_bins=3, inc_bins=3, omega_bins=3, omega_big_bins=3)
Bases:
objectDefines the planet parameters for system stability calculations
- __init__(period, period_low_err, period_up_err, radius, radius_low_err, radius_up_err, eccentricity, ecc_low_err, ecc_up_err, inclination, inc_low_err, inc_up_err, omega, omega_low_err, omega_up_err, omega_big=None, omega_big_low_err=None, omega_big_up_err=None, mass=None, mass_low_err=None, mass_up_err=None, period_bins=3, mass_bins=3, ecc_bins=3, inc_bins=3, omega_bins=3, omega_big_bins=3)
Methods
__init__(period, period_low_err, ...[, ...])