COPYRIGHT
LICENSE
README.rst
pyproject.toml
setup.cfg
python/lsst/__init__.py
python/lsst/images/__init__.py
python/lsst/images/__main__.py
python/lsst/images/_backgrounds.py
python/lsst/images/_cell_grid.py
python/lsst/images/_color_image.py
python/lsst/images/_concrete_bounds.py
python/lsst/images/_difference_image.py
python/lsst/images/_generalized_image.py
python/lsst/images/_geom.py
python/lsst/images/_image.py
python/lsst/images/_intersection_bounds.py
python/lsst/images/_mask.py
python/lsst/images/_masked_image.py
python/lsst/images/_observation_summary_stats.py
python/lsst/images/_polygon.py
python/lsst/images/_visit_image.py
python/lsst/images/aperture_corrections.py
python/lsst/images/cameras.py
python/lsst/images/formatters.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/_sky_projection.py
python/lsst/images/_transforms/_transform.py
python/lsst/images/cells/__init__.py
python/lsst/images/cells/_aperture_corrections.py
python/lsst/images/cells/_coadd.py
python/lsst/images/cells/_provenance.py
python/lsst/images/cells/_psf.py
python/lsst/images/cli/__init__.py
python/lsst/images/cli/_convert.py
python/lsst/images/cli/_inspect.py
python/lsst/images/cli/_main.py
python/lsst/images/cli/_minify.py
python/lsst/images/cli/_reformat.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/json/__init__.py
python/lsst/images/json/_input_archive.py
python/lsst/images/json/_output_archive.py
python/lsst/images/ndf/__init__.py
python/lsst/images/ndf/_common.py
python/lsst/images/ndf/_hds.py
python/lsst/images/ndf/_input_archive.py
python/lsst/images/ndf/_model.py
python/lsst/images/ndf/_output_archive.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/_backends.py
python/lsst/images/serialization/_common.py
python/lsst/images/serialization/_dtypes.py
python/lsst/images/serialization/_input_archive.py
python/lsst/images/serialization/_io.py
python/lsst/images/serialization/_output_archive.py
python/lsst/images/serialization/_reader.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/_minify_for_fixtures.py
python/lsst/images/tests/_roundtrip.py
python/lsst/images/tests/extract_legacy_test_data.py
python/lsst/images/tests/verify_rewrite.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/entry_points.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_cameras.py
tests/test_cell_coadd.py
tests/test_cli.py
tests/test_color_image.py
tests/test_fields.py
tests/test_fits_format_version.py
tests/test_fits_output_archive.py
tests/test_geom.py
tests/test_image.py
tests/test_json_schema.py
tests/test_legacy.py
tests/test_mask.py
tests/test_masked_image.py
tests/test_ndf_common.py
tests/test_ndf_format_version.py
tests/test_ndf_hds.py
tests/test_ndf_input_archive.py
tests/test_ndf_layout.py
tests/test_ndf_model.py
tests/test_ndf_output_archive.py
tests/test_ndf_starlink_ingest.py
tests/test_polygon.py
tests/test_psfs.py
tests/test_schema_v1_fixtures.py
tests/test_schema_v1_legacy_fixtures.py
tests/test_schema_versioning.py
tests/test_serialization_backends.py
tests/test_serialization_basic_info.py
tests/test_serialization_io.py
tests/test_serialization_reader.py
tests/test_serialization_registry.py
tests/test_transforms.py
tests/test_utils.py
tests/test_visit_image.py