This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //@File(label="Multiposition Files Directory",style="directory") image_directory | |
| //@String(value="Select a file for flat field correction or write none", visibility="MESSAGE") textFF | |
| //@File(label="Flatfield Correction File", value="none") ff_file | |
| //@int(label="Downsample Factor", style = "slider", min = "1", max = "16", stepSize = "1") downsample | |
| //@Boolean(label="Compute Overlap") is_compute | |
| //@String(label="Macro Mode",choices={"Fuse and display","Write to disk"}) output_type | |
| //@LogService log | |
| import ij.IJ; | |
| import loci.formats.ImageReader; |