IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23549


Ignore:
Timestamp:
Mar 26, 2009, 9:02:10 AM (17 years ago)
Author:
eugene
Message:

supply deburned state to chip_imfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/chip.pro

    r23439 r23549  
    143143    book getword chipPendingImfile $pageName exp_tag -var EXP_TAG
    144144    book getword chipPendingImfile $pageName raw_magicked -var RAW_MAGICKED
     145    book getword chipPendingImfile $pageName deburned -var DEBURNED
    145146    book getword chipPendingImfile $pageName chip_id -var CHIP_ID
    146147    book getword chipPendingImfile $pageName chip_imfile_id -var CHIP_IMFILE_ID
     
    178179    stderr $LOGDIR/chip.imfile.log
    179180
    180     $run = chip_imfile.pl --threads @MAX_THREADS@ --exp_id $EXP_ID --chip_id $CHIP_ID --chip_imfile_id $CHIP_IMFILE_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA --run-state $RUN_STATE $MAGICKED_ARG --outroot $outroot --redirect-output
     181    $run = chip_imfile.pl --threads @MAX_THREADS@ --exp_id $EXP_ID --chip_id $CHIP_ID --chip_imfile_id $CHIP_IMFILE_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA --run-state $RUN_STATE $MAGICKED_ARG --deburned $DEBURNED --outroot $outroot --redirect-output
    181182    if ("$REDUCTION" != "NULL")
    182183      $run = $run --reduction $REDUCTION
Note: See TracChangeset for help on using the changeset viewer.