Changeset 12747
- Timestamp:
- Apr 4, 2007, 3:18:39 PM (19 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 2 edited
-
detrend.process.pro (modified) (2 diffs)
-
detrend.resid.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.process.pro
r12697 r12747 158 158 $outroot = `ipp_datapath.pl $WORKDIR` 159 159 end 160 $outroot = $outroot/$ EXP_TAG160 $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID/$EXP_TAG 161 161 $logfile = $outroot/detproc.$DET_ID.$CLASS_ID.log 162 162 stdout $logfile … … 280 280 $outroot = `ipp_datapath.pl $WORKDIR` 281 281 end 282 $outroot = $outroot/$ EXP_TAG282 $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID/$EXP_TAG 283 283 $logfile = $outroot/detproc.$DET_ID.$ITERATION.log 284 284 stdout $logfile -
trunk/ippTasks/detrend.resid.pro
r12697 r12747 158 158 $outroot = `ipp_datapath.pl $WORKDIR` 159 159 end 160 $outroot = $outroot/$ EXP_TAG160 $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID/$EXP_TAG 161 161 $logfile = $outroot/detresid.$DET_ID.$ITERATION.$CLASS_ID.log 162 162 stdout $logfile … … 281 281 $outroot = `ipp_datapath.pl $WORKDIR` 282 282 end 283 $outroot = $outroot/$ EXP_TAG283 $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID/$EXP_TAG 284 284 $logfile = $outroot/detresid.$DET_ID.$ITERATION.log 285 285 stdout $logfile
Note:
See TracChangeset
for help on using the changeset viewer.
