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) @15496   19 years Paul Price No need to make string longer than its true length.
(edit) @15495   19 years Paul Price No need to cut strings off at 1024 characters.
(edit) @15493   19 years Paul Price Fixing typo.
(edit) @15492   19 years Paul Price Adding memory instrumentation for psImageCopy.
(edit) @15456   19 years Paul Price Adding additional information for tracking memory leaks.
(edit) @15454   19 years Paul Price Propagating allocation information, so leaks can be tracked down easier.
(edit) @15437   19 years Paul Price Plugging memory leak.
(edit) @15419   19 years Paul Price Adding PS_ASSERT_PTR_NULL
(edit) @15411   19 years Paul Price Replacing mmap with psSlurp. The proper behaviour of mmap when the …
(edit) @15410   19 years Paul Price Needs to know about psString.
(edit) @15407   19 years Paul Price Free what we've allocated in the event of an error.
(edit) @15406   19 years Paul Price Only free the vector if we allocated it.
(edit) @15384   19 years Paul Price psMessageDestination should not set anything for the log message, …
(edit) @15377   19 years gusciora Added a psMemCheckBinning() function.
(edit) @15370   19 years Paul Price Cleaned up code. Some required code was hidden in !PS_NO_TRACE …
(edit) @15335   19 years Paul Price Adding psFitsFloat.[ch] for quantising (and unquantising) …
(edit) @15324   19 years Paul Price Printing hex value of seed.
(edit) @15321   19 years Paul Price Expanding psImageConvolveMaskDirect and psImageConvolveMaskFFT to …
(edit) @15320   19 years Paul Price Adding psImageConvolveMaskFFT to use FFT convolution to convolve mask …
(edit) @15269   19 years jhoblitt add whitespace to a trace
(edit) @15261   19 years Paul Price Adding assertion.
(edit) @15254   19 years eugene changed mask to coeffMask, define PS_POLY_MASK_FIT,SET; distinguish …
(edit) @15253   19 years eugene changed mask to coeffMask, define PS_POLY_MASK_FIT,SET
(edit) @15249   19 years Paul Price Adding assertion on whether the FITS file is writable.
(edit) @15248   19 years Paul Price Adding function to return the number of rows in a FITS table. Also …
(edit) @15226   19 years Paul Price Handle NULL strings.
(edit) @15191   19 years Paul Price Translate the compressed image FITS headers to the proper header names …
(edit) @15179   19 years Paul Price Merging branch with FITS compression development.
(edit) @15126   19 years eugene for Robust Stats: - measure +/- 0.5, 1.0, 2.0 sigma fractions to …
(edit) @15115   19 years eugene fixed edge case error
(edit) @15076   19 years eugene added psArraySortIndex
(edit) @15075   19 years eugene rename psCompareFcn to psCompareFunc
(edit) @15070   19 years eugene comment
(edit) @15069   19 years eugene space
(edit) @15050   19 years eugene drop useless psMemCheckType, change PS_ASSERT_PTR to PS_ASSERT_PTR_NON_NULL
(edit) @15049   19 years eugene add comment
(edit) @15048   19 years eugene limit histogram to 10k bins
(edit) @15047   19 years eugene temporarily disable PS_ASSERT_PTR, renamed to PS_ASSERT_PTR_HEAVY
(edit) @15046   19 years eugene cleanups; Alpha, Beta now only include unmasked parameters
(edit) @15045   19 years eugene use full histogram range to calculate binSize
(edit) @15041   19 years eugene added case of 1xN or Nx1 maps
(edit) @15001   19 years eugene add asserts for finite input values
(edit) @14988   19 years eugene added APIs to define psImageMap without psImage pointer
(edit) @14983   19 years Paul Price Including psMemory.h where required.
(edit) @14982   19 years Paul Price Memory assertion should be in the memory code, so that I can include …
(edit) @14960   19 years eugene init the mask vector if alloced here
(edit) @14931   19 years eugene added psStatsInit, FITTED_MEAN_V4, fixed out-of-range error in …
(edit) @14930   19 years eugene fixed extrapolation error in histograms with large dynamic range
(edit) @14929   19 years eugene adding psImageMap, psImagePixelInterpolate functions
(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
Note: See TracRevisionLog for help on using the revision log.