Skip to main content

CHIME/FRB Constants

Project description

CHIME/FRB Constants

Constants is a is pure-python, lightweight and zero dependency package to access variables used in the CHIME/FRB software projects.

Installation

pip install chime-frb-constants

Usage

import chime_frb_constants as constants
print (constants.K_DM)

Changelog

2020.06.2

  • FREQ and FREQ_FREQ availaible once again, but with type changes
    FREQ: np.array -> FREQ: List[float]
    FPGA_FREQ: np.array -> FPGA_FREQ: List[float]
    

2020.06

  • Initial release on PYPI
  • All constants are now uppercase
  • All physical constants from scipy are not availaible anymore under constants. If you still need them, import them directly from
    from scipy import constants as phys_const
    
  • FREQ and FREQ_FREQ currently unavailaible.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

chime-frb-constants-2020.6.2.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

chime_frb_constants-2020.6.2-py3-none-any.whl (4.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page