Open
Description
I always forget, and was looking in README for usage of functions. first we set values in our experiment setParams.m
and then run CPP_BIDS
functions (e.g. userInput
and createFilename
). createFilename will set fields IF it's not set previously. Right? So my cfg.fields
should be filled before I call BIDS functions.
Would you like to add one sentence somewhere that first the user should run their getParams and set all the fields. Then empty fields would be filled by the default values in CPP_BIDS functions.. I can add it as well, if you can point out where that info should be? e.g. in usage notebook?