Skip to content

Commit

Permalink
PEP8 in example.
Browse files Browse the repository at this point in the history
  • Loading branch information
arokem committed Jan 7, 2019
1 parent 1c75e04 commit 9577808
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions doc/examples/bundle_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@
rb = RecoBundles(moved, verbose=True)

recognized_af_l, af_l_labels = rb.recognize(model_bundle=model_af_l,
model_clust_thr=5.,
reduction_thr=10,
reduction_distance='mam',
slr=True,
slr_metric='asymmetric',
pruning_distance='mam')
model_clust_thr=5.,
reduction_thr=10,
reduction_distance='mam',
slr=True,
slr_metric='asymmetric',
pruning_distance='mam')

"""
let's visualize extracted Arcuate Fasciculus Left bundle and model bundle
Expand Down Expand Up @@ -159,12 +159,12 @@
model_cst_l, hdr = load_trk(model_cst_l_file)

recognized_cst_l, cst_l_labels = rb.recognize(model_bundle=model_cst_l,
model_clust_thr=5.,
reduction_thr=10,
reduction_distance='mam',
slr=True,
slr_metric='asymmetric',
pruning_distance='mam')
model_clust_thr=5.,
reduction_thr=10,
reduction_distance='mam',
slr=True,
slr_metric='asymmetric',
pruning_distance='mam')

"""
let's visualize extracted Corticospinal Tract (CST) Left bundle and model
Expand Down

0 comments on commit 9577808

Please sign in to comment.