How to open .raw files?

10 views (last 30 days)
Joaquim
Joaquim on 25 Jan 2017
Answered: Walter Roberson on 25 Jan 2017
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

Answers (1)

Walter Roberson
Walter Roberson on 25 Jan 2017

Categories

Find more on Biomedical Imaging in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!