IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24487 for trunk/ippTasks


Ignore:
Timestamp:
Jun 18, 2009, 10:55:36 AM (17 years ago)
Author:
Paul Price
Message:

Adding reduction classes to warp stage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/warp.pro

    r24195 r24487  
    297297    # XXX change tess_id to tess_dir when schema is changed
    298298    book getword warpPendingSkyCell $pageName tess_id -var TESS_DIR
     299    book getword warpPendingSkyCell $pageName reduction -var REDUCTION
    299300    book getword warpPendingSkyCell $pageName exp_tag -var EXP_TAG
    300301    book getword warpPendingSkyCell $pageName state -var RUN_STATE
     
    317318    stderr $LOGDIR/warp.skycell.log
    318319
    319     $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
     320    $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 --reduction $REDUCTION --camera $CAMERA --outroot $outroot --redirect-output --run-state $RUN_STATE $MAGICKED_ARG
    320321    add_standard_args run
    321322
Note: See TracChangeset for help on using the changeset viewer.