The test runs. However, I wonder if we should change line 70 in the CorrectSliceTiming.m opertion to this here:
ocustomfile = fullfile(pathToWorkspace, config.ocustom)
command = sprintf('%s --ocustom %s', command, ocustomfile);
In that case, I'd need to adjust the test as well.
The extension doesn't really, matter. It just needs to have a text encoding, I would assume. But it's good to put the .txt as an extension to be explicity.
The test runs. However, I wonder if we should change line 70 in the CorrectSliceTiming.m opertion to this here: ocustomfile = fullfile(pathToWorkspace, config.ocustom) command = sprintf('%s --ocustom %s', command, ocustomfile); In that case, I'd need to adjust the test as well.
Also, I read (here: https://zims-en.kiwix.campusafrica.gos.orange.com/wikibooks_en_all_maxi/A/Neuroimaging_Data_Processing/Slice_Timing) that the ocustom file should be a text file. Is the .txt extension correct?