mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
FFT Image Cross-Correlation Unit Tests

Functions

 TEST_CASE ("Image cross-correlation with FFT using center of light", "[improc::imageXCorrFFT]")
 TEST_CASE ("Image cross-correlation with FFT using magnification peak finding", "[improc::imageXCorrFFT]")
 TEST_CASE ("Image cross-correlation with FFT using Gaussian peak fit", "[improc::imageXCorrFFT]")
 Verify imageXCorrFFT displacement recovery with Gaussian peak fitting.

Function Documentation

◆ TEST_CASE() [1/3]

TEST_CASE ( "Image cross-correlation with FFT using center of light" ,
"" [improc::imageXCorrFFT] )

centroiding Gaussians with center of light

Verify center of light calculation

Definition at line 30 of file imageXCorrFFT_test.cpp.

References mx::math::func::gaussian2D(), mx::improc::imageXCorrFFT< _realImageT >::maxLag(), and mx::improc::imageXCorrFFT< _realImageT >::refIm().

◆ TEST_CASE() [2/3]

TEST_CASE ( "Image cross-correlation with FFT using Gaussian peak fit" ,
"" [improc::imageXCorrFFT] )

Verify imageXCorrFFT displacement recovery with Gaussian peak fitting.

Definition at line 361 of file imageXCorrFFT_test.cpp.

References mx::math::func::gaussian2D(), mx::improc::imageXCorrFFT< _realImageT >::maxLag(), and mx::improc::imageXCorrFFT< _realImageT >::refIm().

◆ TEST_CASE() [3/3]

TEST_CASE ( "Image cross-correlation with FFT using magnification peak finding" ,
"" [improc::imageXCorrFFT] )