IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 7, 2008, 2:35:28 PM (17 years ago)
Author:
eugene
Message:

adding chip_imfile_id, warp_skyfile_id, diff_skyfile_id

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/chip.pro

    r19465 r20932  
    133133    book getword chipPendingImfile $pageName exp_tag -var EXP_TAG
    134134    book getword chipPendingImfile $pageName chip_id -var CHIP_ID
     135    book getword chipPendingImfile $pageName chip_imfile_id -var CHIP_IMFILE_ID
    135136    book getword chipPendingImfile $pageName workdir -var WORKDIR_TEMPLATE
    136137    book getword chipPendingImfile $pageName class_id -var CLASS_ID
     
    160161    stderr $LOGDIR/chip.imfile.log
    161162
    162     $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
     163    $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 --outroot $outroot --redirect-output
    163164    if ("$REDUCTION" != "NULL")
    164165      $run = $run --reduction $REDUCTION
Note: See TracChangeset for help on using the changeset viewer.