mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
imCenterCircleSym_test.cpp
Go to the documentation of this file.
1/** \file imCenterCircleSym_test.cpp
2 * \brief Placeholder tests for the imCenterCircleSym production API.
3 */
4
5#include "../../catch2/catch.hpp"
6
8
9/** \cond
10 * Explicit instantiation compile-checks the representative double-precision center finder and emits its
11 * header-defined methods for coverage accounting in this test translation unit.
12 */
14/** \endcond */
15
16/** \defgroup imCenterCircleSym_unit_tests imCenterCircleSym Unit Tests
17 * \ingroup improc_unit_tests
18 */
19
20namespace unitTest::placeholder::improc_imCenterCircleSym_test
21{
22
23/** \brief Records pending behavioral verification of the imCenterCircleSym production API.
24 *
25 * \ingroup imCenterCircleSym_unit_tests
26 * \todo Add behavioral assertions for the production API declared in \c include/improc/imCenterCircleSym.hpp.
27 */
28TEST_CASE( "imCenterCircleSym production API placeholder", "[improc::imCenterCircleSym][placeholder]" )
29{
30 SUCCEED( "Behavioral API assertions are pending." );
31}
32
33} // namespace unitTest::placeholder::improc_imCenterCircleSym_test
TEST_CASE("Loading aoAtmosphere config settings", "[ao::analysis::aoAtmosphere]")
Verify parsing and validation of atmosphere configuration settings.
A class to find PSF centers using circular symmetry.
Find the center of the image of a point source using circular symmetry of the PSF.