Skip to content

Commit

Permalink
update to minimal cutoff value in estimate_roc (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
McHaillet authored Nov 13, 2023
1 parent 956644f commit 4ff6106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/pytom_estimate_roc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit 4ff6106

Please sign in to comment.