All Projects → JohannesBuchner → nway

JohannesBuchner / nway

Licence: other
nway -- Bayesian cross-matching of astronomical catalogues

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to nway

Celeste.jl
Scalable inference for a generative model of astronomical images
Stars: ✭ 142 (+264.1%)
Mutual labels:  astronomy, bayesian-inference
Exoplanet
Fast & scalable MCMC for all your exoplanet needs!
Stars: ✭ 122 (+212.82%)
Mutual labels:  astronomy, bayesian-inference
Bayesflare
A python module to detect stellar flares using Bayesian model comparison
Stars: ✭ 6 (-84.62%)
Mutual labels:  astronomy, bayesian-inference
PyCBC-Tutorials
Learn how to use PyCBC to analyze gravitational-wave data and do parameter inference.
Stars: ✭ 91 (+133.33%)
Mutual labels:  astronomy, bayesian-inference
astrodash
Deep learning for the automated spectral classification of supernovae
Stars: ✭ 25 (-35.9%)
Mutual labels:  astronomy
videlibri
📚 Cross-platform library client to automate any OPAC and library catalog from your local device, e.g. for renewing of borrowed books or searching for books available in the library in automated scripts.
Stars: ✭ 18 (-53.85%)
Mutual labels:  catalogue
Virgo
📡 Virgo: A Versatile Spectrometer for Radio Astronomy
Stars: ✭ 85 (+117.95%)
Mutual labels:  astronomy
pyfilter
Particle filtering and sequential parameter inference in Python
Stars: ✭ 52 (+33.33%)
Mutual labels:  bayesian-inference
LearnPython
Everything you need to know about learning Python is here. This is a catalog that teaches you how to code in Python. In fact, everything you need to know from beginner to intermediate is here. Even experts could learn from this!
Stars: ✭ 112 (+187.18%)
Mutual labels:  catalogue
nessai
nessai: Nested Sampling with Artificial Intelligence
Stars: ✭ 18 (-53.85%)
Mutual labels:  bayesian-inference
ZigZagBoomerang.jl
Sleek implementations of the ZigZag, Boomerang and other assorted piecewise deterministic Markov processes for Markov Chain Monte Carlo including Sticky PDMPs for variable selection
Stars: ✭ 58 (+48.72%)
Mutual labels:  bayesian-inference
sncosmo
Python library for supernova cosmology
Stars: ✭ 53 (+35.9%)
Mutual labels:  astronomy
word-color
Finds colors associated with a word, basically https://picular.co/
Stars: ✭ 39 (+0%)
Mutual labels:  association
iraf
IRAF - Image Reduction and Analysis Facility
Stars: ✭ 105 (+169.23%)
Mutual labels:  astronomy
mitre
The Microbiome Interpretable Temporal Rule Engine
Stars: ✭ 37 (-5.13%)
Mutual labels:  bayesian-inference
baseband
Package to read and write radio baseband data
Stars: ✭ 18 (-53.85%)
Mutual labels:  astronomy
OSKAR
SKA Radio Telescope Simulator
Stars: ✭ 40 (+2.56%)
Mutual labels:  astronomy
EmbracingUncertainty
Material for AMLD 2020 workshop "Bayesian Inference: embracing uncertainty"
Stars: ✭ 23 (-41.03%)
Mutual labels:  bayesian-inference
BayesHMM
Full Bayesian Inference for Hidden Markov Models
Stars: ✭ 35 (-10.26%)
Mutual labels:  bayesian-inference
k2sc
K2 systematics correction using Gaussian processes
Stars: ✭ 15 (-61.54%)
Mutual labels:  astronomy

nway

nway is a source cross-matching tool for arbitrarily many astronomical catalogues.

Features

  • Bayesian match probabilities based on astronomical sky coordinates (RA, DEC)
  • Works with arbitrarily many catalogues
  • Can handle varying errors
  • Can incorporate additional prior information, such as the magnitude or color distributions of the sources to match
  • Works accurately and fast in small areas and all-sky catalogues

Documentation

See the manual in the doc/ folder, https://github.com/JohannesBuchner/nway/raw/master/doc/nway-manual.pdf

A full worked example with demo catalogues is included.

Installation

The easiest way to install nway is with pip:

$ pip install nway

Add --user if you do not have admin privileges. Alternatively, download the source code and run "python setup.py install".

nway uses the following python packages:

  • numpy, scipy, matplotlib
  • astropy
  • tqdm
  • joblib
  • healpy
  • pandas

nway works with both Python 3 and Python 2 and various astropy versions.

https://travis-ci.com/JohannesBuchner/nway.svg?branch=master

Reporting issues

Please file an issue on Github if you have any problems.

Citing nway correctly

Please cite Salvato et al (2017). https://arxiv.org/abs/1705.10711 (Get BibTex)

Licence

This program is free and open-source software, licensed under AGPLv3 (see LICENSE and COPYING files). Written by Johannes Buchner (C) 2013-2020

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].