Jul 13, 2017 05:27 PM
by Tommy
I was playing with DICOM tags and the overlay.xml file and decided to display the
"Acquisition Matrix" value in my MR setup.
i.e.
<i r="1" c="0"><e k="1" i="00181310"/></i>
the strange thing that the value is something like:
192\0\0\192
or
0\256\256\0
or even
256\0\0\153
I thought that matrix is a 2D value so I expected to see just 2 number like 192\192 or 256\256 or 256\153
what are the other 2 blank values that appear? why the order is mixed? some sequence show: x\y\0\0 and other 0\x\y\0 etc. etc.?
Jul 13, 2017 07:43 PM
by J. David Giese
Checkout dicom.innolitics.com/ciods/mr-image/mr-image/00181310
Jul 14, 2017 05:02 AM
by Tommy
thanks. now with that webpage I can understand more of the DICOM tags meaning