Changeset 38441 for trunk/Ohana/src/addstar/test/relphot.dvo
- Timestamp:
- Jun 12, 2015, 6:18:23 PM (11 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
src/addstar/test (modified) (2 props)
-
src/addstar/test/relphot.dvo (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ohana.20150429 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/addstar/test
- Property svn:ignore
-
old new 17 17 relphot.Mcal.dMcal.png 18 18 catdir.wise.test 19 dvo.photcodes 20 ptolemy.rc 21 tap.log
-
- Property svn:mergeinfo set to
- Property svn:ignore
-
trunk/Ohana/src/addstar/test/relphot.dvo
r35760 r38441 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.
