IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 15, 2008, 2:22:23 PM (18 years ago)
Author:
bills
Message:

pass state of run to the scripts to distinguish between 'new' and 'update'
processing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/camera.pro

    r19465 r19559  
    133133    book getword camPendingExp $pageName dbname -var DBNAME
    134134    book getword camPendingExp $pageName reduction -var REDUCTION
     135    book getword camPendingExp $pageName state -var RUN_STATE
    135136
    136137    # specify choice of remote host based on camera and chip (class_id)
     
    154155    stderr $LOGDIR/camera.exp.log
    155156
    156     $run = camera_exp.pl --exp_tag $EXP_TAG --cam_id $CAM_ID --camera $CAMERA --outroot $outroot --redirect-output
     157    $run = camera_exp.pl --exp_tag $EXP_TAG --cam_id $CAM_ID --camera $CAMERA --outroot $outroot --redirect-output --run-state $RUN_STATE
    157158    if ("$REDUCTION" != "NULL")
    158159      $run = $run --reduction $REDUCTION
Note: See TracChangeset for help on using the changeset viewer.