[clitk-commits-list] Clitk software branch master updated. v1.2.0-589-gc2918f7

root root at tux.creatis.insa-lyon.fr
Thu Dec 8 13:40:43 CET 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Clitk software".

The branch, master has been updated
       via  c2918f7b7d7ee8f15d9490df55d7b971b3210da1 (commit)
      from  fe401a1eebf96ce5a94c424d53d7c58486f4bf55 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.creatis.insa-lyon.fr/pubgit/?p=clitk.git;a=commitdiff;h=c2918f7b7d7ee8f15d9490df55d7b971b3210da1

commit c2918f7b7d7ee8f15d9490df55d7b971b3210da1
Author: dbcache <dbcache at clavaire.champignons>
Date:   Thu Dec 8 13:38:52 2011 +0100

    Added patient mask resampling
    
    - corrects problem when using clitkCombineImage in the mid-P calcs

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
 }
 

-----------------------------------------------------------------------

Summary of changes:
 scripts/create_midP_masks-2.0.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Clitk software


More information about the Clitk-commits-list mailing list