Changeset 18082
- Timestamp:
- Jun 11, 2008, 11:07:14 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.process.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.process.pro
r18048 r18082 142 142 sprintf outroot "%s/%s.%s.%s/%s/%s.detproc.%s" $WORKDIR $CAMERA $DET_TYPE $DET_ID $EXP_TAG $EXP_TAG $DET_ID 143 143 144 ## generate output log based on filerule (convert the URI to a PATH)145 $logfile = `ipp_filename.pl --touch --touch --filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot`146 if ("$logfile" == "")147 echo "WARNING: logfile not defined in detrend.process.pro:161"148 break149 end150 151 144 stdout $LOGDIR/detproc.imfile.run.log 152 145 stderr $LOGDIR/detproc.imfile.run.log 153 dirname $logfile -var outpath154 155 # XXX I need to report the error if this fails...156 mkdir $outpath157 146 158 147 $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
Note:
See TracChangeset
for help on using the changeset viewer.
