From: Roberto on
"Richard Naud" <richard.naud(a)epfl.ch> wrote in message <h4urum$egg$1(a)fred.mathworks.com>...
>
> > Did anyone try to import .pxp or .ibw files from IGOR PRO to Matlab? I cant find anywhere how to decompress .pxp or convert from .ibw (igor binary wave) to text.
>
>
> I have done the parsing for some of the ibw versions in Matlab. I am still testing the programs but please tell me if you find bugs. The code can be found here:
>
> Hope this helps.
>
> Richard

Hi Richard,
I'm looking for a program to import .pxp or .ibw files from IGOR PRO to Matlab, or to convert .ibw to text.
Any help?

>The code can be found here:
where?


Thank you!
Roberto
From: Roberto on
"Jakub Bialek" <liko2k(a)gmail.com> wrote in message <gspipa$hmc$1(a)fred.mathworks.com>...
> "Jakub Bialek" <liko2k(a)gmail.com> wrote in message <gr4uar$l3j$1(a)fred.mathworks.com>...
> > "Jakub Bialek" <liko2k(a)gmail.com> wrote in message <gr280t$r09$1(a)fred.mathworks.com>...
> > > Hi,
> > >
> > > Did anyone try to import .pxp or .ibw files from IGOR PRO to Matlab? I cant find anywhere how to decompress .pxp or convert from .ibw (igor binary wave) to text. I need to use Igor output in Matlab...
> > > Any help?
> > >
> > > JB
> >
> > Anyone...I'm stuck...
>
>
> Still no-one? :(

Did you find something??
Me too, I need to import .ibw files in matlab... or save them in txt format... any help??...
Thank you

Roberto
From: Rick on
If you are comfortable with Python, you can check out either of these
two projects:

http://lcn.epfl.ch/~naud/code/ReadIBW.py
http://code.google.com/p/hooke/source/browse/trunk/mfp3d.py?spec=svn258&r=258

Or you can download a trial of Igor Pro, open the files, and export
as .csv or some other delimited text file. While you are at it, you
can examine

....\Technical Notes\Igor Tech Notes\TN003 Igor binary format\

in the installation folder which has C source code for writing your
own reader of Igor binary files.