Skip to content
Snippets Groups Projects
Commit f8f9d2bd authored by Eric Wait's avatar Eric Wait
Browse files

Renamed the tiff writer to WriterTif.m in the hopes that it doesn't get deleted again

parent aa93e318
Branches
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@
% ZLIST = the z slices that the input image represents
% QUITE = suppress printing out progress
function Writer(im, outDir, imageData, timeList, chanList, zList, quiet)
function WriterTif(im, outDir, imageData, timeList, chanList, zList, quiet)
if (exist('tifflib') ~= 3)
tifflibLocation = which('/private/tifflib');
if (isempty(tifflibLocation))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment