Closed raacampbell closed 4 years ago
measurePSF.m line 227 should be changed to obj.fname=inputPSFstack; (otherwise, obj.fname doesn't exist)
measurePSF.m
obj.fname=inputPSFstack;
It seems it is already is: https://github.com/raacampbell/measurePSF/blob/d6642bcb844cc9cac0e0920d523d66c87449457c/code/%40measurePSF/measurePSF.m#L227
Fixed: 7db54451d50170d76fda7fcc7a21604d3258a4fa
Also here: 5b9fdb2d2c43e54702f8be8a828f33fe7780097f
measurePSF.m
line 227 should be changed toobj.fname=inputPSFstack;
(otherwise, obj.fname doesn't exist)