- Timestamp:
- May 21, 2015, 7:47:04 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150419/Ohana/src/addstar/test/relphot.dvo
r35760 r38301 1 1 # -*-sh-*- 2 if (not($?VERBOSE)) set VERBOSE = 0 2 3 3 4 input tap.dvo … … 41 42 end 42 43 43 echo relphot -D CATDIR catdir.test r -region {$RA-1.0} {$RA+1.0} {$DEC-1.0} {$DEC+1.0} -update -nloop 10.0 44 exec relphot -D CATDIR catdir.test r -region {$RA-1.0} {$RA+1.0} {$DEC-1.0} {$DEC+1.0} -update -nloop 10.0 >& /dev/null 44 $output = >& /dev/null 45 if ($VERBOSE > 2) 46 $output = 47 end 48 $command = relphot -D CATDIR catdir.test -region {$RA-1.0} {$RA+1.0} {$DEC-1.0} {$DEC+1.0} -update -nloop 10.0 -images r 49 echo $command 50 exec $command $output 45 51 46 52 catdir catdir.test
Note:
See TracChangeset
for help on using the changeset viewer.
