COPYRIGHT
LICENSE
README.rst
pyproject.toml
setup.cfg
python/lsst/__init__.py
python/lsst/images/__init__.py
python/lsst/images/_color_image.py
python/lsst/images/_concrete_bounds.py
python/lsst/images/_generalized_image.py
python/lsst/images/_geom.py
python/lsst/images/_image.py
python/lsst/images/_mask.py
python/lsst/images/_masked_image.py
python/lsst/images/_observation_summary_stats.py
python/lsst/images/_visit_image.py
python/lsst/images/aperture_corrections.py
python/lsst/images/py.typed
python/lsst/images/utils.py
python/lsst/images/version.py
python/lsst/images/_transforms/__init__.py
python/lsst/images/_transforms/_ast.py
python/lsst/images/_transforms/_camera_frame_set.py
python/lsst/images/_transforms/_frame_set.py
python/lsst/images/_transforms/_frames.py
python/lsst/images/_transforms/_projection.py
python/lsst/images/_transforms/_transform.py
python/lsst/images/fields/__init__.py
python/lsst/images/fields/_base.py
python/lsst/images/fields/_chebyshev.py
python/lsst/images/fields/_concrete.py
python/lsst/images/fields/_product.py
python/lsst/images/fields/_spline.py
python/lsst/images/fields/_sum.py
python/lsst/images/fits/__init__.py
python/lsst/images/fits/_common.py
python/lsst/images/fits/_input_archive.py
python/lsst/images/fits/_output_archive.py
python/lsst/images/fits/formatters.py
python/lsst/images/json/__init__.py
python/lsst/images/json/_input_archive.py
python/lsst/images/json/_output_archive.py
python/lsst/images/json/formatters.py
python/lsst/images/psfs/__init__.py
python/lsst/images/psfs/_base.py
python/lsst/images/psfs/_gaussian.py
python/lsst/images/psfs/_legacy.py
python/lsst/images/psfs/_piff.py
python/lsst/images/serialization/__init__.py
python/lsst/images/serialization/_asdf_utils.py
python/lsst/images/serialization/_common.py
python/lsst/images/serialization/_dtypes.py
python/lsst/images/serialization/_input_archive.py
python/lsst/images/serialization/_output_archive.py
python/lsst/images/serialization/_tables.py
python/lsst/images/tests/__init__.py
python/lsst/images/tests/_checks.py
python/lsst/images/tests/_creation.py
python/lsst/images/tests/_data_ids.py
python/lsst/images/tests/_roundtrip.py
python/lsst/images/tests/extract_legacy_test_data.py
python/lsst_images.egg-info/PKG-INFO
python/lsst_images.egg-info/SOURCES.txt
python/lsst_images.egg-info/dependency_links.txt
python/lsst_images.egg-info/requires.txt
python/lsst_images.egg-info/top_level.txt
python/lsst_images.egg-info/zip-safe
tests/test_color_image.py
tests/test_fields.py
tests/test_geom.py
tests/test_image.py
tests/test_legacy.py
tests/test_mask.py
tests/test_masked_image.py
tests/test_psfs.py
tests/test_transforms.py
tests/test_utils.py
tests/test_visit_image.py