Skip to content

Commit

Permalink
modif ret
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmeunier79 committed Mar 29, 2024
1 parent 5ca7814 commit 9a68eed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion macapype/nodes/segment.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,8 @@ def copy_header(ref_img, img_to_modify):

ret = os.system(cmd)

print(ret)
if ret:
print("Error copy_header cmd {}".format(ret))

return modified_img

Expand Down
2 changes: 0 additions & 2 deletions workflows/params_segment_marmo_ants.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,10 @@
"segment_atropos_pipe":
{
"use_priors":0.0,

"Atropos":
{
"dimension": 3
},

"tissue_dict":
{
"gm": [1,2],
Expand Down

0 comments on commit 9a68eed

Please sign in to comment.