mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [
git repo
]
Loading...
Searching...
No Matches
autocorrelation_test.cpp
Go to the documentation of this file.
1
/** \file autocorrelation_test.cpp
2
* \brief Placeholder tests for APIs declared in include/sigproc/autocorrelation.hpp.
3
*/
4
#include "../../catch2/catch.hpp"
5
6
#include "
../../../include/sigproc/autocorrelation.hpp
"
7
8
/** \cond */
9
/// Compile the PSD-to-autocorrelation functor for a representative scalar type.
10
template
struct
mx::sigproc::autocorrelationFromPSD<double>
;
11
/** \endcond */
12
13
/** \defgroup autocorrelation_unit_tests autocorrelation Unit Tests
14
* \ingroup sigproc_unit_tests
15
*/
16
17
namespace
unitTest::placeholder::sigproc_autocorrelation_test
18
{
19
20
/** \brief Verifies that APIs declared in include/sigproc/autocorrelation.hpp remain available to the unit-test target.
21
*
22
* \ingroup autocorrelation_unit_tests
23
* \todo Add behavioral assertions for the APIs declared in include/sigproc/autocorrelation.hpp.
24
*/
25
TEST_CASE
(
"autocorrelation API has a test placeholder"
,
"[sigproc::autocorrelation][placeholder]"
)
26
{
27
SUCCEED(
"autocorrelation behavioral assertions are pending."
);
28
}
29
30
}
// namespace unitTest::placeholder::sigproc_autocorrelation_test
autocorrelation.hpp
Tools for working with autocorrelations.
TEST_CASE
TEST_CASE("Loading aoAtmosphere config settings", "[ao::analysis::aoAtmosphere]")
Verify parsing and validation of atmosphere configuration settings.
Definition
aoAtmosphere_test.cpp:23
mx::sigproc::autocorrelationFromPSD
Functor for calculating the autocorrelation given a PSD.
Definition
autocorrelation.hpp:104
tests
include
sigproc
autocorrelation_test.cpp
Generated on
for mxlib by
1.15.0