PixelMask: Precalculate raw maskto avoid copying it in the later code
This commit is contained in:
@@ -1251,7 +1251,7 @@ TEST_CASE("JFJochIntegrationTest_ZMQ_ROI", "[JFJochReceiver]") {
|
||||
ConvertedToRawGeometry(experiment, image_raw_geom.data(), image_conv.data());
|
||||
logger.Info("Loaded image");
|
||||
|
||||
auto mask = pixel_mask.GetMaskRaw(experiment);
|
||||
auto &mask = pixel_mask.GetMaskRaw();
|
||||
|
||||
uint64_t sat_pixels = 0;
|
||||
uint64_t err_pixels = 0;
|
||||
|
||||
Reference in New Issue
Block a user