Skip to content

Commit

Permalink
Restore Philips enhanced (3c31d18)
Browse files Browse the repository at this point in the history
  • Loading branch information
neurolabusc committed Nov 12, 2018
1 parent 81d3c84 commit 62f3b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/nii_dicom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4800,7 +4800,7 @@ double TE = 0.0; //most recent echo time recorded
if (inStackPositionNumber > maxInStackPositionNumber) maxInStackPositionNumber = inStackPositionNumber;
break;
case kFrameContentSequence :
if (!(d.manufacturer == kMANUFACTURER_BRUKER)) break; //see https://github.com/rordenlab/dcm2niix/issues/241
//if (!(d.manufacturer == kMANUFACTURER_BRUKER)) break; //see https://github.com/rordenlab/dcm2niix/issues/241
if (sqDepth == 0) sqDepth = 1; //should not happen, in case faulty anonymization
sqDepth00189114 = sqDepth - 1;
break;
Expand Down

0 comments on commit 62f3b6e

Please sign in to comment.