Index: branches/pap_mops/ppMops/src/ppMops.h
===================================================================
--- branches/pap_mops/ppMops/src/ppMops.h	(revision 25162)
+++ branches/pap_mops/ppMops/src/ppMops.h	(revision 25181)
@@ -49,7 +49,16 @@
     psVector *flags;                    // psphot flags
     psVector *diffSkyfileId;            // Identifier for source image
+    psVector *naxis1, *naxis2;          // Size of image
+    psVector *mask;                     // Mask for detections
 } ppMopsDetections;
 
 ppMopsDetections *ppMopsDetectionsAlloc(long num);
+
+/// Copy a detection
+bool ppMopsDetectionsCopySingle(ppMopsDetections *target, const ppMopsDetections *source, long index);
+
+/// Purge the detections list of masked detections
+bool ppMopsDetectionsPurge(ppMopsDetections *detections);
+
 
 /// Read detections
