-
Notifications
You must be signed in to change notification settings - Fork 30
Description
Describe the bug
Hello,
after using the tools to convert a dataset of anatomic and fMRI images acquired with PV5.1 to BIDS, the "PhaseEncodingDirection" field was filed "col_dir" instead of a simple letter in all of the generated json files.
As it is a small dataset, i wouldn't mind changing it manually but i am not sure what letter corresponds to "col_dir" or "row_dir" and how to determine the sign.
To Reproduce
With data acquiered with PV5.1, I used the bids_helper function, filed the task field in the generated datasheet for the fMRI acquisitions, then used the bids_convert function.
Expected behavior
Expected an i, j or k, with or without a - sign in the "PhaseEncodingDirection" of the json files.
Let me know if you need more information.
Thanks a lot in advance