bids-standard / bids-2-devel

Discussions and suggestions of backwards incompatible changes to BIDS
https://bids.neuroimaging.io/
Creative Commons Attribution 4.0 International
10 stars 1 forks source link

Enforce TE ordering for multi-echo fMRI data #40

Open tsalo opened 3 years ago

tsalo commented 3 years ago

Currently, individual echos in a multi-echo fMRI sequence can occur in an unspecified order, with the “shortest echo” i.e., the echo with the shortest TE, listed as either the first or last echo in the sequence.

This proposal would standardize echo naming such that *_echo-1* is always the shortest echo and all following echos are indexed in sequential order. This would enable parsing multi-echo fMRI data from the file names, without relying on associated metadata. It would also standardize echo ordering across datasets, preventing the confusion of co-existing “little-endian” and “big-endian” echo naming schemes.

Relevant discussion: https://groups.google.com/forum/#!topic/bids-discussion/Utv29uL0Bdc

Original authors: @emdupre

tsalo commented 3 years ago

I think that this could be extended to all naturally ordered indexable metadata-based entities, including the ones proposed by BEP-001 (e.g., fa).

jbteves commented 3 years ago

Agree; additionally, standardization of echo ordering would make it easy to enumerate echoes by name and combine data quickly, reduce developer and/or analyst burden.