<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2995" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=137285618-20062007><FONT face=Arial size=2>Hi everyone! I am
trying to create a synthetic DICOM image. What I do is I create a matrix of
pixels in HU units, so if the pixel value is 0, I know it is water, and say
tungsten is -800. Then I call dicomwrite on this matrix like this
dicomwrite(myMatrix, 'output.dcm'). Then when I read 'output.dcm' I get a matrix
of values, all of them equal to 65535. I don't know for sure why that happens.
If anyone knows why this happens and how I should make a dicom image out of
my matrix, please help. Thank you!</FONT></SPAN></DIV>
<DIV><SPAN
style="FONT-SIZE: 10pt; COLOR: gray; FONT-FAMILY: 'GE Inspira'"></SPAN> </DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV></BODY></HTML>