Skip to content

Commit

Permalink
Merge pull request #989 from grahamlittlephd/fix_surface_convert
Browse files Browse the repository at this point in the history
[FIX] fixed typo in surface convert script
  • Loading branch information
arnaudbore authored May 9, 2024
2 parents 1ccddd8 + 1d4a91b commit f95bd6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/scil_surface_convert.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def main():
polydata = convert_freesurfer_into_polydata(args.in_surface,
xform_translation)
else:
polydata = load_polydata(args.out_surface)
polydata = load_polydata(args.in_surface)

if args.to_lps:
polydata = flip_LPS(polydata)
Expand Down

0 comments on commit f95bd6d

Please sign in to comment.