The program 'vmovcorrection2d' performs a 2D motion correction using 3 degrees of freedom (2 translational and 1 rotational).
vmovcorrection2d -in EA1T.v -out mEA1T.v -tref 50 -report list.txtThe program 'vmovcorrection2d' performs a 2D motion correction using 3 degrees of freedom (2 translational and 1 rotational).
vmovcorrection2d -in EA1T.v -out mEA1T.v -tref 50 -report list.txt
scan shift angle -------------------------------- 0 -0.974 1.255 -0.285 1 -0.645 1.051 -0.452 2 -0.613 0.781 -0.447 3 -0.683 1.031 -0.403 4 -0.653 1.011 -0.324
The report file shows the 2 translational parameters (x,y) ('shift') in millimeters, and 1 rotational parameter in degrees.
gnuplot <enter>
gnuplot> plot "list.txt" title 'x' with lines,"" using 1:3 title 'y' w l