Changeset 10999
- Timestamp:
- Jan 9, 2007, 12:38:53 PM (19 years ago)
- Files:
-
- 68 edited
-
branches/jch-memory/psLib/src/sys/psAssert.h (modified) (1 diff)
-
branches/jch-memory/psLib/src/sys/psConfigure.c (modified) (2 diffs)
-
branches/jch-memory/psLib/src/sys/psError.c (modified) (1 diff)
-
branches/jch-memory/psLib/src/sys/psMemory.c (modified) (2 diffs)
-
branches/jch-memory/psLib/src/sys/psTrace.c (modified) (2 diffs)
-
trunk/psLib/src/astro/parse_gcov-out.c (modified) (1 diff)
-
trunk/psLib/src/astro/psCoord.c (modified) (2 diffs)
-
trunk/psLib/src/astro/psEarthOrientation.c (modified) (1 diff)
-
trunk/psLib/src/astro/psSphereOps.c (modified) (1 diff)
-
trunk/psLib/src/astro/psTime.c (modified) (2 diffs)
-
trunk/psLib/src/db/psDB.c (modified) (2 diffs)
-
trunk/psLib/src/fft/psImageFFT.c (modified) (1 diff)
-
trunk/psLib/src/fft/psVectorFFT.c (modified) (1 diff)
-
trunk/psLib/src/fits/psFits.c (modified) (1 diff)
-
trunk/psLib/src/fits/psFitsHeader.c (modified) (1 diff)
-
trunk/psLib/src/fits/psFitsImage.c (modified) (1 diff)
-
trunk/psLib/src/fits/psFitsTable.c (modified) (1 diff)
-
trunk/psLib/src/imageops/psImageBackground.c (modified) (1 diff)
-
trunk/psLib/src/imageops/psImageConvolve.c (modified) (1 diff)
-
trunk/psLib/src/imageops/psImageGeomManip.c (modified) (1 diff)
-
trunk/psLib/src/imageops/psImageMaskOps.c (modified) (1 diff)
-
trunk/psLib/src/imageops/psImagePixelExtract.c (modified) (1 diff)
-
trunk/psLib/src/imageops/psImagePixelManip.c (modified) (1 diff)
-
trunk/psLib/src/imageops/psImageStats.c (modified) (2 diffs)
-
trunk/psLib/src/imageops/psImageStructManip.c (modified) (1 diff)
-
trunk/psLib/src/imageops/psImageUnbin.c (modified) (1 diff)
-
trunk/psLib/src/jpeg/psImageJpeg.c (modified) (1 diff)
-
trunk/psLib/src/math/psBinaryOp.c (modified) (1 diff)
-
trunk/psLib/src/math/psClip.c (modified) (1 diff)
-
trunk/psLib/src/math/psCompare.c (modified) (1 diff)
-
trunk/psLib/src/math/psEllipse.c (modified) (1 diff)
-
trunk/psLib/src/math/psHistogram.c (modified) (1 diff)
-
trunk/psLib/src/math/psMD5.c (modified) (1 diff)
-
trunk/psLib/src/math/psMathUtils.c (modified) (1 diff)
-
trunk/psLib/src/math/psMatrix.c (modified) (1 diff)
-
trunk/psLib/src/math/psMinimizeLMM.c (modified) (1 diff)
-
trunk/psLib/src/math/psMinimizePolyFit.c (modified) (2 diffs)
-
trunk/psLib/src/math/psMinimizePowell.c (modified) (1 diff)
-
trunk/psLib/src/math/psPolynomial.c (modified) (2 diffs)
-
trunk/psLib/src/math/psPolynomialUtils.c (modified) (1 diff)
-
trunk/psLib/src/math/psRandom.c (modified) (1 diff)
-
trunk/psLib/src/math/psRegion.c (modified) (1 diff)
-
trunk/psLib/src/math/psRegionForImage.c (modified) (1 diff)
-
trunk/psLib/src/math/psSparse.c (modified) (1 diff)
-
trunk/psLib/src/math/psSpline.c (modified) (1 diff)
-
trunk/psLib/src/math/psStats.c (modified) (1 diff)
-
trunk/psLib/src/math/psUnaryOp.c (modified) (1 diff)
-
trunk/psLib/src/math/psVectorSmooth.c (modified) (1 diff)
-
trunk/psLib/src/mathtypes/psImage.c (modified) (2 diffs)
-
trunk/psLib/src/mathtypes/psScalar.c (modified) (1 diff)
-
trunk/psLib/src/mathtypes/psVector.c (modified) (1 diff)
-
trunk/psLib/src/sys/psAbort.c (modified) (1 diff)
-
trunk/psLib/src/sys/psLine.c (modified) (1 diff)
-
trunk/psLib/src/sys/psLogMsg.c (modified) (1 diff)
-
trunk/psLib/src/sys/psSlurp.c (modified) (2 diffs)
-
trunk/psLib/src/sys/psString.c (modified) (1 diff)
-
trunk/psLib/src/types/parse_gcov-out.c (modified) (1 diff)
-
trunk/psLib/src/types/psArguments.c (modified) (1 diff)
-
trunk/psLib/src/types/psArray.c (modified) (1 diff)
-
trunk/psLib/src/types/psBitSet.c (modified) (1 diff)
-
trunk/psLib/src/types/psHash.c (modified) (1 diff)
-
trunk/psLib/src/types/psList.c (modified) (1 diff)
-
trunk/psLib/src/types/psLookupTable.c (modified) (1 diff)
-
trunk/psLib/src/types/psMetadata.c (modified) (1 diff)
-
trunk/psLib/src/types/psMetadataConfig.c (modified) (1 diff)
-
trunk/psLib/src/types/psMetadataItemCompare.c (modified) (1 diff)
-
trunk/psLib/src/types/psMetadataItemParse.c (modified) (1 diff)
-
trunk/psLib/src/types/psPixels.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/jch-memory/psLib/src/sys/psAssert.h
r10940 r10999 14 14 { \ 15 15 if (NAME == NULL) return(RVAL); \ 16 psMemBlock *mb = (psMemBlock*)(NAME) - 1; \ 17 if (mb->startblock != P_PS_MEMMAGIC || mb->endblock != P_PS_MEMMAGIC || \ 18 *(psU32 *)((char *)(mb + 1) + mb->userMemorySize) != P_PS_MEMMAGIC) { \ 19 psError(PS_ERR_MEMORY_CORRUPTION, false, \ 20 "Error: Pointer %s is corrupted or not on the PS memory system.", \ 21 #NAME); \ 22 return (RVAL); \ 23 } \ 24 } 16 } 17 18 #if 0 19 20 psMemBlock *mb = (psMemBlock*)(NAME) - 1; 21 \ 22 if (mb->startblock != P_PS_MEMMAGIC || mb->endblock != P_PS_MEMMAGIC || \ 23 *(psU32 *)((char *)(mb + 1) + mb->userMemorySize) != P_PS_MEMMAGIC) 24 { 25 \ 26 psError(PS_ERR_MEMORY_CORRUPTION, false, \ 27 "Error: Pointer %s is corrupted or not on the PS memory system.", \ 28 #NAME); \ 29 return (RVAL); \ 30 } \ 31 } 32 33 #endif 25 34 26 35 #define PS_ASSERT_INT_UNEQUAL(NAME1, NAME2, RVAL) \ -
branches/jch-memory/psLib/src/sys/psConfigure.c
r10901 r10999 13 13 * @author Robert DeSonia, MHPCC 14 14 * 15 * @version $Revision: 1.20.2. 1$ $Name: not supported by cvs2svn $16 * @date $Date: 2007-01-0 4 21:39:46$15 * @version $Revision: 1.20.2.2 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2007-01-09 22:38:53 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 19 19 */ 20 21 #ifdef HAVE_CONFIG_H 22 # include "config.h" 23 #endif 24 20 25 #include <stdio.h> 21 26 #include <stdlib.h> … … 28 33 #include "psError.h" 29 34 #include "psConfigure.h" 30 31 #include "config.h"32 35 33 36 static char *memCheckName = NULL; // Filename to which to write results of mem check -
branches/jch-memory/psLib/src/sys/psError.c
r10905 r10999 11 11 * @author Eric Van Alst, MHPCC 12 12 * 13 * @version $Revision: 1.41.2. 3$ $Name: not supported by cvs2svn $14 * @date $Date: 2007-01-0 5 00:49:33 $13 * @version $Revision: 1.41.2.4 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2007-01-09 22:38:53 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 17 17 */ 18 19 #ifdef HAVE_CONFIG_H 20 # include "config.h" 21 #endif 18 22 19 23 #include <stdarg.h> -
branches/jch-memory/psLib/src/sys/psMemory.c
r10998 r10999 10 10 * @author Joshua Hoblitt, University of Hawaii 11 11 * 12 * @version $Revision: 1.88.2.2 2$ $Name: not supported by cvs2svn $13 * @date $Date: 2007-01-09 22: 23:05$12 * @version $Revision: 1.88.2.23 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-01-09 22:38:53 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 17 17 18 18 #if HAVE_CONFIG_H 19 # include <config.h>19 # include "config.h" 20 20 #endif 21 21 -
branches/jch-memory/psLib/src/sys/psTrace.c
r10905 r10999 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.79.2. 1$ $Name: not supported by cvs2svn $12 * @date $Date: 2007-01-0 5 00:49:33 $11 * @version $Revision: 1.79.2.2 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-01-09 22:38:53 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 37 37 38 38 *****************************************************************************/ 39 40 #ifdef HAVE_CONFIG_H 41 # include "config.h" 42 #endif 39 43 40 44 #ifndef PS_NO_TRACE -
trunk/psLib/src/astro/parse_gcov-out.c
r9932 r10999 1 #ifdef HAVE_CONFIG_H 2 # include "config.h" 3 #endif 1 4 2 5 #include <stdio.h> -
trunk/psLib/src/astro/psCoord.c
r10848 r10999 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.1 29$ $Name: not supported by cvs2svn $13 * @date $Date: 200 6-12-29 04:38:42 $12 * @version $Revision: 1.130 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-01-09 22:38:52 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 18 18 /* INCLUDE FILES */ 19 19 /******************************************************************************/ 20 21 #ifdef HAVE_CONFIG_H 22 # include "config.h" 23 #endif 24 20 25 #include "psType.h" 21 26 #include "psCoord.h" -
trunk/psLib/src/astro/psEarthOrientation.c
r9989 r10999 8 8 * @author Robert Daniel DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1.4 2$ $Name: not supported by cvs2svn $11 * @date $Date: 200 6-11-15 01:33:42 $10 * @version $Revision: 1.43 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-01-09 22:38:52 $ 12 12 * 13 13 * Copyright 2005 Maui High Performance Computing Center, University of Hawaii 14 14 */ 15 16 #ifdef HAVE_CONFIG_H 17 # include "config.h" 18 #endif 15 19 16 20 #include <math.h> -
trunk/psLib/src/astro/psSphereOps.c
r10609 r10999 8 8 * @author Dave Robbins, MHPCC 9 9 * 10 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $11 * @date $Date: 200 6-12-10 17:29:51$10 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-01-09 22:38:52 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 14 14 */ 15 16 #ifdef HAVE_CONFIG_H 17 # include "config.h" 18 #endif 15 19 16 20 #include <math.h> -
trunk/psLib/src/astro/psTime.c
r10736 r10999 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.10 7$ $Name: not supported by cvs2svn $13 * @date $Date: 200 6-12-14 23:02:46$12 * @version $Revision: 1.108 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-01-09 22:38:52 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 16 16 */ 17 18 #ifdef HAVE_CONFIG_H 19 # include "config.h" 20 #endif 17 21 18 22 #include <stdio.h> … … 34 38 #include "psLookupTable.h" 35 39 #include "psAssert.h" 36 37 38 #include "config.h"39 40 40 41 #define MAX_STRING_LENGTH 256 -
trunk/psLib/src/db/psDB.c
r10987 r10999 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1.13 0$ $Name: not supported by cvs2svn $15 * @date $Date: 2007-01-09 01:59:54$14 * @version $Revision: 1.131 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2007-01-09 22:38:52 $ 16 16 * 17 17 * Copyright (C) 2005-2006 Joshua Hoblitt, University of Hawaii … … 19 19 20 20 #ifdef HAVE_CONFIG_H 21 #include <config.h>21 #include "config.h" 22 22 #endif 23 23 -
trunk/psLib/src/fft/psImageFFT.c
r8232 r10999 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $8 * @date $Date: 200 6-08-08 23:32:23$7 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-01-09 22:38:52 $ 9 9 * 10 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 11 11 */ 12 13 #ifdef HAVE_CONFIG_H 14 # include "config.h" 15 #endif 16 12 17 #include <unistd.h> 13 18 #include <string.h> -
trunk/psLib/src/fft/psVectorFFT.c
r8232 r10999 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.3 4$ $Name: not supported by cvs2svn $8 * @date $Date: 200 6-08-08 23:32:23$7 * @version $Revision: 1.35 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-01-09 22:38:52 $ 9 9 * 10 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 11 11 */ 12 13 #ifdef HAVE_CONFIG_H 14 # include "config.h" 15 #endif 12 16 13 17 #include <unistd.h> -
trunk/psLib/src/fits/psFits.c
r9538 r10999 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 59$ $Name: not supported by cvs2svn $10 * @date $Date: 200 6-10-13 21:13:47$9 * @version $Revision: 1.60 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-09 22:38:52 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 13 */ 14 #include "config.h" 14 15 #ifdef HAVE_CONFIG_H 16 # include "config.h" 17 #endif 18 15 19 #include <unistd.h> 16 20 -
trunk/psLib/src/fits/psFitsHeader.c
r10915 r10999 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 29$ $Name: not supported by cvs2svn $10 * @date $Date: 2007-01-0 5 20:15:05$9 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-09 22:38:52 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 13 */ 14 15 #ifdef HAVE_CONFIG_H 16 # include "config.h" 17 #endif 14 18 15 19 #include <unistd.h> -
trunk/psLib/src/fits/psFitsImage.c
r9730 r10999 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $10 * @date $Date: 200 6-10-24 22:52:55$9 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-09 22:38:52 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 13 */ 14 15 #ifdef HAVE_CONFIG_H 16 # include "config.h" 17 #endif 14 18 15 19 #include <unistd.h> -
trunk/psLib/src/fits/psFitsTable.c
r9730 r10999 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1.2 3$ $Name: not supported by cvs2svn $10 * @date $Date: 200 6-10-24 22:52:55$9 * @version $Revision: 1.24 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-09 22:38:52 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 13 */ 14 14 15 #include "config.h" 15 #ifdef HAVE_CONFIG_H 16 # include "config.h" 17 #endif 18 16 19 #include "psFits.h" 17 20 #include "string.h" -
trunk/psLib/src/imageops/psImageBackground.c
r10550 r10999 1 #ifdef HAVE_CONFIG_H 2 # include "config.h" 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <stdlib.h> -
trunk/psLib/src/imageops/psImageConvolve.c
r9730 r10999 5 5 * @author Robert DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.4 0$ $Name: not supported by cvs2svn $8 * @date $Date: 200 6-10-24 22:52:55$7 * @version $Revision: 1.41 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-01-09 22:38:52 $ 9 9 * 10 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 11 11 */ 12 13 #ifdef HAVE_CONFIG_H 14 # include "config.h" 15 #endif 12 16 13 17 #include <string.h> -
trunk/psLib/src/imageops/psImageGeomManip.c
r10548 r10999 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.3 3$ $Name: not supported by cvs2svn $13 * @date $Date: 200 6-12-08 11:37:31$12 * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-01-09 22:38:52 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 16 16 */ 17 18 #ifdef HAVE_CONFIG_H 19 # include "config.h" 20 #endif 17 21 18 22 #include <complex.h> -
trunk/psLib/src/imageops/psImageMaskOps.c
r8232 r10999 8 8 * @author David Robbins, MHPCC 9 9 * 10 * @version $Revision: 1. 3$ $Name: not supported by cvs2svn $11 * @date $Date: 200 6-08-08 23:32:23$10 * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-01-09 22:38:52 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 14 14 */ 15 16 #ifdef HAVE_CONFIG_H 17 # include "config.h" 18 #endif 15 19 16 20 #include <complex.h> -
trunk/psLib/src/imageops/psImagePixelExtract.c
r10548 r10999 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1. 29$ $Name: not supported by cvs2svn $11 * @date $Date: 200 6-12-08 11:37:31$10 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-01-09 22:38:52 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 14 14 * 15 15 */ 16 17 #ifdef HAVE_CONFIG_H 18 # include "config.h" 19 #endif 16 20 17 21 #include <string.h> -
trunk/psLib/src/imageops/psImagePixelManip.c
r8232 r10999 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.2 0$ $Name: not supported by cvs2svn $13 * @date $Date: 200 6-08-08 23:32:23$12 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-01-09 22:38:52 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 16 16 */ 17 18 #ifdef HAVE_CONFIG_H 19 # include "config.h" 20 #endif 17 21 18 22 #include <complex.h> -
trunk/psLib/src/imageops/psImageStats.c
r10548 r10999 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.10 2$ $Name: not supported by cvs2svn $12 * @date $Date: 200 6-12-08 11:37:31$11 * @version $Revision: 1.103 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-01-09 22:38:52 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 15 15 */ 16 17 #ifdef HAVE_CONFIG_H 18 # include "config.h" 19 #endif 16 20 17 21 #include <stdlib.h> … … 588 592 return -1; 589 593 }/* else if (col0 == col1 && row0 == row1) { 590 psError(PS_ERR_BAD_PARAMETER_VALUE, true,591 "Invalid psRegion specified. Region contains only 1 pixel.\n");592 return -1;593 }594 */594 psError(PS_ERR_BAD_PARAMETER_VALUE, true, 595 "Invalid psRegion specified. Region contains only 1 pixel.\n"); 596 return -1; 597 } 598 */ 595 599 x0 = col0; 596 600 x1 = col1; -
trunk/psLib/src/imageops/psImageStructManip.c
r9538 r10999 8 8 * @author Robert DeSonia, MHPCC 9 9 * 10 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $11 * @date $Date: 200 6-10-13 21:13:48$10 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-01-09 22:38:52 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 14 14 * 15 15 */ 16 17 #ifdef HAVE_CONFIG_H 18 # include "config.h" 19 #endif 16 20 17 21 #include <string.h> -
trunk/psLib/src/imageops/psImageUnbin.c
r10136 r10999 1 #ifdef HAVE_CONFIG_H 2 # include "config.h" 3 #endif 4 1 5 #include <stdio.h> 2 6 -
trunk/psLib/src/jpeg/psImageJpeg.c
r10994 r10999 1 1 #ifdef HAVE_CONFIG_H 2 #include <config.h>2 #include "config.h" 3 3 #endif 4 4 -
trunk/psLib/src/math/psBinaryOp.c
r9552 r10999 30 30 * @author Robert DeSonia, MHPCC 31 31 * 32 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $33 * @date $Date: 200 6-10-14 00:02:31$32 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 33 * @date $Date: 2007-01-09 22:38:52 $ 34 34 * 35 35 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 36 36 */ 37 38 #ifdef HAVE_CONFIG_H 39 # include "config.h" 40 #endif 37 41 38 42 /****************************************************************************** -
trunk/psLib/src/math/psClip.c
r9909 r10999 1 #ifdef HAVE_CONFIG_H 2 # include "config.h" 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <math.h> -
trunk/psLib/src/math/psCompare.c
r3444 r10999 7 7 * @author Robert Daniel DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 8$ $Name: not supported by cvs2svn $10 * @date $Date: 200 5-03-17 19:26:19$9 * @version $Revision: 1.9 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-09 22:38:52 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 13 */ 14 15 #ifdef HAVE_CONFIG_H 16 # include "config.h" 17 #endif 14 18 15 19 #include "psCompare.h" -
trunk/psLib/src/math/psEllipse.c
r10383 r10999 1 #ifdef HAVE_CONFIG_H 2 # include "config.h" 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <assert.h> -
trunk/psLib/src/math/psHistogram.c
r10550 r10999 5 5 * @author GLG (MHPCC), EAM (IfA) 6 6 * 7 * @version $Revision: 1. 1$ $Name: not supported by cvs2svn $8 * @date $Date: 200 6-12-08 11:38:54$7 * @version $Revision: 1.2 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-01-09 22:38:53 $ 9 9 * 10 10 * Copyright 2006 IfA, University of Hawaii 11 11 */ 12 13 #ifdef HAVE_CONFIG_H 14 # include "config.h" 15 #endif 12 16 13 17 #include <stdlib.h> -
trunk/psLib/src/math/psMD5.c
r10375 r10999 1 #ifdef HAVE_CONFIG_H 2 # include "config.h" 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <openssl/md5.h> -
trunk/psLib/src/math/psMathUtils.c
r10549 r10999 3 3 * This file contains standard math routines. 4 4 * 5 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $6 * @date $Date: 200 6-12-08 11:37:49$5 * @version $Revision: 1.8 $ $Name: not supported by cvs2svn $ 6 * @date $Date: 2007-01-09 22:38:53 $ 7 7 * 8 8 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 9 9 * 10 10 */ 11 12 #ifdef HAVE_CONFIG_H 13 # include "config.h" 14 #endif 15 11 16 /*****************************************************************************/ 12 17 /* INCLUDE FILES */ -
trunk/psLib/src/math/psMatrix.c
r10381 r10999 22 22 * @author Andy Becker, University of Washington (SVD). 23 23 * 24 * @version $Revision: 1.4 6$ $Name: not supported by cvs2svn $25 * @date $Date: 200 6-12-01 21:48:47$24 * @version $Revision: 1.47 $ $Name: not supported by cvs2svn $ 25 * @date $Date: 2007-01-09 22:38:53 $ 26 26 * 27 27 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 28 28 */ 29 30 #ifdef HAVE_CONFIG_H 31 # include "config.h" 32 #endif 29 33 30 34 /******************************************************************************/ -
trunk/psLib/src/math/psMinimizeLMM.c
r10253 r10999 10 10 * @author EAM, IfA 11 11 * 12 * @version $Revision: 1.2 7$ $Name: not supported by cvs2svn $13 * @date $Date: 200 6-11-29 02:25:14$12 * @version $Revision: 1.28 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-01-09 22:38:53 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 16 16 * 17 17 */ 18 19 #ifdef HAVE_CONFIG_H 20 # include "config.h" 21 #endif 22 18 23 /*****************************************************************************/ 19 24 /* INCLUDE FILES */ -
trunk/psLib/src/math/psMinimizePolyFit.c
r10863 r10999 10 10 * @author EAM, IfA 11 11 * 12 * @version $Revision: 1.2 8$ $Name: not supported by cvs2svn $13 * @date $Date: 2007-01-0 1 21:01:33 $12 * @version $Revision: 1.29 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-01-09 22:38:53 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 20 20 * 21 21 */ 22 23 #ifdef HAVE_CONFIG_H 24 # include "config.h" 25 #endif 26 22 27 /*****************************************************************************/ 23 28 /* INCLUDE FILES */ -
trunk/psLib/src/math/psMinimizePowell.c
r10904 r10999 11 11 * NOTE: XXX: The SDR is silent about data types. F32 is implemented here. 12 12 * 13 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $14 * @date $Date: 2007-01-0 4 23:50:08$13 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2007-01-09 22:38:53 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 17 17 * 18 18 */ 19 20 #ifdef HAVE_CONFIG_H 21 # include "config.h" 22 #endif 23 19 24 /*****************************************************************************/ 20 25 /* INCLUDE FILES */ -
trunk/psLib/src/math/psPolynomial.c
r10848 r10999 7 7 * polynomials. It also contains a Gaussian functions. 8 8 * 9 * @version $Revision: 1.15 6$ $Name: not supported by cvs2svn $10 * @date $Date: 200 6-12-29 04:38:42$9 * @version $Revision: 1.157 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-09 22:38:53 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 15 15 * 16 16 */ 17 18 #ifdef HAVE_CONFIG_H 19 # include "config.h" 20 #endif 21 17 22 /*****************************************************************************/ 18 23 /* INCLUDE FILES */ -
trunk/psLib/src/math/psPolynomialUtils.c
r10848 r10999 1 #ifdef HAVE_CONFIG_H 2 # include "config.h" 3 #endif 4 1 5 #include <stdio.h> 2 6 #include "psMemory.h" -
trunk/psLib/src/math/psRandom.c
r8629 r10999 10 10 * @author GLG, MHPCC 11 11 * 12 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $13 * @date $Date: 200 6-08-26 05:01:49$12 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-01-09 22:38:53 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 16 16 */ 17 18 #ifdef HAVE_CONFIG_H 19 # include "config.h" 20 #endif 17 21 18 22 #include <stdio.h> -
trunk/psLib/src/math/psRegion.c
r10729 r10999 1 #ifdef HAVE_CONFIG_H 2 # include "config.h" 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <math.h> -
trunk/psLib/src/math/psRegionForImage.c
r6935 r10999 1 #ifdef HAVE_CONFIG_H 2 # include "config.h" 3 #endif 4 1 5 #include <stdio.h> 2 6 #include "psError.h" -
trunk/psLib/src/math/psSparse.c
r10121 r10999 1 #ifdef HAVE_CONFIG_H 2 # include "config.h" 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <string.h> -
trunk/psLib/src/math/psSpline.c
r9730 r10999 6 6 * This file contains the routines that allocate, free, and evaluate splines. 7 7 * 8 * @version $Revision: 1.15 6$ $Name: not supported by cvs2svn $9 * @date $Date: 200 6-10-24 22:52:56$8 * @version $Revision: 1.157 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-01-09 22:38:53 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 12 12 */ 13 14 #ifdef HAVE_CONFIG_H 15 # include "config.h" 16 #endif 17 13 18 /*****************************************************************************/ 14 19 /* INCLUDE FILES */ -
trunk/psLib/src/math/psStats.c
r10848 r10999 13 13 * use ->min and ->max (PS_STAT_USE_RANGE) 14 14 * 15 * @version $Revision: 1.19 7$ $Name: not supported by cvs2svn $16 * @date $Date: 200 6-12-29 04:38:42$15 * @version $Revision: 1.198 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2007-01-09 22:38:53 $ 17 17 * 18 18 * Copyright 2006 IfA, University of Hawaii 19 19 */ 20 21 #ifdef HAVE_CONFIG_H 22 # include "config.h" 23 #endif 20 24 21 25 #include <stdlib.h> -
trunk/psLib/src/math/psUnaryOp.c
r10246 r10999 31 31 * @author Robert DeSonia, MHPCC 32 32 * 33 * @version $Revision: 1.1 2$ $Name: not supported by cvs2svn $34 * @date $Date: 200 6-11-29 00:49:21$33 * @version $Revision: 1.13 $ $Name: not supported by cvs2svn $ 34 * @date $Date: 2007-01-09 22:38:53 $ 35 35 * 36 36 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 37 37 */ 38 39 #ifdef HAVE_CONFIG_H 40 # include "config.h" 41 #endif 38 42 39 43 /****************************************************************************** -
trunk/psLib/src/math/psVectorSmooth.c
r7766 r10999 1 #ifdef HAVE_CONFIG_H 2 # include "config.h" 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <string.h> -
trunk/psLib/src/mathtypes/psImage.c
r10244 r10999 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1.12 0$ $Name: not supported by cvs2svn $12 * @date $Date: 200 6-11-29 00:33:27$11 * @version $Revision: 1.121 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-01-09 22:38:53 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 16 16 * That is the routine used to generate matrices. 17 17 */ 18 19 #ifdef HAVE_CONFIG_H 20 # include "config.h" 21 #endif 18 22 19 23 #include <string.h> -
trunk/psLib/src/mathtypes/psScalar.c
r9538 r10999 8 8 * @author Ross Harman, MHPCC 9 9 * 10 * @version $Revision: 1.2 5$ $Name: not supported by cvs2svn $11 * @date $Date: 200 6-10-13 21:13:48$10 * @version $Revision: 1.26 $ $Name: not supported by cvs2svn $ 11 * @date $Date: 2007-01-09 22:38:53 $ 12 12 * 13 13 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 14 14 */ 15 16 #ifdef HAVE_CONFIG_H 17 # include "config.h" 18 #endif 15 19 16 20 #include "psMemory.h" -
trunk/psLib/src/mathtypes/psVector.c
r10177 r10999 9 9 * @author Robert DeSonia, MHPCC 10 10 * 11 * @version $Revision: 1. 89$ $Name: not supported by cvs2svn $12 * @date $Date: 200 6-11-24 20:51:43 $11 * @version $Revision: 1.90 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-01-09 22:38:53 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 15 15 */ 16 17 #ifdef HAVE_CONFIG_H 18 # include "config.h" 19 #endif 16 20 17 21 #include <string.h> // for memcpy -
trunk/psLib/src/sys/psAbort.c
r10275 r10999 10 10 * @author Eric Van Alst, MHPCC 11 11 * 12 * @version $Revision: 1.1 3$ $Name: not supported by cvs2svn $13 * @date $Date: 200 6-11-29 17:57:20$12 * @version $Revision: 1.14 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-01-09 22:38:53 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 16 16 */ 17 18 #ifdef HAVE_CONFIG_H 19 # include "config.h" 20 #endif 17 21 18 22 #include <stdarg.h> -
trunk/psLib/src/sys/psLine.c
r9538 r10999 1 #ifdef HAVE_CONFIG_H 2 # include "config.h" 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <stdarg.h> -
trunk/psLib/src/sys/psLogMsg.c
r8668 r10999 11 11 * @author GLG, MHPCC 12 12 * 13 * @version $Revision: 1.6 3$ $Name: not supported by cvs2svn $14 * @date $Date: 200 6-08-29 20:23:54$13 * @version $Revision: 1.64 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2007-01-09 22:38:53 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 17 17 */ 18 18 19 #include "config.h" 19 #ifdef HAVE_CONFIG_H 20 # include "config.h" 21 #endif 20 22 21 23 #include <limits.h> -
trunk/psLib/src/sys/psSlurp.c
r9538 r10999 5 5 * @author Joshua Hoblitt, University of Hawaii 6 6 * 7 * @version $Revision: 1. 5$ $Name: not supported by cvs2svn $8 * @date $Date: 200 6-10-13 21:13:48$7 * @version $Revision: 1.6 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-01-09 22:38:53 $ 9 9 * 10 10 * Copyright 2006 University of Hawaii … … 12 12 13 13 #ifdef HAVE_CONFIG_H 14 #include <config.h>14 #include "config.h" 15 15 #endif 16 16 -
trunk/psLib/src/sys/psString.c
r10446 r10999 13 13 * @author David Robbins, MHPCC 14 14 * 15 * @version $Revision: 1.4 7$ $Name: not supported by cvs2svn $16 * @date $Date: 200 6-12-04 22:15:04$15 * @version $Revision: 1.48 $ $Name: not supported by cvs2svn $ 16 * @date $Date: 2007-01-09 22:38:53 $ 17 17 * 18 18 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 19 19 */ 20 21 #ifdef HAVE_CONFIG_H 22 # include "config.h" 23 #endif 20 24 21 25 #include <stdlib.h> -
trunk/psLib/src/types/parse_gcov-out.c
r9736 r10999 1 #ifdef HAVE_CONFIG_H 2 # include "config.h" 3 #endif 1 4 2 5 #include <stdio.h> -
trunk/psLib/src/types/psArguments.c
r10670 r10999 7 7 * @author David Robbins, MHPCC 8 8 * 9 * @version $Revision: 1.1 8$ $Name: not supported by cvs2svn $10 * @date $Date: 200 6-12-13 01:44:44$9 * @version $Revision: 1.19 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-09 22:38:53 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 13 */ 14 15 #ifdef HAVE_CONFIG_H 16 # include "config.h" 17 #endif 14 18 15 19 #include <stdio.h> -
trunk/psLib/src/types/psArray.c
r9730 r10999 9 9 * @author Ross Harman, MHPCC 10 10 * 11 * @version $Revision: 1.5 7$ $Name: not supported by cvs2svn $12 * @date $Date: 200 6-10-24 22:52:56$11 * @version $Revision: 1.58 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-01-09 22:38:53 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 15 15 */ 16 17 #ifdef HAVE_CONFIG_H 18 # include "config.h" 19 #endif 16 20 17 21 /******************************************************************************/ -
trunk/psLib/src/types/psBitSet.c
r9538 r10999 11 11 * @author Robert DeSonia, MHPCC 12 12 * 13 * @version $Revision: 1.3 8$ $Name: not supported by cvs2svn $14 * @date $Date: 200 6-10-13 21:13:48$13 * @version $Revision: 1.39 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2007-01-09 22:38:53 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 17 17 */ 18 19 #ifdef HAVE_CONFIG_H 20 # include "config.h" 21 #endif 18 22 19 23 #include <string.h> -
trunk/psLib/src/types/psHash.c
r9730 r10999 12 12 * @author GLG, MHPCC 13 13 * 14 * @version $Revision: 1.3 5$ $Name: not supported by cvs2svn $15 * @date $Date: 200 6-10-24 22:52:56$14 * @version $Revision: 1.36 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2007-01-09 22:38:53 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 18 18 */ 19 20 #ifdef HAVE_CONFIG_H 21 # include "config.h" 22 #endif 23 19 24 #include <stdlib.h> 20 25 #include <stdio.h> -
trunk/psLib/src/types/psList.c
r10948 r10999 6 6 * @author Robert Daniel DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.5 8$ $Name: not supported by cvs2svn $9 * @date $Date: 2007-01-0 6 04:08:53 $8 * @version $Revision: 1.59 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2007-01-09 22:38:53 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 12 12 */ 13 14 #ifdef HAVE_CONFIG_H 15 # include "config.h" 16 #endif 13 17 14 18 #include <stdlib.h> -
trunk/psLib/src/types/psLookupTable.c
r9745 r10999 7 7 * @author Ross Harman, MHPCC 8 8 * 9 * @version $Revision: 1.4 4$ $Name: not supported by cvs2svn $10 * @date $Date: 200 6-10-25 04:58:38$9 * @version $Revision: 1.45 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-09 22:38:53 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, Univ. of Hawaii 13 13 */ 14 15 #ifdef HAVE_CONFIG_H 16 # include "config.h" 17 #endif 18 14 19 #include <stdio.h> 15 20 #include <string.h> -
trunk/psLib/src/types/psMetadata.c
r10707 r10999 12 12 * @author Ross Harman, MHPCC 13 13 * 14 * @version $Revision: 1.14 7$ $Name: not supported by cvs2svn $15 * @date $Date: 200 6-12-14 04:46:45$14 * @version $Revision: 1.148 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2007-01-09 22:38:53 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 18 18 */ 19 20 #ifdef HAVE_CONFIG_H 21 # include "config.h" 22 #endif 19 23 20 24 /******************************************************************************/ -
trunk/psLib/src/types/psMetadataConfig.c
r10233 r10999 10 10 * @author Eric Van Alst, MHPCC 11 11 * 12 * @version $Revision: 1.12 5$ $Name: not supported by cvs2svn $13 * @date $Date: 200 6-11-28 22:18:31$12 * @version $Revision: 1.126 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-01-09 22:38:53 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 16 16 */ 17 18 #ifdef HAVE_CONFIG_H 19 # include "config.h" 20 #endif 17 21 18 22 #include <fitsio.h> -
trunk/psLib/src/types/psMetadataItemCompare.c
r8627 r10999 1 #ifdef HAVE_CONFIG_H 2 # include "config.h" 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <string.h> -
trunk/psLib/src/types/psMetadataItemParse.c
r10242 r10999 1 #ifdef HAVE_CONFIG_H 2 # include "config.h" 3 #endif 4 1 5 #include <stdio.h> 2 6 #include <stdlib.h> -
trunk/psLib/src/types/psPixels.c
r9538 r10999 7 7 * @author Robert DeSonia, MHPCC 8 8 * 9 * @version $Revision: 1. 29$ $Name: not supported by cvs2svn $10 * @date $Date: 200 6-10-13 21:13:48$9 * @version $Revision: 1.30 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2007-01-09 22:38:53 $ 11 11 * 12 12 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii 13 13 */ 14 15 #ifdef HAVE_CONFIG_H 16 # include "config.h" 17 #endif 14 18 15 19 #include <string.h>
Note:
See TracChangeset
for help on using the changeset viewer.
