| Revision: | 2.3 |
| Committed: | Mon Nov 10 19:08:19 2008 UTC (16 years, 11 months ago) by greg |
| Content type: | application/x-csh |
| Branch: | MAIN |
| CVS Tags: | rad5R4, rad5R2, rad5R3, rad5R0, rad5R1, rad4R2, rad6R0, rad4R1, rad4R0, rad4R2P1, rad4R2P2, HEAD |
| Changes since 2.2: | +2 -2 lines |
| Log Message: | Changed ".pic" extension to ".hdr" throughout |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | greg | 2.1 | #!/bin/csh -f |
| 2 | greg | 2.3 | # RCSid: $Id: ivpict.csh,v 2.2 2003/02/22 02:07:30 greg Exp $ |
| 3 | greg | 2.1 | # |
| 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 | greg | 2.3 | exec pinterp $opt $dir/pvw_{x,X,y,Y,z,Z}l.{hdr,z} |