IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

source: trunk/psLib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @14928   19 years eugene added comment
(edit) @14927   19 years eugene adding psArrayRemoveDataNoFree
(edit) @14926   19 years eugene adding new tests for new functions
(edit) @14925   19 years eugene adding psImageInterpolatePixelBilinear
(edit) @14924   19 years eugene adding psImageMap functions, psImagePixelInterpolate functions
(edit) @14923   19 years eugene adding utility functions for coordinate system conversions
(edit) @14922   19 years eugene adding ability to return the subsample used for the stats
(edit) @14921   19 years eugene updates to child handling
(edit) @14885   19 years jhoblitt test cleanup
(edit) @14878   19 years jhoblitt change psFitsOptionsAlloc() to make a copy of it's tilesize arg
(edit) @14877   19 years jhoblitt add psFitsOptionsAlloc() add psFitsSetOptions()
(edit) @14876   19 years jhoblitt psFitsSetCompression() error handling cleanups
(edit) @14872   19 years jhoblitt check psFitsSetCompression() to accept a psVector in place of an dim …
(edit) @14871   19 years jhoblitt change psFitsSetCompression() to report the cfitsio error stack
(edit) @14868   19 years jhoblitt add psFitsSetCompression()
(edit) @14866   19 years Paul Price Adding mask to psImageConvolveFFT, so that masked pixels may be set to …
(edit) @14826   19 years Paul Price Need to normalise the variance kernel so that the sum is unity --- …
(edit) @14762   19 years Paul Price Adding assertion on kernel sizes.
(edit) @14761   19 years jhoblitt update copyright notice
(edit) @14736   19 years Paul Price Fixing assertion.
(edit) @14707   19 years Paul Price More cut/paste errors.
(edit) @14706   19 years Paul Price Cut/paste error.
(edit) @14705   19 years Paul Price Adding assertion for kernels.
(edit) @14704   19 years Paul Price Was doing direct convolution using x+u instead of x-u --- no …
(edit) @14703   19 years Paul Price Adding asymmetry to kernel to catch the x - u or x + u problem in …
(edit) @14686   19 years jhoblitt correctly pase "foo STR NULL"
(edit) @14685   19 years jhoblitt additional tracing for prepared queries
(edit) @14682   19 years jhoblitt fix PS_ASSERT_PTR() to be called on ptr not &ptr
(edit) @14679   19 years jhoblitt psString(Pre|Ap)pend() - change API to work on psStrings instead …
(edit) @14678   19 years jhoblitt silence compiler warnings about empty format strings
(edit) @14677   19 years jhoblitt make P_PS_MEMMAGIC private
(edit) @14676   19 years jhoblitt add psMemIsAlloced()
(edit) @14674   19 years jhoblitt add missing tab
(edit) @14638   19 years Paul Price Kernel range is inclusive.
(edit) @14523   19 years Paul Price Fixing range for error messages.
(edit) @14506   19 years magnier added a return after the psErrorPrintStack message
(edit) @14478   19 years Paul Price Adding psKernelAllocFromImage to generate a kernel from some input image.
(edit) @14464   19 years jhoblitt fix a possible deadlock in psErrorStackGetNoAlloc()
(edit) @14460   19 years Paul Price Adding code to restore HIERARCH key names to their proper name, but it …
(edit) @14454   19 years jhoblitt typo
(edit) @14453   19 years jhoblitt add PS_ATTR_PURE call attribute
(edit) @14452   19 years jhoblitt gcc attribute cleanup
(edit) @14440   19 years Paul Price Was running mean when I meant stdev.
(edit) @14429   19 years Paul Price Adding higher-order statistics, and rearranging the statistics order.
(edit) @14428   19 years Paul Price Adding higher-order moments (skewness and kurtosis).
(edit) @14418   19 years jhoblitt fix a misnamed var in the fftw3 probe that prevented LIBS from picking …
(edit) @14417   19 years Paul Price Avoiding use of psMetadataAdd(), to avoid endian bugs.
(edit) @14416   19 years Paul Price Ensuring bools are being added correctly.
(edit) @14415   19 years Paul Price Adding gcc attributes.
(edit) @14414   19 years Paul Price Fixing endian bug in psMetadataConfigParse: Function …
(edit) @14413   19 years jhoblitt add in some potentially missing double quotes around variable assignments
(edit) @14332   19 years magnier adding output target to psImageConvolveDirect API
(edit) @14320   19 years magnier dLinear, the linearized change in the chisq, was being calculated …
(edit) @14267   19 years Paul Price Adding function to sort vectors in-place.
(edit) @14172   19 years jhoblitt require ac 2.61
(edit) @14127   19 years jhoblitt add psDB support for INDEX() designations
(edit) @14103   19 years Paul Price Adding check for "inline".
(edit) @14077   19 years jhoblitt change psTimeCopy() to pass through NULL values
(edit) @14030   19 years magnier output NULL for STR if entire string is blank
(edit) @14008   19 years magnier adding psMetadataOverlay function and rudimentary tests
(edit) @13991   19 years jhoblitt remove the usage of inline that conflicts with C99 semantics
(edit) @13981   19 years magnier converting private LMM utility functions to public ones
(edit) @13959   19 years magnier more error handling on ellipses
(edit) @13950   19 years jhoblitt change psLibInit() to return a boolean status change psLibFinalize() …
(edit) @13942   19 years jhoblitt restrict scope of "testTime" variable to local blocks only
(edit) @13936   19 years jhoblitt add missing free
(edit) @13930   19 years jhoblitt ws fixes
(edit) @13919   19 years Paul Price Can't smooth in-place.
(edit) @13918   19 years Paul Price Adding psVectorBoxcar for boxcar smoothing
(edit) @13902   19 years Paul Price Return an empty string instead of NULL if there is nothing to format …
(edit) @13839   19 years magnier adding partially-implemented TNX
(edit) @13802   19 years magnier saturate the ellipse parameters on both minor and major axes
(edit) @13801   19 years Paul Price Adding tap_psSpline1D. Updating .cvsignore files.
(edit) @13800   19 years Paul Price Somehow, 'ok' had become 'if'.
(edit) @13799   19 years Paul Price NULL format is caught as a warning by the compiler --- tests removed.
(edit) @13741   19 years magnier adding psRegionAndParityFromString
(edit) @13721   19 years magnier added psLib to name of unknown error
(edit) @13689   19 years Paul Price Having dealt with the problem in pmConcepts.c, changed the trace back …
(edit) @13651   19 years Paul Price Even if no mask is supplied, a mask value may be desired (either good …
(edit) @13647   19 years Paul Price Don't produce an error if an Inf/NaN value is masked --- it should be …
(edit) @13623   19 years gusciora Improved test coverage, added memory leak checks, etc.
(edit) @13614   19 years gusciora Improved test coverage.
(edit) @13585   19 years magnier added (found) to lines which are found
(edit) @13582   19 years jhoblitt change psArgumentHelpSimple() to accept a FILE arg
(edit) @13563   19 years jhoblitt tweak psArgumentHelpSimple() formatting
(edit) @13559   19 years jhoblitt typos
(edit) @13555   19 years jhoblitt add psArgumentHelpSimple()
(edit) @13521   19 years Paul Price Change to allow integers to be specified as hexadecimal. This also …
(edit) @13494   19 years Paul Price Make psStatsAlloc a macro, to deliver filename and line number …
(edit) @13483   19 years Paul Price Adding psImageInterpolateStatus, a status enum which is returned by …
(edit) @13470   19 years Paul Price psPixelsAdd should allocate a pixel list if it is not provided.
(edit) @13449   19 years Paul Price Fixing abbrev.
(edit) @13448   19 years Paul Price Adding allocator.
(edit) @13425   19 years rhl Make psEllipsePolToAxes return psErrorCode
(edit) @13418   19 years rhl Check for Inf/NaN when getting a vector's min/max
(edit) @13396   19 years rhl Fixed memory leaks
(edit) @13376   19 years Paul Price Removing file that seems to be unavailable.
(edit) @13356   19 years Paul Price Ensure NANs produce correct spacing.
(edit) @13350   19 years rhl Support S32 in psImageConvolveDirect
(edit) @13337   19 years gusciora Expandeing test coverage.
Note: See TracRevisionLog for help on using the revision log.