@@ -396,17 +396,17 @@ PETSIRDInfo::PETSIRDInfo(const petsird::Header& header, std::string scanner_geom
396396 float polygon_area
397397 = float (0 .5f * unique_angle_modules.size () * radius * radius * std::sin (2 .f * float (M_PI) / unique_angle_modules.size ()));
398398 info (format (" Circle area: {}, Polygon area: {}, pct {}" ,
399- expected_circle_area,
400- polygon_area,
401- std::abs (expected_circle_area - polygon_area) / expected_circle_area));
399+ expected_circle_area,
400+ polygon_area,
401+ std::abs (expected_circle_area - polygon_area) / expected_circle_area));
402402 // This is the NeuroLF ratio.
403403 forced_geometry = " BlocksOnCylindrical" ;
404404 if (std::abs (expected_circle_area - polygon_area) / expected_circle_area < 0 .02f || forced_geometry == " cylindrical" )
405405 {
406406 info (format (" PETSIRDInfo: The cylindrical area {} is more than 95% matching the polygon area {}. We will presume a "
407- " cylindrical configuration." ,
408- expected_circle_area,
409- polygon_area));
407+ " cylindrical configuration." ,
408+ expected_circle_area,
409+ polygon_area));
410410 stir_scanner_sptr.reset (
411411 new Scanner (Scanner::User_defined_scanner,
412412 std::string (" PETSIRD_defined_scanner" ),
@@ -598,8 +598,8 @@ PETSIRDInfo::PETSIRDInfo(const petsird::Header& header, std::string scanner_geom
598598 if (petsird_to_stir->size () != stir_to_petsird->size ())
599599 {
600600 info (format (" PETSIRDInfo: Map size mismatch! Forward size: {0}\n Reverse size: {1}" ,
601- petsird_to_stir->size (),
602- stir_to_petsird->size ()));
601+ petsird_to_stir->size (),
602+ stir_to_petsird->size ()));
603603
604604 error (" Forward and reverse maps differ in size" );
605605 }
0 commit comments