From c2918f7b7d7ee8f15d9490df55d7b971b3210da1 Mon Sep 17 00:00:00 2001 From: dbcache Date: Thu, 8 Dec 2011 13:38:52 +0100 Subject: [PATCH] Added patient mask resampling - corrects problem when using clitkCombineImage in the mid-P calcs --- scripts/create_midP_masks-2.0.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/create_midP_masks-2.0.sh b/scripts/create_midP_masks-2.0.sh index 9f64694..7c84294 100755 --- a/scripts/create_midP_masks-2.0.sh +++ b/scripts/create_midP_masks-2.0.sh @@ -52,6 +52,7 @@ resample() { echo "$phase_file -> Resampling..." clitkResampleImage -i $mask_dir_tmp/patient_$phase_nb.mhd -o $mask_dir_tmp/patient_$phase_nb.mhd --spacing $resample_spacing --interp $resample_algo + clitkResampleImage -i $mask_dir_tmp/patient_mask_$phase_nb.mhd -o $mask_dir_tmp/patient_mask_$phase_nb.mhd --spacing $resample_spacing --interp $resample_algo clitkResampleImage -i $mask_dir_tmp/lungs_$phase_nb.mhd -o $mask_dir_tmp/lungs_$phase_nb.mhd --like $mask_dir_tmp/patient_$phase_nb.mhd } -- 2.45.0