bids_bep16_conv.utils.copy_BEP16_metadata_json_template¶
- bids_bep16_conv.utils.copy_BEP16_metadata_json_template(path)[source]¶
Copy the BEP16 metadata template to a dedicated location.
- Parameters:
path (str) – Path to where the template should be copied.
- Return type:
A message indicating from where the template will be copied to which path.
Examples
Copy the template to the Desktop located under /home/user/Desktop.
>>> copy_BEP16_metadata_json_template('/home/user/Desktop')