# # ChangeLog for trunk/psLib # # Generated by Trac 1.6 # Jul 20, 2026, 11:49:30 AM Wed, 22 Oct 2008 03:02:28 GMT Paul Price [20314] * trunk/psLib/src/imageops/psImageInterpolate.c (modified) Fixing what I knew to be wrong because it wouldn't compile optimised. Wed, 22 Oct 2008 02:48:50 GMT Paul Price [20311] * trunk/psLib/src/imageops/psImageInterpolate.c (modified) Moving what is now BIQUADRATIC interpolation (used to be BICUBE) into ... Wed, 22 Oct 2008 02:10:37 GMT Paul Price [20306] * trunk/psLib/src/imageops/psImageInterpolate.c (modified) * trunk/psLib/src/imageops/psImageInterpolate.h (modified) * trunk/psLib/src/imageops/psImagePixelExtract.c (modified) * trunk/psLib/test/imageops/tap_psImageInterpolate2.c (modified) Reworking psImageInterpolate so that kernels are pre-calculated. ... Tue, 21 Oct 2008 22:10:53 GMT Paul Price [20299] * trunk/psLib/src/imageops/psImageGeomManip.c (modified) Should be using the requested interpolation mode. Fri, 17 Oct 2008 18:55:09 GMT eugene [20216] * trunk/psLib/src/imageops/psImageBackground.c (modified) * trunk/psphot/src/psphotImageMedian.c (modified) reduced background error verbosity Fri, 17 Oct 2008 01:32:49 GMT Paul Price [20211] * trunk/psLib/src/imageops/psImageConvolve.c (modified) * trunk/psLib/src/imageops/psImageConvolve.h (modified) Adding parameter to psImageSmoothMask to control acceptance of masked ... Thu, 16 Oct 2008 22:55:45 GMT Paul Price [20207] * trunk/psLib/src/imageops/psImageInterpolate.c (modified) Wasn't calculating the variance correctly, which led to psphot ... Tue, 14 Oct 2008 01:48:30 GMT Paul Price [20130] * trunk/psLib/src/types/psMetadata.c (modified) No need to throw an error on a bad type: this function is used for ... Mon, 13 Oct 2008 21:47:41 GMT Paul Price [20104] * trunk/psLib/src/imageops/psImageInterpolate.c (modified) Simple dereferencing for tight loop to see if it makes any difference ... Mon, 13 Oct 2008 01:55:48 GMT eugene [20075] * trunk/psLib/src/imageops/psImageMapFit.c (modified) report weight of 0 for un-fitted pixels Thu, 09 Oct 2008 20:42:51 GMT Paul Price [20020] * trunk/psLib/src/imageops/psImageMap.c (modified) Suppress test output. Wed, 08 Oct 2008 21:51:34 GMT eugene [19996] * trunk/psLib/src/math/psEllipse.c (modified) * trunk/psLib/src/math/psEllipse.h (modified) modify the error handling for psEllipsePolToAxes Wed, 08 Oct 2008 21:51:02 GMT eugene [19995] * trunk/psLib/src/imageops/psImageMapFit.c (modified) filter out nan values from fit Wed, 08 Oct 2008 03:22:13 GMT Paul Price [19984] * trunk/psLib/src/types/psMetadataItemCompare.c (modified) Adding additional trace message. Tue, 07 Oct 2008 22:23:06 GMT Paul Price [19960] * trunk/psLib/src/imageops/psImageMap.c (modified) * trunk/psLib/src/imageops/psImageMap.h (modified) map->stats doesn't have to be defined except for psImageMapGenerate: ... Mon, 06 Oct 2008 22:15:38 GMT eugene [19927] * trunk/psLib/src/db/psDB.c (modified) pass all unspecified NULL types as a NULL ptr Sat, 04 Oct 2008 02:37:51 GMT Paul Price [19895] * trunk/psLib/src/imageops/psImageConvolve.c (modified) * trunk/psLib/src/imageops/psImageConvolve.h (modified) Adding psImageSmoothMask: a faster version of psImageSmoothMaskF32 ... Fri, 03 Oct 2008 23:30:27 GMT Paul Price [19892] * trunk/psLib/src/types/psMetadataItemCompare.c (modified) Allow comparison of arithmetic types with strings: the string is ... Fri, 03 Oct 2008 21:55:52 GMT eugene [19885] * trunk/psLib/src/sys/psLogMsg.c (modified) init variable Fri, 03 Oct 2008 01:43:43 GMT Paul Price [19872] * trunk/psLib/src/fits/psFitsHeader.c (modified) Was writing compressed-translated versions of some headers when we ... Thu, 02 Oct 2008 20:49:22 GMT eugene [19845] * trunk/psLib/src/math/psMinimizeLMM.c (modified) non-finite beta is info, not error; allow rho ~< 0 Thu, 02 Oct 2008 20:48:36 GMT eugene [19844] * trunk/psLib/src/math/psPolynomialUtils.c (modified) comment Thu, 02 Oct 2008 20:48:12 GMT eugene [19843] * trunk/psLib/src/math/psMatrix.c (modified) remove error call for matrix with non-finite elements Thu, 02 Oct 2008 17:42:26 GMT eugene [19805] * trunk/psLib/src/types/psMetadataItemCompare.c (modified) adding the ability to specify boolean comparisons on the comment Thu, 02 Oct 2008 17:41:21 GMT eugene [19804] * trunk/psLib/src/db/psDB.c (modified) fix casting error for NAN / NULL values Sun, 28 Sep 2008 20:06:37 GMT eugene [19778] * trunk/psLib/src/types/psMetadataItemCompare.c (modified) adding boolean expressions to psMetadataItemCompare (in template comment) Wed, 24 Sep 2008 20:04:32 GMT Paul Price [19737] * trunk/psLib/src/astro/psTime.c (modified) * GPC1 header keywords for the time don't include the middle 'T', so ... Tue, 23 Sep 2008 19:22:09 GMT Paul Price [19668] * trunk/psLib/src/types/psMetadata.c (modified) Print unsupported types too. Fri, 12 Sep 2008 22:36:29 GMT Paul Price [19539] * trunk/psLib/src/types/psPixels.c (modified) * trunk/psLib/src/types/psPixels.h (modified) * trunk/psLib/src/types/psTree.h (modified) * trunk/psLib/test/types/tap_psPixels_all.c (modified) Optimising psPixelsConcatenate: use of qsort took ages. Split into ... Fri, 12 Sep 2008 00:59:00 GMT eugene [19504] * trunk/psLib/src/astro/psCoord.c (modified) drop deprecated code Fri, 12 Sep 2008 00:22:48 GMT eugene [19502] * trunk/psLib/src/mathtypes/psVector.c (modified) * trunk/psLib/src/mathtypes/psVector.h (modified) adding psVectorAppend function Fri, 12 Sep 2008 00:22:28 GMT eugene [19501] * trunk/psLib/src/math/psSparse.c (modified) test return status of psMatrixGJSolve Fri, 05 Sep 2008 08:08:33 GMT Paul Price [19384] * trunk/psLib/src/fits/psFitsImage.c (modified) * trunk/psLib/src/fits/psFitsImage.h (modified) Adding functions psFitsWriteImageCubeWithMask and ... Fri, 05 Sep 2008 07:51:09 GMT Paul Price [19383] * trunk/psLib/src/fits/psFitsImage.c (modified) * trunk/psLib/src/fits/psFitsImage.h (modified) * trunk/psLib/src/fits/psFitsScale.c (modified) * trunk/psLib/src/fits/psFitsScale.h (modified) Adding capability for a mask to be provided when determining ... Fri, 05 Sep 2008 07:47:34 GMT Paul Price [19382] * trunk/psLib/test/fits/tap_psFitsImage.c (modified) Quantisation was making test fail. Thu, 04 Sep 2008 20:11:00 GMT Paul Price [19354] * trunk/psLib/src/imageops/psImageInterpolate.c (modified) Gene found a bug in the definition of [ij]Max. This is a simplified ... Tue, 02 Sep 2008 19:03:38 GMT eugene [19304] * trunk/psLib/src/math/psMinimizePolyFit.c (modified) more detail on trace Sat, 30 Aug 2008 02:24:21 GMT Paul Price [19298] * trunk/psLib/src/imageops/psImageConvolve.c (modified) psThreadJob is now mutable. Sat, 30 Aug 2008 02:23:09 GMT Paul Price [19297] * trunk/psLib/src/sys/psThread.c (modified) * trunk/psLib/src/sys/psThread.h (modified) Adding result array to psThreadJob Fri, 29 Aug 2008 01:01:39 GMT Paul Price [19270] * trunk/psLib/src/fits/psFitsImage.c (modified) The bad pixels were coming through in ds9 as the maximum value. ... Thu, 28 Aug 2008 03:10:37 GMT Paul Price [19252] * trunk/psLib/src/imageops/psImageConvolve.c (modified) Only wait for the thread pool if we're threaded. Otherwise we can ... Thu, 28 Aug 2008 00:12:23 GMT Paul Price [19244] * trunk/DataStoreServer/autogen.sh (modified) * trunk/Nebulous/nebclient/autogen.sh (modified) * trunk/archive/scripts/src/phase2/autogen.sh (modified) * trunk/dvoTools/autogen.sh (modified) * trunk/glueforge/autogen.sh (modified) * trunk/ippTasks/autogen.sh (modified) * trunk/ippTools/autogen.sh (modified) * trunk/ippconfig/autogen.sh (modified) * trunk/ippdb/autogen.sh (modified) * trunk/pedestal/autogen.sh (modified) * trunk/pois/autogen.sh (modified) * trunk/ppArith/autogen.sh (modified) * trunk/ppConfigDump/autogen.sh (modified) * trunk/ppImage/autogen.sh (modified) * trunk/ppMerge/autogen.sh (modified) * trunk/ppNorm/autogen.sh (modified) * trunk/ppSim/autogen.sh (modified) * trunk/ppStack/autogen.sh (modified) * trunk/ppStats/autogen.sh (modified) * trunk/ppSub/autogen.sh (modified) * trunk/psLib/autogen.sh (modified) * trunk/psModules/autogen.sh (modified) * trunk/psastro/autogen.sh (modified) * trunk/psphot/autogen.sh (modified) * trunk/pstamp/autogen.sh (modified) * trunk/pswarp/autogen.sh (modified) * trunk/simtest/autogen.sh (modified) * trunk/stac/autogen.sh (modified) Fixing bad variable that was in ALL autogen scripts. Wed, 27 Aug 2008 22:29:48 GMT Paul Price [19240] * trunk/psLib/src/types/psPixels.c (modified) Don't increment the size of pixels array bit by bit. Wed, 27 Aug 2008 18:53:12 GMT Paul Price [19232] * trunk/psLib/src/sys/psMutex.h (modified) GNU systems define a "fast" mutex that is non-portable (i.e., ... Wed, 27 Aug 2008 01:54:01 GMT Paul Price [19228] * trunk/psLib/src/imageops/psImageInterpolate.c (modified) Variance factor wasn't being corrected for the sum of the (now ... Thu, 21 Aug 2008 21:56:55 GMT Paul Price [19151] * trunk/psLib/src/math/psRegionForImage.c (modified) * trunk/psLib/src/math/psRegionForImage.h (modified) Adding 'const'. Thu, 21 Aug 2008 02:56:11 GMT Paul Price [19146] * trunk/psLib/src/imageops/psImageGeomManip.c (modified) Mask value going in to psImageInterpolate needs to be initialised. Thu, 21 Aug 2008 01:12:44 GMT Paul Price [19140] * trunk/psLib/src/imageops/psImageInterpolate.c (modified) * trunk/psLib/src/imageops/psImageInterpolate.h (modified) Adding option of allowing 'exact' shifts when doing interpolation. ... Wed, 20 Aug 2008 19:44:35 GMT Paul Price [19133] * trunk/psLib/test/types/tap_psMetadata_polynomials.c (modified) Some tests are caught by the compiler --- disabled. Wed, 20 Aug 2008 04:06:31 GMT Paul Price [19129] * trunk/psLib/src/imageops/psImageInterpolate.c (modified) * trunk/psLib/test/imageops/tap_psImageInterpolate2.c (modified) Changing how interpolation works with masked pixels. Previously, the ... Wed, 20 Aug 2008 02:00:20 GMT Paul Price [19128] * trunk/psLib/src/sys/psMemory.c (modified) memBlock->nextBlock wasn't being set when !lastMemBlockAllocated. ... Tue, 19 Aug 2008 00:34:00 GMT Paul Price [19120] * trunk/psLib/src/sys/psMutex.h (modified) Adding error checking for mutexes. Sat, 16 Aug 2008 22:34:48 GMT eugene [19085] * trunk/psLib/src/math/psPolynomialMD.c (modified) * trunk/psLib/src/math/psPolynomialMD.h (modified) big re-write to make thread-efficient; the psPolynomialMD structure ... Fri, 15 Aug 2008 00:45:18 GMT eugene [19070] * trunk/psLib/src/sys/psString.c (modified) use a local char for the temporary pointer Thu, 14 Aug 2008 03:23:13 GMT Paul Price [19058] * trunk/psLib/src/fft/psFFT.c (modified) * trunk/psLib/src/fft/psFFT.h (modified) * trunk/psLib/src/fft/psImageFFT.c (modified) * trunk/psLib/src/fft/psVectorFFT.c (modified) Learned that of all the fftw_ calls, only fftw_execute is thread- ... Thu, 14 Aug 2008 03:22:13 GMT Paul Price [19057] * trunk/psLib/src/imageops/psImageConvolve.c (modified) * trunk/psLib/src/sys/psThread.c (modified) * trunk/psLib/src/sys/psThread.h (modified) Renamed psThreadTaskDelete to psThreadTaskRemove to maintain ... Thu, 14 Aug 2008 03:18:41 GMT Paul Price [19056] * trunk/psLib/src/mathtypes/psImage.h (modified) * trunk/psLib/src/mathtypes/psVector.h (modified) * trunk/psLib/src/pslib_strict.h (modified) * trunk/psLib/src/sys/Makefile.am (modified) * trunk/psLib/src/sys/psMutex.h (added) * trunk/psLib/src/types/psArray.h (modified) * trunk/psLib/src/types/psBitSet.h (modified) * trunk/psLib/src/types/psHash.h (modified) * trunk/psLib/src/types/psList.h (modified) * trunk/psLib/src/types/psMetadata.h (modified) * trunk/psLib/src/types/psPixels.h (modified) Adding psMutex type (just pthread_mutex_t) to avoid problems ... Wed, 13 Aug 2008 21:29:38 GMT Paul Price [19052] * trunk/psLib/configure.ac (modified) FFTW needs math library. Tue, 12 Aug 2008 22:54:53 GMT eugene [19035] * trunk/psLib/src/fits/psFits.c (modified) * trunk/psLib/src/fits/psFits.h (modified) created psFitsDumpErors to dump all CFITSIO errors in the stack; also ... Tue, 12 Aug 2008 22:53:34 GMT eugene [19034] * trunk/psLib/src/sys/psError.c (modified) * trunk/psLib/src/sys/psError.h (modified) adding p_psErrorV and equivalent macro Tue, 12 Aug 2008 03:32:56 GMT Paul Price [19023] * trunk/psLib/src/imageops/psImageConvolve.h (modified) Added functions to control threading for image convolution. Tue, 12 Aug 2008 03:28:37 GMT Paul Price [19022] * trunk/psLib/src/sys/psThread.h (modified) Added function to delete thread tasks. Tue, 12 Aug 2008 03:10:15 GMT Paul Price [19016] * trunk/psLib/src/sys/psThread.c (modified) Using a hash instead of an array for the tasks --- makes the lookup ... Tue, 12 Aug 2008 03:08:41 GMT Paul Price [19015] * trunk/psLib/src/imageops/psImageConvolve.c (modified) Adding functions to control threading of psImageConvolve functions. Mon, 11 Aug 2008 19:44:06 GMT Paul Price [19004] * trunk/psLib/src/fft/psFFT.c (modified) Only need to warn if the user is attempting to turn threading on. Sat, 09 Aug 2008 02:52:59 GMT Paul Price [18990] * trunk/psLib/src/fft/psFFT.c (modified) Wasn't using the conditional compilation correctly. Fri, 08 Aug 2008 18:08:00 GMT Paul Price [18959] * trunk/psLib/configure.ac (modified) Adding support for FFTW threading. Fri, 08 Aug 2008 18:07:49 GMT Paul Price [18958] * trunk/psLib/src/pslib_strict.h (modified) Adding FFT threading header. Fri, 08 Aug 2008 18:07:30 GMT Paul Price [18957] * trunk/psLib/src/imageops/psImageConvolve.c (modified) Working psImageConvolveMask into threads, since it can take a while. Fri, 08 Aug 2008 18:06:51 GMT Paul Price [18956] * trunk/psLib/src/fft/Makefile.am (modified) * trunk/psLib/src/fft/psFFT.c (added) * trunk/psLib/src/fft/psFFT.h (added) Adding function to initiate FFT threading. Fri, 08 Aug 2008 18:06:27 GMT Paul Price [18955] * trunk/psLib/src/types/psList.c (modified) * trunk/psLib/src/types/psList.h (modified) Fixing memory problem with psListGetAndRemove. This function must ... Fri, 08 Aug 2008 18:05:34 GMT Paul Price [18954] * trunk/psLib/src/types/psArray.h (modified) Adding PS_ARRAY_ADD_SCALAR Fri, 08 Aug 2008 18:05:09 GMT Paul Price [18953] * trunk/psLib/src/sys/psConfigure.c (modified) * trunk/psLib/src/sys/psThread.c (modified) * trunk/psLib/src/sys/psThread.h (modified) Cleaning up thread functions, documenting header. Added 'harvest' ... Tue, 05 Aug 2008 01:23:59 GMT eugene [18892] * trunk/psLib/src/mathtypes/psScalar.h (modified) adding a macro for looking up data on a scalar Mon, 04 Aug 2008 22:45:42 GMT Paul Price [18891] * trunk/psLib/m4/ipp_stdopts.m4 (modified) Quote so that comma is not interpreted as a break. Sun, 03 Aug 2008 20:55:09 GMT eugene [18876] * trunk/psLib/src/math/psStats.c (modified) * trunk/psLib/src/math/psStats.h (modified) added a tmpData and tmpMask element to psStats for multithreading ... Sat, 02 Aug 2008 02:50:41 GMT Paul Price [18869] * trunk/psLib/src/fits/psFitsHeader.c (modified) * trunk/psLib/src/fits/psFitsImage.c (modified) Don't write header keywords particular to compressed images in ... Thu, 31 Jul 2008 23:56:29 GMT eugene [18827] * trunk/psLib/src/pslib_strict.h (modified) * trunk/psLib/src/sys/Makefile.am (modified) * trunk/psLib/src/sys/psConfigure.c (modified) * trunk/psLib/src/sys/psThread.c (added) * trunk/psLib/src/sys/psThread.h (added) added psThread code Thu, 31 Jul 2008 23:56:10 GMT eugene [18826] * trunk/psLib/src/sys/psMemory.c (modified) fixed mutex error in psRealloc, cleaned organization a bit, removed ... Thu, 31 Jul 2008 23:41:04 GMT eugene [18825] * trunk/psLib/src/types/psList.c (modified) * trunk/psLib/src/types/psList.h (modified) added psListGetAndRemove function Thu, 31 Jul 2008 23:40:12 GMT eugene [18824] * trunk/psLib/src/mathtypes/psScalar.c (modified) added a comment Thu, 24 Jul 2008 22:42:28 GMT Paul Price [18714] * trunk/psLib/src/types/psMetadata.c (modified) psMetadataIteratorSet should return "true" even if it didn't find the ... Fri, 18 Jul 2008 22:09:19 GMT Paul Price [18617] * trunk/psLib/src/db/psDB.c (modified) item->data.str and item->data.V *should* be the same, but V makes ... Thu, 17 Jul 2008 03:34:22 GMT Paul Price [18590] * trunk/psLib/src/fits/psFitsImage.c (modified) Making UpdateImage look like WriteImage. Wed, 16 Jul 2008 23:05:06 GMT eugene [18580] * trunk/psLib/src/fits/psFitsImage.c (modified) plug memory leak Sat, 12 Jul 2008 21:08:33 GMT eugene [18494] * trunk/psLib/src/imageops/psImageMaskOps.c (modified) minor Sat, 12 Jul 2008 21:08:14 GMT eugene [18493] * trunk/psLib/src/math/psStats.c (modified) added a comment Fri, 04 Jul 2008 03:18:06 GMT Paul Price [18421] * trunk/psLib/src/fits/psFitsHeader.c (modified) * trunk/psLib/src/fits/psFitsImage.c (modified) * trunk/psLib/src/fits/psFitsTable.c (modified) Putting in ffrdef in other places --- just in case! Fri, 04 Jul 2008 03:10:36 GMT Paul Price [18420] * trunk/psLib/src/fits/psFitsImage.c (modified) Force a re-scan of the header to ensure everything's kosher. Was ... Tue, 01 Jul 2008 04:26:26 GMT Paul Price [18392] * trunk/psLib/src/fits/psFitsImage.c (modified) Plugging memory leak. Fri, 27 Jun 2008 20:27:45 GMT Paul Price [18344] * trunk/psLib/src/types/psTree.c (modified) Allow input coordinates to be of any type. Fri, 27 Jun 2008 00:21:12 GMT Paul Price [18335] * trunk/psLib/src/types/psTree.c (modified) * trunk/psLib/src/types/psTree.h (modified) Fixing syntax errors. Thu, 26 Jun 2008 22:44:37 GMT Paul Price [18334] * trunk/psLib/src/types/psTree.c (modified) * trunk/psLib/src/types/psTree.h (modified) Adding psTreeNearestWithin Thu, 26 Jun 2008 22:30:34 GMT Paul Price [18333] * trunk/psLib/test/mathtypes/tap_psVectorSelect.c (modified) Adding additional test case. Thu, 26 Jun 2008 22:22:50 GMT Paul Price [18332] * trunk/psLib/test/mathtypes (modified) * trunk/psLib/test/mathtypes/.cvsignore (modified) * trunk/psLib/test/mathtypes/Makefile.am (modified) * trunk/psLib/test/mathtypes/tap_psVectorSelect.c (added) Adding tests for psVectorSelect Thu, 26 Jun 2008 21:47:01 GMT eugene [18331] * trunk/psLib/src/math/psStats.c (modified) revert to 1.224 until PS_SELECT bug is fixed; (fixed return value) Wed, 25 Jun 2008 02:15:46 GMT Paul Price [18317] * trunk/psLib/src/types/psTree.c (modified) * trunk/psLib/src/types/psTree.h (modified) Adding psTreeWithin and psTreeWithinAny Tue, 24 Jun 2008 21:58:57 GMT Paul Price [18312] * trunk/psLib/src/math/psStats.c (modified) Using a select instead of sort when calculating medians. Hopefully, ... Tue, 24 Jun 2008 21:32:52 GMT Paul Price [18311] * trunk/psLib/src/mathtypes/psVector.c (modified) * trunk/psLib/src/mathtypes/psVector.h (modified) Adding selection functions. Tue, 24 Jun 2008 02:04:55 GMT Paul Price [18300] * trunk/psLib/src/imageops/psImageInterpolate.c (modified) Whoops.