RadialIntegration: Increase reporting precision
This commit is contained in:
@@ -88,8 +88,8 @@ int main(int argc, char **argv) {
|
||||
x.BeamX_pxl(1090).BeamY_pxl(1136).DetectorDistance_mm(75).PhotonEnergy_keV(WVL_1A_IN_KEV);
|
||||
std::vector<uint8_t> one_byte_mask(x.GetPixelsNum(), 1);
|
||||
|
||||
logger.Info("{:30s} {:8.1f} ms/image", "Radial int. pxlspl 1 (CPU)",
|
||||
logger.Info("{:30s} {:8.2f} ms/image", "Radial int. pxlspl 1 (CPU)",
|
||||
TestRadialIntegration(x, image_conv.data(), nimages, nthreads, 1));
|
||||
logger.Info("{:30s} {:8.1f} ms/image", "Radial int. pxlspl 2 (CPU)",
|
||||
logger.Info("{:30s} {:8.2f} ms/image", "Radial int. pxlspl 2 (CPU)",
|
||||
TestRadialIntegration(x, image_conv.data(), nimages, nthreads, 4));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user