RadialIntegrationProfile: Extra routines to handle GPU/CPU/FPGA workflows in more versatile way

This commit is contained in:
2023-10-21 17:14:17 +02:00
parent a7706546b7
commit b4ab3087f1
13 changed files with 144 additions and 77 deletions

View File

@@ -230,7 +230,6 @@ TEST_CASE("HDF5Writer_Rad_Int_Profile", "[HDF5][Full]") {
x.QSpacingForRadialInt_recipA(0.1).LowQForRadialInt_recipA(0.1).HighQForRadialInt_recipA(4);
RadialIntegrationMapping mapping(x);
RadialIntegrationProfile profile(mapping, x);
std::vector<float> rad_int_profile(mapping.GetBinNumber(), 4.0);
std::vector<float> rad_int_avg(mapping.GetBinNumber(), 0.33);