Skip to content

Commit

Permalink
update recobundle parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
skoudoro committed Aug 7, 2023
1 parent e842aec commit 8e902f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantconn/process.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def process_data(nifti_fname, bval_fname, bvec_fname, t1_fname, output_path,
# for reduction_thr, pruning_thr in attempts:
recognized_bundle, model_labels = rb.recognize(
model_bundle=model_bundle.streamlines, model_clust_thr=0.1,
reduction_thr=20, pruning_thr=10,
reduction_thr=18, pruning_thr=8,
reduction_distance='mdf', pruning_distance='mdf', slr=True)

# if len(recognized_bundle):
Expand Down

0 comments on commit 8e902f9

Please sign in to comment.