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.18.tar.gz
(12.2 kB
view details)
Built Distribution
frbcat-0.2.18-py3-none-any.whl
(13.6 kB
view details)
File details
Details for the file frbcat-0.2.18.tar.gz
.
File metadata
- Download URL: frbcat-0.2.18.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.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ba23ba18c6b5748f8530095df23c0ebb5a8b8c4f6405c1a5d5474556909e8c0e |
|
MD5 | 1d8a27088366fd55c0a68132af1cbc63 |
|
BLAKE2b-256 | b284fa33b3e98ca537e3ca982b6b958fb94102b60a44c8bea3d3f2a66debc533 |
File details
Details for the file frbcat-0.2.18-py3-none-any.whl
.
File metadata
- Download URL: frbcat-0.2.18-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.0 CPython/3.9.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c522aa40ccd491cf6a0b4c2c9cc83d6f9631b463c4b276b0048269d00f8b6ab4 |
|
MD5 | 5bdf92aa09e32dc71b06dca25e643ca3 |
|
BLAKE2b-256 | cba4eb1be7ad905e6092acfbc4e023f64cfed218f1b1d6406304e6f3ba9f3c57 |