The program 'vmovcorrection' performs a 3D motion correction using 6 degrees of freedom (3 translational and 3 rotational).
vmovcorrection -in EA1T.v -out mEA1T.v -tref 50 -report list.txtThe program 'vmovcorrection' performs a 3D motion correction using 6 degrees of freedom (3 translational and 3 rotational).
vmovcorrection -in EA1T.v -out mEA1T.v -tref 50 -report list.txt
scan shift pitch jaw roll ------------------------------------------------------------- 0 -0.974 1.255 3.001 -0.285 -0.423 -0.154 1 -0.645 1.051 2.806 -0.452 -0.320 -0.364 2 -0.613 0.781 3.174 -0.447 -0.284 -0.263 3 -0.683 1.031 3.188 -0.403 -0.302 -0.202 4 -0.653 1.011 2.910 -0.324 -0.297 -0.214
The report file shows the 3 translational parameters (x,y,z) ('shift') in millimeters, and the 3 rotational parameters in degrees.
gnuplot <enter>
gnuplot> plot "list.txt" title 'x' with lines,"" using 1:3 title 'y' w l, "" using 1:4 title 'z' w l