]> Creatis software - clitk.git/commitdiff
midp masks use new clitkExtractLung version
authorRomulo Pinho <romulo.pinho@lyon.unicancer.fr>
Tue, 13 Dec 2011 16:38:53 +0000 (17:38 +0100)
committerRomulo Pinho <romulo.pinho@lyon.unicancer.fr>
Tue, 13 Dec 2011 16:38:53 +0000 (17:38 +0100)
scripts/create_midP_masks-2.0.sh

index 7c84294d65f87cb234d4df68e8db77db46ace034..eb5983af70ab378ec4b97ae4a887273ce92109cf 100755 (executable)
@@ -43,7 +43,7 @@ extract_bones()
 extract_lungs()
 {
   echo "$phase_file -> Extracting lungs..."  
-  clitkExtractLung -i $phase_file -o $mask_dir_tmp/lungs_$phase_nb.mhd -a $afdb_file --noAutoCrop --doNotSeparateLungs
+  clitkExtractLung -i $phase_file -o $mask_dir_tmp/lungs_$phase_nb.mhd -a $afdb_file --noAutoCrop --doNotSeparateLungs --type 1
 }