# # ChangeLog for trunk/psLib # # Generated by Trac 1.6 # Jul 21, 2026, 5:11:48 AM Wed, 07 Jun 2006 01:22:12 GMT Paul Price [7375] * trunk/psLib/src/math/psConstants.h (modified) Adding additional assert macros. Tue, 06 Jun 2006 22:54:22 GMT drobbin [7368] * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/src/types/psMetadata.h (modified) * trunk/psLib/test/types/tst_psMetadata_01.c (modified) * trunk/psLib/test/types/verified/tst_psMetadata_01.stderr (modified) Added test for psMetadataItemCopy. Removed commented, obsolete code ... Mon, 05 Jun 2006 22:14:51 GMT drobbin [7348] * trunk/psLib/test/sys/verified/tst_psLogMsg.stderr (modified) It seems that everything is working fine. Stderr diff showed Hello ... Sat, 03 Jun 2006 03:55:12 GMT magnier [7325] * trunk/psLib/src/math/psMatrix.c (modified) * trunk/psLib/src/math/psMinimizeLMM.c (modified) changing psError to psTrace in psMatrixGJSolve and psMinimizeLMM in ... Sat, 03 Jun 2006 02:03:43 GMT drobbin [7318] * trunk/psLib/test/types/verified/tst_psMetadataIO.stderr (modified) changes were made so that if nfail is NULL it prints out 'linePtr'. ... Fri, 02 Jun 2006 23:22:17 GMT drobbin [7305] * trunk/psLib/src/db/psDB.c (modified) added if statement to standardize error output between platforms. Fri, 02 Jun 2006 21:43:41 GMT drobbin [7301] * trunk/psLib/test/db/verified/tst_psDB.stderr (modified) checked in differing output on the server. May have to edit the ... Fri, 02 Jun 2006 21:33:34 GMT Paul Price [7300] * trunk/psLib/configure.ac (modified) * trunk/psLib/src/astro/psTime.c (modified) * trunk/psLib/src/fits/psFits.c (modified) * trunk/psLib/src/fits/psFitsTable.c (modified) * trunk/psLib/src/math/psMinimizeLMM.c (modified) * trunk/psLib/src/psErrorCodes_en.dat (modified) * trunk/psLib/src/sys/psError.c (modified) * trunk/psLib/src/sys/psError.h (modified) * trunk/psLib/src/sys/psLogMsg.c (modified) * trunk/psLib/src/sys/psString.h (modified) * trunk/psLib/src/sys/psTrace.c (modified) * trunk/psLib/src/types/psArguments.c (modified) * trunk/psLib/src/types/psMetadataConfig.c (modified) Applying patches from RHL. * Correctly detect cfitsio 3 (ffdkopn) * ... Fri, 02 Jun 2006 20:59:57 GMT Paul Price [7297] * trunk/psLib/src/fits/psFitsHeader.c (modified) SIMPLE may not be at the start of the header (for some reason), so ... Fri, 02 Jun 2006 20:38:54 GMT drobbin [7296] * trunk/psLib/test/types/verified/tst_psMetadata_01.stderr (modified) * trunk/psLib/test/types/verified/tst_psMetadata_01.stdout (modified) checked in test output. Metadata_01 test is now currently empty. ... Fri, 02 Jun 2006 19:50:48 GMT Paul Price [7295] * trunk/psLib/src/fits/psFitsHeader.c (modified) If SIMPLE is F, then don't block keywords. Also caught a bug in the ... Fri, 02 Jun 2006 19:21:49 GMT Paul Price [7294] * trunk/psLib/src/db/psDB.c (modified) Applying patch from Josh: adds 'or' conditional support to psDB where ... Fri, 02 Jun 2006 03:27:46 GMT Paul Price [7289] * trunk/psLib/src/fits/psFitsHeader.c (modified) Remove SIMPLE from the list of banned keywords, but ensure it's a ... Thu, 01 Jun 2006 23:02:59 GMT Paul Price [7277] * trunk/psLib/src/math/psConstants.h (modified) Removing psReadout assertions. Thu, 01 Jun 2006 21:59:05 GMT drobbin [7267] * trunk/psLib/test/types/tst_psMetadata_01.c (modified) Removed test calling psMetadataReadHeader which seems to no longer be ... Thu, 01 Jun 2006 21:56:59 GMT Paul Price [7266] * trunk/psLib/src/fits/psFitsHeader.c (modified) It appears that cfitsio doesn't really distinguish between short int ... Thu, 01 Jun 2006 01:00:03 GMT Paul Price [7255] * trunk/psLib/src/mathtypes/psVector.c (modified) Using memset on psVectorInit when the value is zero (then we can get ... Wed, 31 May 2006 20:56:37 GMT Paul Price [7251] * trunk/psLib/src/sys/psString.c (modified) Removing commented-out code (old version of psStringSplit). Wed, 31 May 2006 19:53:36 GMT Paul Price [7250] * trunk/psLib/src/sys/psError.c (modified) Applying patch from RHL to remove extraneous \n from end of psError ... Tue, 30 May 2006 22:44:37 GMT Paul Price [7246] * trunk/psLib/src/fits/psFitsHeader.c (modified) Fixing bug 760: cfitsio refuses to write out NaN and Inf (it ... Tue, 30 May 2006 22:18:39 GMT Paul Price [7245] * trunk/psLib/src/types/psMetadataConfig.c (modified) * trunk/psLib/src/types/psMetadataConfig.h (modified) Removed psMetadataReadHeader --- this function is no longer in the ... Tue, 30 May 2006 22:11:51 GMT Paul Price [7244] * trunk/psLib/src/fits/psFitsHeader.c (modified) Fix for bug 759: Adding a filter to catch NaN, Inf and -Inf in FITS ... Sat, 27 May 2006 02:09:47 GMT Paul Price [7236] * trunk/psLib/src/fits/psFitsHeader.c (modified) Missed a curly. Sat, 27 May 2006 02:09:18 GMT Paul Price [7235] * trunk/psLib/src/fits/psFitsHeader.c (modified) psFitsWriteBlank will now preserve NAXISn, etc, having set NAXIS=0. Sat, 27 May 2006 02:01:23 GMT Paul Price [7234] * trunk/psLib/src/fits/psFitsHeader.c (modified) * trunk/psLib/src/fits/psFitsTable.c (modified) Changing the order of arguments for psFitsWriteHeader and ... Sat, 27 May 2006 02:00:23 GMT Paul Price [7233] * trunk/psLib/test/fits/tst_psFits.c (modified) Changed order of arguments for psFitsWriteHeader. Sat, 27 May 2006 01:59:36 GMT Paul Price [7232] * trunk/psLib/src/fits/psFitsHeader.c (modified) * trunk/psLib/src/fits/psFitsHeader.h (modified) * trunk/psLib/src/fits/psFitsImage.c (modified) * trunk/psLib/src/fits/psFitsTable.c (modified) Changing the order of arguments for psFitsWriteHeader and ... Sat, 27 May 2006 01:53:03 GMT Paul Price [7231] * trunk/psLib/test/fits/tst_psFits.c (modified) Adding extname paramter to psFitsWriteTable. Sat, 27 May 2006 01:50:33 GMT Paul Price [7230] * trunk/psLib/src/fits/psFitsTable.c (modified) * trunk/psLib/src/fits/psFitsTable.h (modified) Moving psFitsWriteTable functionality into psFitsInsertTable (the two ... Sat, 27 May 2006 01:49:22 GMT Paul Price [7229] * trunk/psLib/src/fits/psFitsHeader.c (modified) * trunk/psLib/src/fits/psFitsHeader.h (modified) * trunk/psLib/src/fits/psFitsImage.c (modified) Changing p_psFitsWriteHeader to psFitsWriteHeader (no check on the ... Fri, 26 May 2006 03:30:02 GMT Paul Price [7228] * trunk/psLib/test/fits/tst_psFits.c (modified) Removing psBinaryOp with = operator (no longer supported) in favour ... Fri, 26 May 2006 03:24:49 GMT Paul Price [7227] * trunk/psLib/src/fits/psFitsHeader.c (modified) * trunk/psLib/src/fits/psFitsHeader.h (modified) * trunk/psLib/src/fits/psFitsImage.c (modified) * trunk/psLib/test/fits/tst_psFits.c (modified) psFitsWriteHeader checks that the HDU exists, and creates one if ... Fri, 26 May 2006 02:48:47 GMT Paul Price [7226] * trunk/psLib/src/fits/psFitsHeader.c (modified) Extending the block on writing certain FITS headers to tables; ... Fri, 26 May 2006 01:23:41 GMT drobbin [7225] * trunk/psLib/test/astro/tst_psCoord01.c (modified) * trunk/psLib/test/astro/tst_psEarthOrientation.c (modified) updated tests to remove failing outputs. Fri, 26 May 2006 00:48:20 GMT Paul Price [7224] * trunk/psLib/src/fits/psFitsHeader.c (modified) * trunk/psLib/src/fits/psFitsImage.c (modified) Fixing problem that prevented us from writing a PHU consisting of a ... Thu, 25 May 2006 23:58:57 GMT drobbin [7223] * trunk/psLib/test/types/tst_psMetadataIO.c (modified) * trunk/psLib/test/types/verified/tst_psArguments.stdout (modified) * trunk/psLib/test/types/verified/tst_psMetadataIO.stderr (modified) * trunk/psLib/test/types/verified/tst_psMetadata_01.stdout (modified) fixed some tests and reset verified output. Thu, 25 May 2006 23:53:07 GMT Paul Price [7222] * trunk/psLib/src/fits/psFits.c (modified) Getting rid of extraneous parenthesis that caused formatting problems. Thu, 25 May 2006 23:41:18 GMT Paul Price [7221] * trunk/psLib/src/fits/psFitsHeader.c (modified) Only particular FITS keywords may be duplicated in the metadata; ... Thu, 25 May 2006 21:19:45 GMT Paul Price [7211] * trunk/psLib/src/db/Makefile.am (modified) * trunk/psLib/src/db/psDB.h (modified) * trunk/psLib/src/db/psDB_dummy.h (deleted) * trunk/psLib/src/pslib_strict.h (modified) Removing psDB_dummy.h in favour of putting its function into psDB.h ... Thu, 25 May 2006 21:12:54 GMT Paul Price [7210] * trunk/psLib/Makefile.am (modified) * trunk/psLib/src/Makefile.am (modified) * trunk/psLib/src/astro/Makefile.am (modified) * trunk/psLib/src/db/Makefile.am (modified) * trunk/psLib/src/fft/Makefile.am (modified) * trunk/psLib/src/fits/Makefile.am (modified) * trunk/psLib/src/imageops/Makefile.am (modified) * trunk/psLib/src/math/Makefile.am (modified) * trunk/psLib/src/mathtypes/Makefile.am (modified) * trunk/psLib/src/sys/Makefile.am (modified) * trunk/psLib/src/types/Makefile.am (modified) * trunk/psLib/src/xml/Makefile.am (modified) * trunk/psLib/test/Makefile.am (modified) * trunk/psLib/test/astro/Makefile.am (modified) * trunk/psLib/test/db/Makefile.am (modified) * trunk/psLib/test/fft/Makefile.am (modified) * trunk/psLib/test/fits/Makefile.am (modified) * trunk/psLib/test/imageops/Makefile.am (modified) * trunk/psLib/test/math/Makefile.am (modified) * trunk/psLib/test/mathtypes/Makefile.am (modified) * trunk/psLib/test/sys (modified) * trunk/psLib/test/sys/.cvsignore (modified) * trunk/psLib/test/sys/Makefile.am (modified) * trunk/psLib/test/types/Makefile.am (modified) * trunk/psLib/test/xml/Makefile.am (modified) Adding emacs temporary files to CLEANFILES Thu, 25 May 2006 21:08:48 GMT Paul Price [7209] * trunk/psLib/test/astronomy/builddir/tst_psMetadata_01.d (deleted) * trunk/psLib/test/astronomy/builddir/tst_psMetadata_02.d (deleted) * trunk/psLib/test/astronomy/builddir/tst_psMetadata_03.d (deleted) * trunk/psLib/test/astronomy/builddir/tst_psMetadata_04.d (deleted) * trunk/psLib/test/astronomy/builddir/tst_psMetadata_05.d (deleted) * trunk/psLib/test/astronomy/builddir/tst_psMetadata_06.d (deleted) * trunk/psLib/test/astronomy/builddir/tst_psTime_01.d (deleted) * trunk/psLib/test/astronomy/builddir/tst_psTime_02.d (deleted) Removing old files, which shouldn't have been here in the first place. Thu, 25 May 2006 21:07:36 GMT Paul Price [7208] * trunk/psLib/test/astronomy/Makefile.am (deleted) * trunk/psLib/test/astronomy/data/psTime.config.template (deleted) * trunk/psLib/test/astronomy/data/test.psTime.config1.template (deleted) * trunk/psLib/test/astronomy/data/test.psTime.config2.template (deleted) * trunk/psLib/test/astronomy/data/test.psTime.config3.template (deleted) * trunk/psLib/test/astronomy/data/test.psTime.config4.template (deleted) * trunk/psLib/test/astronomy/data/test.ser7.dat (deleted) * trunk/psLib/test/astronomy/tst_psAstrometry.c (deleted) * trunk/psLib/test/astronomy/tst_psAstrometry01.c (deleted) * trunk/psLib/test/astronomy/verified/tst_psAstrometry.stderr (deleted) * trunk/psLib/test/astronomy/verified/tst_psAstrometry01.stderr (deleted) * trunk/psLib/test/astronomy/verified/tst_psAstrometry01.stdout (deleted) Removing old stuff --- it used psCell, so it's really really old. ... Thu, 25 May 2006 03:53:46 GMT Paul Price [7203] * trunk/psLib/src/types/psMetadata.c (modified) Generate a MULTI the first time a DUPLICATE_OK is supplied. Change ... Thu, 25 May 2006 03:51:51 GMT Paul Price [7202] * trunk/psLib/test/types/tst_psArguments.c (modified) Updated test following update of psArguments.c Thu, 25 May 2006 03:51:33 GMT Paul Price [7201] * trunk/psLib/src/types/psArguments.c (modified) MULTI is now used for multiple items with the same value (-arg 1 -arg ... Wed, 24 May 2006 03:25:14 GMT Paul Price [7193] * trunk/psLib/src/math/psUnaryOp.c (modified) Cleaning up macro code. Wed, 24 May 2006 03:10:14 GMT Paul Price [7192] * trunk/psLib/src/math/psBinaryOp.c (modified) Cleaned up macro code. Tue, 23 May 2006 23:43:18 GMT Paul Price [7189] * trunk/psLib/src/math/psBinaryOp.c (modified) Adding logical operators: & and | Tue, 23 May 2006 23:41:42 GMT Paul Price [7188] * trunk/psLib/src/types/psArguments.c (modified) Changing printf to psTrace. Tue, 23 May 2006 21:04:51 GMT drobbin [7182] * trunk/psLib/test/math/tst_psMinimizeLMM.c (modified) * trunk/psLib/test/math/verified/tst_psMinimizeLMM.stdout (modified) fixed stdout so all machine outputs will match. Tue, 23 May 2006 20:56:20 GMT drobbin [7181] * trunk/psLib/test/math/tst_psMinimizeLMM.c (modified) * trunk/psLib/test/math/verified/tst_psMinimizeLMM.stdout (modified) Added verbose setting to test to turn off data values output. ... Tue, 23 May 2006 20:07:04 GMT drobbin [7180] * trunk/psLib/test/astro/tst_psEarthOrientation.c (modified) * trunk/psLib/test/math/verified/tst_psMinimizeLMM.stdout (modified) * trunk/psLib/test/math/verified/tst_psStats00.stderr (modified) * trunk/psLib/test/math/verified/tst_psStats00.stdout (modified) * trunk/psLib/test/math/verified/tst_psStats01.stderr (modified) * trunk/psLib/test/math/verified/tst_psStats02.stderr (modified) * trunk/psLib/test/math/verified/tst_psStats09.stdout (modified) check in changes. Output is said to be verified by paul price. ... Mon, 22 May 2006 23:08:22 GMT Paul Price [7167] * trunk/psLib/src/math/psStats.c (modified) Don't bother checking values that have already been masked. Mon, 22 May 2006 22:59:32 GMT Paul Price [7166] * trunk/psLib/test/math/tst_psStats09.c (modified) Adding reporting of how many values were clipped. Mon, 22 May 2006 22:46:12 GMT Paul Price [7164] * trunk/psLib/src/math/psStats.c (modified) Calculate clippedNvalues. Mon, 22 May 2006 22:46:01 GMT Paul Price [7163] * trunk/psLib/src/math/psStats.h (modified) Changing psStats to use "long" for counts. Mon, 22 May 2006 22:39:07 GMT Paul Price [7162] * trunk/psLib/src/fits/psFitsHeader.c (modified) * trunk/psLib/src/fits/psFitsHeader.h (modified) Making sure SIMPLE, BITPIX and NAXIS are set in data-less primary headers Mon, 22 May 2006 22:38:27 GMT Paul Price [7161] * trunk/psLib/src/fits/psFitsImage.c (modified) Updating essential headers for psFitsInsertImage. psFitsWriteImage ... Mon, 22 May 2006 22:30:04 GMT Paul Price [7160] * trunk/psLib/test/math/tst_psMinimizeLMM.c (modified) Increasing number of data points, using sigma instead of multiplier ... Fri, 19 May 2006 03:25:26 GMT Paul Price [7148] * trunk/psLib/src/types/psMetadataConfig.c (modified) Making nFail optional in psMetadataConfigParse. Thu, 18 May 2006 20:08:33 GMT Paul Price [7143] * trunk/psLib/src/db/psDB.c (modified) Applying patch from Josh --- 'It adds support for multi column/field ... Thu, 18 May 2006 03:10:06 GMT Paul Price [7139] * trunk/psLib/src/math/psStats.c (modified) Adding check for NAN data. Thu, 18 May 2006 03:09:15 GMT Paul Price [7137] * trunk/psLib/test/math/tst_psPolyFit4D.c (modified) Increasing number of data values. Increasing background value (makes ... Thu, 18 May 2006 03:07:25 GMT Paul Price [7136] * trunk/psLib/test/math/tst_psPolyFit3D.c (modified) Increasing background value (it makes the test a bit harder to fail, ... Thu, 18 May 2006 03:05:47 GMT Paul Price [7135] * trunk/psLib/src/math/psMinimizePolyFit.c (modified) Updating polynomial fitting to work properly with masks. Thu, 18 May 2006 01:22:48 GMT Paul Price [7134] * trunk/psLib/src/sys/psMemory.c (modified) * trunk/psLib/src/sys/psMemory.h (modified) psMemIncrRefCounter should have const Thu, 18 May 2006 01:21:16 GMT Paul Price [7133] * trunk/psLib/src/math/psMinimizePolyFit.c (modified) Fixing some typos Thu, 18 May 2006 01:20:51 GMT Paul Price [7132] * trunk/psLib/src/math/psMathUtils.c (modified) * trunk/psLib/src/math/psMathUtils.h (modified) * trunk/psLib/src/math/psStats.c (modified) Cleaning up code in psStats.c and psMathUtils.[ch] Thu, 18 May 2006 01:20:10 GMT Paul Price [7131] * trunk/psLib/test/math/tst_psStats00.c (modified) * trunk/psLib/test/math/tst_psStats07.c (modified) * trunk/psLib/test/math/tst_psStats09.c (modified) Updating stats tests, following update to psStats.c Thu, 18 May 2006 00:24:13 GMT Paul Price [7130] * trunk/psLib/test/math/tst_psMinimizeLMM.c (modified) Better test for psMinimize --- fitting a Gaussian, and comparing ... Tue, 16 May 2006 23:12:20 GMT drobbin [7125] * trunk/psLib/src/imageops/psImagePixelExtract.c (modified) * trunk/psLib/test/imageops/tst_psImagePixelExtract.c (modified) fixed tests for ImageRow/Col F32, F64. Edited value comparisons to ... Tue, 16 May 2006 20:40:26 GMT drobbin [7124] * trunk/psLib/src/imageops/psImagePixelExtract.c (modified) * trunk/psLib/test/imageops/tst_psImagePixelExtract.c (modified) fixed failing tests (ImageColF32,F64). Someone must have incorrectly ... Tue, 16 May 2006 03:27:13 GMT Paul Price [7123] * trunk/psLib/src/imageops/psImagePixelManip.c (modified) Reverting to loop method for overlay with images of different types ... Tue, 16 May 2006 01:36:04 GMT Paul Price [7122] * trunk/psLib/src/imageops/psImagePixelExtract.c (modified) Fixing length of extracted vector. Tue, 16 May 2006 01:21:14 GMT Paul Price [7121] * trunk/psLib/src/imageops/psImagePixelExtract.c (modified) Fixing errors in the macro that prevented compilation. Builds now. Tue, 16 May 2006 01:20:09 GMT Paul Price [7120] * trunk/psLib/src/imageops/psImagePixelExtract.c (modified) Rows and columns were confused (psImageRow extracted a column, and ... Tue, 16 May 2006 01:19:55 GMT drobbin [7119] * trunk/psLib/test/astro/tst_psEarthOrientation.c (modified) * trunk/psLib/test/astro/verified/tst_psEarthOrientation.stdout (modified) edited output messages from EOC so they pass on the server. ... Tue, 16 May 2006 01:08:58 GMT drobbin [7118] * trunk/psLib/src/astro/psEarthOrientation.c (modified) * trunk/psLib/test/astro/tst_psEarthOrientation.c (modified) * trunk/psLib/test/astro/verified/tst_psEarthOrientation.stdout (modified) * trunk/psLib/test/math/tst_psPolyFit4D.c (modified) Updated outputting message in EOC. (Added VERBOSE option, set default ... Sat, 13 May 2006 08:56:48 GMT magnier [7115] * trunk/psLib/src/sys/psString.c (modified) * trunk/psLib/test/sys/tst_psString.c (modified) * trunk/psLib/test/sys/verified/tst_psString.stderr (modified) dropped error message for NULL input string in psStringSplit Sat, 13 May 2006 02:35:02 GMT Paul Price [7112] * trunk/psLib/src/imageops/psImagePixelManip.c (modified) Adding optimisation for psImageOverlaySection. When using the '=' ... Fri, 12 May 2006 22:43:14 GMT drobbin [7111] * trunk/psLib/test/math/tst_psPolyFit4D.c (modified) just text formatting. Fri, 12 May 2006 21:14:50 GMT drobbin [7110] * trunk/psLib/test/math/verified/tst_psPolyFit4D.stderr (modified) reset stderr. Warning messages missing from output, should be okay. Fri, 12 May 2006 21:03:44 GMT drobbin [7109] * trunk/psLib/test/math/verified/tst_psPolyFit3D.stderr (modified) * trunk/psLib/test/math/verified/tst_psPolyFit4D.stderr (modified) * trunk/psLib/test/math/verified/tst_psPolyFit4D.stdout (modified) Reset error outputs. (just a psWarning was removed at some point ... Thu, 11 May 2006 23:14:49 GMT drobbin [7108] * trunk/psLib/test/astro/tst_psCoord01.c (modified) changed return values so that SetOffset loop doesn't return 0 by mistake. Wed, 10 May 2006 13:24:57 GMT Paul Price [7107] * trunk/psLib/src/math/psMinimizePolyFit.c (modified) Updating polynomial fitting for 3 and 4 dimensions Wed, 10 May 2006 13:24:11 GMT Paul Price [7106] * trunk/psLib/test/math/tst_psPolyFit1D.c (modified) * trunk/psLib/test/math/tst_psPolyFit3D.c (modified) * trunk/psLib/test/math/tst_psPolyFit4D.c (modified) Fixing number of data points Wed, 10 May 2006 13:19:57 GMT Paul Price [7105] * trunk/psLib/test/math/tst_psPolyFit1D.c (modified) * trunk/psLib/test/math/tst_psPolyFit2D.c (modified) * trunk/psLib/test/math/tst_psPolyFit3D.c (modified) * trunk/psLib/test/math/tst_psPolyFit4D.c (modified) Fixing tests: standardised inputs, distributed inputs around [-1,1] ... Wed, 10 May 2006 11:38:55 GMT Paul Price [7104] * trunk/psLib/src/math/psMinimizePolyFit.c (modified) Rewrote vectorFitPolynomial1DCheb to use the standard linear fitting ... Wed, 10 May 2006 01:02:55 GMT Paul Price [7103] * trunk/psLib/src/math/psMatrix.c (modified) Reorganising psMatrixGJSolve. Wed, 10 May 2006 00:49:38 GMT Paul Price [7102] * trunk/psLib/src/math/psMatrix.h (modified) * trunk/psLib/src/math/psMinimizeLMM.c (modified) * trunk/psLib/src/math/psMinimizeLMM.h (modified) Renaming psGaussJordan to psMatrixGJSolve, moving function into ... Wed, 10 May 2006 00:48:50 GMT Paul Price [7101] * trunk/psLib/src/math/psMatrix.c (modified) Moving psGaussJordan into psMatrix.c, renaming to psMatrixGJSolve. Tue, 09 May 2006 03:35:27 GMT Paul Price [7093] * trunk/psLib/test/astro/Makefile.am (modified) * trunk/psLib/test/astronomy/Makefile.am (modified) * trunk/psLib/test/db/Makefile.am (modified) * trunk/psLib/test/fft/Makefile.am (modified) * trunk/psLib/test/fits/Makefile.am (modified) * trunk/psLib/test/imageops/Makefile.am (modified) * trunk/psLib/test/math/Makefile.am (modified) * trunk/psLib/test/mathtypes/Makefile.am (modified) * trunk/psLib/test/sys/Makefile.am (modified) * trunk/psLib/test/types/Makefile.am (modified) * trunk/psLib/test/xml/Makefile.am (modified) Adding core dumps to list of files to remove on 'make clean' Tue, 09 May 2006 03:29:54 GMT Paul Price [7092] * trunk/psLib/test/Makefile.am (modified) Adding core dumps to list of files to clean. Tue, 09 May 2006 03:27:25 GMT Paul Price [7091] * trunk/psLib/src/imageops/psImageConvolve.c (modified) Removing old version of psImageSmooth. The new version is much ... Tue, 09 May 2006 03:20:00 GMT Paul Price [7090] * trunk/psLib/test/imageops/tst_psImageSmooth.c (modified) Updated test to provide some feedback on where the error is occurring. Tue, 09 May 2006 03:16:52 GMT Paul Price [7089] * trunk/psLib/src/imageops/psImageConvolve.c (modified) Added bounds checking to psImageSmooth. Discovered bugs: 1. The ... Sat, 06 May 2006 03:51:14 GMT drobbin [7085] * trunk/psLib/test/math/tst_psMinimizeLMM.c (modified) edited stdout so the server output would match my machine's. Sat, 06 May 2006 03:34:21 GMT magnier [7079] * trunk/psLib/src/astro/psCoord.c (modified) cleaned up ELIXIR/OLD version split Fri, 05 May 2006 23:56:51 GMT Paul Price [7078] * trunk/psLib/src/db/psDB.c (modified) Applying patch from Josh to fix my_bool in mySQL stuff --- their ... Fri, 05 May 2006 23:55:56 GMT Paul Price [7077] * trunk/psLib/src/imageops/psImageConvolve.c (modified) SEGVs from overrunning the bounds with narrow images averted.