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
We are currently trying to process some data with BIDSKIT but are unsure on how best to structure it. The data consists of the following series:
An anatomical scan (T1)
Three separate fMRI scans. Participants were watching a different video during each scan. Additionally, the fMRI scans do not have identical acquisition parameters (it's mainly the number of volumes that changes).
A gradient field map set (2 magnitude images + 1 phase difference) for EACH fMRI scan (so 3 sets in total).
Up till now we have tried:
Not separating the data into different sessions. In this case the protocol translator file correctly identifies the different fMRI series, but only creates one gradient field map entry, which is a problem, since we want to associate each set of gradient field maps with the corresponding fMRI data.
Putting the fMRI data sets (together with the respective field maps) into different session folders. However, when we do this BIDSKIT only generates ONE fMRI entry and ONE gradient field map entry. Which is not what we were expecting, since each fMRI data set has a different series description (due to the variations in the number of volumes).
Any advice would be greatly appreciated :-)
Christine
The text was updated successfully, but these errors were encountered:
Hi,
We are currently trying to process some data with BIDSKIT but are unsure on how best to structure it. The data consists of the following series:
Up till now we have tried:
Any advice would be greatly appreciated :-)
Christine
The text was updated successfully, but these errors were encountered: