Context
Follow-up to the investigation in #171.
MNE can read epoched source recordings, but MNE-BIDS does not directly write mne.Epochs objects. Supporting these inputs requires an explicit policy for representing epochs on a BIDS recording timeline.
Deferred work
Before implementation, decide:
- which epoched formats to support;
- whether epochs should be concatenated into a synthetic continuous recording;
- how to represent timing, gaps, overlaps, rejected epochs, and event metadata;
- what provenance and user warnings are required;
- which real, de-identified fixtures will verify the behavior.
This work is intentionally deferred. Assign and refine the ticket when there is a concrete use case and an owner.
Context
Follow-up to the investigation in #171.
MNE can read epoched source recordings, but MNE-BIDS does not directly write
mne.Epochsobjects. Supporting these inputs requires an explicit policy for representing epochs on a BIDS recording timeline.Deferred work
Before implementation, decide:
This work is intentionally deferred. Assign and refine the ticket when there is a concrete use case and an owner.