From: Bartels, C. <chr...@ph...> - 2009-01-06 14:40:03
|
Hi Pfspd users/developers, FYI I use a python-pfspd module that allows me to read pfspd files as numpy arrays in python (on linux). If anyone is interested I can share this wrapper / example code. Python with Numpy / Scipy / Matplotlib makes for a nice scripting environment. I am using it more often to aggregate results from experiments and plot these as a replacement for bash and matlab. The python wrapper allows the user to read in pfspd components as numpy-arrays. It is then possible to perform matlab-like operations and plots on these arrays. e.g. a = readComp16BitMem("myVideoFile.yuv","myComponent",framenr) imshow(a>10) Kind regards, Chris ________________________________ The information contained in this message may be confidential and legally protected under applicable law. The message is intended solely for the addressee(s). If you are not the intended recipient, you are hereby notified that any use, forwarding, dissemination, or reproduction of this message is strictly prohibited and may be unlawful. If you are not the intended recipient, please contact the sender by return e-mail and destroy all copies of the original message. |