# # ChangeLog for trunk/psLib # # Generated by Trac 1.6 # Jul 21, 2026, 6:44:16 AM 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. Fri, 05 May 2006 22:32:35 GMT Paul Price [7076] * trunk/psLib/src/imageops/psImageConvolve.c (modified) Moving temporary variables into where they are defined, ala C99. Fri, 05 May 2006 02:48:35 GMT drobbin [7071] * trunk/psLib/src/imageops/psImageConvolve.c (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/src/mathtypes/psVector.c (modified) * trunk/psLib/test/imageops/tst_psImageSmooth.c (modified) * trunk/psLib/test/imageops/tst_psImageStructManip.c (modified) * trunk/psLib/test/mathtypes/tst_psVectorSort_01.c (modified) * trunk/psLib/test/mathtypes/verified/tst_psVectorSort_01.stderr (modified) Fixed some tiny things and working on fixing psImageSmooth (not done). Fri, 05 May 2006 02:42:01 GMT Paul Price [7070] * trunk/psLib/src/db/psDB.c (modified) * trunk/psLib/src/db/psDB.h (modified) Applying patch from Josh Hoblitt: Patch to add transaction control to ... Thu, 04 May 2006 00:37:44 GMT drobbin [7057] * trunk/psLib/src/imageops/psImageStructManip.c (modified) fixed seg fault occuring from NULL input image in imageSubset. Moved ... Thu, 04 May 2006 00:09:11 GMT drobbin [7056] * trunk/psLib/src/mathtypes/psVector.c (modified) * trunk/psLib/test/imageops/tst_psImageStats.c (modified) * trunk/psLib/test/imageops/verified/tst_psImageStats.stderr (modified) Fixed tests for psImageCountPixelMask. Wed, 03 May 2006 23:16:16 GMT drobbin [7055] * trunk/psLib/src/imageops/psImagePixelExtract.c (modified) * trunk/psLib/src/math/psStats.c (modified) * trunk/psLib/src/mathtypes/psVector.c (modified) Fixed memory leak and output errors associated with psImageSlice -> ... Wed, 03 May 2006 02:35:37 GMT Paul Price [7050] * trunk/psLib/src/db/psDB.c (modified) * trunk/psLib/src/db/psDB.h (modified) Adding patch from Josh, which adds psDBLastInsertId Wed, 03 May 2006 01:10:09 GMT drobbin [7047] * trunk/psLib/test/sys/verified/tst_psString.stderr (modified) * trunk/psLib/test/types/tst_psMetadata_07.c (modified) * trunk/psLib/test/types/verified/tst_psMetadata_07.stderr (modified) Fixed stderr differences. Wed, 03 May 2006 00:27:51 GMT drobbin [7046] * trunk/psLib/src/mathtypes/psVector.c (modified) * trunk/psLib/test/mathtypes/tst_psVectorSort_02.c (modified) * trunk/psLib/test/mathtypes/verified/tst_psVectorSort_01.stderr (modified) Edited error message and updated indexSort test Tue, 02 May 2006 23:55:53 GMT Paul Price [7045] * trunk/psLib/test/sys/tst_psString.c (modified) Fixing psStringSplit following code update. Tue, 02 May 2006 23:02:29 GMT drobbin [7044] * trunk/psLib/src/mathtypes/psVector.c (modified) Edited psVectorCopy and psVectorSort. Added error handling for NULL ... Tue, 02 May 2006 22:35:52 GMT drobbin [7043] * trunk/psLib/test/mathtypes/tst_psVector.c (modified) * trunk/psLib/test/mathtypes/tst_psVectorSort_01.c (modified) * trunk/psLib/test/mathtypes/tst_psVectorSort_02.c (modified) * trunk/psLib/test/mathtypes/verified/tst_psVector.stderr (modified) * trunk/psLib/test/mathtypes/verified/tst_psVectorSort_01.stderr (modified) Edited psVectorCopy and psVectorSort. Added error handling for NULL ... Tue, 02 May 2006 21:48:55 GMT Paul Price [7042] * trunk/psLib/src/mathtypes/psVector.c (modified) Fixing bug in psVectorSortIndex --- the switch was on the output type ... Tue, 02 May 2006 02:03:48 GMT Paul Price [7033] * trunk/psLib/src/types/psArguments.c (modified) Supporting NULL for PS_DATA_STRING metadata item. Tue, 02 May 2006 02:01:53 GMT Paul Price [7032] * trunk/psLib/src/types/psArguments.c (modified) Supporting NULL for PS_DATA_STRING metadata items when printing the ... Tue, 02 May 2006 01:48:56 GMT Paul Price [7031] * trunk/psLib/src/types/psMetadata.c (modified) Removing assertion on NULL string --- psMetadataAddStr needs to ... Mon, 01 May 2006 21:23:15 GMT Paul Price [7021] * trunk/psLib/src/types/psArguments.c (modified) Fixing bug in psArgumentHelp caused when default value (type S32) was ... Mon, 01 May 2006 00:57:07 GMT magnier [7015] * trunk/psLib/src/sys/psString.c (modified) * trunk/psLib/src/sys/psString.h (modified) fixed psStringSplit to use strpbrk, added boolean for significance of ... Sun, 30 Apr 2006 22:10:38 GMT magnier [7013] * trunk/psLib/src/types/psMetadataConfig.c (modified) added support for S8,S16,U8,U16,U32 Wed, 26 Apr 2006 02:19:23 GMT drobbin [6989] * trunk/psLib/src/sys/psString.c (modified) * trunk/psLib/test/sys/tst_psString.c (modified) updated stringSplit NULL-handling (& tests) Wed, 26 Apr 2006 01:10:58 GMT drobbin [6988] * trunk/psLib/test/astro/verified/tst_psEarthOrientation.stdout (modified) reset on server. Wed, 26 Apr 2006 01:09:13 GMT drobbin [6987] * trunk/psLib/test/astro/tst_psEarthOrientation.c (modified) edited failing test. Wed, 26 Apr 2006 00:46:58 GMT drobbin [6986] * trunk/psLib/test/types/verified/tst_psMetadata_01.stdout (modified) reset stdout file. Tue, 25 Apr 2006 03:30:29 GMT Paul Price [6977] * trunk/psLib/src/mathtypes/psVector.c (modified) Added special case for psVectorCopy (copying to the same type: use ... Sun, 23 Apr 2006 01:08:34 GMT magnier [6962] * trunk/psLib/src/sys/psString.c (modified) changed psStringSplit to accept NULL input string Sat, 22 Apr 2006 20:52:30 GMT magnier [6959] * trunk/psLib/src/imageops/psImageStats.c (modified) loop was running <= upper limits, rather than < upper limits Sat, 22 Apr 2006 01:03:13 GMT Paul Price [6954] * trunk/psLib/configure.ac (modified) Removing AC_DISABLE_STATIC. Sat, 22 Apr 2006 00:47:06 GMT Paul Price [6953] * trunk/psLib/src/db/Makefile.am (modified) * trunk/psLib/src/db/psDB_dummy.h (added) * trunk/psLib/src/pslib_strict.h (modified) Adding psDB_dummy.h to replace psDB.h when mysql is not used. Sat, 22 Apr 2006 00:41:32 GMT Paul Price [6952] * trunk/psLib/configure.ac (modified) Better solution to fftw problem. Sat, 22 Apr 2006 00:27:38 GMT Paul Price [6951] * trunk/psLib/configure.ac (modified) Adding math library to LIBS so that we can get FFTW in the presence ... Fri, 21 Apr 2006 21:18:44 GMT magnier [6942] * trunk/psLib/src/math/psMinimizeLMM.c (modified) modification of singular matrix handling Fri, 21 Apr 2006 21:10:01 GMT magnier [6941] * trunk/psLib/src/imageops/psImageStructManip.c (modified) fixed some end-point errors with regions Fri, 21 Apr 2006 21:07:47 GMT magnier [6940] * trunk/psLib/src/imageops/psImageStats.c (modified) fixed end-post errors in psImageCountPixelMask Fri, 21 Apr 2006 20:59:51 GMT magnier [6939] * trunk/psLib/src/math/psMinimizePolyFit.c (modified) restore the GaussJordan inversion Fri, 21 Apr 2006 20:47:39 GMT magnier [6938] * trunk/psLib/src/types/psMetadata.c (modified) replaced psRegion support Fri, 21 Apr 2006 20:45:56 GMT magnier [6937] * trunk/psLib/src/imageops/psImageConvolve.c (modified) replaced psImageSmooth with faster version Fri, 21 Apr 2006 20:41:10 GMT magnier [6936] * trunk/psLib/src/fits/psFitsImage.c (modified) fixed missing vector length assignments Fri, 21 Apr 2006 00:07:42 GMT magnier [6935] * trunk/psLib/src/math/psRegionForImage.c (modified) region selected by 0,0,0,0 was off by one on the upper limits (must ... Thu, 20 Apr 2006 03:32:14 GMT magnier [6920] * trunk/psLib/src/sys/psType.h (modified) replaced PS_DATA_REGION because we need to be able to dynamically ... Thu, 20 Apr 2006 02:22:28 GMT drobbin [6914] * trunk/psLib/src/db/psDB.c (modified) No changes made. Thu, 20 Apr 2006 01:46:00 GMT drobbin [6913] * trunk/psLib/src/sys/psType.h (modified) * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/test/astro/tst_psEarthOrientation.c (modified) Edited psDataType-> removed PS_DATA_REGION since this type isn't ... Thu, 20 Apr 2006 01:13:11 GMT drobbin [6912] * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/test/db/tst_psDB.c (modified) * trunk/psLib/test/fits/tst_psFits.c (modified) * trunk/psLib/test/imageops/tst_psImageGeomManip.c (modified) edited files to reflect changes & patches applied by IFA. Currently ... Wed, 19 Apr 2006 18:31:17 GMT magnier [6901] * trunk/psLib/src/math/psMinimizeLMM.c (modified) added NaN checks with psAbort Tue, 18 Apr 2006 22:12:28 GMT Paul Price [6886] * trunk/psLib/src/mathtypes/psVector.c (modified) Vector length problem with psVectorSortIndex. See bug 737. Tue, 18 Apr 2006 22:04:28 GMT Paul Price [6885] * trunk/psLib/src/math/psBinaryOp.c (modified) * trunk/psLib/src/math/psUnaryOp.c (modified) Fixing bug in number of elements in psBinaryOp and psUnaryOp: when ... Tue, 18 Apr 2006 19:01:21 GMT Paul Price [6884] * trunk/psLib/src/fits/psFitsHeader.c (modified) Forgot to add the header to the metadata after stripping trailing spaces. Tue, 18 Apr 2006 18:58:41 GMT Paul Price [6883] * trunk/psLib/src/fits/psFitsHeader.c (modified) Remove trailing spaces from string header values. Tue, 18 Apr 2006 01:21:53 GMT Paul Price [6878] * trunk/psLib/src/types/psMetadataConfig.c (modified) Increasing maximum length of line, to be compatible with GPC1 camera ... Mon, 17 Apr 2006 22:00:35 GMT magnier [6874] * trunk/psLib/src/astro/psCoord.h (modified) * trunk/psLib/src/fits/psFitsImage.c (modified) * trunk/psLib/src/fits/psFitsImage.h (modified) * trunk/psLib/src/imageops/psImageStats.c (modified) * trunk/psLib/src/imageops/psImageStats.h (modified) * trunk/psLib/src/imageops/psImageStructManip.h (modified) * trunk/psLib/src/math/Makefile.am (modified) * trunk/psLib/src/math/psRegion.c (added) * trunk/psLib/src/math/psRegion.h (added) * trunk/psLib/src/math/psRegionForImage.c (added) * trunk/psLib/src/math/psRegionForImage.h (added) * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/src/mathtypes/psImage.h (modified) * trunk/psLib/src/psErrorText_en.dat (modified) * trunk/psLib/src/pslib_strict.h (modified) * trunk/psLib/src/sys/psString.c (modified) * trunk/psLib/src/sys/psString.h (modified) * trunk/psLib/src/sys/psType.h (modified) * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/src/types/psMetadata.h (modified) * trunk/psLib/src/types/psPixels.h (modified) * trunk/psModules/src/astrom/pmFPAConstruct.c (modified) * trunk/psModules/src/objects/psEllipse.c (deleted) * trunk/psModules/src/objects/psEllipse.h (deleted) * trunk/psModules/src/pslib/psMetadataItemParse.c (modified) variety of small changes related to inconsistencies between psModules ... Tue, 11 Apr 2006 23:57:52 GMT desonia [6831] * trunk/psLib/configure.ac (modified) added check for libxml2 version to be 2.6.0 or greater. Thu, 06 Apr 2006 22:55:18 GMT drobbin [6806] * trunk/psLib/src/imageops/psImageGeomManip.c (modified) * trunk/psLib/src/imageops/psImagePixelExtract.c (modified) * trunk/psLib/test/imageops/tst_psImagePixelExtract.c (modified) * trunk/psLib/test/imageops/verified/tst_psImagePixelExtract.stderr (modified) Made changes concerning subimage issue and testing of changes. Thu, 06 Apr 2006 04:12:27 GMT drobbin [6805] * trunk/psLib/src/imageops/psImagePixelExtract.c (modified) * trunk/psLib/test/imageops/tst_psImageGeomManip.c (modified) Made some changes for subimages issue and region issues. Wed, 05 Apr 2006 23:36:25 GMT desonia [6801] * trunk/psLib/test/types (modified) * trunk/psLib/test/types/.cvsignore (modified) *** empty log message *** Wed, 05 Apr 2006 23:34:55 GMT desonia [6800] * trunk/psLib/configure.ac (modified) changed version number to be post rel11. Wed, 05 Apr 2006 23:27:28 GMT desonia [6798] * trunk/psLib/src/Makefile.am (modified) added removal of temporary file, libpslib.la.temp, after it is no ... Wed, 05 Apr 2006 23:21:14 GMT desonia [6796] * trunk/psLib/Makefile.am (modified) * trunk/psLib/src/Makefile.am (modified) * trunk/psLib/test/db/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/xml/Makefile.am (modified) updated clean tag Wed, 05 Apr 2006 21:16:46 GMT desonia [6793] * trunk/psLib/Makefile.am (modified) * trunk/psLib/configure.ac (modified) * trunk/psLib/etc/pslib/Makefile.am (modified) * trunk/psLib/src/Makefile.am (modified) * trunk/psLib/test/types/Makefile.am (modified) * trunk/psLib/test/types/data/mdcfgwrt.verified (added) * trunk/psLib/test/types/mdcfgwrt.verified (deleted) changed version and tweaks for distcheck. Wed, 05 Apr 2006 02:19:00 GMT gusciora [6788] * trunk/psLib/src/math/psSpline.c (modified) *** empty log message *** Wed, 05 Apr 2006 02:18:46 GMT gusciora [6787] * trunk/psLib/src/math/psSpline.c (modified) *** empty log message *** Wed, 05 Apr 2006 02:18:36 GMT gusciora [6786] * trunk/psLib/src/math/psSpline.c (modified) *** empty log message *** Wed, 05 Apr 2006 02:18:27 GMT gusciora [6785] * trunk/psLib/src/math/psSpline.c (modified) *** empty log message *** Wed, 05 Apr 2006 02:18:21 GMT gusciora [6784] * trunk/psLib/src/math/psSpline.c (modified) *** empty log message *** Wed, 05 Apr 2006 02:18:13 GMT gusciora [6783] * trunk/psLib/src/math/psSpline.c (modified) *** empty log message *** Wed, 05 Apr 2006 02:18:05 GMT gusciora [6782] * trunk/psLib/src/math/psSpline.c (modified) *** empty log message *** Wed, 05 Apr 2006 02:17:56 GMT gusciora [6781] * trunk/psLib/src/math/psSpline.c (modified) *** empty log message *** Wed, 05 Apr 2006 02:17:48 GMT gusciora [6780] * trunk/psLib/src/math/psSpline.c (modified) *** empty log message *** Wed, 05 Apr 2006 02:17:37 GMT gusciora [6779] * trunk/psLib/src/math/psSpline.c (modified) *** empty log message *** Wed, 05 Apr 2006 01:49:41 GMT drobbin [6778] * trunk/psLib/src/imageops/psImageGeomManip.c (modified) * trunk/psLib/src/imageops/psImagePixelExtract.c (modified) * trunk/psLib/src/imageops/psImageStats.c (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/test/imageops/tst_psImagePixelExtract.c (modified) * trunk/psLib/test/imageops/tst_psImageStats.c (modified) Edited functions wrt subimage v parent image issue. Tue, 04 Apr 2006 22:48:36 GMT drobbin [6776] * trunk/psLib/test/astro/verified/tst_psEarthOrientation.stdout (modified) *** empty log message *** Tue, 04 Apr 2006 22:04:46 GMT drobbin [6770] * trunk/psLib/src/imageops/psImagePixelExtract.c (modified) * trunk/psLib/test/astro/verified/tst_psEarthOrientation.stderr (modified) * trunk/psLib/test/astro/verified/tst_psEarthOrientation.stdout (modified) * trunk/psLib/test/imageops/tst_psImagePixelExtract.c (modified) * trunk/psLib/test/imageops/verified/tst_psImagePixelExtract.stderr (modified) Edited several functions concerning subimage v. parent issue. Tue, 04 Apr 2006 20:47:25 GMT gusciora [6768] * trunk/psLib/src/math/psSpline.c (modified) .... Tue, 04 Apr 2006 19:52:55 GMT desonia [6767] * trunk/psLib/src/fits/psFits.c (modified) * trunk/psLib/src/fits/psFits.h (modified) * 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/psFitsImage.h (modified) * trunk/psLib/src/fits/psFitsTable.c (modified) * trunk/psLib/src/fits/psFitsTable.h (modified) * trunk/psLib/test/fits/tst_psFits.c (modified) * trunk/psLib/test/fits/verified/tst_psFits.stderr (modified) * trunk/psLib/test/imageops/tst_psImageGeomManip.c (modified) * trunk/psLib/test/sys/tst_psMemory.c (modified) modified API to match current SDRS. Tue, 04 Apr 2006 19:52:29 GMT desonia [6766] * trunk/psLib/src/psErrorText_en.dat (modified) *** empty log message *** Sat, 01 Apr 2006 02:43:57 GMT drobbin [6750] * trunk/psLib/src/imageops/psImageGeomManip.c (modified) * trunk/psLib/src/imageops/psImageGeomManip.h (modified) * trunk/psLib/src/imageops/psImagePixelExtract.c (modified) * trunk/psLib/src/imageops/psImageStats.c (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/src/types/psPixels.c (modified) * trunk/psLib/test/imageops/tst_psImagePixelExtract.c (modified) * trunk/psLib/test/imageops/tst_psImageStats.c (modified) * trunk/psLib/test/imageops/verified/tst_psImageInterpolate.stderr (modified) * trunk/psLib/test/imageops/verified/tst_psImagePixelExtract.stderr (modified) * trunk/psLib/test/imageops/verified/tst_psImageStats.stderr (modified) * trunk/psLib/test/types/tst_psPixels.c (modified) * trunk/psLib/test/types/verified/tst_psPixels.stderr (modified) Made several changes to image functions/tests w.r.t. subimage v. ... Fri, 17 Mar 2006 20:38:19 GMT drobbin [6631] * trunk/psLib/src/imageops/psImagePixelExtract.c (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/test/imageops/verified/tst_psImagePixelExtract.stderr (modified) Updated ImageRow, Col, Slice with respect to Sub-image v. parent- ... Tue, 14 Mar 2006 03:35:14 GMT drobbin [6579] * trunk/psLib/src/mathtypes/psImage.c (modified) Merged-in changes for psRegionForImage from eam_rel9_b1. (coord's ... Tue, 14 Mar 2006 03:25:48 GMT drobbin [6578] * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/test/mathtypes/tst_psImage.c (modified) * trunk/psLib/test/mathtypes/verified/tst_psImage.stderr (modified) Updated psImageGet in accordance with rules for dealing with sub- images. Tue, 14 Mar 2006 02:22:55 GMT drobbin [6574] * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/test/mathtypes/tst_psImage.c (modified) * trunk/psLib/test/mathtypes/verified/tst_psImage.stderr (modified) Changed psImageSet to coincide with new stipulations concerning sub- ... Wed, 08 Mar 2006 21:09:16 GMT drobbin [6548] * trunk/psLib/src/types/psMetadata.c (modified) Merged in changes to psMetadata (polynomial formatting) from ...