IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 25, 2009, 4:56:06 PM (17 years ago)
Author:
eugene
Message:

supply reduction to stack_skycell.pl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/stack.pro

    r24595 r24603  
    145145    book getword stackSumSkyfile $pageName skycell_id -var SKYCELL_ID
    146146    book getword stackSumSkyfile $pageName workdir -var WORKDIR_TEMPLATE
     147    book getword stackSumSkyfile $pageName reduction -var REDUCTION
    147148    book getword stackSumSkyfile $pageName dbname -var DBNAME
    148149    book getword stackSumSkyfile $pageName state -var RUN_STATE
     
    163164
    164165    $run = stack_skycell.pl --threads @MAX_THREADS@ --stack_id $STACK_ID --outroot $outroot --redirect-output --run-state $RUN_STATE
     166    if ("$REDUCTION" != "NULL")
     167      $run = $run --reduction $REDUCTION
     168    end
    165169    add_standard_args run
    166170
Note: See TracChangeset for help on using the changeset viewer.