binary-pulsar-distances
Cross matches binary pulsars with Gaia sources to improve distance estimates
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
Repository
Cross matches binary pulsars with Gaia sources to improve distance estimates
Basic Info
Statistics
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 4
Metadata Files
README.md
PSRmatch
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.
Installation
- Clone the repo
sh git clone https://github.com/AnnikaDeutsch/Binary-Pulsar-Distances.git - Install dependencies
sh pip install -r requirements.txt - Install the package
js pip install psrmatch
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.
Owner
- Name: Annika Deutsch
- Login: AnnikaDeutsch
- Kind: user
- Repositories: 1
- Profile: https://github.com/AnnikaDeutsch
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
- astropy *
- astroquery *
- csv *
- matplotlib *
- numpy *
- os *
- pandas *
- pytest *