Skip to content

Instantly share code, notes, and snippets.

View jeffapderek's full-sized avatar

Jeff Davey jeffapderek

  • University of the West of England
  • UK
View GitHub Profile
@jeffapderek
jeffapderek / Batch_crop-save_macro.ijm
Created April 1, 2019 16:51
Batch processing particle images
/*
* Macro template to process multiple images in a folder
*/
#@ File (label = "Input directory", style = "directory") input
#@ File (label = "Output directory", style = "directory") output
#@ String (label = "File suffix", value = ".tif") suffix
// See also Process_Folder.py for a version of this code
// in the Python scripting language.