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.21.tar.gz
(12.4 kB
view details)
Built Distribution
frbcat-0.2.21-py3-none-any.whl
(13.8 kB
view details)
File details
Details for the file frbcat-0.2.21.tar.gz
.
File metadata
- Download URL: frbcat-0.2.21.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | be8f206ef4112cb5bb608d729074d6ce56bbd8b2d04558bc246069bfd148d1a5 |
|
MD5 | 54bbe481eb57337bab9736f67984007d |
|
BLAKE2b-256 | 04a48f3bcab2cbd263ee80aab22d7c218fabe38b8411ec0f57bc7f83ccc95e27 |
File details
Details for the file frbcat-0.2.21-py3-none-any.whl
.
File metadata
- Download URL: frbcat-0.2.21-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 14d1ddc12f058de68ba359e0f83733f8fd7ed70b0669874778e9c6c197eec4d7 |
|
MD5 | 77b5e069f796ac59d983692c0cb8e95a |
|
BLAKE2b-256 | 01e81dda30326d99530e2025ccac5ced0a1690aee98da31e6667fe265243d89b |