//path = "/home/melissa/from-johannes/sdEM20110922_ds2163_2dag_cesAyfp_GolgiCFP_pL5_h20_Cotyl_5_XY1316720345_Z00_T0_C0.tiff"; path = "/home/melissa/from-jerome-mutterer/CONFOCAL_CHANNELS.lsm"; time1 = getTime(); open(path); time2 = getTime(); run("Bio-Formats (Windowless)", "open=" + path); time3 = getTime(); print("Plain IJ1: " + (time2 - time1) + "ms, " + "Bio-Formats: " + (time3 - time2) + "ms");