Skip to content

Commit 71c4c81

Browse files
committed
Merge branch 'feature/hhausner_wiremod_xxw-gputnam' of github.com:SBNSoftware/sbncode into feature/recaf-prod-updates
2 parents 3cf3ce9 + 15a8825 commit 71c4c81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sbncode/WireMod/Utility/WireModUtility.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ void sys::WireModUtility::ModifyROI(std::vector<float> & roi_data,
711711
} else if (q_orig < 0.01) { // check that this is a sane limit
712712
if (verbose) std::cout << "WARNING: obtained q_orig < 0.01 ... setting scale to 1" << std::endl;
713713
scale_ratio = 1.0;
714-
} else if (sigma_distance > 3.) {
714+
} else if (sigma_distance > 9.) {
715715
if (verbose) std::cout << "WARNING: sigma_distance > 3.. setting scale to 1" << std::endl;
716716
scale_ratio = 1.0;
717717
} else {

0 commit comments

Comments
 (0)