Changeset 11346 for trunk/ippTasks/detrend.resid.pro
- Timestamp:
- Jan 27, 2007, 3:52:52 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.resid.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.resid.pro
r11336 r11346 120 120 121 121 # XXX use ipp_filename.pl to lookup output file names 122 $ word = `basename $EXP_TAG | tr '.' ' '`123 list word -split $word124 $ base = $word:0125 stdout $ LOGSUBDIR/$base/$EXP_TAG.detresid.$DET_ID.$ITERATION.$CLASS_ID.log126 stderr $ LOGSUBDIR/$base/$EXP_TAG.detresid.$DET_ID.$ITERATION.$CLASS_ID.log127 exec mkdir -p $ LOGSUBDIR/$base122 $outroot = `ipp_datapath.pl $WORKDIR` 123 $outroot = $outroot/$EXP_TAG 124 $logfile = $outroot/$EXP_TAG.$CLASS_ID.detresid.$DET_ID.$ITERATION.log 125 stdout $logfile 126 stderr $logfile 127 exec mkdir -p $outroot 128 128 129 129 # save the pageName for future reference below … … 235 235 236 236 # XXX use ipp_filename.pl to lookup output file names 237 $ word = `basename $EXP_TAG | tr '.' ' '`238 list word -split $word239 $ base = $word:0240 stdout $ LOGSUBDIR/$base/$EXP_TAG.detresid.$DET_ID.$ITERATION.log241 stderr $ LOGSUBDIR/$base/$EXP_TAG.detresid.$DET_ID.$ITERATION.log242 exec mkdir -p $ LOGSUBDIR/$base237 $outroot = `ipp_datapath.pl $WORKDIR` 238 $outroot = $outroot/$EXP_TAG 239 $logfile = $outroot/$EXP_TAG.detresid.$DET_ID.$ITERATION.log 240 stdout $logfile 241 stderr $logfile 242 exec mkdir -p $outroot 243 243 244 244 # save the pageName for future reference below
Note:
See TracChangeset
for help on using the changeset viewer.
