| # | Line 10 | Line 10 | |
|---|---|---|
| 10 | # | |
| 11 | # Written by Greg Ward for Iebele Abel in August 2005 | |
| 12 | # | |
| 13 | < | set spare_name=spare_fieldcomb_frame.pic |
| 13 | > | set spare_name=spare_fieldcomb_frame.hdr |
| 14 | set odd_first=0 | |
| 15 | while ($#argv > 1) | |
| 16 | switch ($argv[1]) | |
| # | Line 35 | Line 35 | while ($#argv > 1) | |
| 35 | shift argv | |
| 36 | end | |
| 37 | if ($#argv < 2) then | |
| 38 | < | echo "Usage: $0 [-e|-o][-r] [-f combined.pic] field1.pic field2.pic .." |
| 38 | > | echo "Usage: $0 [-e|-o][-r] [-f combined.hdr] field1.hdr field2.hdr .." |
| 39 | exit 1 | |
| 40 | endif | |
| 41 | if ($?outfile && $#argv > 2) then | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |