Skip to main content

Cross correlation of several catalog at once

Project description

Latest Version License Wheels Format pyversions Master Build Master Coverage Read the doc

xmatch is used to cross match a sky position to a series of catalog, at once.

$ cross_match xmatch.cfg --lonlat 0.0 0.0

or as a python module

from astropy.coordinates import SkyCoord
import xmatch
ref = SkyCoord(0,0, unit="deg", frame="galactic")
cat_list = xmatch.parse_config('xmatch.cfg')['cat_fits']
result = xmatch.xmatch(ref, cat_list)

Features

  • Galactic and equatorial system supported

  • Output in fits, csv , txt or html for the central point source photometry

Installation

Install xmatch using pip :

$ pip install xmatch

or by running setuptools on source

$ python setup.py install

Contribute

Support

If you are having issues, please let us know.

License

This project is licensed under the LGPL+3.0 license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xmatch-0.1.1.tar.gz (7.8 kB view hashes)

Uploaded Source

Built Distribution

xmatch-0.1.1-py2.py3-none-any.whl (9.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page