Skip to content

Commit

Permalink
return option min_vol_lesion
Browse files Browse the repository at this point in the history
  • Loading branch information
ThoumyreStanislas committed Oct 21, 2024
1 parent a07a8ec commit ebfcd34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/scil_lesions_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ def _build_arg_parser():
help='Path of the bundle binary mask (.nii.gz).')
p1.add_argument('--bundle_labels_map',
help='Path of the bundle labels map (.nii.gz).')
p.add_argument('--min_lesion_vol', type=float, default=7,
help='Minimum lesion volume in mm3 [%(default)s].')

p.add_argument('--out_lesion_atlas', metavar='FILE',
help='Save the labelized lesion(s) map (.nii.gz).')
Expand Down

0 comments on commit ebfcd34

Please sign in to comment.