IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35134 for trunk/ippTasks


Ignore:
Timestamp:
Feb 8, 2013, 11:50:49 AM (13 years ago)
Author:
bills
Message:

For warp_bg stage add column alt_cam_label. If set use the smf file
from that cam run for the astrometry. This is intended to be a
camRun with the nomal backckground subtraction.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/background.pro

    r28486 r35134  
    394394    book getword warpBackgroundRuns $pageName dbname -var DBNAME
    395395    book getword warpBackgroundRuns $pageName reduction -var REDUCTION
     396    book getword warpBackgroundRuns $pageName alt_cam_label -var ALT_CAM_LABEL
    396397
    397398    set.host.for.skycell $SKYCELL_ID
     
    402403    stderr $LOGDIR/bg.warp.run.log
    403404
    404     $run = background_warp.pl --threads @MAX_THREADS@ --warp_bg_id $WARP_BG_ID --skycell_id $SKYCELL_ID --tess_dir $TESS_DIR --camera $CAMERA --outroot $outroot --redirect-output
     405    $run = background_warp.pl --threads @MAX_THREADS@ --warp_bg_id $WARP_BG_ID --skycell_id $SKYCELL_ID --tess_dir $TESS_DIR --camera $CAMERA --exp_tag $EXP_TAG --outroot $outroot --redirect-output
    405406    if ("$REDUCTION" != "NULL")
    406407      $run = $run --reduction $REDUCTION
     408    end
     409    if ("$ALT_CAM_LABEL" != "NULL")
     410      $run = $run --alt_cam_label $ALT_CAM_LABEL
    407411    end
    408412    add_standard_args run
     
    446450
    447451  periods      -poll $LOADPOLL
    448 #  periods      -exec $LOADEXEC
    449452  periods      -exec 30
    450453  periods      -timeout 60
Note: See TracChangeset for help on using the changeset viewer.