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 details)
Built Distribution
frbcat-0.2.20-py3-none-any.whl
(13.7 kB
view details)
File details
Details for the file frbcat-0.2.20.tar.gz
.
File metadata
- Download URL: frbcat-0.2.20.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de2aff58158fd5105040baa2020c1563adebf7189389c7df75f5c47e0588f83a |
|
MD5 | bb17298fe149503b607b40dc9854e04a |
|
BLAKE2b-256 | 7484434df1793862eaeb028edff9bd205d13732132426d6098dea57f3237e005 |
File details
Details for the file frbcat-0.2.20-py3-none-any.whl
.
File metadata
- Download URL: frbcat-0.2.20-py3-none-any.whl
- Upload date:
- Size: 13.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78d64216c07f931f8386e0aa9da38dff695da23e3ff1fc04a24e6ed5cd48c3dc |
|
MD5 | 7882a5231f4e08cb4da5c71620662289 |
|
BLAKE2b-256 | 9268bcf563e5e4e3d0128c5d8cdc47eaf599e3554bc21bb7711ef415b5b3b941 |