Changeset 18048 for trunk/ippTasks/detrend.norm.pro
- Timestamp:
- Jun 10, 2008, 8:46:59 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.norm.pro (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.norm.pro
r17699 r18048 5 5 # test for required global variables 6 6 check.globals 7 8 $LOGSUBDIR = $LOGDIR/detrend9 exec mkdir -p $LOGSUBDIR10 7 11 8 book init detPendingNormStatImfile … … 84 81 85 82 stdout NULL 86 stderr $LOG SUBDIR/detrend.normstat.log83 stderr $LOGDIR/detrend.normstat.load.log 87 84 88 85 task.exec … … 199 196 200 197 stdout NULL 201 stderr $LOG SUBDIR/detrend.norm.log198 stderr $LOGDIR/detrend.norm.load.log 202 199 203 200 task.exec … … 272 269 sprintf outroot "%s/%s.%s.%s/%s.%s.norm.%s.%s" $WORKDIR $CAMERA $DET_TYPE $DET_ID $CAMERA $DET_TYPE $DET_ID $ITERATION 273 270 274 ## generate output log 275 $logfile = `ipp_filename.pl --touch --filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot` 276 277 stdout $logfile 278 stderr $logfile 279 dirname $logfile -var outpath 280 mkdir $outpath 281 282 $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 --outroot $outroot 271 stdout $LOGDIR/detrend.norm.run.log 272 stderr $LOGDIR/detrend.norm.run.log 273 274 $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 --outroot $outroot --redirect-output 283 275 add_standard_args run 284 276 … … 317 309 318 310 stdout NULL 319 stderr $LOG SUBDIR/detrend.normexp.log311 stderr $LOGDIR/detrend.normexp.load.log 320 312 321 313 task.exec
Note:
See TracChangeset
for help on using the changeset viewer.
