IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

updates from eam_branch_20080706

File:
1 edited

Legend:

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

    r18568 r18607  
    151151    sprintf outroot "%s/%s.%s.%s/%s.%s.normstat.%s.%s" $WORKDIR $CAMERA $DET_TYPE $DET_ID $CAMERA $DET_TYPE $DET_ID $ITERATION
    152152
    153     ## generate output log
    154     $logfile = `ipp_filename.pl --touch --filerule LOG.EXP --camera $CAMERA --class_id NONE --basename $outroot`
    155 
    156     stdout $logfile
    157     stderr $logfile
    158     dirname $logfile -var outpath
    159     mkdir $outpath
    160 
    161     $run = detrend_norm_calc.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --outroot $outroot
     153    stdout $LOGDIR/detrend.normstat.log
     154    stderr $LOGDIR/detrend.normstat.log
     155
     156    $run = detrend_norm_calc.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --outroot $outroot --redirect-output
    162157    add_standard_args run
    163158
     
    379374    sprintf outroot "%s/%s.%s.%s/%s.%s.normexp.%s.%s" $WORKDIR $CAMERA $DET_TYPE $DET_ID $CAMERA $DET_TYPE $DET_ID $ITERATION
    380375
    381     ## generate output log (NOT based on filerule?)
    382     $logfile = `ipp_filename.pl --touch --filerule LOG.EXP --camera $CAMERA --class_id NONE --basename $outroot`
    383 
    384     stdout $logfile
    385     stderr $logfile
    386     dirname $logfile -var outpath
    387     mkdir $outpath
     376    stdout $LOGDIR/detrend.norm.run.log
     377    stderr $LOGDIR/detrend.norm.run.log
    388378
    389379    $run = detrend_norm_exp.pl --det_id $DET_ID --iteration $ITERATION --camera $CAMERA --det_type $DET_TYPE  --outroot $outroot
Note: See TracChangeset for help on using the changeset viewer.