IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 9, 2007, 3:17:14 PM (19 years ago)
Author:
jhoblitt
Message:
  • fix inhere. workdir rawExp to chipRun
  • add option to supply workdir to addprocessedexp
  • add 'reduction' to newExp and rawExp
  • add inherit reduction from newexp -> rawExp and rawExp -> chipRun
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/scripts/regtest.sh

    r14059 r14091  
    88echo -e "YES\nipp\n\n" | pxadmin -recreate || exit 1
    99
    10 exp_id1=`$inject -newExp -tmp_exp_name t10 -tmp_inst gpc -tmp_telescope ps1 -workdir file::///some/path -simple` || exit 1
     10exp_id1=`$inject -newExp -tmp_exp_name t10 -tmp_inst gpc -tmp_telescope ps1 -workdir file::///some/path -reduction batman -simple` || exit 1
    1111
    1212for ID in `seq 0 3`; do
     
    1616$inject -updatenewExp -exp_id $exp_id1 -state run
    1717
    18 exp_id2=`$inject -newExp -tmp_exp_name t11 -tmp_inst gpc -tmp_telescope ps1 -workdir file::///some/path -simple` || exit 1
     18exp_id2=`$inject -newExp -tmp_exp_name t11 -tmp_inst gpc -tmp_telescope ps1 -workdir file::///some/path -reduction robin -simple` || exit 1
    1919
    2020for ID in `seq 0 3`; do
Note: See TracChangeset for help on using the changeset viewer.