IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18606


Ignore:
Timestamp:
Jul 17, 2008, 3:05:22 PM (18 years ago)
Author:
eugene
Message:

renamed the two scripts

File:
1 edited

Legend:

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

    r18568 r18606  
    145145    stderr $LOGDIR/detresid.run.log
    146146
    147     $run = detrend_resid.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
     147    $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
     148
    148149    if ("$REDUCTION" != "NULL")
    149150      $run = $run --reduction $REDUCTION
     
    262263    stderr $LOGDIR/detresid.exp.run.log
    263264
    264     $run = detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITERATION --exp_id $EXP_ID --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA --outroot $outroot --redirect-output --verbose
     265    $run = detrend_resid_exp.pl --det_id $DET_ID --iteration $ITERATION --exp_id $EXP_ID --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA --outroot $outroot --redirect-output --verbose
     266
    265267    add_standard_args run
    266268
Note: See TracChangeset for help on using the changeset viewer.