|
Last change
on this file since 1111 was
85,
checked in by aslmd, 15 years ago
|
|
LMD_MM_MARS et LMD_LES_MARS: ajout des routines IDL pour tracer les sorties --> voir mesoscale/PLOT
|
-
Property svn:executable set to
*
|
|
File size:
302 bytes
|
| Line | |
|---|
| 1 | #!/bin/csh |
|---|
| 2 | # f. forget |
|---|
| 3 | foreach i ( $* ) |
|---|
| 4 | echo $1 |
|---|
| 5 | set name = `echo $1 | sed -e 's/\./ /' ` |
|---|
| 6 | echo $name[1].png |
|---|
| 7 | # convert -antialias -density 200x200 -crop 0x0 $1 $name[1].png |
|---|
| 8 | gs -sDEVICE=png16m -dTextAlphaBits=4 -sOutputFile=$name[1].png -dNOPAUSE -dBATCH -dEPSCrop -r300x300 $1 |
|---|
| 9 | shift |
|---|
| 10 | end |
|---|
Note: See
TracBrowser
for help on using the repository browser.