IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18503


Ignore:
Timestamp:
Jul 13, 2008, 3:36:57 PM (18 years ago)
Author:
eugene
Message:

renaming reject_imfile to resid_exp and resid.pl to resid_imfile

Location:
branches/eam_branch_20080706
Files:
2 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080706/ippScripts/Build.PL

    r18358 r18503  
    4242        scripts/detrend_norm_apply.pl
    4343        scripts/detrend_norm_exp.pl
    44         scripts/detrend_resid.pl
    45         scripts/detrend_reject_imfile.pl
     44        scripts/detrend_resid_imfile.pl
     45        scripts/detrend_resid_exp.pl
    4646        scripts/detrend_reject_exp.pl
    4747        scripts/chip_imfile.pl
  • branches/eam_branch_20080706/ippTasks/detrend.resid.pro

    r18048 r18503  
    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
     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
    148148    if ("$REDUCTION" != "NULL")
    149149      $run = $run --reduction $REDUCTION
     
    262262    stderr $LOGDIR/detresid.exp.run.log
    263263
    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
     264    $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
    265265    add_standard_args run
    266266
Note: See TracChangeset for help on using the changeset viewer.