ifw-odp
2.0.0-alpha
|
#include <iostream>
#include <vector>
#include <gtest/gtest.h>
#include <gmock/gmock.h>
#include "cppcpl/matrix.hpp"
#include "cppcpl/recipe.hpp"
Macros | |
#define | STRINGIZE2(x) #x |
#define | STRINGIZE(x) STRINGIZE2(x) |
Functions | |
TEST (TestRecipe, CrossCorrelation) | |
TEST (TestRecipe, CenterGauss) | |
TEST (TestRecipe, CenterMoment) | |
TEST (TestRecipe, MultiCenterGauss) | |
TEST (TestRecipe, Iqe) | |
TEST (TestRecipe, EstimateBackground) | |
TEST (TestRecipe, Barycenter) | |
TEST (TestRecipe, EstimateFwhm) | |
TEST (TestRecipe, DetectCircularApertures) | |
TEST (TestRecipe, GetRngPoisson2d) | |
TEST (TestRecipe, GetSlitPos) | |
Variables | |
std::string const | TEST_IMG1 = std::string(WAF_MODULE_PATH) + "/test/res/spectro_rot0.fits" |
std::string const | TEST_IMG2 = std::string(WAF_MODULE_PATH) + "/test/res/spectro_rot60.fits" |
std::string const | TEST_IMG3 = std::string(WAF_MODULE_PATH) + "/test/res/spectratilt.fits" |
std::string const | TEST_IMG4 = std::string(WAF_MODULE_PATH) + "/test/res/rect_aper.fits" |
std::string const | TEST_IMG5 = std::string(WAF_MODULE_PATH) + "/test/res/circ_aper.fits" |
std::string const | TEST_IMG6 = std::string(WAF_MODULE_PATH) + "/test/res/barycentre.fits" |
std::string const | TEST_IMG7 = std::string(WAF_MODULE_PATH) + "/test/res/tts_image.fits" |
#define STRINGIZE | ( | x | ) | STRINGIZE2(x) |
#define STRINGIZE2 | ( | x | ) | #x |
TEST | ( | TestRecipe | , |
CrossCorrelation | |||
) |
TEST | ( | TestRecipe | , |
CenterGauss | |||
) |
TEST | ( | TestRecipe | , |
CenterMoment | |||
) |
TEST | ( | TestRecipe | , |
MultiCenterGauss | |||
) |
TEST | ( | TestRecipe | , |
Iqe | |||
) |
TEST | ( | TestRecipe | , |
EstimateBackground | |||
) |
TEST | ( | TestRecipe | , |
Barycenter | |||
) |
TEST | ( | TestRecipe | , |
EstimateFwhm | |||
) |
TEST | ( | TestRecipe | , |
DetectCircularApertures | |||
) |
TEST | ( | TestRecipe | , |
GetRngPoisson2d | |||
) |
TEST | ( | TestRecipe | , |
GetSlitPos | |||
) |
std::string const TEST_IMG1 = std::string(WAF_MODULE_PATH) + "/test/res/spectro_rot0.fits" |
std::string const TEST_IMG2 = std::string(WAF_MODULE_PATH) + "/test/res/spectro_rot60.fits" |
std::string const TEST_IMG3 = std::string(WAF_MODULE_PATH) + "/test/res/spectratilt.fits" |
std::string const TEST_IMG4 = std::string(WAF_MODULE_PATH) + "/test/res/rect_aper.fits" |
std::string const TEST_IMG5 = std::string(WAF_MODULE_PATH) + "/test/res/circ_aper.fits" |
std::string const TEST_IMG6 = std::string(WAF_MODULE_PATH) + "/test/res/barycentre.fits" |
std::string const TEST_IMG7 = std::string(WAF_MODULE_PATH) + "/test/res/tts_image.fits" |