# # ChangeLog for trunk/psLib # # Generated by Trac 1.6 # Jul 21, 2026, 7:00:18 AM 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 ... Tue, 07 Mar 2006 04:20:10 GMT drobbin [6536] * trunk/psLib/src/astro/psTime.c (modified) changed getToken to see if it has gotten to NULL before incrementing ... Tue, 07 Mar 2006 03:03:33 GMT Paul Price [6535] * trunk/psLib/src/types/psMetadata.c (modified) Changing size of hash for psMetadata. Tue, 07 Mar 2006 01:53:24 GMT drobbin [6534] * trunk/psLib/src/astro/psSphereOps.c (modified) Edited psSphereOps to use dynamically allocated psSphereRot's everywhere. Tue, 07 Mar 2006 00:39:45 GMT desonia [6533] * trunk/psLib/configure.ac (modified) made prefix /usr/local instead of `pwd`. Mon, 06 Mar 2006 22:34:25 GMT drobbin [6528] * trunk/psLib/src/types/psArray.c (modified) * trunk/psLib/test/db/tst_psDB.c (modified) * trunk/psLib/test/types/tst_psArray.c (modified) Removed psMemIncrRefCounter from psArrayGet & associated psFree calls. Mon, 06 Mar 2006 20:57:42 GMT gusciora [6527] * trunk/psLib/src/math/psMinimizePolyFit.c (modified) * trunk/psLib/test/math/tst_psPolyFit4D.c (modified) This merges in rel10_ifa. However, I changed the matrix solving ... Mon, 06 Mar 2006 20:40:50 GMT gusciora [6526] * trunk/psLib/src/math/psMinimizeLMM.c (modified) From rel10_ifa. Mon, 06 Mar 2006 20:32:36 GMT gusciora [6525] * trunk/psLib/src/math/psMinimizeLMM.c (modified) .... Mon, 06 Mar 2006 20:32:19 GMT gusciora [6524] * trunk/psLib/src/math/psMinimizeLMM.c (modified) Trying to merge rel10_ifa. Fri, 03 Mar 2006 22:09:31 GMT gusciora [6510] * trunk/psLib/src/math/psMinimizeLMM.c (modified) .... Fri, 03 Mar 2006 22:08:02 GMT gusciora [6509] * trunk/psLib/src/math/psMinimizeLMM.c (modified) From rel10_ifa Thu, 02 Mar 2006 23:04:22 GMT drobbin [6505] * trunk/psLib/src/types/psList.c (modified) * trunk/psLib/src/types/psList.h (modified) Removed #include from psList files. Tue, 28 Feb 2006 20:03:22 GMT mberning [6504] * trunk/psLib/src/pslib_strict.h (modified) Updated pslib_strict.h to remove outdated Doxygen tags Tue, 28 Feb 2006 02:53:03 GMT drobbin [6500] * trunk/psLib/src/math/psPolynomial.c (modified) * trunk/psLib/src/mathtypes/psVector.c (modified) * trunk/psLib/src/mathtypes/psVector.h (modified) * trunk/psLib/src/sys/psMemory.c (modified) * trunk/psLib/src/sys/psMemory.h (modified) * trunk/psLib/src/types/psArray.c (modified) * trunk/psLib/src/types/psArray.h (modified) * trunk/psLib/src/types/psList.c (modified) * trunk/psLib/src/types/psList.h (modified) * trunk/psLib/src/types/psPixels.c (modified) * trunk/psLib/src/types/psPixels.h (modified) * trunk/psLib/test/astro/tst_psCoord.c (modified) * trunk/psLib/test/mathtypes/tst_psVector.c (modified) * trunk/psLib/test/mathtypes/verified/tst_psVector.stderr (modified) * trunk/psLib/test/types/tst_psArray.c (modified) * trunk/psLib/test/types/tst_psList.c (modified) * trunk/psLib/test/types/tst_psPixels.c (modified) * trunk/psLib/test/types/verified/tst_psArray.stderr (modified) * trunk/psLib/test/types/verified/tst_psList.stderr (modified) * trunk/psLib/test/types/verified/tst_psPixels.stderr (modified) Add Length functions/tests. Modified psPixelsAlloc to set n=0. Fri, 24 Feb 2006 23:43:16 GMT drobbin [6484] * trunk/psLib/src/astro/psCoord.c (modified) * trunk/psLib/src/db/psDB.c (modified) * trunk/psLib/src/fits/psFitsTable.c (modified) * trunk/psLib/src/imageops/psImageGeomManip.c (modified) * trunk/psLib/src/imageops/psImagePixelExtract.c (modified) * trunk/psLib/src/math/psConstants.h (modified) * trunk/psLib/src/math/psMinimizeLMM.c (modified) * trunk/psLib/src/math/psMinimizePolyFit.c (modified) * trunk/psLib/src/math/psMinimizePowell.c (modified) * trunk/psLib/src/math/psPolynomial.c (modified) * trunk/psLib/src/math/psSpline.c (modified) * trunk/psLib/src/math/psStats.c (modified) * trunk/psLib/src/mathtypes/psVector.c (modified) * trunk/psLib/src/types/psArray.c (modified) * trunk/psLib/src/types/psLookupTable.c (modified) * trunk/psLib/src/types/psMetadataConfig.c (modified) * trunk/psLib/test/db/verified/tst_psDB.stderr (modified) * trunk/psLib/test/fits/tst_psFits.c (modified) * trunk/psLib/test/imageops/tst_psImageConvolve.c (modified) * trunk/psLib/test/imageops/tst_psImagePixelExtract.c (modified) * trunk/psLib/test/imageops/verified/tst_psImagePixelExtract.stderr (modified) * trunk/psLib/test/math/tst_psMinimizeLMM.c (modified) * trunk/psLib/test/math/tst_psMinimizePowell.c (modified) * 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) * trunk/psLib/test/math/tst_psPolynomialEval1D.c (modified) * trunk/psLib/test/math/tst_psPolynomialEval2D.c (modified) * trunk/psLib/test/math/tst_psPolynomialEval3D.c (modified) * trunk/psLib/test/math/tst_psPolynomialEval4D.c (modified) * trunk/psLib/test/math/tst_psRandom.c (modified) * trunk/psLib/test/math/tst_psSpline1D.c (modified) * trunk/psLib/test/math/tst_psStats07.c (modified) * trunk/psLib/test/math/tst_psStats09.c (modified) * trunk/psLib/test/mathtypes/tst_psVector.c (modified) * trunk/psLib/test/mathtypes/tst_psVectorSort_02.c (modified) * trunk/psLib/test/mathtypes/verified/tst_psVector.stderr (modified) * trunk/psLib/test/types/tst_psLookupTable_01.c (modified) * trunk/psLib/test/types/tst_psMetadataIO.c (modified) * trunk/psLib/test/types/verified/tst_psMetadataIO.stderr (modified) Changed psArray & psVector to zero 'n' upon allocation. Used to set ... Sat, 18 Feb 2006 00:56:44 GMT drobbin [6449] * trunk/psLib/src/math/psMinimizePowell.c (modified) * trunk/psLib/src/math/psStats.c (modified) * trunk/psLib/test/math/tst_psMinimizeLMM.c (modified) * trunk/psLib/test/math/tst_psMinimizePowell.c (modified) Finished updating files affected by changing psArrayAlloc to set ->n=0. Fri, 17 Feb 2006 03:24:47 GMT drobbin [6445] * trunk/psLib/src/astro/psCoord.c (modified) * trunk/psLib/src/fits/psFitsTable.c (modified) * trunk/psLib/src/types/psArray.c (modified) * trunk/psLib/src/types/psLookupTable.c (modified) * trunk/psLib/test/astro/tst_psCoord02.c (modified) * trunk/psLib/test/fits/tst_psFits.c (modified) * trunk/psLib/test/types/tst_psArray.c (modified) * trunk/psLib/test/types/verified/tst_psArray.stderr (modified) Changed psArrayAlloc to set ->n = 0. Updated corresponding functions ... Fri, 17 Feb 2006 00:56:48 GMT gusciora [6437] * trunk/psLib/src/math/psConstants.h (modified) * trunk/psLib/src/math/psMathUtils.h (modified) * trunk/psLib/src/math/psMinimizeLMM.h (modified) * trunk/psLib/src/math/psPolynomial.c (modified) * trunk/psLib/src/math/psSpline.c (modified) * trunk/psLib/src/math/psStats.c (modified) *** empty log message *** Tue, 14 Feb 2006 00:09:27 GMT drobbin [6425] * trunk/psLib/src/astro/psEarthOrientation.c (modified) * trunk/psLib/src/astro/psEarthOrientation.h (modified) * trunk/psLib/src/astro/psSphereOps.h (modified) * trunk/psLib/src/sys/psMemory.c (modified) * trunk/psLib/src/types/psList.c (modified) * trunk/psLib/src/types/psList.h (modified) Added psMemThreadSafety. Removed p_lock from psList. Added comments ... Fri, 10 Feb 2006 04:12:02 GMT gusciora [6420] * trunk/psLib/src/math/psMinimizePowell.c (modified) .... Fri, 10 Feb 2006 02:44:46 GMT drobbin [6419] * trunk/psLib/src/sys/psMemory.c (modified) * trunk/psLib/src/sys/psMemory.h (modified) * trunk/psLib/src/types/psList.c (modified) * trunk/psLib/src/types/psList.h (modified) Added psMemThreadSafety in psMemory and updated corresponding mutex's ... Fri, 10 Feb 2006 00:56:24 GMT gusciora [6411] * trunk/psLib/test/astro/tst_psCoord02.c (modified) .... Fri, 10 Feb 2006 00:51:14 GMT gusciora [6410] * trunk/psLib/test/astro/tst_psCoord02.c (modified) .... Fri, 10 Feb 2006 00:51:00 GMT gusciora [6409] * trunk/psLib/src/astro/psCoord.c (modified) Rewrote psPlaneTransformCombine(). Thu, 09 Feb 2006 01:57:37 GMT gusciora [6395] * trunk/psLib/src/astro/psCoord.c (modified) .... Thu, 09 Feb 2006 01:57:28 GMT gusciora [6394] * trunk/psLib/src/astro/psCoord.c (modified) .... Thu, 09 Feb 2006 01:57:19 GMT gusciora [6393] * trunk/psLib/src/astro/psCoord.c (modified) .... Thu, 09 Feb 2006 01:57:05 GMT gusciora [6392] * trunk/psLib/src/astro/psCoord.c (modified) .... Thu, 09 Feb 2006 01:23:18 GMT gusciora [6391] * trunk/psLib/src/math/psMinimize.c (deleted) * trunk/psLib/src/math/psMinimize.h (deleted) These ffiles were split into 3 new files. Thu, 09 Feb 2006 01:21:31 GMT gusciora [6390] * trunk/psLib/test/astro/tst_psCoord02.c (modified) * trunk/psLib/test/astro/verified/tst_psCoord02.stderr (modified) The check-in comes after the complete rewrite of the ... Thu, 09 Feb 2006 01:18:53 GMT gusciora [6389] * trunk/psLib/src/astro/psCoord.c (modified) Complete rewrite of psPlaneTransformInvert(). I now call the ... Thu, 09 Feb 2006 00:52:18 GMT gusciora [6388] * trunk/psLib/src/astro/psCoord.c (modified) The psPlaneTransformFit() was completely rewritten and simplified. ... Wed, 08 Feb 2006 21:52:47 GMT gusciora [6385] * trunk/psLib/test/astro/verified/tst_psCoord.stderr (modified) Misc code cleaning Wed, 08 Feb 2006 21:52:05 GMT gusciora [6384] * trunk/psLib/src/astro/psCoord.c (modified) Misc code cleaning. Wed, 08 Feb 2006 21:34:53 GMT gusciora [6383] * trunk/psLib/src/astro/psCoord.c (modified) .... Wed, 08 Feb 2006 21:30:34 GMT gusciora [6382] * trunk/psLib/src/astro/psCoord.c (modified) Tests for psPlaneAlloc() psPlaneFree(). Initialized the members of ... Wed, 08 Feb 2006 21:30:09 GMT gusciora [6381] * trunk/psLib/test/astro/tst_psCoord.c (modified) Tests for psPlaneAlloc() psPlaneFree(). Wed, 08 Feb 2006 01:03:35 GMT desonia [6354] * 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/psFitsTable.c (modified) * trunk/psLib/src/imageops/psImageGeomManip.c (modified) * trunk/psLib/src/imageops/psImageGeomManip.h (modified) * trunk/psLib/test/fits/tst_psFits.c (modified) fixed a leak in psFits table reading and cleaned up things according ... Wed, 08 Feb 2006 00:12:05 GMT gusciora [6350] * trunk/psLib/test/mathtypes/verified/tst_psVector.stderr (modified) .... Wed, 08 Feb 2006 00:00:36 GMT gusciora [6349] * trunk/psLib/src/sys/psType.h (modified) * trunk/psLib/test/mathtypes/tst_psVector.c (modified) Undid the changes to the psElemType. Tue, 07 Feb 2006 23:39:24 GMT gusciora [6348] * trunk/psLib/src/math/psPolynomial.c (modified) * trunk/psLib/src/math/psPolynomial.h (modified) * trunk/psLib/src/math/psStats.h (modified) * trunk/psLib/src/sys/psType.h (modified) * trunk/psLib/src/types/psList.h (modified) .... Tue, 07 Feb 2006 23:14:21 GMT gusciora [6346] * trunk/psLib/src/astro/psCoord.c (modified) * trunk/psLib/src/imageops/psImageStats.c (modified) * trunk/psLib/src/math/psMinimizeLMM.c (modified) * trunk/psLib/src/math/psMinimizePowell.c (modified) * trunk/psLib/src/math/psMinimizePowell.h (modified) * trunk/psLib/test/math/tst_psMinimizePowell.c (modified) .... Tue, 07 Feb 2006 01:11:52 GMT gusciora [6335] * trunk/psLib (modified) * trunk/psLib/.cvsignore (modified) * trunk/psLib/test/imageops (modified) * trunk/psLib/test/imageops/.cvsignore (modified) * trunk/psLib/test/math (modified) * trunk/psLib/test/math/.cvsignore (modified) * trunk/psLib/test/math/tst_psFunc08.c (deleted) * trunk/psLib/test/math/tst_psFunc09.c (deleted) * trunk/psLib/test/math/tst_psFunc10.c (deleted) * trunk/psLib/test/math/tst_psFunc11.c (deleted) * trunk/psLib/test/math/tst_psMinimize05.c (deleted) * trunk/psLib/test/math/tst_psMinimize06.c (deleted) * trunk/psLib/test/types (modified) * trunk/psLib/test/types/.cvsignore (modified) .... Tue, 07 Feb 2006 01:08:14 GMT gusciora [6334] * trunk/psLib/test/math (modified) * trunk/psLib/test/math/.cvsignore (modified) .... Mon, 06 Feb 2006 22:27:20 GMT desonia [6332] * trunk/psLib/test/math/tst_psMinimizeLMM.c (modified) * trunk/psLib/test/math/tst_psMinimizePowell.c (modified) * trunk/psLib/test/math/verified/tst_psMinimizeLMM.stdout (modified) * trunk/psLib/test/math/verified/tst_psMinimizePowell.stdout (modified) reduced the precision of printing of float values to mitigate machine ... Mon, 06 Feb 2006 22:20:05 GMT gusciora [6331] * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/src/mathtypes/psScalar.c (modified) .... Mon, 06 Feb 2006 21:57:04 GMT drobbin [6328] * trunk/psLib/src/astro/psEarthOrientation.c (modified) added comments Mon, 06 Feb 2006 21:23:46 GMT gusciora [6326] * trunk/psLib/test/astronomy/tst_psAstrometry01.c (modified) * trunk/psLib/test/math/tst_psStats07.c (modified) * trunk/psModules/test/config/tst_pmConfig.c (modified) * trunk/psModules/test/imsubtract/tst_pmSubtractSky.c (modified) * trunk/psModules/test/objects/tst_pmObjects01.c (modified) Cosmetic mods.... Sat, 04 Feb 2006 02:49:41 GMT desonia [6323] * trunk/psLib/test/math/verified/tst_psStats07.stdout (added) added due to informational printout that included the word 'error'. Fri, 03 Feb 2006 22:05:22 GMT gusciora [6322] * trunk/psLib/src/math/psMinimizeLMM.c (modified) * trunk/psLib/src/math/psMinimizePowell.c (modified) * trunk/psLib/src/math/psStats.c (modified) Misc code cleaning Fri, 03 Feb 2006 01:34:11 GMT gusciora [6317] * trunk/psLib/test/math/tst_psStats00.c (modified) I modified the psVectorStats behavior when called with bad params. Fri, 03 Feb 2006 01:30:36 GMT gusciora [6316] * trunk/psLib/test/math/tst_psStats07.c (modified) Cleaned and modified the robust stats. Fri, 03 Feb 2006 01:30:14 GMT gusciora [6315] * trunk/psLib/src/math/psStats.c (modified) Cleaned and modified the robust stats. Fri, 03 Feb 2006 00:12:02 GMT desonia [6314] * trunk/psLib/src/astro/psEarthOrientation.c (modified) * trunk/psLib/src/fits/psFitsTable.c (modified) * trunk/psLib/src/sys/psMemory.c (modified) * trunk/psLib/src/types/psMetadata.c (modified) * trunk/psLib/test/fits/tst_psFits.c (modified) * trunk/psLib/test/types/tst_psMetadata_04.c (modified) * trunk/psLib/test/types/tst_psMetadata_07.c (modified) modified to reflect change in behaviour of psMetadataLookupPtr/Str/MD ... Thu, 02 Feb 2006 23:19:58 GMT drobbin [6309] * trunk/psLib/src/astro/psSphereOps.c (modified) * trunk/psLib/test/astro/tst_psSphereOps.c (modified) * trunk/psLib/test/astro/verified/tst_psSphereOps.stderr (modified) Added comments, removed old code & comments, added NULL checks.