Changeset 27582 for trunk/Ohana/src/addstar/test/relastro.dvo
- Timestamp:
- Apr 2, 2010, 3:56:51 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/addstar/test/relastro.dvo (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/test/relastro.dvo
r27435 r27582 2 2 3 3 input tap.dvo 4 5 macro test.all 6 test.relastro PS1_DEV_0 PS1_V1 7 test.relastro PS1_DEV_1 PS1_V1 8 test.relastro PS1_V1 PS1_V1 9 test.relastro PS1_V2 PS1_V1 10 test.relastro PS1_DEV_0 PS1_V2 11 test.relastro PS1_DEV_1 PS1_V2 12 test.relastro PS1_V1 PS1_V2 13 test.relastro PS1_V2 PS1_V2 14 end 4 15 5 16 # this set fails because the match radius does not equal the keep radius: … … 33 44 # create a populated catdir with a couple of cmf files 34 45 macro test.relastro 46 if ($0 != 3) 47 echo "test.relastro (cmftype) (dvotype)" 48 break 49 end 35 50 36 51 tapPLAN 42 … … 44 59 for i 0 $offset:n 45 60 mkinput $offset:$i 46 exec mkcmf test.in.txt test.cmf -date 2008/1/1 -time $i\:00:00 -radec $RA $DEC 47 exec addstar -D CATDIR catdir.test -D CAMERA simtest test.cmf 61 exec mkcmf test.in.txt test.cmf -date 2008/1/1 -time $i\:00:00 -radec $RA $DEC -type $1 62 exec addstar -D CATDIR catdir.test -D CAMERA simtest test.cmf -D CATFORMAT $2 48 63 end 49 64
Note:
See TracChangeset
for help on using the changeset viewer.
