Changeset 18048 for trunk/ippTasks/detrend.process.pro
- Timestamp:
- Jun 10, 2008, 8:46:59 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.process.pro (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.process.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 detPendingProcessedImfile … … 71 68 72 69 stdout NULL 73 stderr $LOG SUBDIR/detproc.imfile.log70 stderr $LOGDIR/detproc.imfile.load.log 74 71 75 72 task.exec … … 152 149 end 153 150 154 stdout $ logfile155 stderr $ logfile151 stdout $LOGDIR/detproc.imfile.run.log 152 stderr $LOGDIR/detproc.imfile.run.log 156 153 dirname $logfile -var outpath 157 154 … … 159 156 mkdir $outpath 160 157 161 $run = detrend_process_imfile.pl --det_id $DET_ID --exp_id $EXP_ID --det_type $DET_TYPE --class_id $CLASS_ID --exp_tag $EXP_TAG --input_uri $URI --camera $CAMERA --outroot $outroot 158 $run = detrend_process_imfile.pl --det_id $DET_ID --exp_id $EXP_ID --det_type $DET_TYPE --class_id $CLASS_ID --exp_tag $EXP_TAG --input_uri $URI --camera $CAMERA --outroot $outroot --redirect-output 162 159 if ("$REDUCTION" != "NULL") 163 160 $run = $run --reduction $REDUCTION … … 199 196 200 197 stdout NULL 201 stderr $LOG SUBDIR/detproc.exp.log198 stderr $LOGDIR/detproc.exp.load.log 202 199 203 200 task.exec … … 271 268 sprintf outroot "%s/%s.%s.%s/%s/%s.detproc.%s" $WORKDIR $CAMERA $DET_TYPE $DET_ID $EXP_TAG $EXP_TAG $DET_ID 272 269 273 ## generate output log based on filerule (convert the URI to a PATH) 274 $logfile = `ipp_filename.pl --touch --filerule LOG.EXP --camera $CAMERA --class_id NONE --basename $outroot` 275 if ("$logfile" == "") 276 echo "WARNING: logfile not defined in detrend.process.pro:282" 277 break 278 end 279 280 stdout $logfile 281 stderr $logfile 282 dirname $logfile -var outpath 283 mkdir $outpath 284 285 $run = detrend_process_exp.pl --det_id $DET_ID --exp_id $EXP_ID --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA --outroot $outroot 270 stdout $LOGDIR/detproc.exp.run.log 271 stderr $LOGDIR/detproc.exp.run.log 272 273 $run = detrend_process_exp.pl --det_id $DET_ID --exp_id $EXP_ID --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA --outroot $outroot --redirect-output 286 274 if ("$REDUCTION" != "NULL") 287 275 $run = $run --reduction $REDUCTION
Note:
See TracChangeset
for help on using the changeset viewer.
