IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 15, 2008, 12:39:50 PM (18 years ago)
Author:
eugene
Message:

add verbose to commands

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/detrend.process.pro

    r18082 r18568  
    145145    stderr $LOGDIR/detproc.imfile.run.log
    146146
    147     $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
     147    $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 --verbose
    148148    if ("$REDUCTION" != "NULL")
    149149      $run = $run --reduction $REDUCTION
     
    260260    stderr $LOGDIR/detproc.exp.run.log
    261261
    262     $run = detrend_process_exp.pl --det_id $DET_ID --exp_id $EXP_ID --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA --outroot $outroot --redirect-output
     262    $run = detrend_process_exp.pl --det_id $DET_ID --exp_id $EXP_ID --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA --outroot $outroot --redirect-output --verbose
    263263    if ("$REDUCTION" != "NULL")
    264264      $run = $run --reduction $REDUCTION
Note: See TracChangeset for help on using the changeset viewer.