IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 2, 2007, 5:43:57 PM (19 years ago)
Author:
Paul Price
Message:

Updating to use new ippTools system, where the chip and camera phases take identifiers for those phases, instead of exp_tag. Also want exp_id so the filename can be set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/camera.pro

    r12126 r12214  
    7777  task.exit    0
    7878    # convert 'stdout' to book format
    79     ipptool2book stdout camPendingExp -key exp_tag -uniq -setword dbname $options:0
     79    ipptool2book stdout camPendingExp -key cam_id -uniq -setword dbname $options:0
    8080    if ($VERBOSE > 2)
    8181      book listbook camPendingExp
     
    114114    book setword camPendingExp $pageName state RUN
    115115    book getword camPendingExp $pageName camera -var CAMERA
    116     book getword camPendingExp $pageName exp_tag -var EXP_TAG
     116    book getword camPendingExp $pageName exp_id -var EXP_ID
     117    book getword camPendingExp $pageName cam_id -var CAM_ID
    117118    book getword camPendingExp $pageName workdir -var WORKDIR
    118119    book getword camPendingExp $pageName dbname -var DBNAME
     
    139140    # create the command line
    140141    if ($VERBOSE > 1)
    141       echo command camera_exp.pl --exp_tag $EXP_TAG $ARGS
     142      echo command camera_exp.pl --exp_id $EXP_ID --cam_id $CAM_ID --camera $CAMERA $ARGS
    142143    end
    143     command camera_exp.pl --exp_tag $EXP_TAG --camera $CAMERA $ARGS
     144    command camera_exp.pl --exp_id $EXP_ID --cam_id $CAM_ID --camera $CAMERA $ARGS
    144145  end
    145146
Note: See TracChangeset for help on using the changeset viewer.