synthpop.synthpop_utils.sun_info

This file includes Sun class which stores the location and velocity of the sun and the velocities of the lsr

Attributes

default_sun

Classes

SunInfo

Module Contents

class synthpop.synthpop_utils.sun_info.SunInfo

Bases: pydantic.BaseModel

x: float = -8.178
y: float = 0.0
z: float = 0.017
u: float = 12.9
v: float = 245.6
w: float = 7.78
u_lsr: float = 1.8
v_lsr: float = 233.4
w_lsr: float = 0.53
l_apex_deg: float = 53.0
b_apex_deg: float = 25.0
class Config
keep_untouched
property gal_dist: float
property r: float
property theta: float
property cos_theta: float
property sin_theta: float
property v_pec: float
synthpop.synthpop_utils.sun_info.default_sun