Index: trunk/ippTasks/detrend.resid.pro
===================================================================
--- trunk/ippTasks/detrend.resid.pro	(revision 11546)
+++ trunk/ippTasks/detrend.resid.pro	(revision 12126)
@@ -156,5 +156,5 @@
     $outroot = `ipp_datapath.pl $WORKDIR`
     $outroot = $outroot/$EXP_TAG
-    $logfile = $outroot/$EXP_TAG.detresid.$DET_ID.$ITERATION.$CLASS_ID.log
+    $logfile = $outroot/detresid.$DET_ID.$ITERATION.$CLASS_ID.log
     stdout $logfile
     stderr $logfile
@@ -270,5 +270,5 @@
     $outroot = `ipp_datapath.pl $WORKDIR`
     $outroot = $outroot/$EXP_TAG
-    $logfile = $outroot/$EXP_TAG.detresid.$DET_ID.$ITERATION.log
+    $logfile = $outroot/detresid.$DET_ID.$ITERATION.log
     stdout $logfile
     stderr $logfile
