Skip to content

Commit

Permalink
Update keyence_stitch.ijm
Browse files Browse the repository at this point in the history
  • Loading branch information
danilexn authored Nov 21, 2024
1 parent bfb4e53 commit 4200680
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openst/preprocessing/imagej_macros/keyence_stitch.ijm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var indir = args[2];
var outfile = args[3];

run("Grid/Collection stitching", "type=[Grid: snake by rows] order=[Right & Down] grid_size_x=" + gridx + " grid_size_y=" + gridy + " tile_overlap=20 first_file_index_i=1 directory=[" + indir + "] file_names=Image_{iiiii}_CH4.tif fusion_method=[Linear Blending] regression_threshold=0.05 max/avg_displacement_threshold=1.00 absolute_displacement_threshold=1.00 compute_overlap subpixel_accuracy computation_parameters=[Save computation time (but use more RAM)] image_output=[Fuse and display]");
run("RGB Color");

run("Stack to RGB");
saveAs("Tiff", outfile);
close();
close();

0 comments on commit 4200680

Please sign in to comment.