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
run -f /path/rawdataT1Jacob/raw_007 -x /path/IsmrmrdPhilips.xsl -o out.h5
But I obtain this error:
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Failed to convert SIN file to XML: Unable to open SIN file for XML conversion
My raw data extension are .data and .list, is it not correct??
Thanks
The text was updated successfully, but these errors were encountered:
You need raw data in the LAB/RAW/SIN format. There should be three (3) files, one with extension *.lab, one with extension *.raw, and one with *.sin. I believe the .data and .list formats have been preprocessed in some way. It is not raw, raw data.
I run something like this
run -f /path/rawdataT1Jacob/raw_007 -x /path/IsmrmrdPhilips.xsl -o out.h5
But I obtain this error:
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Failed to convert SIN file to XML: Unable to open SIN file for XML conversion
My raw data extension are .data and .list, is it not correct??
Thanks
The text was updated successfully, but these errors were encountered: