mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
Vector Utilities Unit Tests

Functions

 unitTest::improcTest::imageFiltersTest::TEST_CASE ("vectorSmoothMedian honors exact even full widths", "[math::vectorSmoothMedian]")
 Verify that vectorSmoothMedian uses no more than the configured even width.
 unitTest::math_vectorUtils_test::TEST_CASE ("vectorVariance computes sample variance", "[math::vectorUtils::vectorVariance]")
 Verifies the sample-variance overload used by HCI time-series normalization.

Function Documentation

◆ TEST_CASE() [1/2]

unitTest::improcTest::imageFiltersTest::TEST_CASE ( "vectorSmoothMedian honors exact even full widths" ,
"" [math::vectorSmoothMedian] )

Verify that vectorSmoothMedian uses no more than the configured even width.

Exercises mx::math::vectorSmoothMedian at interior and truncated edge locations.

Definition at line 684 of file imageFilters_test.cpp.

References mx::math::vectorSmoothMedian().

◆ TEST_CASE() [2/2]

unitTest::math_vectorUtils_test::TEST_CASE ( "vectorVariance computes sample variance" ,
"" [math::vectorUtils::vectorVariance] )

Verifies the sample-variance overload used by HCI time-series normalization.

Definition at line 17 of file vectorUtils_test.cpp.

References mx::math::vectorVariance().