Skip to content

Commit

Permalink
fixed typo in convert script
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamlittlephd committed May 8, 2024
1 parent 1ccddd8 commit 1d4a91b
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 1d4a91b

Please sign in to comment.