Skip to content

Commit 91bc61a

Browse files
committed
Fixed channel-mix-up bug in stitching/compute_barycentric_landmark_match_errors.m
1 parent e5ef1d8 commit 91bc61a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stitching/compute_barycentric_landmark_match_errors.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function compute_barycentric_landmark_match_errors(raw_tile_path, ...
2323
is_matching_channel_index_set_explicitly = false ;
2424
else
2525
is_matching_channel_index_set_explicitly = true ;
26-
matching_channel_index = options.do_show_visualizations ;
26+
matching_channel_index = options.matching_channel_index ;
2727
end
2828
if ~isfield(options, 'manual_tile_shape_ijk') || isempty(options.manual_tile_shape_ijk) ,
2929
manual_tile_shape_ijk = [] ;

0 commit comments

Comments
 (0)