change_psg_parameters#

VSPEC.psg_api.change_psg_parameters(params: InternalParameters, phase: astropy.units.Quantity, orbit_radius_coeff: float, sub_stellar_lon: astropy.units.Quantity, sub_stellar_lat: astropy.units.Quantity, pl_sub_obs_lon: astropy.units.Quantity, pl_sub_obs_lat: astropy.units.Quantity, include_star: bool) PyConfig#

Get the time-dependent PSG parameters

Parameters:
  • params (VSPEC.params.Parameters) – The parameters of this VSPEC simulation

  • phase (astropy.units.Quantity) – The phase of the planet

  • orbit_radius_coeff (float) – The planet-star distance normalized to the semimajor axis.

  • sub_stellar_lon (astropy.units.Quantity) – The sub-stellar longitude of the planet.

  • sub_stellar_lat (astropy.units.Quantity) – The sub-stellar latitude of the planet.

  • pl_sub_obs_lon (astropy.units.Quantity) – The sub-observer longitude of the planet.

  • pl_sub_obs_lat (astropy.units.Quantity) – The sub-observer latitude of the planet.

  • include_star (bool) – If True, include the star in the simulation.

Returns:

config – The PSG config in dictionary form.

Return type:

dict