IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24448


Ignore:
Timestamp:
Jun 16, 2009, 3:03:18 PM (17 years ago)
Author:
Paul Price
Message:

Need to include camera.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap_mops/ippTasks/publish.pro

    r24444 r24448  
    156156    book setword publishRun $pageName pantaskState RUN
    157157    book getword publishRun $pageName pub_id -var PUB_ID
     158    book getword publishRun $pageName camera -var CAMERA
    158159    book getword publishRun $pageName workdir -var WORKDIR
    159160    book getword publishRun $pageName product -var PRODUCT
     
    165166    stderr $LOGDIR/publish.run.log
    166167
    167     $run = publish_file.pl --pub_id $PUB_ID --workdir $WORKDIR --product $PRODUCT --stage $STAGE --stage_id $STAGE_ID
     168    $run = publish_file.pl --pub_id $PUB_ID --camera $CAMERA --workdir $WORKDIR --product $PRODUCT --stage $STAGE --stage_id $STAGE_ID
    168169    add_standard_args run
    169170
Note: See TracChangeset for help on using the changeset viewer.