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/relastro.dvo

    r27435 r27582  
    22
    33input tap.dvo
     4
     5macro 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
     14end 
    415
    516# this set fails because the match radius does not equal the keep radius:
     
    3344# create a populated catdir with a couple of cmf files
    3445macro test.relastro
     46  if ($0 != 3)
     47    echo "test.relastro (cmftype) (dvotype)"
     48    break
     49  end
    3550
    3651  tapPLAN 42
     
    4459  for i 0 $offset:n
    4560    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
    4863  end
    4964
Note: See TracChangeset for help on using the changeset viewer.