Cross correlation of several catalog at once
Project description
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
Release history Release notifications | RSS feed
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 details)
Built Distribution
File details
Details for the file xmatch-0.1.1.tar.gz
.
File metadata
- Download URL: xmatch-0.1.1.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77cd3e7b8c0937a074a36a75c2d57e4821f0f2571aaac1b1536aab252e7b92ca |
|
MD5 | e83189ae3fdda8bf7ced5c2b95ec05b8 |
|
BLAKE2b-256 | 540fcf10c13f763ca6ba963d8518d5e50550799af4052f4bd5180552b123a8cb |
File details
Details for the file xmatch-0.1.1-py2.py3-none-any.whl
.
File metadata
- Download URL: xmatch-0.1.1-py2.py3-none-any.whl
- Upload date:
- Size: 9.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a52052f5e12d956ab320240e967983e9d4975431c6bc847dfd053b47781074a7 |
|
MD5 | 39aa885f12e64581b2bc8e141b7ab91e |
|
BLAKE2b-256 | 4afa612b0526d94669c3fb273890896514a6fa28c2a1174037e7b1cbe270dc2b |