Skip to content

Commit

Permalink
re #375 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
allenleetc committed May 5, 2022
1 parent bab458c commit ecef30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matlab/user/CalRigMLStro.m
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ function rperrPlot(rperrcam1,rperrcam2)
case 'caltech'
[xEPL,yEPL] = ...
obj.computeEpiPolarLineCaltech(iView1,xy1,iViewEpi,roiEpi,varargin{:});
case 'zray'
case {'zray' 'mostaccurate'} % accept 'mostaccurate' for legacy
[xEPL,yEPL,Xc1,Xc1OOB] = ...
obj.computeEpiPolarLineZRay(iView1,xy1,iViewEpi,roiEpi,varargin{:});
case 'fastest'
Expand Down

0 comments on commit ecef30f

Please sign in to comment.