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
This would add the source filename/path in scans.tsv and make a corresponding scans.json during write_raw_bids to track the filenames.
We can accomplish this by adding a parameter to write_raw_bids or appending an option to anonymize_dict in write_raw_bids. This would default to 'False' and would be part of the write_raw_bids API.
The text was updated successfully, but these errors were encountered:
Brought up in: bids-standard/bids-specification#906
This would add the source filename/path in scans.tsv and make a corresponding scans.json during
write_raw_bids
to track the filenames.We can accomplish this by adding a parameter to
write_raw_bids
or appending an option toanonymize_dict
in write_raw_bids. This would default to 'False' and would be part of thewrite_raw_bids
API.The text was updated successfully, but these errors were encountered: