IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2006, 10:40:11 AM (20 years ago)
Author:
eugene
Message:

update the tests

Location:
trunk/Ohana/test/addstar/image.sa
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/test/addstar/image.sa

    • Property svn:ignore set to
      catdir.*
  • trunk/Ohana/test/addstar/image.sa/dvocheck

    r8463 r8522  
    88
    99catdir $argv:0
     10$KAPA = kapa -nomap
    1011
    1112if ("$argv:1" == "megacam")
     
    1415
    1516if ("$argv:1" == "asca")
    16   region XX XX
     17  resize -g 800 420
     18  usleep 200000
     19  region 60 0 90 ait
    1720end
    1821
    19 images
    20 pmeasure -all -m 10 15
     22mextract ra
     23if (ra[] == 0)
     24  echo "no stars found for $1"
     25  exit 1
     26end
     27
     28echo "found ra[] stars"
    2129exit 0
Note: See TracChangeset for help on using the changeset viewer.