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/warp.pro

    r19545 r19559  
    272272    book getword warpPendingSkyCell $pageName tess_id -var TESS_DIR
    273273    book getword warpPendingSkyCell $pageName exp_tag -var EXP_TAG
     274    book getword warpPendingSkyCell $pageName state -var RUN_STATE
    274275
    275276    # set the host and workdir based on the skycell hash
     
    283284    stderr $LOGDIR/warp.skycell.log
    284285
    285     $run = warp_skycell.pl --threads @MAX_THREADS@ --warp_id $WARP_ID --skycell_id $SKYCELL_ID --tess_dir $TESS_DIR --camera $CAMERA --outroot $outroot --redirect-output
     286    $run = warp_skycell.pl --threads @MAX_THREADS@ --warp_id $WARP_ID --skycell_id $SKYCELL_ID --tess_dir $TESS_DIR --camera $CAMERA --outroot $outroot --redirect-output --run-state $RUN_STATE
    286287    add_standard_args run
    287288
Note: See TracChangeset for help on using the changeset viewer.