Index: trunk/ippTasks/camera.pro
===================================================================
--- trunk/ippTasks/camera.pro	(revision 12125)
+++ trunk/ippTasks/camera.pro	(revision 12126)
@@ -129,6 +129,5 @@
     $outroot = `ipp_datapath.pl $WORKDIR`
     $outroot = $outroot/$EXP_TAG
-    # $logfile = `ipp_filename.pl CAMERA.LOG $outroot $CLASS_ID`
-    $logfile = $outroot/$EXP_TAG.$CLASS_ID.cam.log
+    $logfile = $outroot/cam.log
     stdout $logfile
     stderr $logfile
Index: trunk/ippTasks/chip.pro
===================================================================
--- trunk/ippTasks/chip.pro	(revision 12125)
+++ trunk/ippTasks/chip.pro	(revision 12126)
@@ -136,6 +136,5 @@
     $outroot = `ipp_datapath.pl $WORKDIR`
     $outroot = $outroot/$EXP_TAG
-    # $logfile = `ipp_filename.pl CHIP.LOG $outroot $CLASS_ID`
-    $logfile = $outroot/$EXP_TAG.$CLASS_ID.chip.log
+    $logfile = $outroot/chip.$CLASS_ID.log
     stdout $logfile
     stderr $logfile
Index: trunk/ippTasks/detrend.norm.pro
===================================================================
--- trunk/ippTasks/detrend.norm.pro	(revision 12125)
+++ trunk/ippTasks/detrend.norm.pro	(revision 12126)
@@ -168,5 +168,5 @@
     $outroot = `ipp_datapath.pl $WORKDIR`
     $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID
-    $logfile = $outroot/$CAMERA.$DET_TYPE.reject.$DET_ID.$ITERATION.log
+    $logfile = $outroot/norm.$DET_ID.$ITERATION.log
     stdout $logfile
     stderr $logfile
@@ -282,5 +282,5 @@
     $outroot = `ipp_datapath.pl $WORKDIR`
     $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID
-    $logfile = $outroot/$CAMERA.$DET_TYPE.$DET_ID.$ITERATION.log
+    $logfile = $outroot/norm.$DET_ID.$ITERATION.$CLASS_ID.log
     stdout $logfile
     stderr $logfile
@@ -393,5 +393,5 @@
     $outroot = `ipp_datapath.pl $WORKDIR`
     $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID
-    $logfile = $outroot/$CAMERA.$DET_TYPE.$DET_ID.$ITERATION.log
+    $logfile = $outroot/norm.$DET_ID.$ITERATION.log
     stdout $logfile
     stderr $logfile
Index: trunk/ippTasks/detrend.process.pro
===================================================================
--- trunk/ippTasks/detrend.process.pro	(revision 12125)
+++ trunk/ippTasks/detrend.process.pro	(revision 12126)
@@ -157,5 +157,5 @@
     $outroot = `ipp_datapath.pl $WORKDIR`
     $outroot = $outroot/$EXP_TAG
-    $logfile = $outroot/$EXP_TAG.detproc.$DET_ID.$CLASS_ID.log
+    $logfile = $outroot/detproc.$DET_ID.$CLASS_ID.log
     stdout $logfile
     stderr $logfile
@@ -270,5 +270,5 @@
     $outroot = `ipp_datapath.pl $WORKDIR`
     $outroot = $outroot/$EXP_TAG
-    $logfile = $outroot/$EXP_TAG.detproc.$DET_ID.$ITERATION.log
+    $logfile = $outroot/detproc.$DET_ID.$ITERATION.log
     stdout $logfile
     stderr $logfile
Index: trunk/ippTasks/detrend.reject.pro
===================================================================
--- trunk/ippTasks/detrend.reject.pro	(revision 12125)
+++ trunk/ippTasks/detrend.reject.pro	(revision 12126)
@@ -136,5 +136,5 @@
     $outroot = `ipp_datapath.pl $WORKDIR`
     $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID
-    $logfile = $outroot/$CAMERA.$DET_TYPE.reject.$DET_ID.$ITERATION.log
+    $logfile = $outroot/reject.$DET_ID.$ITERATION.log
     stdout $logfile
     stderr $logfile
Index: trunk/ippTasks/detrend.resid.pro
===================================================================
--- trunk/ippTasks/detrend.resid.pro	(revision 12125)
+++ 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
Index: trunk/ippTasks/detrend.stack.pro
===================================================================
--- trunk/ippTasks/detrend.stack.pro	(revision 12125)
+++ trunk/ippTasks/detrend.stack.pro	(revision 12126)
@@ -138,5 +138,5 @@
     $outroot = `ipp_datapath.pl $WORKDIR`
     $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID
-    $logfile = $outroot/$CAMERA.$DET_TYPE.stack.$DET_ID.$ITERATION.$CLASS_ID.log
+    $logfile = $outroot/detstack.$DET_ID.$ITERATION.$CLASS_ID.log
     stdout $logfile
     stderr $logfile
Index: trunk/ippTasks/register.pro
===================================================================
--- trunk/ippTasks/register.pro	(revision 12125)
+++ trunk/ippTasks/register.pro	(revision 12126)
@@ -155,6 +155,5 @@
     $outroot = `ipp_datapath.pl $WORKDIR`
     $outroot = $outroot/$EXP_TAG
-    # $logfile = `ipp_filename.pl REGISTER.LOG $outroot $CLASS_ID`
-    $logfile = $outroot/$EXP_TAG.$CLASS_ID.reg.log
+    $logfile = $outroot/reg.$CLASS_ID.log
     stdout $logfile
     stderr $logfile
