Changeset 18607 for trunk/ippTasks/detrend.norm.pro
- Timestamp:
- Jul 17, 2008, 3:07:11 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.norm.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.norm.pro
r18568 r18607 151 151 sprintf outroot "%s/%s.%s.%s/%s.%s.normstat.%s.%s" $WORKDIR $CAMERA $DET_TYPE $DET_ID $CAMERA $DET_TYPE $DET_ID $ITERATION 152 152 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 162 157 add_standard_args run 163 158 … … 379 374 sprintf outroot "%s/%s.%s.%s/%s.%s.normexp.%s.%s" $WORKDIR $CAMERA $DET_TYPE $DET_ID $CAMERA $DET_TYPE $DET_ID $ITERATION 380 375 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 388 378 389 379 $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.
