Skip to content

Commit

Permalink
Merge pull request #1018 from karanphil/fix_fixel_density
Browse files Browse the repository at this point in the history
Removing unused argument in scil_bundle_fixel_analysis.py
  • Loading branch information
arnaudbore authored Jul 31, 2024
2 parents 460dac8 + d0a72fc commit 175eb67
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions scripts/scil_bundle_fixel_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,22 +149,21 @@ def _build_arg_parser():
g2 = p.add_argument_group(title='Output options')

g2.add_argument('--split_bundles', action='store_true',
help='If set, save the density maps for each bundle '
'separately \nin addition to the all in one version.')
help='If set, save the density maps and masks for each '
'bundle separately \nin addition to the all in one '
'version.')

g2.add_argument('--split_fixels', action='store_true',
help='If set, save the density maps for each fixel '
'separately \nin addition to the all in one version.')
help='If set, save the density maps and masks for each '
'fixel separately \nin addition to the all in one '
'version.')

g2.add_argument('--single_bundle', action='store_true',
help='If set, will save the single-fiber single-bundle '
'masks as well. \nThese are obtained by '
'selecting the voxels where only one bundle is '
'present \n(and one fiber/fixel).')

g2.add_argument('--bundles_mask', action='store_true',
help='If set, save the bundle mask for each bundle.')

g2.add_argument('--out_dir', default="fixel_analysis/",
help='Path to the output directory where all the output '
'files will be saved. \nCurrent directory by '
Expand Down

0 comments on commit 175eb67

Please sign in to comment.