IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24707 for trunk/ippTasks


Ignore:
Timestamp:
Jul 7, 2009, 1:29:37 PM (17 years ago)
Author:
Paul Price
Message:

Name detection files published to datastore with output root name publish.PUB_ID.EXP_ID, after request from Larry to include 'FPA_ID' in the file name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/publish.pro

    r24515 r24707  
    161161    book getword publishRun $pageName stage -var STAGE
    162162    book getword publishRun $pageName stage_id -var STAGE_ID
     163    book getword publishRun $pageName exp_id -var EXP_ID
    163164    book getword publishRun $pageName dbname -var DBNAME
    164165
     
    169170    strsub $WORKDIR_TEMPLATE @HOST@ $default_host -var WORKDIR
    170171
    171     $run = publish_file.pl --pub_id $PUB_ID --camera $CAMERA --workdir $WORKDIR --product $PRODUCT --stage $STAGE --stage_id $STAGE_ID --redirect-output
     172    $run = publish_file.pl --pub_id $PUB_ID --exp_id $EXP_ID --camera $CAMERA --workdir $WORKDIR --product $PRODUCT --stage $STAGE --stage_id $STAGE_ID --redirect-output
    172173    add_standard_args run
    173174
Note: See TracChangeset for help on using the changeset viewer.