-
Notifications
You must be signed in to change notification settings - Fork 2
Description
An issue that we've discussed in our physiological BEP is that the current specification's use of StartTime relies on the data's relation to a poorly-specified corresponding neural dataset. This leads to several potential problems:
- Physiological data may be accompanied by several neural datasets (e.g. simultaneous EEG-fMRI or EEG-fNIRS)
- Physiological data may be acquired separately from other modalities (our BEP proposes the treatment of physiological data as its own modality)
Our proposed solution would be to introduce a novel non-modality-specific metadata key "ConcurrenceGroup", semi-inspired by the B0FieldIdentifier metadata. The relevant definition and updated definition for StartTime can be found in our BEP document here. [add summary or link to section of our repo's schema]
This would solve several issues in the wider BIDS eco-system:
- Nonphysiological modalities could equally benefit from the use of the StartTime metadata key
- The requirement level of the StartTime metadata could be conditional based on the definition of the ConcurrenceGroup metadata
We'd like to discuss this idea with the wider BIDS community, since we're still trying to understand how this idea could complement or conflict with the wider eco-system. Some previous issues that may provide complementary context are:
- Discussion of the use of time stamps and latency here. We'd like to discuss this with the [add tags for motion BEP] team especially, since we believe that the definition of the metadata field ConcurrenceGroup would complement that of Latency (which essentially to our understanding performs the same function as StartTime but with a channel-specific scope)
- Discussion of timing offsets here, which mentions PET's ScanStart and TimeZero metadata