Skip to content

Commit

Permalink
fix normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
arthursw committed Mar 11, 2021
1 parent 1849b32 commit 578314d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ms_lesion_segmentation/animaMSLongitudinalPreprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def call(command):
if templateFlair:
if os.path.exists(templateFlair):
# Normalize intensities with the given template
call([animaNyulStandardization, "-m", flair, "-r", templateFlair, "-o", flair])
call([animaNyulStandardization, "-m", brain, "-r", templateFlair, "-o", brain])
else:
print('Template file ' + templateFlair + ' not found, skipping normalization.')

Expand Down

0 comments on commit 578314d

Please sign in to comment.