pyregion 2.3.0


pip install pyregion

  Latest version

Released: Oct 04, 2024


Meta
Author: Jae-Joon Lee
Requires Python: >=3.10

Classifiers

Programming Language
  • Python :: 3 :: Only
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12

Topic
  • Scientific/Engineering :: Astronomy

pyregion is a python module to parse ds9 region files. It also supports ciao region files.

Installation: 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

https://travis-ci.org/astropy/pyregion.svg?branch=master https://coveralls.io/repos/astropy/pyregion/badge.svg?branch=master

New regions package

See also the in-development regions package at https://github.com/astropy/regions a new astronomy package for regions based on Astropy.

Extras:
Dependencies:
astropy (>=5)
numpy (>=1.23)
pyparsing (>=2)