Skip to content

Commit

Permalink
Removed python from before reg_affine_initializer command
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-rijsketic committed Jun 24, 2024
1 parent f82c81e commit 6d1acf4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion unravel/register/reg.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ def main():

print(f'\n\n Generating the initial transform matrix for aligning the moving image (e.g., template) to the fixed image (e.g., tissue) \n')
command = [
'python',
'reg_affine_initializer',
'-f', fixed_img_for_reg_path,
'-m', args.moving_img,
Expand Down

0 comments on commit 6d1acf4

Please sign in to comment.