astrohack.utils.constants ========================= .. py:module:: astrohack.utils.constants Attributes ---------- .. autoapisummary:: astrohack.utils.constants.njit_caching astrohack.utils.constants.clight astrohack.utils.constants.notavail astrohack.utils.constants.sig_2_fwhm astrohack.utils.constants.freq_units astrohack.utils.constants.freq_factors astrohack.utils.constants.length_units astrohack.utils.constants.length_factors astrohack.utils.constants.trigo_units astrohack.utils.constants.trigo_factors astrohack.utils.constants.time_units astrohack.utils.constants.time_factors astrohack.utils.constants.unit_dict astrohack.utils.constants.fact_dict astrohack.utils.constants.pi astrohack.utils.constants.twopi astrohack.utils.constants.fourpi astrohack.utils.constants.pol_codes_RL astrohack.utils.constants.pol_codes_XY astrohack.utils.constants.pol_str astrohack.utils.constants.possible_splits astrohack.utils.constants.plot_types astrohack.utils.constants.figsize astrohack.utils.constants.fontsize astrohack.utils.constants.markersize astrohack.utils.constants.minimum_xdtree_version Module Contents --------------- .. py:data:: njit_caching :value: True .. py:data:: clight .. py:data:: notavail :value: 'N/A' .. py:data:: sig_2_fwhm .. py:data:: freq_units :value: ['Hz', 'kHz', 'MHz', 'GHz', 'THz'] .. py:data:: freq_factors :value: [1, 1000.0, 1000000.0, 1000000000.0, 1000000000000.0] .. py:data:: length_units :value: ['km', 'mi', 'm', 'yd', 'ft', 'in', 'cm', 'mm', 'um', 'mils'] .. py:data:: length_factors .. py:data:: trigo_units :value: ['rad', 'deg', 'hour', 'asec', 'amin', 'masec', 'uasec'] .. py:data:: trigo_factors .. py:data:: time_units :value: ['nsec', 'usec', 'msec', 'sec', 'min', 'hour', 'day'] .. py:data:: time_factors :value: [1e-09, 1e-06, 0.001, 1.0, 60.0, 3600.0, 86400.0] .. py:data:: unit_dict .. py:data:: fact_dict .. py:data:: pi .. py:data:: twopi .. py:data:: fourpi .. py:data:: pol_codes_RL .. py:data:: pol_codes_XY .. py:data:: pol_str .. py:data:: possible_splits :value: ['cartesian', 'polar'] .. py:data:: plot_types :value: ['deviation', 'phase', 'ancillary', 'all'] .. py:data:: figsize :value: [8, 6.4] .. py:data:: fontsize :value: 6.4 .. py:data:: markersize :value: 3.2 .. py:data:: minimum_xdtree_version :value: '0.10.1'