How to open .raw files?
    3 views (last 30 days)
  
       Show older comments
    
Hello everybody, I would like to ask how can I open a .raw file. I have two images of different types. The parameter of the first one are:
ObjectType = Image
CompressedData = False
BinaryData = True
NDims = 3
DataType = double
DimSize = 288 288 400 
ElementSize = 1 1 1
ElementSpacing =  1 1 1
ElementType = MET_DOUBLE
ElementByteOrderMSB = False
ElementDataFile = elastixTMP_170125112822_68197190_target.raw
The parameters of the second one are:
ObjectType = Image
NDims = 3
BinaryData = True
BinaryDataByteOrderMSB = False
CompressedData = False
TransformMatrix = 1 0 0 0 1 0 0 0 1
Offset = 0 0 0
CenterOfRotation = 0 0 0
AnatomicalOrientation = RAI
ElementSpacing = 1 1 1
DimSize = 288 288 400
ElementType = MET_SHORT
ElementDataFile = result.0.raw
So, how can I open these two images?
Thanks in advance, Joaquim
0 Comments
Answers (1)
  Walter Roberson
      
      
 on 25 Jan 2017
        If those are HDR/IMG files then see https://www.mathworks.com/matlabcentral/fileexchange/29344-read-medical-data-3d
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
