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
Unlike fMRIPost-AROMA or fMRIPost-tedana, this pipeline is going to require both the raw BIDS dataset (for the phase data) and the fMRIPrep derivatives dataset (for the transforms and preprocessed magnitude data).
One thing that I think might be tough will be linking preprocessed magnitude data to the original phase data. Hopefully it's just a matter of BIDSLayout.get_nearest using the preprocessed magnitude file, while explicitly dropping any derivatives-only entities, but I'm not optimistic.
The text was updated successfully, but these errors were encountered:
Unlike fMRIPost-AROMA or fMRIPost-tedana, this pipeline is going to require both the raw BIDS dataset (for the phase data) and the fMRIPrep derivatives dataset (for the transforms and preprocessed magnitude data).
One thing that I think might be tough will be linking preprocessed magnitude data to the original phase data. Hopefully it's just a matter of
BIDSLayout.get_nearest
using the preprocessed magnitude file, while explicitly dropping any derivatives-only entities, but I'm not optimistic.The text was updated successfully, but these errors were encountered: