Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astropy/pyregion
ds9 region parser for python
https://github.com/astropy/pyregion
astronomy astropy python regions
Last synced: 4 days ago
JSON representation
ds9 region parser for python
- Host: GitHub
- URL: https://github.com/astropy/pyregion
- Owner: astropy
- License: mit
- Created: 2009-06-29T21:47:49.000Z (over 15 years ago)
- Default Branch: main
- Last Pushed: 2024-10-04T09:51:42.000Z (about 1 month ago)
- Last Synced: 2024-10-29T17:19:09.654Z (14 days ago)
- Topics: astronomy, astropy, python, regions
- Language: Python
- Homepage: https://pyregion.readthedocs.io
- Size: 6.17 MB
- Stars: 39
- Watchers: 9
- Forks: 40
- Open Issues: 11
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
pyregion
========pyregion is a python module to parse ds9 region files.
It also supports ciao region files.* Code: https://github.com/astropy/pyregion
* Docs: https://pyregion.readthedocs.io
* PyPI: http://pypi.python.org/pypi/pyregionInstallation: ``pip install pyregion``
Lead developer: Jae-Joon Lee ([@leejjoon](http://github.com/leejjoon))
FEATURES
--------* ds9 and ciao region files.
* (physical, wcs) coordinate conversion to the image coordinate.
* convert regions to matplotlib patches.
* convert regions to spatial filter (i.e., generate mask images)LICENSE
-------All files are under MIT License. See LICENSE.
Status
------.. image:: https://travis-ci.org/astropy/pyregion.svg?branch=master
:target: https://travis-ci.org/astropy/pyregion.. image:: https://coveralls.io/repos/astropy/pyregion/badge.svg?branch=master
:target: https://coveralls.io/r/astropy/pyregionNew regions package
-------------------See also the in-development ``regions`` package
at https://github.com/astropy/regions
a new astronomy package for regions based on Astropy.