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

Optional

Usage

import chime_frb_constants as constants
print (constants.K_DM)

Changelog

2020.07

  • Updated CHANNEL_BANDWIDTH_MHZ
  • Fixed errors with FREQ
  • Added optional physical constants from scipy

2020.06.3

  • Fixed error with CHANNEL_BANDWIDTH_MHZ
  • Change to SAMPLING_TIME_MS
  • New constant SAMPLING_TIME_S

2020.06.2

  • Added FREQ and FREQ_FREQ, 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.
    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.4.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

chime_frb_constants-2020.6.4-py3-none-any.whl (5.0 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