pyxmip

Cross-matching and cross-identification toolkit for astronomical surveys.


Keywords
astronomy, cross-matching, cross-identification, survey, statistics, cross-match, database
License
Other
Install
pip install pyxmip==1.0.3

Documentation

/docs/source/images/logos_icons/logo_main.png

precom linting docs isort Status black astropy pydantic sklearn

pyXMIP (the python X-Matching and Identification Package) is an astronomical software package for cross referencing source catalogs against known databases. The package provides a variety of statistical tools for quantifying the confidence of a given match and automates queries against many of the most common astronomical databases.

Features

  • Cross match catalogs of sources from survey missions against a wide array of known source databases.
  • Use statistical methodologies to model the distribution of sources and produce match probabilities.

Documentation

docs

The documentation for pyXMIP is hosted here. It includes various example notebooks, a complete API documentation and further information. It also includes guides on custom code implementations to meet your science goals.

Installation

pyXMIP may be installed from PyPI (stable versions) as follows:

>>> pip install pyxmip

To install pyXMIP from source, you need only clone the git repository

>>> git clone https://www.github.com/eliza-diggins/pyXMIP

and then install using

>>> cd pyXMIP
>>> pip install .

You can also achieve this in one line using

>>> pip install git+https://www.github.com/eliza-diggins/pyXMIP.git