Revision: | 2.3 |
Committed: | Mon Nov 10 19:08:19 2008 UTC (16 years, 5 months ago) by greg |
Content type: | application/x-csh |
Branch: | MAIN |
CVS Tags: | rad5R4, rad5R2, rad4R2P2, rad5R0, rad5R1, rad4R2, rad4R1, rad4R0, rad4R2P1, rad5R3, HEAD |
Changes since 2.2: | +2 -2 lines |
Log Message: | Changed ".pic" extension to ".hdr" throughout |
# | Content |
---|---|
1 | #!/bin/csh -f |
2 | # RCSid: $Id: ivpict.csh,v 2.2 2003/02/22 02:07:30 greg Exp $ |
3 | # |
4 | # Render requested Instant View |
5 | # |
6 | if ( $#argv < 1 ) then |
7 | echo Usage: $0 directory '[options]' |
8 | exit 1 |
9 | endif |
10 | set dir=$argv[1] |
11 | set opt="$argv[2-]" |
12 | exec pinterp $opt $dir/pvw_{x,X,y,Y,z,Z}l.{hdr,z} |