IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 24, 2019, 2:57:20 AM (7 years ago)
Author:
cclin33
Message:

update for addstar tasks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/addstar.pro

    r40803 r41213  
    405405
    406406  ## we want only a single outstanding addstar job. 
    407   host         local
    408   npending     1
     407#  host         local
     408  npending     100
    409409
    410410  task.exec
     
    433433    book getword addPendingExp $pageName image_only -var IMAGE_ONLY
    434434    book getword addPendingExp $pageName dbname -var DBNAME
    435 
     435    book getword addPendingExp $pageName dvodbhost  -var DVODBHOST
     436
     437    host -required $DVODBHOST
    436438
    437439    # specify choice of remote host based on camera and chip (class_id)
     
    478480    stderr $LOGDIR/addstar.exp.log
    479481
    480     $run = addstar_run.pl --add_id $ADD_ID --camera $CAMERA --dvodb $DVODB --stage $STAGE --stageroot $STAGEROOT --outroot $outroot --redirect-output
     482    $run = addstar_run.pl --add_id $ADD_ID --camera $CAMERA --dvodb $DVODB --stage $STAGE --stageroot $STAGEROOT --outroot $outroot --redirect-output --dvodbhost $DVODBHOST
    481483    if ("$REDUCTION" != "NULL")
    482484      $run = $run --reduction $REDUCTION
Note: See TracChangeset for help on using the changeset viewer.