Skip to content

Commit

Permalink
DICOM field map calibrated in Hz given name _fieldmaphz (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
neurolabusc committed Dec 10, 2020
1 parent 7f9b266 commit 2b96ee9
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 @@ -5074,6 +5074,8 @@ uint32_t kSequenceDelimitationItemTag = 0xFFFE +(0xE0DD << 16 );
//d.isDerived = true; //this would have 'i- y' skip MoCo images
isMoCo = true;
}
if ((slen > 5) && strstr(d.imageType, "B0") && strstr(d.imageType, "MAP"))
d.isRealIsPhaseMapHz = true;
if((slen > 5) && strstr(d.imageType, "_ADC_") )
d.isDerived = true;
if((slen > 5) && strstr(d.imageType, "_TRACEW_") )
Expand Down

0 comments on commit 2b96ee9

Please sign in to comment.