Changeset 13683 for trunk/ippTasks/detrend.norm.pro
- Timestamp:
- Jun 6, 2007, 1:42:40 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.norm.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.norm.pro
r12697 r13683 164 164 165 165 if ("$WORKDIR" == "NULL") 166 $out root= `pwd`167 else 168 $out root= `ipp_datapath.pl $WORKDIR`169 end 170 $out root = $outroot/$CAMERA.$DET_TYPE.$DET_ID171 $logfile = $out root/norm.$DET_ID.$ITERATION.log166 $outpath = `pwd` 167 else 168 $outpath = `ipp_datapath.pl $WORKDIR` 169 end 170 $outpath = $outpath/$CAMERA.$DET_TYPE.$DET_ID 171 $logfile = $outpath/$CAMERA.$DET_TYPE.norm.$DET_ID.$ITERATION.log 172 172 stdout $logfile 173 173 stderr $logfile 174 exec mkdir -p $out root174 exec mkdir -p $outpath 175 175 176 176 $run = detrend_norm_calc.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE … … 287 287 # XXX use ipp_filename.pl to lookup output file names 288 288 if ("$WORKDIR" == "NULL") 289 $out root= `pwd`290 else 291 $out root= `ipp_datapath.pl $WORKDIR`292 end 293 $out root = $outroot/$CAMERA.$DET_TYPE.$DET_ID294 $logfile = $out root/norm.$DET_ID.$ITERATION.$CLASS_ID.log289 $outpath = `pwd` 290 else 291 $outpath = `ipp_datapath.pl $WORKDIR` 292 end 293 $outpath = $outpath/$CAMERA.$DET_TYPE.$DET_ID 294 $logfile = $outpath/$CAMERA.$DET_TYPE.norm.$DET_ID.$ITERATION.$CLASS_ID.log 295 295 stdout $logfile 296 296 stderr $logfile 297 exec mkdir -p $out root297 exec mkdir -p $outpath 298 298 299 299 $run = detrend_norm_apply.pl --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --value $NORM --input_uri $URI --camera $CAMERA --det_type $DET_TYPE … … 407 407 # XXX add $WORKDIR/$LOG_DIR 408 408 if ("$WORKDIR" == "NULL") 409 $out root= `pwd`410 else 411 $out root= `ipp_datapath.pl $WORKDIR`412 end 413 $out root = $outroot/$CAMERA.$DET_TYPE.$DET_ID414 $logfile = $out root/norm.$DET_ID.$ITERATION.log409 $outpath = `pwd` 410 else 411 $outpath = `ipp_datapath.pl $WORKDIR` 412 end 413 $outpath = $outpath/$CAMERA.$DET_TYPE.$DET_ID 414 $logfile = $outpath/$CAMERA.$DET_TYPE.norm.$DET_ID.$ITERATION.log 415 415 stdout $logfile 416 416 stderr $logfile 417 exec mkdir -p $out root417 exec mkdir -p $outpath 418 418 419 419 $run = detrend_norm_exp.pl --det_id $DET_ID --iteration $ITERATION --camera $CAMERA --det_type $DET_TYPE
Note:
See TracChangeset
for help on using the changeset viewer.
