|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
#include "../../catch2/catch.hpp"#include <Eigen/Dense>#include "../../../include/sigproc/zernike.hpp"Go to the source code of this file.
Functions | |
| SCENARIO ("testing noll_nm", "[sigproc::zernike]") | |
| SCENARIO ("testing zernikeQNorm", "[sigproc::zernike]") | |
| SCENARIO | ( | "testing noll_nm" | , |
| "" | [sigproc::zernike] | ||
| ) |
Scenario: testing noll_nm
Verify calculation of Noll nm values from j. Goes through each of the cases in Table 1 of [16]
Definition at line 18 of file zernike_test.cpp.
References mx::sigproc::noll_nm().
| SCENARIO | ( | "testing zernikeQNorm" | , |
| "" | [sigproc::zernike] | ||
| ) |
Scenario: testing zernikeQNorm Verify compilation and execution of zernikeQNorm. This does not validate the output.
Definition at line 271 of file zernike_test.cpp.
References mx::sigproc::zernikeQNorm().