Skip to content

Commit

Permalink
Update paint_cc_into_pred.py
Browse files Browse the repository at this point in the history
Update doc string
  • Loading branch information
dkuegler committed Feb 21, 2024
1 parent 64394bc commit a1adafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recon_surf/paint_cc_into_pred.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def argument_parse():

def paint_in_cc(pred: npt.ArrayLike, aseg_cc: npt.ArrayLike) -> npt.ArrayLike:
"""
Paint corpus callosum segmentation into prediction.
Paint corpus callosum segmentation into aseg+dkt segmentation map.
Note, that this function modifies the original array and does not create a copy.
Expand Down

0 comments on commit a1adafb

Please sign in to comment.