Closed mmodat closed 6 years ago
In gitlab by @mmodat on Nov 16, 2017, 11:13
assigned to @mmodat
In gitlab by @mmodat on Nov 16, 2017, 11:13
created branch 32-groupwise_niftyreg_run-sh-fails-after-first-rigid-registration-iteration
In gitlab by @mmodat on Nov 16, 2017, 12:38
mentioned in commit e8783cf0bce2f6d2335c5b24a3afaf3e916e590a
In gitlab by @mmodat on Nov 16, 2017, 12:39
mentioned in merge request !19
In gitlab by @mmodat on Nov 16, 2017, 12:39
closed via merge request !19
In gitlab by @mmodat on Nov 16, 2017, 17:24
mentioned in commit 954b40a2d6ec2233e571d4ac15e8cb4dec2797ed
In gitlab by @svalette on Nov 15, 2017, 11:18
Hi,
the groupwise_niftyreg_run.sh script fails on my box. It correctly computes the first rigid registration iteration for all volumes, but computing the first average image fails. The volume list is:
the config file is:
and the output of the script is as bellow:
after further debugging, it seems that the script stops when launching the reg_average program, with this command line:
reg_average /home/valette/git/niftyreg/reg-apps/groupwise_result/aff_1/average_affine_it_1.nii.gz -demean1 /home/valette/volumes/vol1.nii.gz /home/valette/git/niftyreg/reg-apps/groupwise_result/aff_1/aff_mat_vol1_it1.txt /home/valette/volumes/vol1.nii.gz /home/valette/git/niftyreg/reg-apps/groupwise_result/aff_1/aff_mat_vol2_it1.txt /home/valette/volumes/vol2.nii.gz /home/valette/git/niftyreg/reg-apps/groupwise_result/aff_1/aff_mat_vol3_it1.txt /home/valette/volumes/vol3.nii.gz
it seems that reg_average is confused and is trying to read
/home/valette/git/niftyreg/reg-apps/groupwise_result/aff_1/aff_mat_vol1_it1.txt
as an image file, but the file contains a rigid transform.