Skip to content

Commit

Permalink
add an extra "." to minctracc class img_ext for now; fixes #448
Browse files Browse the repository at this point in the history
  • Loading branch information
bcdarwin committed Dec 3, 2019
1 parent 659350b commit 6860dda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pydpiper/minc/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -3094,7 +3094,8 @@ def average_transforms(xfms, avg_xfm):


class MINCTRACC(NLIN):
img_ext = xfm_ext = "mnc"
img_ext = ".mnc"
xfm_ext = ".xfm"
Conf = MultilevelMinctraccConf

# blech ... does this mean the 'multilevelconf' should be renamed 'hierarchicalconf' or similar? yes ...
Expand Down

0 comments on commit 6860dda

Please sign in to comment.