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
We should modify the sample dataset example to use this, showing at least the following fields:
make_dataset_description(
path=...,
name=...,
authors=[...],
how_to_acknowledge='...',
data_license='CC-BY-SA', # or whatever the best one is now, prob. commented out b/c it's not appropriate for 'sample'
ethics_approvals=['...'],
references_and_links=['...'],
overwrite=True)
If someone knows of a good example to follow for this, I can make a PR.
cc @sappelhoff@hoechenberger I assume one of you knows a good example to follow, perhaps even a link to a GH repo with a call to a command I can just lift these from...?
We should modify the
sample
dataset example to use this, showing at least the following fields:If someone knows of a good example to follow for this, I can make a PR.
I ask because I'm making my first BIDS-compatible dataset (FINALLY!) and I was hoping to find this in the SG cross-refs for https://mne.tools/mne-bids/stable/generated/mne_bids.make_dataset_description.html#mne_bids.make_dataset_description, but no dice...
The text was updated successfully, but these errors were encountered: