Skip to content

Commit

Permalink
Added message.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohil8 committed Jun 3, 2024
1 parent fda6173 commit d03c156
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions osl/source_recon/rhino/surfaces.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ def compute_surfaces(
# RHINO will always use the sform, and so we will set the qform to be same as sform for sMRI,
# to stop the original qform from being used by mistake (e.g. by flirt)
if use_qform:
log_or_print("Using qform in surface extraction")

# Command: fslorient -copyqform2sform <smri_file>
fsl_wrappers.misc.fslorient(filenames['smri_file'], copyqform2sform=True)
else:
Expand Down

0 comments on commit d03c156

Please sign in to comment.