Skip to content

Commit

Permalink
Merge pull request #5 from jchoude/BF_orientation_vtk
Browse files Browse the repository at this point in the history
BF: correctly assign orientation when using VTK
  • Loading branch information
jchoude authored Nov 27, 2018
2 parents db3c423 + 09940a9 commit 25f326b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/score_tractogram.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ def main():
if format_needs_orientation(tractogram):
if not args.orientation:
parser.error('--orientation is needed for your tractogram format')
tract_attribute['orientation'] = args.orientation
else:
if args.orientation:
logging.warn('--orientation was provided but not needed. '
Expand Down

0 comments on commit 25f326b

Please sign in to comment.