Skip to content

Commit

Permalink
Fix orientation.
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Aug 14, 2024
1 parent 1436614 commit 74a7c16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qsirecon/workflows/recon/anatomical.py
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ def _get_status():
name="mask_template",
)
reorient_to_lps = pe.Node(
afni.Resample(orientation="LPS", outputtype="NIFTI_GZ"),
afni.Resample(orientation="RAI", outputtype="NIFTI_GZ"),
name="reorient_to_lps",
)

Expand Down

0 comments on commit 74a7c16

Please sign in to comment.