|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
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. | |
| 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().
| 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().