-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Expected Behavior
rename files to bids format
Current Behavior
Crashed at the end when renaming existing png file
Error message
Error using movefile
The system cannot find the path specified.
Error in renamePng (line 19)
movefile(source, target);
Error in bidsResults>renameOutputResults (line 515)
renamePng(result.dir);
Error in bidsResults (line 241)
renameOutputResults(results);
Error in cpp_spm>stats (line 281)
bidsResults(opt, 'nodeName', nodeName);
Error in cpp_spm (line 106)
stats(args);
Error in stats (line 77)
cpp_spm(bids_dir, output_dir, 'dataset', ...
Environment
- OS:windows
- Matlab:R2019b
- SPM:12Branch
- branch:main
- version:Anything else?
No response