From bbdf9e0dc43dfa2e87b326e35a3c8c0fbec25c53 Mon Sep 17 00:00:00 2001 From: Marten <58044494+McHaillet@users.noreply.github.com> Date: Mon, 13 Nov 2023 14:09:32 +0100 Subject: [PATCH] update to minimal cutoff value in estimate_roc --- src/bin/pytom_estimate_roc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pytom_estimate_roc.py b/src/bin/pytom_estimate_roc.py index 1ba7d8ff..d7ec6f1f 100644 --- a/src/bin/pytom_estimate_roc.py +++ b/src/bin/pytom_estimate_roc.py @@ -385,7 +385,7 @@ def main(): template_matching_job, args.radius_px, args.number_of_particles, - cut_off=-1. + cut_off=0 ) score_volume = read_mrc(template_matching_job.output_dir.joinpath(f'{template_matching_job.tomo_id}_scores.mrc'))