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