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
I have a unique case stemming from a modified version of ds002156. I basically took the first echo from a multi-echo run and removed the echo entity to simulate a single-echo run.
If I do layout.get_metadata("/path/to/dset/sub-23638/ses-03/sub-23638_ses-03_task-rest_run-1_echo-2_bold.nii.gz"), I get 0.015 for the EchoTime, even though the second echo's EchoTime is 0.0286.
I can reproduce this by modifying the synthetic test dataset.
While it's a rare case, and dataset curators should 100% use an acq entity to distinguish multi-echo and single-echo runs, AFAIK this organization doesn't violate BIDS rules.
The text was updated successfully, but these errors were encountered:
Ugh. I was going to quickly fix this, but the implementation of the inheritance principle is wildly complicated, and definitely not conformant with the spec...
I have a unique case stemming from a modified version of
ds002156
. I basically took the first echo from a multi-echo run and removed the echo entity to simulate a single-echo run.If I do
layout.get_metadata("/path/to/dset/sub-23638/ses-03/sub-23638_ses-03_task-rest_run-1_echo-2_bold.nii.gz")
, I get 0.015 for theEchoTime
, even though the second echo'sEchoTime
is 0.0286.I can reproduce this by modifying the synthetic test dataset.
While it's a rare case, and dataset curators should 100% use an
acq
entity to distinguish multi-echo and single-echo runs, AFAIK this organization doesn't violate BIDS rules.The text was updated successfully, but these errors were encountered: