X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=appli%2Ftemplate_creaPatientsSystem%2Fscripts%2F00301_Filter.sh;fp=appli%2Ftemplate_creaPatientsSystem%2Fscripts%2F00301_Filter.sh;h=648a84fd0c4835b83d3315b9ee39e319b16610c7;hb=380ac24f1bd5ac018b069d25147f2a626739e494;hp=0000000000000000000000000000000000000000;hpb=e22166cdf8719072962316960de1bf9f4565e62d;p=creaMiniTools.git diff --git a/appli/template_creaPatientsSystem/scripts/00301_Filter.sh b/appli/template_creaPatientsSystem/scripts/00301_Filter.sh new file mode 100644 index 0000000..648a84f --- /dev/null +++ b/appli/template_creaPatientsSystem/scripts/00301_Filter.sh @@ -0,0 +1,10 @@ +BASEDIR=$1 +CORE=$2 +PATIENTID=$3 + +InImage=$BASEDIR/results/$CORE/davila/00100_OriginalImages/Test_01/$PATIENTID/Condition_01/image.mha +InitialValues=$BASEDIR/results/$CORE/davila/00200_InitialParameters/Test_01/$PATIENTID/Condition_01/InitialValues.txt +OutImage=$BASEDIR/results/$CORE/davila/00300_Filter/Test_01/$PATIENTID/Condition_01/image.mha + +bbi 00302_Filter.bbs InImage=$InImage InitialValues=$InitialValues OutImage=$OutImage +