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.
Contact
Author: David Gardenier - gardenier@astron.nl
Project Link: https://github.com/davidgardenier/frbcat
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.17.tar.gz
(12.3 kB
view details)
Built Distribution
frbcat-0.2.17-py3-none-any.whl
(13.7 kB
view details)
File details
Details for the file frbcat-0.2.17.tar.gz
.
File metadata
- Download URL: frbcat-0.2.17.tar.gz
- Upload date:
- Size: 12.3 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 | 21f392807d2d4936d2f4294061e90c52b443b072d74103dd124da7e75a735314 |
|
MD5 | b6c51e55c0f0791c17e78b9d9f696687 |
|
BLAKE2b-256 | 64226282deabae570ef0a24c10f5f98d51e8aab953b4659c7f37978394c78477 |
File details
Details for the file frbcat-0.2.17-py3-none-any.whl
.
File metadata
- Download URL: frbcat-0.2.17-py3-none-any.whl
- Upload date:
- Size: 13.7 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 | a3c5e16c462f31216d6f52f399486cbcdc99cca4d706154b953b00ff62fb3d6f |
|
MD5 | dbcb138bbcd1156984be431eb8220cb8 |
|
BLAKE2b-256 | 4b27f2acd42b3d7b8142ab9eb75e21755d501d3a62f244e981bf9eb30dbaba2c |