Am Mittwoch 10 September 2008 13:36:15 schrieb minnale:
> Thanks Martin
> yes executing of .eps means read out the file.

I am using the following very ugly shell-script to convert to bmp format:

#!/bin/bash
cat $1 | grep -v ^"/\* Generated"| grep -v ^"/\* This"| grep -v ^"/\* title"| 
grep -v ^"/\* legend"| grep -v ^"/\* x-label"| grep -v ^"/\* y-label"| 
grep -v ^"/\* type" | xpmtoppm | ppmtobmp > $2

On the bmp, I apply tools (convert/mogrify) from the imagemagick package to 
crop & convert to png. The png then can then be read in by my 
python/scipy/numpy scripts as a matrix.

Best

Martin
_______________________________________________
gmx-users mailing list    gmx-users@gromacs.org
http://www.gromacs.org/mailman/listinfo/gmx-users
Please search the archive at http://www.gromacs.org/search before posting!
Please don't post (un)subscribe requests to the list. Use the 
www interface or send it to [EMAIL PROTECTED]
Can't post? Read http://www.gromacs.org/mailing_lists/users.php

Reply via email to