-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
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
Sometimes "FrameTimesStart" missing from BIDS JSON format sidecar #781
Comments
@Pedro-Filipe see issue 236 - I would strongly suggest exporting data from XA systems to enhanced rather than classic DICOM. The classic DICOMs used to be very impoverished, though this situation has improved a bit with more recent releases. Since the core images have changed so much over the years, I can not provide much more insight unless you share sample images with my institutional email. |
Many thanks for your reply. That is good to know. Unfortunately I have a lot of data in classic DICOM. I will see if I can find some DICOMs with this issue that I can share with you. |
@Pedro-Filipe I would encourage you to work with the Siemens Research Collaboration Manager associated with your center. They can help your team understand the problem. It sounds like these are issues with impoverished source images, not dcm2niix. Therefore, you will want to engage the manufacturer. |
Thank you for the support. In case it is still worth it, I have sent you phantom scan DICOMs via your institutional email. The same issue happens for this dataset. I can see in the individual DICOM headers the |
I note that the dataset you sent me is from XA11. I worked closely with Siemens engineers to ensure sequence details were included with XA20 and later. XA10 and XA11 were very impoverished, and this limits the ability of any tool to work well. Some variations for exporting this data also added a huge amount of variability to the encoded times, which impacts the ability to extract timing parameters. These issues reflect limitations of the source data, and not dcm2niix. You should work with your Siemens Research Collaboration Manager for any unresolved questions. I am closing this issue as it is a duplicate of issue 236. dcm2niix is limited by the quality of the images used. |
Hi,
I am working with a bunch of single frame DICOMs containing diffusion weighted images. These series are repetitions of the same acquisition: 1 slice 7 images. (SIEMENS scanner)
When I convert these DICOMs to nifti, the sidecar json files of some series do not have the
FrameTimesStart
parameter, which I need to perform some b-value adustments. The series are all identical in terms of acquisition, so I am not sure why only some json files contain that parameter.If I redo the conversion, the issue is reproducible, with the
FrameTimesStart
parameter missing for the same series numbers.I am wondering if this is a known issue, or if there are any solutions. Unfortunately I cannot share the DICOM files at the moment.
Example output log for two series of DICOMs (I changed the real path with the word PATH in order not to have any sensitive info):
One of the series contains the parameter
FrameTimesStart
in the json sidecar file, but not the other.This happens with both the homebrew installation and also the latest development commit:
Many thanks for any help.
The text was updated successfully, but these errors were encountered: