synthpop.synthpop_utils.sun_info ================================ .. py:module:: synthpop.synthpop_utils.sun_info .. autoapi-nested-parse:: This file includes Sun class which stores the location and velocity of the sun and the velocities of the lsr Attributes ---------- .. autoapisummary:: synthpop.synthpop_utils.sun_info.default_sun Classes ------- .. autoapisummary:: synthpop.synthpop_utils.sun_info.SunInfo Module Contents --------------- .. py:class:: SunInfo Bases: :py:obj:`pydantic.BaseModel` .. py:attribute:: x :type: float :value: -8.178 .. py:attribute:: y :type: float :value: 0.0 .. py:attribute:: z :type: float :value: 0.017 .. py:attribute:: u :type: float :value: 12.9 .. py:attribute:: v :type: float :value: 245.6 .. py:attribute:: w :type: float :value: 7.78 .. py:attribute:: u_lsr :type: float :value: 1.8 .. py:attribute:: v_lsr :type: float :value: 233.4 .. py:attribute:: w_lsr :type: float :value: 0.53 .. py:attribute:: l_apex_deg :type: float :value: 53.0 .. py:attribute:: b_apex_deg :type: float :value: 25.0 .. py:class:: Config .. py:attribute:: keep_untouched .. py:property:: gal_dist :type: float .. py:property:: r :type: float .. py:property:: theta :type: float .. py:property:: cos_theta :type: float .. py:property:: sin_theta :type: float .. py:property:: v_pec :type: float .. py:data:: default_sun