.codacy.yml
.gitignore
.readthedocs.yml
MANIFEST.in
README.rst
codecov.yml
pyproject.toml
setup.py
tox.ini
.github/workflows/build-n-publish.yml
.github/workflows/ci_devdeps.yml
.github/workflows/ci_workflows.yml
.github/workflows/code_quality_analysis.yml
astropop/__init__.py
astropop/_unit_property.py
astropop/file_collection.py
astropop/fits_utils.py
astropop/flags.py
astropop/logger.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/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/_sources_catalog.py
astropop/catalogs/gaia.py
astropop/catalogs/simbad.py
astropop/catalogs/vizier.py
astropop/catalogs/vizier_catalogs/allwise.yml
astropop/catalogs/vizier_catalogs/apass9.yml
astropop/catalogs/vizier_catalogs/denis.yml
astropop/catalogs/vizier_catalogs/gsc242.yml
astropop/catalogs/vizier_catalogs/hip.yml
astropop/catalogs/vizier_catalogs/skymapper.yml
astropop/catalogs/vizier_catalogs/twomass.yml
astropop/catalogs/vizier_catalogs/tycho2.yml
astropop/catalogs/vizier_catalogs/ucac4.yml
astropop/catalogs/vizier_catalogs/ucac5.yml
astropop/catalogs/vizier_catalogs/vsx.yml
astropop/catalogs/vizier_catalogs/wise.yml
astropop/framedata/__init__.py
astropop/framedata/_compat.py
astropop/framedata/_memmap.py
astropop/framedata/cache_manager.py
astropop/framedata/framedata.py
astropop/framedata/util.py
astropop/image/__init__.py
astropop/image/_tools.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/hasher.py
astropop/math/models.py
astropop/math/physical.py
astropop/photometry/__init__.py
astropop/photometry/aperture.py
astropop/photometry/background.py
astropop/photometry/detection.py
astropop/polarimetry/__init__.py
docs/Makefile
docs/conf.py
docs/data_structures.rst
docs/index.rst
docs/make.bat
docs/reducing.rst
docs/references.txt
docs/tools.rst
docs/user_guide.rst
docs/_static/le2pol.jpeg
docs/data_structures/framedata.rst
docs/data_structures/physical.rst
docs/dev/pixel_convention.rst
docs/ipynb/astrometry_example.ipynb
docs/ipynb/diy_reduction_script.ipynb
docs/ipynb/online_catalogs.ipynb
docs/reduction/astrometry.rst
docs/reduction/ccdprocessing.rst
docs/reduction/imarith.rst
docs/reduction/photometry.rst
docs/reduction/pipelines.rst
docs/reduction/polarimetry.rst
docs/reduction/registering.rst
docs/tools/catalogs.rst
docs/tools/files.rst
docs/tools/fits_utils.rst
docs/tools/logger.rst
docs/tools/py_utils.rst
docs/tools/testing.rst
docs/tools/catalog/gaia.rst
docs/tools/catalog/simbad.rst
docs/tools/catalog/vizier.rst
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_catalogs.py
tests/test_catalogs_online.py
tests/test_detection.py
tests/test_filecollection.py
tests/test_fits_utils.py
tests/test_flags.py
tests/test_framedata.py
tests/test_framedata_cachemanager.py
tests/test_framedata_compat.py
tests/test_framedata_getset.py
tests/test_framedata_io.py
tests/test_framedata_memmap.py
tests/test_framedata_meta.py
tests/test_framedata_tools.py
tests/test_framedata_utils.py
tests/test_image_imarith.py
tests/test_image_imcombine.py
tests/test_image_mergers.py
tests/test_image_processing.py
tests/test_image_register.py
tests/test_logger.py
tests/test_math.py
tests/test_math_models.py
tests/test_physical.py
tests/test_physical_numpyfuncs.py
tests/test_polarimetry.py
tests/test_pyutils.py
tests/test_testing.py
tests/test_unit_property.py