Closed June-phy closed 3 years ago
This is indeed a bug when using the toolbox-version. For a quick workaround, simply replace line 100 in lor_pixel_count_prepass.m
with folder = [folder(1:end-6), 'mat-files/'];
This bug is not limited to only this file, but others as well (same fix works there). These will be fixed in the next release.
The current master branch now contains the same fix as outlined above.
Hi, When I run
gate_main.m
on Mac, the error pop up as below:Because there is a space before the file name
MATLAB emission tomography software
. But I didn't find the way to correct it ininlor_pixel_count_prepass.m
. How can I change the save path?