We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does twixread support reading VD radial data? I have starVIBE raw data that I am unable to get twixread to handle. Could be related to #186
twixread
On latest master:
./bart twixread -A meas_MID00026_FID08491_t1_starvibe_60spokes_benz.dat test WARN: BART version is not reproducible. VD Header. MeasID: 26 FileID: 8491 Scans: 2 Patient: xxxxxxxxxxxxxxx Protocol: t1_starvibe_60spokes_benz VD Header. MeasID: 26 FileID: 8491 Scans: 2 Patient: xxxxxxxxxxxxxxx Protocol: t1_starvibe_60spokes_benz ERROR: shared cfl test.cfl Aborted (core dumped)
Specifying -x384 -r60 -c12 also does not help -- it appears to be reading the header incorrectly:
-x384 -r60 -c12
./bart twixread -x384 -c12 -r60 meas_MID00026_FID08491_t1_starvibe_60spokes_benz.dat test WARN: BART version is not reproducible. VD Header. MeasID: 26 FileID: 8491 Scans: 2 Patient: xxxxxxxxxxxxxxx Protocol: t1_starvibe_60spokes_benz WARN: Wrong number of samples: 384 != 24912. WARN: Stopping.
Any clarification or help would be appreciated. I've never had issues with reading Cartesian VB data, but VD seems to encounter numerous issues.
The text was updated successfully, but these errors were encountered:
I have been trying to use twixread to decode both spiral and radial VD twix files, and I still get the same type of error.
twix
Has any progress been made (or planned) in this direction?
Sorry, something went wrong.
There were some improvements on the master branch.
No branches or pull requests
Does
twixread
support reading VD radial data? I have starVIBE raw data that I am unable to gettwixread
to handle. Could be related to #186On latest master:
Specifying
-x384 -r60 -c12
also does not help -- it appears to be reading the header incorrectly:Any clarification or help would be appreciated. I've never had issues with reading Cartesian VB data, but VD seems to encounter numerous issues.
The text was updated successfully, but these errors were encountered: