Technical: re-run with the latest dcm2niix #8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The conversion to NIfTI was done with dcm2niiX v1.0.20240202. The latest version currently available is v1.0.20241211.
As discovered in #6 (comment) dcm2niix v1.0.20241211 has some kludges for processing data saved with Syngo MR XA60 (software version used in Aachen, Frankfurt, and Mannheim); see dcm2niix issue 870
That issue is about
MultibandAccelerationFactorand slice timing. Reading the thread suggests that our older version also handles those correctly due to fixes for unrelated issues. I ran both versions on a single rsfMRI series and checked sidecar jsons; indeed both have"MultibandAccelerationFactor": 3and identical slice timing. Diff of these sidecars below:Outputs from running the two dcm2niix versions side by side on the Aachen rsfMRI series:
old ("CMRR bug"):
new ("Issue870"):
This goes to show that either version handles these DICOMs correctly, but it would probably be prudent to use the one which is currently latest. The only reason for using 20240202 was that I had it installed from Neurodebian.