Changeset 14693 for trunk/ippTasks/detrend.process.pro
- Timestamp:
- Aug 29, 2007, 3:15:26 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.process.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.process.pro
r14681 r14693 160 160 $outpath = `ipp_datapath.pl $WORKDIR` 161 161 end 162 $outpath = $outpath/$CAMERA.$DET_TYPE.$DET_ID/$EXP_TAG163 $outroot = $outpath/$EXP_TAG.detproc.$DET_ID162 sprintf outpath "%s/%s.%s.%s/%s" $outpath $CAMERA $DET_TYPE $DET_ID $EXP_TAG 163 sprintf outroot "%s/%s.detproc.%s" $outpath $EXP_TAG $DET_ID 164 164 $logfile = `ipp_filename.pl --filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot` 165 165 if ("$logfile" == "") 166 $logfile = $outroot.$CLASS_ID.log166 sprintf logfile "%s.%s.log" $outroot $CLASS_ID 167 167 end 168 168 … … 289 289 $outpath = `ipp_datapath.pl $WORKDIR` 290 290 end 291 $outpath = $outpath/$CAMERA.$DET_TYPE.$DET_ID/$EXP_TAG292 $outroot = $outpath/$EXP_TAG.detproc.$DET_ID291 sprintf outpath "%s/%s.%s.%s/%s" $outpath $CAMERA $DET_TYPE $DET_ID $EXP_TAG 292 sprintf outroot "%s/%s.detproc.%s" $outpath $EXP_TAG $DET_ID 293 293 $logfile = `ipp_filename.pl --filerule LOG.EXP --camera $CAMERA --class_id NONE --basename $outroot` 294 294 if ("$logfile" == "")
Note:
See TracChangeset
for help on using the changeset viewer.
