Changeset 27582 for trunk/Ohana/src/addstar/test/relphot.dvo
- Timestamp:
- Apr 2, 2010, 3:56:51 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/addstar/test/relphot.dvo (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/addstar/test/relphot.dvo
r27435 r27582 2 2 3 3 input tap.dvo 4 5 macro test.all 6 test.relphot PS1_DEV_0 PS1_V1 7 test.relphot PS1_DEV_1 PS1_V1 8 test.relphot PS1_V1 PS1_V1 9 test.relphot PS1_V2 PS1_V1 10 test.relphot PS1_DEV_0 PS1_V2 11 test.relphot PS1_DEV_1 PS1_V2 12 test.relphot PS1_V1 PS1_V2 13 test.relphot PS1_V2 PS1_V2 14 end 4 15 5 16 list offset … … 12 23 # create a populated catdir with a couple of cmf files 13 24 macro test.relphot 25 if ($0 != 3) 26 echo "test.relphot (cmftype) (dvotype)" 27 break 28 end 14 29 15 30 tapPLAN 4 … … 22 37 for i 0 $offset:n 23 38 mkinput $offset:$i 24 exec mkcmf test.in.txt test.cmf -date 2008/1/1 -time $i\:00:00 -radec $RA $DEC 25 exec addstar -D CATDIR catdir.test -D CAMERA simtest test.cmf 39 exec mkcmf test.in.txt test.cmf -date 2008/1/1 -time $i\:00:00 -radec $RA $DEC -type $1 40 exec addstar -D CATDIR catdir.test -D CAMERA simtest test.cmf -D CATFORMAT $2 26 41 end 27 42
Note:
See TracChangeset
for help on using the changeset viewer.
