// Batch convert TIA or Gatan dm3 image file to tiff // by Zhou XU // 2020/05/05 // at Monash Centre for Electron Microscopy // Windows 10 Enterprise Ver. 1803 // ImageJ ver. 1.52p ImgNumber=0; ImgFormat= ".ser"; //open directory of images input = getDirectory("location where images are stored"); output = getDirectory("Location for results"); // determine number of Files of given FileFormat list = getFileList(input); for (i=0; i