MSI >> MATLAB
MSI to MATLAB conversion does not have to be a pain, it could be fun :)
First, one would create pdf object:
>>pdf = pdf4D(<filename>);
where <filename> is full path to the pdf (processed data file).
To get pdf header information all you have to do is
>>hdr = get(pdf, 'header');
or simply
>>hdr = pdf.header;
Since pdf object will also read config and hs_file from the same directory, you could get information from those file in similar way by using get or subsref methods.
Some methods of the pdf object:
And here is the link to the zip file: pdf4D.zip
Copyleft (GPLv2) 2006, ude.cshcu|grebnork.enegue#ude.cshcu|grebnork.enegue
page_revision: 75, last_edited: 1221434652|%e %b %Y, %H:%M %Z (%O ago)
