
02340   2/5/95  bay1    14.046          16.432  16.870          16.933
02973a  2/7/95  bay2    11.240          11.965  12.335          12.274
02976a  2/7/95  bay2    10.969          11.778  11.984          12.031



240 mm FOV : .9375 mm "in plane"
3mm slice spacing


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

setenv LD_LIBRARY_PATH .:/sw/mvis/bin/${HOSTTYPE}:$LD_LIBRARY_PATH
setenv PATH .:/sw/mvis/bin/${HOSTTYPE}:$PATH

cp ~/data/ms-reg-data/02340.vf  ../../tmp/fixed.1
cp ~/data/ms-reg-data/02973a.vf ../../tmp/moving.1

cd ../../tmp

tp-display fixed.1 1

smooth-3d -x fixed.1 fixed.2
smooth-3d -x fixed.2 fixed.3
smooth-3d fixed.3 fixed.4

smooth-3d -x moving.1 moving.2
smooth-3d -x moving.2 moving.3
smooth-3d moving.3 moving.4

tp-display moving.4 1

setenv MVHOME /sw/mvis

reg-3d-i $MVHOME/reg/experiments/params/ctmr-reg-params.4 < ~/etc/null-pose > pose.4
reg-3d-i $MVHOME/reg/experiments/params/ctmr-reg-params.3 < pose.4 > pose.3
reg-3d-i $MVHOME/reg/experiments/params/ctmr-reg-params.2 < pose.3 > pose.2
reg-3d-i $MVHOME/reg/experiments/params/ctmr-reg-params.1 < pose.2 > pose.1

dual-tp-display fixed.1 moving.1 1 < pose.1

----
tp-display 02340.vf 1

mkdir /d/bigdaily/sw
mkdir /d/bigdaily/sw/reg
cd /d/bigdaily/sw/reg


cp ~/data/ms-reg-data/02340.vf fixed.1

smooth-3d-xy fixed.1 fixed.2
smooth-3d-xy fixed.2 fixed.3
smooth-3d-xy fixed.3 fixed.4

tp-display fixed.4 1


cp ~/data/ms-reg-data/02973a.vf moving.1

smooth-3d-xy moving.1 moving.2
smooth-3d-xy moving.2 moving.3
smooth-3d-xy moving.3 moving.4


reg-3d-i ~/projects/new-shin/ctmr-reg-params.4 < ~/etc/null-pose > pose.4
reg-3d-i ~/projects/new-shin/ctmr-reg-params.3 < pose.4 > pose.3
reg-3d-i ~/projects/new-shin/ctmr-reg-params.2 < pose.3 > pose.2
reg-3d-i ~/projects/new-shin/ctmr-reg-params.1 < pose.2 > pose.1

dual-tp-display fixed.1 moving.1 1 < pose.1

congruent-volume moving.1 fixed.1 pose.1 moving-ref.1

mix-volumes 4 fixed.1 moving-ref.1 mixed.1
tp-display mixed.1 .5

mkdir ~/data/ms-reg-data/reg

xwd > ~/data/ms-reg-data/reg/first.wd

cp pose.1 ~/data/ms-reg-data/reg/first.pose


dual-tp-display ~/data/ms-reg-data/02340.vf ~/data/ms-reg-data/02973a.vf 1 < ~/data/ms-reg-data/reg/first.pose

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


cp ~/data/ms-reg-data/02976a.vf moving.1

smooth-3d-xy moving.1 moving.2
smooth-3d-xy moving.2 moving.3
smooth-3d-xy moving.3 moving.4


reg-3d-i ~/projects/new-shin/ctmr-reg-params.4 < ~/etc/null-pose > pose.4
reg-3d-i ~/projects/new-shin/ctmr-reg-params.3 < pose.4 > pose.3
reg-3d-i ~/projects/new-shin/ctmr-reg-params.2 < pose.3 > pose.2
reg-3d-i ~/projects/new-shin/ctmr-reg-params.1 < pose.2 > pose.1

dual-tp-display fixed.1 moving.1 1 < pose.1

congruent-volume moving.1 fixed.1 pose.1 moving-ref.1

mix-volumes 4 fixed.1 moving-ref.1 mixed.1
tp-display mixed.1 .5 &

xwd > ~/data/ms-reg-data/reg/second.wd

cp pose.1 ~/data/ms-reg-data/reg/second.pose

dual-tp-display ~/data/ms-reg-data/02340.vf ~/data/ms-reg-data/02976a.vf 1 < ~/data/ms-reg-data/reg/second.pose
