.clang-format
CHANGELOG.md
CMakeLists.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
pytest.ini
setup.cfg
setup.py
cmake/FindCPL.cmake
docs/Makefile
docs/conf.py
docs/genindex.rst
docs/index.rst
docs/reference.rst
docs/userguide.rst
docs/_static/pycpl-logo.ico
docs/_static/pycpl-logo.svg
docs/_static/pycpl-nature.css
docs/_templates/globaltoc.html
docs/_templates/localtoc.html
docs/api/core.rst
docs/api/dfs.rst
docs/api/drs.rst
docs/api/ui.rst
docs/changes/0.9.rst
docs/changes/1.0.1.rst
docs/changes/1.0.2.rst
docs/changes/1.0.3.rst
docs/changes/1.0.rst
docs/changes/releases.rst
docs/user/advanced.rst
docs/user/basics.rst
docs/user/installation.rst
docs/user/introduction.rst
docs/user/knownissues.rst
docs/user/references.rst
docs/user/support.rst
docs/user/examples/pycpl_recipe_basic_science.py
docs/user/examples/pycpl_recipe_basic_science_extensions.py
docs/user/examples/pycpl_recipe_hellouser.py
docs/user/examples/pycpl_recipe_helloworld.py
docs/user/images/raw_image.png
docs/user/images/result_image.png
docs/user/outputs/pycpl_astropy_hdulist.txt
docs/user/outputs/pyesorex_config_rcfile.txt
docs/user/outputs/pyesorex_output_gimasterbias.txt
docs/user/outputs/pyesorex_output_help.txt
docs/user/outputs/pyesorex_output_recipes.txt
pycpl.egg-info/PKG-INFO
pycpl.egg-info/SOURCES.txt
pycpl.egg-info/dependency_links.txt
pycpl.egg-info/not-zip-safe
pycpl.egg-info/requires.txt
pycpl.egg-info/top_level.txt
src/dump_handler.cpp
src/dump_handler.hpp
src/path_conversion.hpp
src/pycpl.cpp
src/cplcore/array.cpp
src/cplcore/array.hpp
src/cplcore/bivector.cpp
src/cplcore/bivector.hpp
src/cplcore/coords.cpp
src/cplcore/coords.hpp
src/cplcore/error.cpp
src/cplcore/error.hpp
src/cplcore/error_bindings.cpp
src/cplcore/error_bindings.hpp
src/cplcore/errorframe.cpp
src/cplcore/errorframe.hpp
src/cplcore/filter_bindings.cpp
src/cplcore/filter_bindings.hpp
src/cplcore/image.cpp
src/cplcore/image.hpp
src/cplcore/image_bindings.cpp
src/cplcore/image_bindings.hpp
src/cplcore/imagelist.cpp
src/cplcore/imagelist.hpp
src/cplcore/io_bindings.cpp
src/cplcore/io_bindings.hpp
src/cplcore/mask.cpp
src/cplcore/mask.hpp
src/cplcore/mask_bindings.cpp
src/cplcore/mask_bindings.hpp
src/cplcore/matrix.cpp
src/cplcore/matrix.hpp
src/cplcore/matrix_bindings.cpp
src/cplcore/matrix_bindings.hpp
src/cplcore/msg.cpp
src/cplcore/msg.hpp
src/cplcore/msg_bindings.cpp
src/cplcore/msg_bindings.hpp
src/cplcore/polynomial.cpp
src/cplcore/polynomial.hpp
src/cplcore/polynomial_bindings.cpp
src/cplcore/polynomial_bindings.hpp
src/cplcore/property.cpp
src/cplcore/property.hpp
src/cplcore/property_bindings.cpp
src/cplcore/property_bindings.hpp
src/cplcore/propertylist.cpp
src/cplcore/propertylist.hpp
src/cplcore/table.cpp
src/cplcore/table.hpp
src/cplcore/table_bindings.cpp
src/cplcore/table_bindings.hpp
src/cplcore/type_bindings.cpp
src/cplcore/type_bindings.hpp
src/cplcore/types.cpp
src/cplcore/types.hpp
src/cplcore/vector.cpp
src/cplcore/vector.hpp
src/cplcore/vector_bindings.cpp
src/cplcore/vector_bindings.hpp
src/cplcore/window_conversion.hpp
src/cpldfs/dfs.cpp
src/cpldfs/dfs.hpp
src/cpldfs/dfs_bindings.cpp
src/cpldfs/dfs_bindings.hpp
src/cpldrs/apertures.cpp
src/cpldrs/apertures.hpp
src/cpldrs/apertures_bindings.cpp
src/cpldrs/apertures_bindings.hpp
src/cpldrs/detector.cpp
src/cpldrs/detector.hpp
src/cpldrs/detector_bindings.cpp
src/cpldrs/detector_bindings.hpp
src/cpldrs/fft.cpp
src/cpldrs/fft.hpp
src/cpldrs/fft_bindings.cpp
src/cpldrs/fft_bindings.hpp
src/cpldrs/fit.cpp
src/cpldrs/fit.hpp
src/cpldrs/fit_bindings.cpp
src/cpldrs/fit_bindings.hpp
src/cpldrs/geom_img.cpp
src/cpldrs/geom_img.hpp
src/cpldrs/geom_img_bindings.cpp
src/cpldrs/geom_img_bindings.hpp
src/cpldrs/photom.cpp
src/cpldrs/photom.hpp
src/cpldrs/photom_bindings.cpp
src/cpldrs/photom_bindings.hpp
src/cpldrs/ppm.cpp
src/cpldrs/ppm.hpp
src/cpldrs/ppm_bindings.cpp
src/cpldrs/ppm_bindings.hpp
src/cpldrs/wcs.cpp
src/cpldrs/wcs.hpp
src/cpldrs/wcs_bindings.cpp
src/cpldrs/wcs_bindings.hpp
src/cpldrs/wlcalib.cpp
src/cpldrs/wlcalib.hpp
src/cpldrs/wlcalib_bindings.cpp
src/cpldrs/wlcalib_bindings.hpp
src/cplui/frame.cpp
src/cplui/frame.hpp
src/cplui/frame_bindings.cpp
src/cplui/frame_bindings.hpp
src/cplui/frameset.cpp
src/cplui/frameset.hpp
src/cplui/parameter.cpp
src/cplui/parameter.hpp
src/cplui/parameter_bindings.cpp
src/cplui/parameter_bindings.hpp
src/cplui/parameterlist.cpp
src/cplui/parameterlist.hpp
src/cplui/plugin.cpp
src/cplui/plugin.hpp
src/cplui/plugin_bindings.cpp
src/cplui/plugin_bindings.hpp
tests/__init__.py
tests/conftest.py
tests/test_regression.py
tests/test_validation.py
tests/cplcore/test_bivector.py
tests/cplcore/test_image.py
tests/cplcore/test_image_list.py
tests/cplcore/test_mask.fits
tests/cplcore/test_mask.py
tests/cplcore/test_matrix.py
tests/cplcore/test_matrix_ported.py
tests/cplcore/test_msg.py
tests/cplcore/test_polynomial.py
tests/cplcore/test_property.fits
tests/cplcore/test_property.py
tests/cplcore/test_property_list.py
tests/cplcore/test_table.py
tests/cplcore/test_vector.py
tests/cpldfs/test_dfs.py
tests/cpldrs/test_apertures.py
tests/cpldrs/test_detector.py
tests/cpldrs/test_fft.py
tests/cpldrs/test_fit.py
tests/cpldrs/test_geom_img.py
tests/cpldrs/test_photom.py
tests/cpldrs/test_ppm.py
tests/cpldrs/test_wcs.py
tests/cpldrs/test_wlcalib.py
tests/cpldrs/test_images/apertures_test_image.fits
tests/cpldrs/test_images/detector_test_image_double.fits
tests/cpldrs/test_images/detector_test_image_float.fits
tests/cpldrs/test_images/detector_test_image_int.fits
tests/cpldrs/test_images/geom_img_test_image.fits
tests/cplui/in.fits
tests/cplui/mock_input.sof
tests/cplui/mock_recipe.py
tests/cplui/test_frame.py
tests/cplui/test_parameter.py
tests/cplui/test_parameter_list.py
tests/cplui/test_recipe_param.py
tests/utilities/__init__.py
tests/utilities/regtests.py
tests/utilities/rex.py