Skip to content

Commit

Permalink
Update rewrite_mc_surface.py
Browse files Browse the repository at this point in the history
Fix doc string
  • Loading branch information
dkuegler committed Feb 21, 2024
1 parent a1adafb commit 5ca61c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion recon_surf/rewrite_mc_surface.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ def resafe_surface(insurf: str, outsurf: str, pretess: str) -> None:
"""
Take path to insurf and rewrite it to outsurf thereby fixing vertex locs flag error.
(scannerRAS instead of surfaceRAS after marching cube).
This function fixes header information not properly saved in marching cubes.
It makes sure the file header correctly references the scannerRAS instead of the surfaceRAS,
i.e. filename and volume is set to the correct data in the header.
Parameters
----------
Expand Down

0 comments on commit 5ca61c5

Please sign in to comment.