Skip to content

Commit

Permalink
Merge pull request #392 from rordenlab/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
neurolabusc authored Mar 31, 2020
2 parents b5c3ae0 + 4a0420e commit 485c387
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions console/nii_dicom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6768,6 +6768,8 @@ if (d.isHasPhase)
if ((d.manufacturer == kMANUFACTURER_SIEMENS) && (strstr(d.sequenceName, "_fl2d1") != NULL)) {
d.isLocalizer = true;
}
//UIH 3D T1 scans report echo train length, which is interpreted as 3D EPI
if ((d.manufacturer == kMANUFACTURER_UIH) && (strstr(d.sequenceName, "gre_fsp") != NULL)) d.echoTrainLength = 0;
//printf(">>%s\n", d.sequenceName); d.isValid = false;
// Andrey Fedorov has requested keeping GE bvalues, see issue 264
//if ((d.CSA.numDti > 0) && (d.manufacturer == kMANUFACTURER_GE) && (d.numberOfDiffusionDirectionGE < 1))
Expand Down

0 comments on commit 485c387

Please sign in to comment.