Query the FRB catalogue
Project description
Query the Fast Radio Burst Catalogue in Python
Installation
pip3 install frbcat
Usage
Get a Pandas DataFrame of frbcat
using
from frbcat import Frbcat
df = Frbcat().df
Or get the chime repeaters using
from frbcat import ChimeRepeaters
df = ChimeRepeaters().df
Or get the FRBs from the Transient Name Server, which as of Sep 2020 should have all FRBs
from frbcat import TNS
tns = TNS(tns_name='my_user_name', tns_id='my_user_id')
df = tns.df
units = tns.units
Requirements
- pandas
- numpy
- requests
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE
for more information.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
frbcat-0.2.20.tar.gz
(12.3 kB
view hashes)
Built Distribution
frbcat-0.2.20-py3-none-any.whl
(13.7 kB
view hashes)