-
Notifications
You must be signed in to change notification settings - Fork 229
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
setBidsGE fails to recognize Gradient Echo EPI #790
Comments
@neurolabusc Do you know whether the |
@mr-jaemin what do you think about replacing
with
This should allow the subsequent test to discriminate spin from gradient echo if it is in either location. |
@neurolabusc I and @brice82 are fine with this. |
@neurolabusc Thanks! I confirmed that v1.0.20240202 addressed the issue. |
* tag 'v1.0.20240202': (135 commits) Update submodules Refactor (rordenlab#791) gantry tilt tolerance (rordenlab#791) GE step description (rordenlab#790) PatientOrient -> Patient Position (rordenlab#786) Prevent shell expansion (rordenlab#789) Replace presumably accidental bitwise AND operations Update JasPer API calls for compatibility with newer versions of the library Update divest logic, reducing duplication and supporting new mode of operation Fix PhaseEncodingDirectionDisplayed for GE Update date GE Diffusion issue rordenlab#777 minor GE Diffusion issue rordenlab#777 Kludge for issue 775 (rordenlab#775) add docstrings better python wrapper I/O issue 769: Mildly relax the check for bvec components > 1. PRs (rordenlab#745; rordenlab#768) Edge cases (rordenlab#763, rordenlab#749) Code spell ...
setBidsGE fails to recognize Gradient Echo EPI when (0040,0254) kProcedureStepDescription is non-empty
The routine reportProtocolBlockGE() include the following line
So, if DICOM tag (0040,0254) kProcedureStepDescription > 1
seqName
such asGradient Echo
orSpin Echo
will not be copied toprocedureStepDescription
::autoBids:GE usedSeqName:'EPI' seqName:'epialtoff' internalSeqName:'EPI' seriesDesc:'rsfMRI_Run' scanSeq:'EP\RM' stepDesc:'MR30.1 prodrive2' bidsData:'' bidsSuffix:'_acq-EPIm6_dir-PA_run-7'
Could you have any concern with removing
if (strlen(d->procedureStepDescription) < 2)
?I can share sample DICOM.
The text was updated successfully, but these errors were encountered: