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.19.tar.gz
(12.2 kB
view details)
Built Distribution
frbcat-0.2.19-py3-none-any.whl
(13.6 kB
view details)
File details
Details for the file frbcat-0.2.19.tar.gz
.
File metadata
- Download URL: frbcat-0.2.19.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 54267d7f9323d1f5675ad78b286f37ac4652f47c3bcf7164bd1c4e278c88ea61 |
|
MD5 | 639bf84198c77cc98f3c425cbbe2ee1e |
|
BLAKE2b-256 | 9b7bb69cac14d71c7ebaad5183eaf5e776f04a01cc95fb26f9d75c242f372044 |
Provenance
File details
Details for the file frbcat-0.2.19-py3-none-any.whl
.
File metadata
- Download URL: frbcat-0.2.19-py3-none-any.whl
- Upload date:
- Size: 13.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.1 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a3bf37b7b797b87d15096f8582df2a9a9aec31b9fba4b80b03748dac31c2153 |
|
MD5 | b17e6fe8ebb464aa39d824cd001a1b26 |
|
BLAKE2b-256 | 5c778e9a209b3ce225face0bba10e8eab64a8b282bb4bfda4748cd8272bdd4c5 |