binary-pulsar-distances

Cross matches binary pulsars with Gaia sources to improve distance estimates

https://github.com/annikadeutsch/binary-pulsar-distances

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.5%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Cross matches binary pulsars with Gaia sources to improve distance estimates

Basic Info
  • Host: GitHub
  • Owner: AnnikaDeutsch
  • License: mit
  • Language: Jupyter Notebook
  • Default Branch: main
  • Homepage:
  • Size: 49 MB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 4
Created over 3 years ago · Last pushed almost 2 years ago
Metadata Files
Readme License Citation

README.md

PSRmatch

GitHub release (latest by date including pre-releases) GitHub codeastro

About PSRmatch

This package, PSRmatch, cross matches pulsars with Gaia to identify pulsar binary companions that are typically detectable in the Gaia (optical) wavelengths. It does this by taking in a list of pulsars, running them through a number of criteria to look at only those potentially useful in pulsar timing, searching in a small radius around the positions of each of the remaining pulsars, and gives back a list of any Gaia sources to result from this search. These sources are potentially binary companions to some of the original input pulsars. Further checks can be performed on these output matches, comparing the astrometric parameters of the Gaia sources to known parameters of certain pulsar companions, such as G-band magnitude.

(back to top)

Installation

  1. Clone the repo sh git clone https://github.com/AnnikaDeutsch/Binary-Pulsar-Distances.git
  2. Install dependencies sh pip install -r requirements.txt
  3. Install the package js pip install psrmatch

(back to top)

Documentation

Documentation can be accessed here: file://wsl.localhost/Ubuntu/home/annikadeutsch/Binary-Pulsar-Distances/docs/build/html/index.html

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Owner

  • Name: Annika Deutsch
  • Login: AnnikaDeutsch
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "Deutsch"
  given-names: "Annika"
title: "Binary Pulsar Distances"
version: 1.1.0
doi: 10.5281/zenodo.6979155
date-released: 2022-08
url: "https://github.com/AnnikaDeutsch/Binary-Pulsar-Distances"

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • astropy *
  • astroquery *
  • csv *
  • matplotlib *
  • numpy *
  • os *
  • pandas *
  • pytest *
setup.py pypi