IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19179


Ignore:
Timestamp:
Aug 23, 2008, 9:28:19 AM (18 years ago)
Author:
eugene
Message:

adding sample (commented-out) lines on update processing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/chip.pro

    r19126 r19179  
    130130    book getword chipPendingImfile $pageName dbname -var DBNAME
    131131    book getword chipPendingImfile $pageName reduction -var REDUCTION
     132    # book getword chipPendingImfile $pageName state -var RUN_STATE
    132133
    133134    # specify choice of local or remote host based on camera and chip (class_id)
     
    151152    stderr $LOGDIR/chip.imfile.log
    152153
    153     $run = chip_imfile.pl --threads @MAX_THREADS@ --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA --outroot $outroot --redirect-output
     154    # XXX EAM : use this line for update processing
     155    # $run = chip_imfile.pl --threads @MAX_THREADS@ --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA --run-state $RUN_STATE --outroot $outroot --redirect-output
     156    $run = chip_imfile.pl --threads @MAX_THREADS@ --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA --outroot $outroot --redirect-output
    154157    if ("$REDUCTION" != "NULL")
    155158      $run = $run --reduction $REDUCTION
Note: See TracChangeset for help on using the changeset viewer.