Index: /trunk/Ohana/src/libdvo/include/dvo.h
===================================================================
--- /trunk/Ohana/src/libdvo/include/dvo.h	(revision 39607)
+++ /trunk/Ohana/src/libdvo/include/dvo.h	(revision 39608)
@@ -228,4 +228,6 @@
   ID_SECF_OBJ_EXT_PSPS  = 0x00002000, // In PSPS ID_SECF_OBJ_EXT is moved here so it fits within 16 bits 
   ID_SECF_STACK_PRIMARY = 0x00004000, // PS1 stack photometry comes from primary skycell
+  ID_SECF_STACK_BESTDET = 0x00008000, // PS1 stack best measurement is a detection (not forced)
+  ID_SECF_STACK_PRIMDET = 0x00010000, // PS1 stack primary measurement is a detection (not forced)
   ID_SECF_OBJ_EXT       = 0x01000000, // extended in this band
 
Index: /trunk/Ohana/src/libdvo/src/coordops.c
===================================================================
--- /trunk/Ohana/src/libdvo/src/coordops.c	(revision 39607)
+++ /trunk/Ohana/src/libdvo/src/coordops.c	(revision 39608)
@@ -130,5 +130,6 @@
       }
       XY_to_RD (ra, dec, L, M, coords->mosaic);
-    }
+      return (TRUE);
+    } 
     *ra  = L;
     *dec = M;
