# # ChangeLog for / # # Generated by Trac 1.6 # Jul 21, 2026, 4:26:49 AM Sat, 29 May 2004 01:44:07 GMT desonia [819] * trunk/psLib/src/pslib.h (modified) added psFFT and psImageIO Sat, 29 May 2004 01:43:14 GMT desonia [818] * trunk/psLib/src/dataManip/Makefile (modified) Added psImageIO to main target. Sat, 29 May 2004 01:42:44 GMT desonia [817] * trunk/psLib/src/image/psImageIO.c (added) * trunk/psLib/src/image/psImageIO.h (added) version extracted from collections/psImage.[ch]. Sat, 29 May 2004 01:42:12 GMT desonia [816] * trunk/psLib/src/image/psImage.c (modified) * trunk/psLib/src/image/psImage.h (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/src/mathtypes/psImage.h (modified) extracted the image file I/O routines and moved them to ... Sat, 29 May 2004 01:15:41 GMT desonia [815] * trunk/psLib/test/dataManip/Makefile (modified) removed the psStats tests until they are fixed. Sat, 29 May 2004 01:11:01 GMT desonia [814] * trunk/psLib/src/dataManip/psFFT.c (modified) * trunk/psLib/src/dataManip/psFFT.h (modified) * trunk/psLib/src/dataManip/psVectorFFT.c (modified) * trunk/psLib/src/dataManip/psVectorFFT.h (modified) * trunk/psLib/src/fft/psVectorFFT.c (modified) * trunk/psLib/src/fft/psVectorFFT.h (modified) added the psVector related functions. Sat, 29 May 2004 01:10:22 GMT desonia [813] * trunk/psLib/src/sys/psType.h (modified) * trunk/psLib/src/sysUtils/psType.h (modified) added more formal definition of the void* type. Sat, 29 May 2004 01:09:53 GMT desonia [812] * trunk/psLib/src/image/psImage.c (modified) * trunk/psLib/src/image/psImage.h (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/src/mathtypes/psImage.h (modified) renamed psImageRealloc to psImageRecycle. Realloc may infer that the ... Sat, 29 May 2004 01:08:46 GMT desonia [811] * trunk/psLib/src/collections/psVector.c (modified) * trunk/psLib/src/collections/psVector.h (modified) * trunk/psLib/src/mathtypes/psVector.c (modified) * trunk/psLib/src/mathtypes/psVector.h (modified) added psVectorRecycle function, which tries to recycle a vector (same ... Sat, 29 May 2004 00:56:14 GMT eugene [810] * trunk/doc/design (modified) * trunk/doc/design/.cvsignore (modified) * trunk/doc/design/Makefile (modified) * trunk/doc/design/ippSDRS.tex (modified) * trunk/doc/design/ippSRS.tex (modified) substantial changes to SRS: split into SRS & SCD Fri, 28 May 2004 21:07:17 GMT desonia [809] * trunk/psLib/src/dataManip/psFFT.c (modified) * trunk/psLib/src/dataManip/psVectorFFT.c (modified) * trunk/psLib/src/fft/psVectorFFT.c (modified) * trunk/psLib/src/sys/psType.h (modified) * trunk/psLib/src/sysUtils/psType.h (modified) Added mask related things and fixed coding style issues in psType.h Fri, 28 May 2004 21:04:34 GMT harman [808] * trunk/psLib/src/dataManip/psFFT.c (modified) * trunk/psLib/src/dataManip/psVectorFFT.c (modified) * trunk/psLib/src/fft/psVectorFFT.c (modified) Changed function to single precision call Fri, 28 May 2004 20:52:41 GMT harman [807] * trunk/psLib/src/dataManip/psMatrix.c (modified) * trunk/psLib/src/dataManip/psMatrix.h (modified) * trunk/psLib/src/math/psMatrix.c (modified) * trunk/psLib/src/math/psMatrix.h (modified) Updated Doxygen comments to express GSL limitations Fri, 28 May 2004 20:26:49 GMT desonia [806] * trunk/psLib/src/Makefile.Globals (modified) added FFTW library to the LDFLAGS variable, as it is now used in ... Fri, 28 May 2004 19:05:28 GMT harman [805] * trunk/psLib/test/collections/verified/tst_psBitSet_01.stdout (modified) * trunk/psLib/test/collections/verified/tst_psBitSet_02.stdout (modified) * trunk/psLib/test/collections/verified/tst_psBitSet_03.stdout (modified) * trunk/psLib/test/collections/verified/tst_psBitSet_04.stdout (modified) * trunk/psLib/test/collections/verified/tst_psBitSet_05.stderr (modified) * trunk/psLib/test/collections/verified/tst_psBitSet_05.stdout (modified) * trunk/psLib/test/collections/verified/tst_psBitSet_06.stderr (modified) * trunk/psLib/test/collections/verified/tst_psBitSet_06.stdout (modified) * trunk/psLib/test/collections/verified/tst_psImage.stdout (added) * trunk/psLib/test/collections/verified/tst_psSort_01.stdout (modified) * trunk/psLib/test/collections/verified/tst_psSort_02.stdout (modified) * trunk/psLib/test/collections/verified/tst_psSort_03.stderr (modified) * trunk/psLib/test/collections/verified/tst_psSort_03.stdout (modified) * trunk/psLib/test/collections/verified/tst_psSort_04.stderr (modified) * trunk/psLib/test/collections/verified/tst_psSort_04.stdout (modified) * trunk/psLib/test/image/verified (added) * trunk/psLib/test/image/verified/tst_psImage.stderr (added) Updated psImage, psVector, psSort, and psBitSet tests - output format ... Fri, 28 May 2004 18:46:33 GMT harman [804] * trunk/psLib/test/dataManip/verified (added) * trunk/psLib/test/dataManip/verified/tst_psMatrix01.stdout (added) * trunk/psLib/test/dataManip/verified/tst_psMatrix02.stderr (added) * trunk/psLib/test/dataManip/verified/tst_psMatrix02.stdout (added) * trunk/psLib/test/dataManip/verified/tst_psMatrix03.stdout (added) * trunk/psLib/test/dataManip/verified/tst_psMatrix04.stdout (added) * trunk/psLib/test/dataManip/verified/tst_psMatrix05.stdout (added) * trunk/psLib/test/dataManip/verified/tst_psMatrix06.stdout (added) * trunk/psLib/test/dataManip/verified/tst_psMatrix07.stdout (added) Added psMatrix verified files Fri, 28 May 2004 03:17:39 GMT desonia [803] * trunk/psLib/src/sys/psMemory.c (modified) * trunk/psLib/src/sys/psMemory.h (modified) * trunk/psLib/src/sysUtils/psMemory.c (modified) * trunk/psLib/src/sysUtils/psMemory.h (modified) added mutex for memid. Fri, 28 May 2004 03:16:53 GMT desonia [802] * trunk/psLib/src/dataManip/Makefile (modified) added psFFT Fri, 28 May 2004 03:15:40 GMT desonia [801] * trunk/psLib/src/dataManip/psFFT.c (added) * trunk/psLib/src/dataManip/psFFT.h (added) * trunk/psLib/src/dataManip/psVectorFFT.c (added) * trunk/psLib/src/dataManip/psVectorFFT.h (added) * trunk/psLib/src/fft (added) * trunk/psLib/src/fft/psVectorFFT.c (added) * trunk/psLib/src/fft/psVectorFFT.h (added) initial version Fri, 28 May 2004 03:15:04 GMT desonia [800] * trunk/psLib/src/sys/psType.h (modified) * trunk/psLib/src/sysUtils/psType.h (modified) added parapheses in macros. Fri, 28 May 2004 02:53:27 GMT harman [799] * trunk/psLib/src/dataManip/psMatrix.c (modified) * trunk/psLib/src/dataManip/psMatrix.h (modified) * trunk/psLib/src/math/psMatrix.c (modified) * trunk/psLib/src/math/psMatrix.h (modified) Added to psMatrix functionality Fri, 28 May 2004 02:52:23 GMT harman [798] * trunk/psLib/test/dataManip/Makefile (modified) * trunk/psLib/test/dataManip/tst_psMatrix01.c (modified) * trunk/psLib/test/dataManip/tst_psMatrix02.c (added) * trunk/psLib/test/dataManip/tst_psMatrix03.c (added) * trunk/psLib/test/dataManip/tst_psMatrix04.c (added) * trunk/psLib/test/dataManip/tst_psMatrix05.c (added) * trunk/psLib/test/dataManip/tst_psMatrix06.c (added) * trunk/psLib/test/dataManip/tst_psMatrix07.c (added) Added psMatrix test files Fri, 28 May 2004 02:45:31 GMT gusciora [797] * trunk/psLib/src/dataManip/psStats.c (modified) * trunk/psLib/src/dataManip/psStats.h (modified) * trunk/psLib/src/image/psImageStats.c (modified) * trunk/psLib/src/image/psImageStats.h (modified) * trunk/psLib/src/imageops/psImageStats.c (modified) * trunk/psLib/src/imageops/psImageStats.h (modified) * trunk/psLib/src/math/psStats.c (modified) * trunk/psLib/src/math/psStats.h (modified) More mods to get in sync with the latest SDRS. Fri, 28 May 2004 00:17:33 GMT gusciora [796] * trunk/psLib/src/dataManip/psStats.c (modified) * trunk/psLib/src/dataManip/psStats.h (modified) * trunk/psLib/src/image/psImageStats.c (modified) * trunk/psLib/src/imageops/psImageStats.c (modified) * trunk/psLib/src/math/psStats.c (modified) * trunk/psLib/src/math/psStats.h (modified) I made changes to reflect the new SDRS. Thu, 27 May 2004 21:55:44 GMT gusciora [795] * trunk/psLib/src/image/psImageStats.c (modified) * trunk/psLib/src/imageops/psImageStats.c (modified) Fixed the ImageEvalPolynomial() routine. Thu, 27 May 2004 04:10:55 GMT gusciora [794] * trunk/psLib/src/dataManip/psMinimize.h (modified) * trunk/psLib/src/math/psMinimize.h (modified) ... Thu, 27 May 2004 02:49:34 GMT gusciora [793] * trunk/psLib/src/dataManip/psFunctions.c (modified) * trunk/psLib/src/math/psPolynomial.c (modified) * trunk/psLib/src/math/psSpline.c (modified) Coded the psGaussianDev() function. Thu, 27 May 2004 02:34:32 GMT eugene [792] * trunk/doc/pslib/Makefile (modified) * trunk/doc/pslib/psLibSDRS.tex (modified) minor edits from several recent bugs (~29-39) Wed, 26 May 2004 22:55:46 GMT desonia [791] * trunk/psLib/src/image/psImage.c (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) removed the use of TSBYTE_IMG, which is not available in pre 2.49 ... Wed, 26 May 2004 19:28:57 GMT desonia [790] * trunk/psLib/src/image/psImage.c (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) added untested psImageWriteSection. Wed, 26 May 2004 00:38:34 GMT desonia [789] * trunk/psLib/src/image/psImage.h (modified) * trunk/psLib/src/mathtypes/psImage.h (modified) removed the 'F' versions of psImageReadSection and psImageWriteSection. Wed, 26 May 2004 00:06:14 GMT desonia [788] * trunk/psLib/psLib.kdevses (modified) another project addition of files. Wed, 26 May 2004 00:05:45 GMT desonia [787] * trunk/psLib/src/sysUtils (modified) * trunk/psLib/src/sysUtils/.cvsignore (modified) added additional files to ignore list. Wed, 26 May 2004 00:05:17 GMT desonia [786] * trunk/psLib/src/sys/psType.h (modified) * trunk/psLib/src/sysUtils/psType.h (modified) updated the file comments. Wed, 26 May 2004 00:04:32 GMT desonia [785] * trunk/psLib/src/Makefile.Globals (modified) added CFITSIO to LDFLAGS. Wed, 26 May 2004 00:02:58 GMT gusciora [784] * trunk/psLib/src/image/psImageStats.c (modified) * trunk/psLib/src/imageops/psImageStats.c (modified) ... Wed, 26 May 2004 00:01:45 GMT desonia [783] * trunk/psLib/test/dataManip (modified) * trunk/psLib/test/dataManip/.cvsignore (added) * trunk/psLib/test/sysUtils (modified) * trunk/psLib/test/sysUtils/.cvsignore (added) initial versions. Tue, 25 May 2004 23:59:17 GMT desonia [782] * trunk/psLib/test/collections (modified) * trunk/psLib/test/collections/.cvsignore (added) * trunk/psLib/test/image/tst_psImage.c (modified) initial version. Tue, 25 May 2004 23:56:26 GMT desonia [781] * trunk/psLib/test/Makefile (modified) added the make rule for the install directories. Tue, 25 May 2004 23:53:51 GMT desonia [780] * trunk/psLib/test/collections/Makefile (modified) * trunk/psLib/test/dataManip/Makefile (modified) * trunk/psLib/test/sysUtils/Makefile (modified) modified executable rule to allow prerequisite libraries to be add in ... Tue, 25 May 2004 23:52:26 GMT desonia [779] * trunk/psLib/test/dataManip/tst_psStats03.c (modified) * trunk/psLib/test/dataManip/tst_psStats04.c (modified) changed psLib.h to pslib.h. Tue, 25 May 2004 20:29:20 GMT desonia [778] * trunk/psLib/src/sys/psType.h (modified) * trunk/psLib/src/sysUtils/psType.h (modified) Added comments. Tue, 25 May 2004 20:28:46 GMT desonia [777] * trunk/psLib/src/image/psImage.c (modified) * trunk/psLib/src/image/psImage.h (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/src/mathtypes/psImage.h (modified) added the (untested) psImageReadSection function. Tue, 25 May 2004 03:08:41 GMT gusciora [776] * trunk/psLib/src/image/psImageStats.c (modified) * trunk/psLib/src/imageops/psImageStats.c (modified) ... Tue, 25 May 2004 03:07:52 GMT gusciora [775] * trunk/psLib/src/image/psImageStats.c (modified) * trunk/psLib/src/imageops/psImageStats.c (modified) ... Tue, 25 May 2004 02:52:08 GMT gusciora [774] * trunk/psLib/src/dataManip/psFunctions.c (modified) * trunk/psLib/src/math/psPolynomial.c (modified) * trunk/psLib/src/math/psSpline.c (modified) finxed a few things. Tue, 25 May 2004 02:10:41 GMT gusciora [773] * trunk/psLib/src/dataManip/Makefile (modified) * trunk/psLib/src/dataManip/psFunctions.c (modified) * trunk/psLib/src/image/psImageStats.c (modified) * trunk/psLib/src/imageops/psImageStats.c (modified) * trunk/psLib/src/math/psPolynomial.c (modified) * trunk/psLib/src/math/psSpline.c (modified) ... Tue, 25 May 2004 00:42:57 GMT eugene [772] * trunk/doc/design/Makefile (modified) changed document names in makefile Tue, 25 May 2004 00:38:56 GMT eugene [771] * trunk/doc/design/design.tex (deleted) * trunk/doc/design/ippSDRS.tex (added) * trunk/doc/design/ippSRS.tex (added) * trunk/doc/design/specs.tex (deleted) moved specs.tex to ippSRS.tex moved design.tex to ippSDRS.tex Mon, 24 May 2004 23:30:52 GMT desonia [770] * trunk/psLib/src/dataManip/psMatrix.c (modified) * trunk/psLib/src/math/psMatrix.c (modified) fixed a casting of a incompatible pointer problem (compiler warning) ... Mon, 24 May 2004 23:04:44 GMT desonia [769] * trunk/psLib/psLib.kdevses (modified) kdevelop project evolution. Mon, 24 May 2004 23:03:51 GMT desonia [768] * trunk/psLib/src/sys/psMemory.h (modified) * trunk/psLib/src/sysUtils/psMemory.h (modified) adjusted the psMemBlock comments. Mon, 24 May 2004 23:03:10 GMT gusciora [767] * trunk/psLib/src/image/psImageStats.c (added) * trunk/psLib/src/image/psImageStats.h (added) * trunk/psLib/src/imageops (added) * trunk/psLib/src/imageops/psImageStats.c (added) * trunk/psLib/src/imageops/psImageStats.h (added) first version. Mon, 24 May 2004 23:02:20 GMT desonia [766] * trunk/psLib/src/dataManip/Makefile (modified) * trunk/psLib/src/sysUtils/Makefile (modified) Added any leftover *.d.tmp files to clean target. Mon, 24 May 2004 23:01:35 GMT desonia [765] * trunk/psLib/src/collections/Makefile (modified) added any leftover *.d.tmp as part of clean target. Mon, 24 May 2004 22:01:20 GMT harman [764] * trunk/psLib/src/pslib.h (modified) Added psMatrix Mon, 24 May 2004 21:33:44 GMT harman [763] * trunk/psLib/test/collections/Makefile (modified) Added GSL to linker Mon, 24 May 2004 21:33:27 GMT harman [762] * trunk/psLib/test/sysUtils/Makefile (modified) Added GSL libraries to link Mon, 24 May 2004 21:10:25 GMT harman [761] * trunk/psLib/src/dataManip/Makefile (modified) * trunk/psLib/src/dataManip/psMatrix.c (added) * trunk/psLib/src/math/psMatrix.c (added) Added psMatrix functions Mon, 24 May 2004 21:10:03 GMT harman [760] * trunk/psLib/src/dataManip/psMatrix.h (modified) * trunk/psLib/src/math/psMatrix.h (modified) Added more psMatrix functions and Doxygen comments Mon, 24 May 2004 21:04:06 GMT harman [759] * trunk/psLib/test/dataManip/Makefile (modified) * trunk/psLib/test/dataManip/tst_psMatrix01.c (added) Added initial test for psMatrix functions Mon, 24 May 2004 20:14:06 GMT eugene [758] * trunk/doc/pslib/psLibADD.tex (modified) added references to various external documents minor changes to ... Mon, 24 May 2004 19:28:35 GMT Paul Price [757] * trunk/archive/modules/include/phase2.h (modified) Added const for psImageRegion members, constructors and destructors ... Mon, 24 May 2004 19:27:53 GMT eugene [756] * trunk/doc/pslib/psLibADD.tex (modified) added references to various external documnents Sat, 22 May 2004 02:43:54 GMT Paul Price [755] * trunk/doc/pslib/psLibADD.tex (modified) Added section on fitting an image with a 2D Chebyshev polynomial. Fri, 21 May 2004 20:40:47 GMT Paul Price [754] * trunk/doc/pslib (modified) * trunk/doc/pslib/.cvsignore (modified) Fixing .cvsignore after file rename Fri, 21 May 2004 04:12:37 GMT eugene [753] * trunk/archive/pslib/include/psAstrom.h (modified) * trunk/archive/pslib/include/psBitset.h (modified) * trunk/archive/pslib/include/psDateTime.h (modified) * trunk/archive/pslib/include/psDlist.h (modified) * trunk/archive/pslib/include/psError.h (modified) * trunk/archive/pslib/include/psFFT.h (modified) * trunk/archive/pslib/include/psFunctions.h (modified) * trunk/archive/pslib/include/psImage.h (modified) * trunk/archive/pslib/include/psLib.h (modified) * trunk/archive/pslib/include/psLogMsg.h (modified) * trunk/archive/pslib/include/psMath.h (modified) * trunk/archive/pslib/include/psMatrix.h (modified) * trunk/archive/pslib/include/psMemory.h (modified) * trunk/archive/pslib/include/psMetadata.h (modified) * trunk/archive/pslib/include/psMinimize.h (modified) * trunk/archive/pslib/include/psPosition.h (modified) * trunk/archive/pslib/include/psStats.h (modified) * trunk/archive/pslib/include/psVector.h (modified) * trunk/archive/pslib/src/Metadata/metadata.c (modified) * trunk/archive/pslib/src/Utils/Makefile (modified) * trunk/archive/pslib/src/Utils/dlist.c (modified) * trunk/archive/pslib/src/Utils/error.c (modified) * trunk/archive/pslib/src/Utils/logmsg.c (modified) * trunk/archive/pslib/src/Utils/memory.c (modified) * trunk/archive/pslib/src/Utils/misc.c (modified) * trunk/archive/pslib/src/Utils/vector.c (modified) substantial API changes based on change to PSLib SDRS Fri, 21 May 2004 04:11:58 GMT eugene [752] * trunk/archive/pslib/include/tai.h (added) * trunk/archive/pslib/include/taia.h (added) * trunk/archive/pslib/include/uint64.h (added) added for compatibility with libtai Fri, 21 May 2004 01:09:20 GMT gusciora [751] * trunk/psLib/src/dataManip/psFunctions.c (modified) * trunk/psLib/src/dataManip/psFunctions.h (modified) * trunk/psLib/src/math/psPolynomial.c (modified) * trunk/psLib/src/math/psPolynomial.h (modified) * trunk/psLib/src/math/psSpline.c (modified) * trunk/psLib/src/math/psSpline.h (modified) ... Fri, 21 May 2004 01:04:45 GMT gusciora [750] * trunk/psLib/src/dataManip/psFunctions.c (modified) * trunk/psLib/src/dataManip/psFunctions.h (modified) * trunk/psLib/src/dataManip/psMinimize.c (modified) * trunk/psLib/src/math/psMinimize.c (modified) * trunk/psLib/src/math/psPolynomial.c (modified) * trunk/psLib/src/math/psPolynomial.h (modified) * trunk/psLib/src/math/psSpline.c (modified) * trunk/psLib/src/math/psSpline.h (modified) ... Thu, 20 May 2004 20:45:26 GMT Paul Price [749] * trunk/archive/modules (added) * trunk/archive/modules/include (added) * trunk/archive/modules/include/phase2.h (added) First draft of Phase 2 APIs. Thu, 20 May 2004 08:44:30 GMT eugene [748] * trunk/doc/pslib/Makefile (modified) * trunk/doc/pslib/psLibSDRS.tex (modified) changed psLibDesign.tex to psLibSDRS.tex advanced to version 01 Thu, 20 May 2004 03:41:50 GMT eugene [747] * trunk/doc/pslib/ChangeLogSDRS.tex (added) * trunk/doc/pslib/Makefile (modified) * trunk/doc/pslib/psAstroGroup.tex (modified) * trunk/doc/pslib/psDataGroup.tex (modified) * trunk/doc/pslib/psLibSDRS.tex (modified) * trunk/doc/pslib/psMathGroup.tex (modified) * trunk/doc/pslib/psStructures.tex (modified) * trunk/doc/pslib/psSystemGroup.tex (modified) extensive edits based on MHPCC comments, see ChangeLogSDRS.tex Thu, 20 May 2004 01:49:47 GMT desonia [746] * trunk/psLib/src/image/psImage.c (modified) * trunk/psLib/src/image/psImage.h (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/src/mathtypes/psImage.h (modified) format tweaks. Thu, 20 May 2004 01:27:01 GMT desonia [745] * trunk/psLib/src/image/psImage.c (modified) * trunk/psLib/src/image/psImage.h (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/src/mathtypes/psImage.h (modified) added Image I/O function prototypes. Thu, 20 May 2004 00:28:56 GMT Paul Price [744] * trunk/doc/design (modified) * trunk/doc/design/.cvsignore (modified) * trunk/doc/misc (modified) * trunk/doc/misc/.cvsignore (added) * trunk/doc/pslib (modified) * trunk/doc/pslib/.cvsignore (modified) Added PDF document products to .cvsignore Thu, 20 May 2004 00:17:00 GMT Paul Price [743] * trunk/stac/scripts/fakeimage.c (modified) * trunk/stac/scripts/mkfakeimages.pl (modified) Added GPL. Thu, 20 May 2004 00:06:21 GMT Paul Price [742] * trunk/stac/scripts/mkfakeimages.pl (added) Adding perl script to create star fields. Wed, 19 May 2004 23:52:19 GMT Paul Price [741] * trunk/stac/scripts/fakeimage.c (modified) Removed extraneous printf from testing. Wed, 19 May 2004 22:55:27 GMT Paul Price [740] * trunk/stac (added) * trunk/stac/scripts (added) * trunk/stac/scripts/Makefile (copied) * trunk/stac/scripts/convertFITS.c (copied) * trunk/stac/scripts/fakeimage.c (copied) * trunk/stac/scripts/memory.c (copied) * trunk/stac/scripts/memory.h (copied) This commit was generated by cvs2svn to compensate for changes in ... Wed, 19 May 2004 22:55:27 GMT Paul Price [739] * branches/price (added) * branches/price/stac (added) * branches/price/stac/scripts (added) * branches/price/stac/scripts/Makefile (added) * branches/price/stac/scripts/convertFITS.c (added) * branches/price/stac/scripts/fakeimage.c (added) * branches/price/stac/scripts/memory.c (added) * branches/price/stac/scripts/memory.h (added) Initial CVS import of better fakeimage: using GSL instead of NR, ... Wed, 19 May 2004 22:51:34 GMT gusciora [738] * trunk/psLib/src/dataManip/psMinimize.c (modified) * trunk/psLib/src/math/psMinimize.c (modified) ... Wed, 19 May 2004 22:49:24 GMT gusciora [737] * trunk/psLib/src/dataManip/Makefile (modified) * trunk/psLib/src/dataManip/psFunctions.c (modified) * trunk/psLib/src/dataManip/psMinimize.c (added) * trunk/psLib/src/dataManip/psMinimize.h (added) * trunk/psLib/src/math/psMinimize.c (added) * trunk/psLib/src/math/psMinimize.h (added) * trunk/psLib/src/math/psPolynomial.c (modified) * trunk/psLib/src/math/psSpline.c (modified) First versions of the psMinimize() code. Wed, 19 May 2004 22:35:20 GMT gusciora [736] * trunk/psLib/src/dataManip/Makefile (modified) * trunk/psLib/src/dataManip/psFunctions.c (added) * trunk/psLib/src/dataManip/psFunctions.h (added) * trunk/psLib/src/math/psPolynomial.c (added) * trunk/psLib/src/math/psPolynomial.h (added) * trunk/psLib/src/math/psSpline.c (added) * trunk/psLib/src/math/psSpline.h (added) First version of the analytical functions. Wed, 19 May 2004 19:14:54 GMT rhl [735] * trunk/archive/pslib/ups/pslib.table (modified) Fixed typo Wed, 19 May 2004 18:50:33 GMT evanalst [734] * trunk/psLib/test/image/tst_psImage.c (modified) Fixed line continuation fault in source code. Wed, 19 May 2004 02:16:58 GMT desonia [733] * trunk/psLib/test/collections/Makefile (modified) * trunk/psLib/test/image/tst_psImage.c (modified) changed *.d again to not use 'sed -i' (which is not supported in OS/X). Wed, 19 May 2004 02:16:04 GMT desonia [732] * trunk/psLib/src/collections/Makefile (modified) * trunk/psLib/src/dataManip/Makefile (modified) * trunk/psLib/src/sysUtils/Makefile (modified) Reverted *.d back to not using 'sed -i', which is not supported in OS/X. Wed, 19 May 2004 01:57:05 GMT evanalst [731] * trunk/psLib/test/FullUnitTest (modified) * trunk/psLib/test/runTest (modified) Add additional filter on stderr/stdout files to remove Darwin(Mac OS ... Wed, 19 May 2004 01:52:07 GMT gusciora [730] * trunk/psLib/test/dataManip/Makefile (modified) * trunk/psLib/test/dataManip/tst_psStats03.c (added) * trunk/psLib/test/dataManip/tst_psStats04.c (added) I'm getting really tired of this. Wed, 19 May 2004 01:50:57 GMT gusciora [729] * trunk/psLib/src/dataManip/Makefile (modified) * trunk/psLib/src/dataManip/psStats.c (modified) * trunk/psLib/src/dataManip/psStats.h (modified) * trunk/psLib/src/math/psStats.c (modified) * trunk/psLib/src/math/psStats.h (modified) ... Wed, 19 May 2004 01:20:53 GMT desonia [728] * trunk/psLib/src/collections/Makefile (modified) * trunk/psLib/src/dataManip/Makefile (modified) * trunk/psLib/src/sysUtils/Makefile (modified) cleaned up the generation of *.d files. Wed, 19 May 2004 01:20:02 GMT desonia [727] * trunk/psLib/src/image/psImage.c (modified) * trunk/psLib/src/image/psImage.h (modified) * trunk/psLib/src/mathtypes/psImage.c (modified) * trunk/psLib/src/mathtypes/psImage.h (modified) removed psImageFreePixels. Wed, 19 May 2004 00:48:05 GMT Paul Price [726] * trunk/doc/pslib/psLibADD.tex (modified) Removed mention of psFFTInit and psFFTDone: Bug 18. Wed, 19 May 2004 00:20:43 GMT desonia [725] * trunk/psLib/test/sysUtils/verified/tst_psMemory.stderr (modified) reset output. Wed, 19 May 2004 00:17:14 GMT desonia [724] * trunk/psLib/src/dataManip/psStats.c (modified) * trunk/psLib/src/math/psStats.c (modified) added a ifdef to use sqrt instead of sqrtf for OS/X machines. Wed, 19 May 2004 00:09:57 GMT desonia [723] * trunk/psLib/test/psTest.c (modified) fixed the check in runTest to ignore the upper bits of a return value. Wed, 19 May 2004 00:09:25 GMT desonia [722] * trunk/psLib/test/sysUtils/tst_psMemory.c (modified) fixed TPOutOfMemory. Tue, 18 May 2004 23:35:25 GMT desonia [721] * trunk/psLib/test/sysUtils/tst_psMemory.c (modified) modified TPOutOfMemory to try to allocate HUGE memory segments more ... Tue, 18 May 2004 23:28:33 GMT desonia [720] * trunk/psLib/test/image/tst_psImage.c (modified) added testpoint #547.