You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating derivatives, BIDS requires to add GeneratedBy field. On itself it is not difficult, but it would nice to have a simple centralised script to generate such fields.
Something like:
update_description(BIDS, fieldname, data, append)
with append a bool that decides if field will be appended to existing field, or will replace it.
The text was updated successfully, but these errors were encountered:
When creating derivatives, BIDS requires to add
GeneratedBy
field. On itself it is not difficult, but it would nice to have a simple centralised script to generate such fields.Something like:
with append a bool that decides if field will be appended to existing field, or will replace it.
The text was updated successfully, but these errors were encountered: