IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 23430 for trunk/ippTasks


Ignore:
Timestamp:
Mar 19, 2009, 12:01:31 PM (17 years ago)
Author:
bills
Message:

if the input chip run has been magicked set warpSkyfile.magicked to true

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/warp.pro

    r23230 r23430  
    289289    book getword warpPendingSkyCell $pageName exp_tag -var EXP_TAG
    290290    book getword warpPendingSkyCell $pageName state -var RUN_STATE
     291    book getword warpPendingSkyCell $pageName magicked -var CHIP_MAGICKED
     292    if ("$CHIP_MAGICKED" == "T")
     293        $MAGICKED_ARG = "-magicked"
     294    else
     295        $MAGICKED_ARG = ""
     296    end
     297
    291298
    292299    # set the host and workdir based on the skycell hash
     
    300307    stderr $LOGDIR/warp.skycell.log
    301308
    302     $run = warp_skycell.pl --threads @MAX_THREADS@ --warp_id $WARP_ID --warp_skyfile_id $WARP_SKYFILE_ID --skycell_id $SKYCELL_ID --tess_dir $TESS_DIR --camera $CAMERA --outroot $outroot --redirect-output --run-state $RUN_STATE
     309    $run = warp_skycell.pl --threads @MAX_THREADS@ --warp_id $WARP_ID --warp_skyfile_id $WARP_SKYFILE_ID --skycell_id $SKYCELL_ID --tess_dir $TESS_DIR --camera $CAMERA --outroot $outroot --redirect-output --run-state $RUN_STATE $MAGICKED_ARG
    303310    add_standard_args run
    304311
Note: See TracChangeset for help on using the changeset viewer.