We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc8efd2 commit d6c9200Copy full SHA for d6c9200
stitching/compute_targets_from_z_matches.m
@@ -108,6 +108,8 @@
108
% try to make the matched pairs each go to the same point.
109
is_anchor_from_layer_tile_index = is_anchor_from_tile_index(tile_index_from_layer_tile_index) ;
110
tile_index_from_layer_anchor_index = tile_index_from_layer_tile_index(is_anchor_from_layer_tile_index) ;
111
+ tile_shape_ijk = params.imagesize ; % tile shape, in xyz order (traditionally [1024 1536 251])
112
+ order = params.order ; % order of the field curvature model, I think
113
for tile_index = tile_index_from_layer_anchor_index ,
114
neighbor_tile_index = tileneighbors(tile_index, 7) ; % the z+1 tile
115
0 commit comments