IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 2, 2010, 3:56:51 PM (16 years ago)
Author:
eugene
Message:

improve tests; extend mkcmf to other cmf types; modifications to support PS1_V2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/test/relphot.dvo

    r27435 r27582  
    22
    33input tap.dvo
     4
     5macro 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
     14end 
    415
    516list offset
     
    1223# create a populated catdir with a couple of cmf files
    1324macro test.relphot
     25  if ($0 != 3)
     26    echo "test.relphot (cmftype) (dvotype)"
     27    break
     28  end
    1429
    1530  tapPLAN 4
     
    2237  for i 0 $offset:n
    2338    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
    2641  end
    2742
Note: See TracChangeset for help on using the changeset viewer.