Index: unk/archive/pslib/include/psDataAPIs.h
===================================================================
--- /trunk/archive/pslib/include/psDataAPIs.h	(revision 151)
+++ 	(revision )
@@ -1,25 +1,0 @@
-#if !defined(PS_STATS_H)
-#define PS_STATS_H
-
-/* Include standard arrays */
-#include "psStdArrays.h"
-
-/***********************************************************************************************************/
-
-/* Do Statistics on an array.  Returns a status value. */
-int
-psArrayStats(const psFloatArray *restrict myArray, // Array to be analysed
-	     const psIntArray *restrict maskArray, // Ignore elements where (maskArray & maskVal) != 0
-						   // May be NULL
-	     unsigned int maskVal,	// Only mask elements with one of these bits set in maskArray
-	     int numIter,	        // Number of clipping iterations (0 not to clip)
-	     float numSD,		// Number of s.d. to clip at
-	     float *restrict mean,	// Mean of array (or NULL)
-	     float *restrict sd,	// Standard deviation (or NULL)
-	     float *restrict med	// Median (or NULL)
-	     );
-
-/***********************************************************************************************************/
-
-
-#endif
