.coveragerc
.gitignore
CODE_OF_CONDUCT.md
LICENSE
MANIFEST.in
README.md
azure-pipelines.yml
get_waf.py
pyproject.toml
setup.cfg
setup.py
wscript
doc/Makefile
doc/source/api.rst
doc/source/conf.py
doc/source/index.rst
include/immatch/geomap.h
include/immatch/xyxymatch.h
include/immatch/lib/match_util.h
include/immatch/lib/tolerance.h
include/immatch/lib/triangles.h
include/lib/error.h
include/lib/lintransform.h
include/lib/polynomial.h
include/lib/util.h
include/lib/xybbox.h
include/lib/xycoincide.h
include/lib/xysort.h
include/surface/cholesky.h
include/surface/fit.h
include/surface/surface.h
include/surface/vector.h
src/wscript
src/immatch/geomap.c
src/immatch/xyxymatch.c
src/immatch/lib/tolerance.c
src/immatch/lib/triangles.c
src/immatch/lib/triangles_vote.c
src/lib/error.c
src/lib/lintransform.c
src/lib/polynomial.c
src/lib/util.c
src/lib/xybbox.c
src/lib/xycoincide.c
src/lib/xysort.c
src/surface/cholesky.c
src/surface/fit.c
src/surface/surface.c
src/surface/vector.c
src/wrap/stimage_module.c
src/wrap/wrap_util.c
src/wrap/wrap_util.h
src/wrap/immatch/py_geomap.c
src/wrap/immatch/py_xyxymatch.c
stsci/__init__.py
stsci.stimage.egg-info/PKG-INFO
stsci.stimage.egg-info/SOURCES.txt
stsci.stimage.egg-info/dependency_links.txt
stsci.stimage.egg-info/namespace_packages.txt
stsci.stimage.egg-info/requires.txt
stsci.stimage.egg-info/top_level.txt
stsci/stimage/__init__.py
stsci/stimage/tests/__init__.py
stsci/stimage/tests/test_geomap.py
stsci/stimage/tests/test_xyxymatch.py
test_c/test_c.py
test_c/test_cholesky.c
test_c/test_geomap.c
test_c/test_lintransform.c
test_c/test_surface.c
test_c/test_triangles.c
test_c/test_xycoincide.c
test_c/test_xysort.c
test_c/test_xyxymatch.c
test_c/test_xyxymatch_triangles.c
test_c/wscript