Index: trunk/psModules/src/detrend/pmFringeStats.c
===================================================================
--- trunk/psModules/src/detrend/pmFringeStats.c	(revision 9539)
+++ trunk/psModules/src/detrend/pmFringeStats.c	(revision 9541)
@@ -3,6 +3,6 @@
  *  @author Eugene Magnier, IfA
  *
- *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-09-20 02:36:36 $
+ *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-10-13 22:11:02 $
  *
  *  Copyright 2004 IfA
@@ -600,5 +600,5 @@
     }
 
-    if (psTraceGetLevel(__func__) >= 5) {
+    if (psTraceGetLevel("psModules.detrend") >= 5) {
         printf("From %d points:\n", numPoints);
         for (int i = 0; i < numCoeffs; i++) {
@@ -802,5 +802,5 @@
     pmFringeStats *scienceStats = pmFringeStatsMeasure(fringes, readout, maskVal);
 
-    if (psTraceGetLevel(__func__) > 9) {
+    if (psTraceGetLevel("psModules.detrend") > 9) {
         for (int i = 0; i < fringes->nRequested; i++) {
             printf("%f", scienceStats->f->data.F32[i]);
Index: trunk/psModules/src/detrend/pmSubtractSky.c
===================================================================
--- trunk/psModules/src/detrend/pmSubtractSky.c	(revision 9539)
+++ trunk/psModules/src/detrend/pmSubtractSky.c	(revision 9541)
@@ -6,6 +6,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.6 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-09-15 09:49:01 $
+ *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-10-13 22:11:02 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -231,5 +231,5 @@
     }
 
-    if (psTraceGetLevel(".psModule.pmSubtractSky.buildPolyTerms") >= 10) {
+    if (psTraceGetLevel("psModules.detrend") >= 10) {
         for (i=0; i < localPolyTerms ; i++) {
             printf("x^%d * y^%d\n", polyTerms[i][0], polyTerms[i][1]);
Index: trunk/psModules/src/imcombine/pmReadoutCombine.c
===================================================================
--- trunk/psModules/src/imcombine/pmReadoutCombine.c	(revision 9539)
+++ trunk/psModules/src/imcombine/pmReadoutCombine.c	(revision 9541)
@@ -5,6 +5,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-09-20 02:36:36 $
+ *  @version $Revision: 1.27 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-10-13 22:11:02 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -282,5 +282,5 @@
             minInputCols - output->col0, maxInputCols - output->col0,
             minInputRows - output->row0, maxInputRows - output->row0);
-    if (psTraceGetLevel(__func__) >= 3) {
+    if (psTraceGetLevel("psModules.imcombine") >= 3) {
         for (int r = 0; r < inputs->n; r++) {
             pmReadout *readout = inputs->data[r]; // Input readout
@@ -309,5 +309,5 @@
         #if 0
 
-        if (psTraceGetLevel(__func__) > 9) {
+        if (psTraceGetLevel("psModules.imcombine") > 9) {
             printf("Processing row %d\r", i);
             fflush(stdout);
@@ -390,5 +390,5 @@
     }
     #if 0
-    if (psTraceGetLevel(__func__) > 9) {
+    if (psTraceGetLevel("psModules.imcombine") > 9) {
         printf("\n");
     }
Index: trunk/psModules/src/objects/pmSourceFitModel.c
===================================================================
--- trunk/psModules/src/objects/pmSourceFitModel.c	(revision 9539)
+++ trunk/psModules/src/objects/pmSourceFitModel.c	(revision 9541)
@@ -6,6 +6,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.11 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-10-13 02:29:14 $
+ *  @version $Revision: 1.12 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-10-13 22:11:02 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -399,5 +399,5 @@
     psFree (oneParMax);
 
-    if (psTraceGetLevel(__func__) >= 5) {
+    if (psTraceGetLevel("psModules.objects") >= 5) {
         for (int i = 0; i < params->n; i++) {
             fprintf (stderr, "%d %f %d\n", i, params->data.F32[i], constrain->paramMask->data.U8[i]);
