Index: trunk/ppStack/src/ppStackSources.c
===================================================================
--- trunk/ppStack/src/ppStackSources.c	(revision 27277)
+++ trunk/ppStack/src/ppStackSources.c	(revision 27278)
@@ -8,4 +8,6 @@
 
 //#define TESTING                         // Enable debugging output
+
+//#define ASTROMETRY                    // Correct astrometry?
 
 #ifdef TESTING
@@ -334,5 +336,5 @@
 
 
-#if 1
+#ifdef ASTROMETRY
     // Position offsets
     {
@@ -374,5 +376,5 @@
 #endif
 
-#ifdef TESTING
+#if (defined TESTING && defined ASTROMETRY)
         // Double check: all offsets should be zero
         {
