# HG changeset patch # User samer # Date 1328152033 0 # Node ID 39d4f9e57b266d3fbadfb26d60efb657b1188dc6 # Parent be936975f25488a304eb65a17940ad8dc58e42c6 Added message on calibration. diff -r be936975f254 -r 39d4f9e57b26 mt_calibrate.m --- a/mt_calibrate.m Wed Feb 01 14:06:37 2012 +0000 +++ b/mt_calibrate.m Thu Feb 02 03:07:13 2012 +0000 @@ -10,6 +10,7 @@ if nargin>2, Sys.refpoints(:,I) = PI; end P = Sys.refpoints; + disp('\nCalibrating for triangle vertices at:'); disp(P); p0 = P(:,1); Sys.map = info_map_fn(p0,inv(P(:,2:3)-repmat(p0,1,2))); end