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 am trying to convert Brainvoyager's .VTC and .VMP outputs in NIFTI using your read_vtc_export_nifti.py and read_vtc_export_nifti.py scripts from the example folder. Unfortunately, the exported NIFTIs don't overlap when opened in an external software.
@jorievanharen maybe have a look at this change and see if the latest bvbabel effects your previous VTC conversions. Right now the safest route is to use rearrange_data_axes=False option and doing your own axes transpose and flipping if needed.
It will take some time to converge a general solution for rearrange_data_axes=True option. As I am seeing conflicting information and input/output relations in the documentations and example vtc files.
ofgulban
changed the title
Convert VTC and VMP in NIFTI format
Rearraging data axes when converting VTC and VMP to NIFTI
Sep 27, 2022
Hi Faruk,
I am trying to convert Brainvoyager's .VTC and .VMP outputs in NIFTI using your
read_vtc_export_nifti.py
andread_vtc_export_nifti.py
scripts from the example folder. Unfortunately, the exported NIFTIs don't overlap when opened in an external software.My current solution for the VTC:
Alessandra
The text was updated successfully, but these errors were encountered: