[ENH] allow for _stim.{mp[34],mkv,avi} to provide stimuli files for func data #750
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The intention is to allow for BIDS to have not only "one for all"
stimuli/
which is typically used for storing stimuli shared (selectively or overall)
across subjects, but also to allow for storing subject/session specific
audio-video stimulation. Such stimulation could be
hyperscanning (as received from another participant)
as we are aiming to achieve with https://github.com/ReproNim/reprostim/
(which was already handy to recover trial order randomization in the
event of an overriden protocol file)
Note that we already had _stim.{tsv,json} reserved for similar cases in the
scope of
https://github.com/bids-standard/bids-specification/blob/HEAD/src/04-modality-specific-files/06-physiological-and-other-continuous-recordings.md
And in this case ideally each .media (.mp3 etc) file SHOULD be accompanied by
.json. I do see that aforementioned one making .json a MUST to have one one,
but I do not think it is necessary in the case of .media recordings since
ideally they should be perfectly aligned (thus StartTime=0), there would be no
Columns, and SamplingFrequency might be insufficient since might need to
be specified for different stimuli streams (video or audio).
WDYT?
TODOs