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
7
#include "
../../../include/improc/sourceFinder.hpp
"
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
*/
13
template
class
mx::improc::sourceFinder<double>
;
14
/** \endcond */
15
16
/** \defgroup sourceFinder_unit_tests sourceFinder Unit Tests
17
* \ingroup improc_unit_tests
18
*/
19
20
namespace
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
*/
28
TEST_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
mx::improc::sourceFinder
Find stars in an image by SNR thresholding.
Definition
sourceFinder.hpp:45
TEST_CASE
TEST_CASE("Loading aoAtmosphere config settings", "[ao::analysis::aoAtmosphere]")
Verify parsing and validation of atmosphere configuration settings.
Definition
aoAtmosphere_test.cpp:23
sourceFinder.hpp
Declares and defines a class for finding sources in images.
tests
include
improc
sourceFinder_test.cpp
Generated on
for mxlib by
1.15.0