Tools for reducing high contrast imaging observations.
cmake -S . -B _build
cmake --build _build -jBuild tests on demand with cmake --build _build --target tests, or configure
them for CTest with -DHCIREDUCE_BUILD_TESTS=ON. Generate the Doxygen site with
cmake --build _build --target docs.
The coverage target generates an instrumented test build and embeds its lcov
report in the Doxygen site when lcov and genhtml are installed.