Skip to content

chime-frb-open-data/chime-frb-open-data

Repository files navigation



Utililes for CHIME/FRB Open Data Releases.

Installation

pip install --user cfod

# To install with pandas support,
pip install --user cfod[pandas]

Documentation

Check out the user documentation, here

Developer

# cfod uses poetry for package management and virtualenv management
pip install poetry

git clone [email protected]:chime-frb-open-data/chime-frb-open-data.git
cd chime-frb-open-data

# Install git-commit hook
poetry run pre-commit install

# Make changes to the code and open a PR

Removal

pip uninstall cfod