Skip to content

Commit

Permalink
merge in Doug's changes to samseg scripts
Browse files Browse the repository at this point in the history
  bug fix samseg/SamsegLongitudinal.py
  • Loading branch information
yhuang43 committed Mar 15, 2024
1 parent 61b7cf1 commit 828f0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samseg/SamsegLongitudinal.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ def __init__(self,
self.historyOfTotalTimepointCost = None
self.historyOfLatentAtlasCost = None

def segment(self, saveWarp=False, initTransformFile=None)):
def segment(self, saveWarp=False, initTransformFile=None):
# =======================================================================================
#
# Main function that runs the whole longitudinal segmentation pipeline
Expand Down

0 comments on commit 828f0c8

Please sign in to comment.