questions > RE: Voxel values 500 times higher with dcm2niix
Feb 9, 2017  10:02 PM | Chris Rorden
RE: Voxel values 500 times higher with dcm2niix
I don't have a Philips system, and the equations were provided by others. If you want to send me a sample dataset (send dropbox link via private email) I would be happy to examine it. Otherwise, you can make the required modifications yourself to the function PhilipsPreciseVal() in nii_dicom.cpp and submit a github pull request. It sounds like you are suggesting that the line "d.intenScale = l1-l0;" needs to be re-written as the reciprocal, e.g. reading "d.intenScale = 1.0f/l1-l0;". You would want to check that.

Threaded View

TitleAuthorDate
Pascal Pas Oct 23, 2016
Chris Rorden Feb 19, 2017
Chris Rorden Oct 26, 2016
Felix Navarro Guirado Feb 9, 2017
RE: Voxel values 500 times higher with dcm2niix
Chris Rorden Feb 9, 2017
Felix Navarro Guirado Feb 10, 2017
Pascal Pas Oct 26, 2016
Chris Rorden Oct 25, 2016
Pascal Pas Oct 25, 2016