Skip to content

Commit

Permalink
Double checked documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdaniel654 committed Jan 28, 2025
1 parent 4575b99 commit 100d65f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ukat/mapping/mtr.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ def to_nifti(self, output_directory=os.getcwd(), base_file_name='Output',
else:
raise ValueError('No NIFTI file saved. The variable "maps" '
'should be "all" or a list of maps from '
'"["mtr_map", "mt_on", "mt_off", "mask"]".')
'"["mtr_map", "mt_on", "mt_off", "mask", '
'"deformation_field"]".')

return

0 comments on commit 100d65f

Please sign in to comment.