cpp-lln-lab / CPP_BIDS

a set of matlab / octave function to create BIDS comptible folder structure and filenames
https://cpp-bids.readthedocs.io/en/dev/index.html
MIT License
1 stars 9 forks source link

[ENH] Chenge the default of where to save the output to within the experiment folder #228

Open marcobarilari opened 1 year ago

marcobarilari commented 1 year ago

Is there an existing issue for this?

New feature

In `checkCFG.m`   

 fieldsToSet.dir.output = fullfile( ...
                                      fileparts(mfilename('fullpath')), ...
                                      'output');

Unclear documentation

now it is 

    fieldsToSet.dir.output = fullfile( ...
                                      fileparts(mfilename('fullpath')), ...
                                      '..', ...
                                      'output');