CONAN._classes.load_rvs.update_planet_parameters
================================================

.. py:method:: CONAN._classes.load_rvs.update_planet_parameters(T_0=None, Period=None, Eccentricity=None, omega=None, sesinw=None, secosw=None, K=None, verbose=True)

   Update the rv planet parameters defined in the lightcurve object.

   :param T_0: Mid-transit time in days. Default is 0.
   :type T_0: float, tuple;
   :param Period: Orbital period of the planet in days. Default is 0.
   :type Period: float, tuple;
   :param Eccentricity: Eccentricity of the orbit. Default is 0.
   :type Eccentricity: float, tuple;
   :param omega: Argument of periastron. Default is 90.
   :type omega: float, tuple;
   :param K: Radial velocity semi-amplitude in same unit as the data. Default is 0.
   :type K: float, tuple;
   :param verbose: print output. Default is True.
   :type verbose: bool;

