.codacy.yml
.gitignore
.pep8speaks.yml
.readthedocs.yml
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
.github/workflows/build-n-publish.yml
.github/workflows/codeql.yml
.github/workflows/unit-tests.yml
astropop/__init__.py
astropop/_astropy_init.py
astropop/_unit_property.py
astropop/file_collection.py
astropop/fits_utils.py
astropop/logger.py
astropop/pipelines.py
astropop/py_utils.py
astropop/testing.py
astropop/version.py
astropop.egg-info/PKG-INFO
astropop.egg-info/SOURCES.txt
astropop.egg-info/dependency_links.txt
astropop.egg-info/not-zip-safe
astropop.egg-info/requires.txt
astropop.egg-info/top_level.txt
astropop/astrometry/__init__.py
astropop/astrometry/astrometrynet.py
astropop/astrometry/coords_utils.py
astropop/astrometry/manual_wcs.py
astropop/catalogs/__init__.py
astropop/catalogs/_online_tools.py
astropop/catalogs/base_catalog.py
astropop/catalogs/local.py
astropop/catalogs/simbad.py
astropop/catalogs/utils.py
astropop/catalogs/vizier.py
astropop/framedata/__init__.py
astropop/framedata/compat.py
astropop/framedata/framedata.py
astropop/framedata/memmap.py
astropop/framedata/util.py
astropop/image/__init__.py
astropop/image/imarith.py
astropop/image/imcombine.py
astropop/image/processing.py
astropop/image/register.py
astropop/math/__init__.py
astropop/math/_deriv.py
astropop/math/array.py
astropop/math/gaussian.py
astropop/math/hasher.py
astropop/math/moffat.py
astropop/math/physical.py
astropop/photometry/__init__.py
astropop/photometry/_utils.py
astropop/photometry/aperture.py
astropop/photometry/detection.py
astropop/photometry/solve_photometry.py
astropop/polarimetry/__init__.py
astropop/polarimetry/dualbeam.py
docs/Makefile
docs/api.rst
docs/astrometry.rst
docs/catalogs.rst
docs/ccdprocessing.rst
docs/conf.py
docs/files.rst
docs/fits_utils.rst
docs/framedata.rst
docs/imarith.rst
docs/index.rst
docs/logger.rst
docs/make.bat
docs/memmap.rst
docs/photometry.rst
docs/physical.rst
docs/pipelines.rst
docs/polarimetry.rst
docs/py_utils.rst
docs/references.txt
docs/registering.rst
docs/testing.rst
docs/_templates/autosummary/base.rst
docs/_templates/autosummary/class.rst
docs/_templates/autosummary/exception.rst
docs/_templates/autosummary/function.rst
docs/_templates/autosummary/module.rst
docs/dev/pixel_convention.rst
docs/ipynb/diy_reduction_script.ipynb
licenses/LICENSE.rst
licenses/TEMPLATE_LICENCE.rst
scripts/fitsheader_set
tests/__init__.py
tests/conftest.py
tests/test_aperture.py
tests/test_astrometry.py
tests/test_catalog_local.py
tests/test_catalog_online.py
tests/test_ccdprocessing.py
tests/test_detection.py
tests/test_filemanager.py
tests/test_framedata.py
tests/test_framedata_compat.py
tests/test_imarith.py
tests/test_imarith2.py
tests/test_imcombine.py
tests/test_logger.py
tests/test_math.py
tests/test_memmap.py
tests/test_physical.py
tests/test_physical_numpyfuncs.py
tests/test_pipeline.py
tests/test_pyutils.py
tests/test_register.py
tests/test_testing.py
tests/test_unit_property.py