.flake8
.gitattributes
.gitignore
.pre-commit-config.yaml
.pycodestyle
.readthedocs.yaml
CHANGES.rst
CITATION.cff
LICENSE.rst
README.rst
codecov.yml
pyproject.toml
tox.ini
./regions/_geometry/circle_overlap.pyx
./regions/_geometry/core.pyx
./regions/_geometry/ellipse_overlap.pyx
./regions/_geometry/polygon_contains.pyx
./regions/_geometry/polygon_overlap.pyx
./regions/_geometry/rectangle_overlap.pyx
.github/dependabot.yml
.github/workflows/ci_cron_daily.yml
.github/workflows/ci_cron_weekly.yml
.github/workflows/ci_test_predeps.yml
.github/workflows/ci_tests.yml
.github/workflows/codeql.yml
.github/workflows/publish.yml
.github/workflows/zizmor.yml
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/substitutions.txt
docs/_static/custom.css
docs/_static/regions_logo.ico
docs/_static/regions_logo_dark_path.svg
docs/_static/regions_logo_light_path.svg
docs/development/contributing.rst
docs/development/contributors.rst
docs/development/index.rst
docs/development/license.rst
docs/development/releasing.rst
docs/getting_started/citation.rst
docs/getting_started/examples.rst
docs/getting_started/index.rst
docs/getting_started/install.rst
docs/getting_started/overview.rst
docs/reference/index.rst
docs/release_notes/index.rst
docs/user_guide/compound.rst
docs/user_guide/contains.rst
docs/user_guide/ds9_io.rst
docs/user_guide/fits_io.rst
docs/user_guide/index.rst
docs/user_guide/masks.rst
docs/user_guide/metadata.rst
docs/user_guide/plotting.rst
docs/user_guide/region_io.rst
docs/user_guide/shapely.rst
docs/user_guide/shapes.rst
docs/user_guide/spherical_bounding_regions.rst
docs/user_guide/spherical_frame_transform.rst
regions/__init__.py
regions/_compiler.c
regions/conftest.py
regions/version.py
regions.egg-info/PKG-INFO
regions.egg-info/SOURCES.txt
regions.egg-info/dependency_links.txt
regions.egg-info/not-zip-safe
regions.egg-info/requires.txt
regions.egg-info/scm_file_list.json
regions.egg-info/scm_version.json
regions.egg-info/top_level.txt
regions/_geometry/README.md
regions/_geometry/__init__.py
regions/_geometry/circle_overlap.pyx
regions/_geometry/core.pxd
regions/_geometry/core.pyx
regions/_geometry/ellipse_overlap.pyx
regions/_geometry/polygon_contains.pxd
regions/_geometry/polygon_contains.pyx
regions/_geometry/polygon_overlap.pxd
regions/_geometry/polygon_overlap.pyx
regions/_geometry/rectangle_overlap.pyx
regions/_geometry/tests/__init__.py
regions/_geometry/tests/test_circle_overlap.py
regions/_geometry/tests/test_ellipse_overlap.py
regions/_geometry/tests/test_polygon_overlap.py
regions/_geometry/tests/test_rectangle_overlap.py
regions/_geometry/tests/test_thread_safety.py
regions/_utils/__init__.py
regions/_utils/examples.py
regions/_utils/optional_deps.py
regions/_utils/spherical_helpers.py
regions/_utils/wcs_helpers.py
regions/_utils/tests/__init__.py
regions/_utils/tests/conftest.py
regions/_utils/tests/test_examples.py
regions/_utils/tests/test_wcs_helpers.py
regions/core/__init__.py
regions/core/attributes.py
regions/core/bounding_box.py
regions/core/compound.py
regions/core/core.py
regions/core/mask.py
regions/core/metadata.py
regions/core/pixcoord.py
regions/core/regions.py
regions/core/registry.py
regions/core/tests/__init__.py
regions/core/tests/test_bounding_box.py
regions/core/tests/test_compound.py
regions/core/tests/test_mask.py
regions/core/tests/test_metadata.py
regions/core/tests/test_pixcoord.py
regions/core/tests/test_regions.py
regions/io/__init__.py
regions/io/crtf/__init__.py
regions/io/crtf/connect.py
regions/io/crtf/core.py
regions/io/crtf/io_core.py
regions/io/crtf/read.py
regions/io/crtf/write.py
regions/io/crtf/tests/__init__.py
regions/io/crtf/tests/test_casa_mask.py
regions/io/crtf/tests/test_crtf.py
regions/io/crtf/tests/test_io_core.py
regions/io/crtf/tests/data/CRTF_CARTA.crtf
regions/io/crtf/tests/data/CRTF_labelcolor.crtf
regions/io/crtf/tests/data/CRTF_labelcolor_output.crtf
regions/io/crtf/tests/data/CRTFgeneral.crtf
regions/io/crtf/tests/data/CRTFgeneraloutput.crtf
regions/io/crtf/tests/data/binary_mask.pkl
regions/io/crtf/tests/data/crtf_carta_sexagesimal.crtf
regions/io/ds9/__init__.py
regions/io/ds9/connect.py
regions/io/ds9/core.py
regions/io/ds9/meta.py
regions/io/ds9/read.py
regions/io/ds9/write.py
regions/io/ds9/tests/__init__.py
regions/io/ds9/tests/test_ds9.py
regions/io/ds9/tests/data/ds9.color.reg
regions/io/ds9/tests/data/ds9.color.spaces.reg
regions/io/ds9/tests/data/ds9.composite.reg
regions/io/ds9/tests/data/ds9.ecliptic.hms.reg
regions/io/ds9/tests/data/ds9.ecliptic.reg
regions/io/ds9/tests/data/ds9.fits.reg
regions/io/ds9/tests/data/ds9.fk4.hms.reg
regions/io/ds9/tests/data/ds9.fk4.reg
regions/io/ds9/tests/data/ds9.fk5.hms.reg
regions/io/ds9/tests/data/ds9.fk5.reg
regions/io/ds9/tests/data/ds9.galactic.hms.reg
regions/io/ds9/tests/data/ds9.galactic.reg
regions/io/ds9/tests/data/ds9.icrs.hms.reg
regions/io/ds9/tests/data/ds9.icrs.oneline.reg
regions/io/ds9/tests/data/ds9.icrs.reg
regions/io/ds9/tests/data/ds9.image.oneline.reg
regions/io/ds9/tests/data/ds9.image.reg
regions/io/ds9/tests/data/fk5_reference.reg
regions/io/ds9/tests/data/galactic_reference.reg
regions/io/ds9/tests/data/plot_image.reg
regions/io/fits/__init__.py
regions/io/fits/connect.py
regions/io/fits/core.py
regions/io/fits/read.py
regions/io/fits/write.py
regions/io/fits/tests/__init__.py
regions/io/fits/tests/test_fits.py
regions/io/fits/tests/data/regions_nowcs.fits
regions/io/fits/tests/data/regions_wcs.fits
regions/shapes/__init__.py
regions/shapes/annulus.py
regions/shapes/circle.py
regions/shapes/ellipse.py
regions/shapes/line.py
regions/shapes/lune.py
regions/shapes/point.py
regions/shapes/polygon.py
regions/shapes/range.py
regions/shapes/rectangle.py
regions/shapes/text.py
regions/shapes/whole_sky.py
regions/shapes/tests/__init__.py
regions/shapes/tests/setup_package.py
regions/shapes/tests/test_annulus.py
regions/shapes/tests/test_api.py
regions/shapes/tests/test_circle.py
regions/shapes/tests/test_common.py
regions/shapes/tests/test_ellipse.py
regions/shapes/tests/test_line.py
regions/shapes/tests/test_lune.py
regions/shapes/tests/test_masks.py
regions/shapes/tests/test_pixel_sky_conversions.py
regions/shapes/tests/test_point.py
regions/shapes/tests/test_polygon.py
regions/shapes/tests/test_range.py
regions/shapes/tests/test_rectangle.py
regions/shapes/tests/test_text.py
regions/shapes/tests/test_to_polygon.py
regions/shapes/tests/test_whole_sky.py
regions/shapes/tests/data/example_header.fits
regions/shapes/tests/reference/test_to_mask_circ-mode_center.txt
regions/shapes/tests/reference/test_to_mask_circ-mode_exact.txt
regions/shapes/tests/reference/test_to_mask_circ-mode_subpixels-subpixels_1.txt
regions/shapes/tests/reference/test_to_mask_circ-mode_subpixels-subpixels_18.txt
regions/shapes/tests/reference/test_to_mask_circ-mode_subpixels-subpixels_5.txt
regions/shapes/tests/reference/test_to_mask_elli-mode_center.txt
regions/shapes/tests/reference/test_to_mask_elli-mode_exact.txt
regions/shapes/tests/reference/test_to_mask_elli-mode_subpixels-subpixels_1.txt
regions/shapes/tests/reference/test_to_mask_elli-mode_subpixels-subpixels_18.txt
regions/shapes/tests/reference/test_to_mask_elli-mode_subpixels-subpixels_5.txt
regions/shapes/tests/reference/test_to_mask_poly-mode_center.txt
regions/shapes/tests/reference/test_to_mask_poly-mode_subpixels-subpixels_1.txt
regions/shapes/tests/reference/test_to_mask_poly-mode_subpixels-subpixels_18.txt
regions/shapes/tests/reference/test_to_mask_poly-mode_subpixels-subpixels_5.txt
regions/shapes/tests/reference/test_to_mask_rect-mode_center.txt
regions/shapes/tests/reference/test_to_mask_rect-mode_subpixels-subpixels_1.txt
regions/shapes/tests/reference/test_to_mask_rect-mode_subpixels-subpixels_18.txt
regions/shapes/tests/reference/test_to_mask_rect-mode_subpixels-subpixels_5.txt
regions/tests/__init__.py
regions/tests/helpers.py
scripts/pin_minimum_requirements.py