-
Notifications
You must be signed in to change notification settings - Fork 125
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
extract sequence_name from PulseSequenceName on Siemens XA** data #753
Conversation
Hi @bpinsard -- sounds important. Any sample dicoms ? may be some among dcm2niix test ones (ping @rordenlab) |
The XA dicoms I got are not mine. However, it seems that the dcm2niix XA test data show that behavior. eg. https://github.com/neurolabusc/dcm_qa_nih/blob/master/Ref/DCM2NIIX_regression_test_4.json only has PulseSequenceName and not SequenceName tag. |
ah, what could go wrong, right? ;-) that
and no tests test it? (not good). FWIW on my Siemens sample files I do not see that field at all
well -- there the epiRT seems to be found only in GE data if I get naming of folders correctly:
do you have private data which would attest to that field being useful on XA** data? |
(Sorry for the super late reply, slammed with 10**10 things since I got back from vacations.) My bad for posting the wrong repo: https://github.com/neurolabusc/dcm_qa_xa30 contains XA dicoms with similar problem: only I try to rely as much as possible on sequence info rather than idiosyncratic |
19253e0
to
49c5783
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #753 +/- ##
==========================================
+ Coverage 82.09% 82.13% +0.03%
==========================================
Files 42 42
Lines 4217 4226 +9
==========================================
+ Hits 3462 3471 +9
Misses 755 755 ☔ View full report in Codecov by Sentry. |
Added really basic test that grabs all the dicoms in the test data folder and try to create seqinfo for each one. |
… data to write tests
687b1fc
to
9afeae9
Compare
rebased, all green! yay! |
Let's proceed and I will submit a follow up PR with some RFs. |
🚀 PR was released in |
fixes #752