IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 22, 2013, 10:21:41 AM (13 years ago)
Author:
eugene
Message:

add a complete test suite using real gpc1 data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20121219/ippToPsps/test/sastest.sh

    r35015 r35018  
    11#!/bin/csh -f
     2
     3set stackqueuename = 0
     4if ($#argv > 0) then
     5  set stackqueuename = $1
     6  echo "stackqueue: $stackqueuename"
     7endif
    28
    39# a bit crude : get the datadir path by interpolation of the PATH element for psconfig
     
    2329set stackbatch  = 1
    2430
    25 set OUTDIR = "testdata"
     31set OUTDIR = "sas12"
    2632set queuename = "test"
    2733
    2834if ($mkgpc1) then
    29   #addstar -D CAMERA gpc1 sas12.test.psps/o5745g0620o.356996.cm.473458.smf -D CATDIR catdir.sas12
    30   #addstar -D CAMERA gpc1 sas12.test.psps/RINGS.V3.skycell.1225.070.stk.1032983.skycal.40531.cmf -D CATDIR catdir.sas12
    3135  mksasdata.dvo
    3236endif
     
    9599IPP_PSPS
    961000
    97 catdir.cam
    98 $OUTDIR/catdir.cam
    99 9
    100 11
    101 19
    102 21
     101catdir.sas12
     102$OUTDIR/catdir.sas12
     103330
     104340
     105-8
     1062
    1031071
    104108$OUTDIR
     
    137141IPP_PSPS
    1381420
    139 catdir.stk
    140 $OUTDIR/catdir.stk
    141 9
    142 11
    143 19
    144 21
     143catdir.sas12
     144$OUTDIR/catdir.sas12
     145330
     146340
     147-8
     1482
    1451491
    146150$OUTDIR
Note: See TracChangeset for help on using the changeset viewer.