IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19126


Ignore:
Timestamp:
Aug 19, 2008, 12:30:19 PM (18 years ago)
Author:
eugene
Message:

adding thread request to commands

Location:
trunk/ippTasks
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/chip.pro

    r18607 r19126  
    151151    stderr $LOGDIR/chip.imfile.log
    152152
    153     $run = chip_imfile.pl --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA --outroot $outroot --redirect-output
     153    $run = chip_imfile.pl --threads @MAX_THREADS@ --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA --outroot $outroot --redirect-output
    154154    if ("$REDUCTION" != "NULL")
    155155      $run = $run --reduction $REDUCTION
  • trunk/ippTasks/detrend.process.pro

    r19090 r19126  
    179179    stderr $LOGDIR/detrend.process.imfile.log
    180180
    181     $run = detrend_process_imfile.pl --det_id $DET_ID --exp_id $EXP_ID --det_type $DET_TYPE --class_id $CLASS_ID --exp_tag $EXP_TAG --input_uri $URI --camera $CAMERA --outroot $outroot --redirect-output
     181    $run = detrend_process_imfile.pl --threads @MAX_THREADS@ --det_id $DET_ID --exp_id $EXP_ID --det_type $DET_TYPE --class_id $CLASS_ID --exp_tag $EXP_TAG --input_uri $URI --camera $CAMERA --outroot $outroot --redirect-output
    182182    if ("$REDUCTION" != "NULL")
    183183      $run = $run --reduction $REDUCTION
  • trunk/ippTasks/detrend.resid.pro

    r19089 r19126  
    177177    stderr $LOGDIR/detrend.resid.imfile.log
    178178
    179     $run = detrend_resid_imfile.pl --det_id $DET_ID --iteration $ITERATION --exp_id $EXP_ID --exp_tag $EXP_TAG --class_id $CLASS_ID --det_type $DET_TYPE --detrend $DET_URI --input_uri $URI --camera $CAMERA --mode $MODE --outroot $outroot --redirect-output --verbose
     179    $run = detrend_resid_imfile.pl --threads @MAX_THREADS@ --det_id $DET_ID --iteration $ITERATION --exp_id $EXP_ID --exp_tag $EXP_TAG --class_id $CLASS_ID --det_type $DET_TYPE --detrend $DET_URI --input_uri $URI --camera $CAMERA --mode $MODE --outroot $outroot --redirect-output --verbose
    180180
    181181    if ("$REDUCTION" != "NULL")
  • trunk/ippTasks/detrend.stack.pro

    r19089 r19126  
    142142    stderr $LOGDIR/detrend.stack.log
    143143
    144     $run = detrend_stack.pl --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --det_type $DET_TYPE --camera $CAMERA --outroot $outroot --redirect-output
     144    $run = detrend_stack.pl --threads @MAX_THREADS@ --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --det_type $DET_TYPE --camera $CAMERA --outroot $outroot --redirect-output
    145145    if ("$REDUCTION" != "NULL")
    146146      $run = $run --reduction $REDUCTION
  • trunk/ippTasks/warp.pro

    r19114 r19126  
    278278    stderr $LOGDIR/warp.skycell.log
    279279
    280     $run = warp_skycell.pl --warp_id $WARP_ID --skycell_id $SKYCELL_ID --tess_dir $TESS_DIR --camera $CAMERA --outroot $outroot --redirect-output
     280    $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
    281281    add_standard_args run
    282282
Note: See TracChangeset for help on using the changeset viewer.