Skip to content
/ psrdb Public

Command line interface and python package for interacting with the MeerTime data portal

License

Notifications You must be signed in to change notification settings

OZGrav/psrdb

Folders and files

NameName
Last commit message
Last commit date
Nov 8, 2023
May 13, 2024
Apr 18, 2024
Apr 4, 2025
Apr 4, 2024
May 23, 2023
Apr 18, 2024
May 17, 2023
Nov 16, 2023
Apr 18, 2024
May 13, 2024
Jun 28, 2023

Repository files navigation

meerdb

Documentation Status example workflow

Command line interface and python package for interacting with the MeerTime data portal

Installation

To install psrdb run the following command:

pip install psrdb

To interact with the database you need to get an account on the pulsars.org.au website. Once you have an account you then need to generate a token on this page.

Set this token using the following command (you can put this in your ~/.bashrc):

export PSRDB_TOKEN=tokenhere

If you want to the current unreleased version, you can clone the repository and run

poetry install

or if you don't use poetry, you can instead run

pip install .

How to use

Instructions and examples of how to use psrdb can be found in the documentation.