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
7
#include "
../../../include/improc/imCenterCircleSym.hpp
"
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
*/
13
template
struct
mx::improc::imCenterCircleSym<double>
;
14
/** \endcond */
15
16
/** \defgroup imCenterCircleSym_unit_tests imCenterCircleSym Unit Tests
17
* \ingroup improc_unit_tests
18
*/
19
20
namespace
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
*/
28
TEST_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
TEST_CASE("Loading aoAtmosphere config settings", "[ao::analysis::aoAtmosphere]")
Verify parsing and validation of atmosphere configuration settings.
Definition
aoAtmosphere_test.cpp:23
imCenterCircleSym.hpp
A class to find PSF centers using circular symmetry.
mx::improc::imCenterCircleSym
Find the center of the image of a point source using circular symmetry of the PSF.
Definition
imCenterCircleSym.hpp:51
tests
include
improc
imCenterCircleSym_test.cpp
Generated on
for mxlib by
1.15.0