showMessage("Institue for Molecular Biosciences ImageJ Script", ""
+"
ACRF: Cancer Biology Imaging Facility
+"The University of Queensland
+"ImageJ Script Macro: Spining Disc Confocal Dual Camera Channel transoformation
"
+"Created by Nicholas Condon 2018
"
+"This script takes dual channel images from the IMB Zeiss Spinning disc confoal and flips one channel horizontally and remerges them before saving with the suffix 'correct.'
"
+" contact n.condon@uq.edu.au"
+""
+"");
Dialog.create("Select Dye Combination used");
Dialog.addChoice("Type:", newArray("GFP-RFP", "CFP-YFP"));
Dialog.show();
dye = Dialog.getChoice();
print(dye);
path = getDirectory("Choose Source Directory ");
list = getFileList(path);
setBatchMode(true);
for (i=0; i